#general

1 messages ยท Page 201 of 1

vocal rivet
#

Boo

fast granite
#

what

vocal rivet
#

OpenJDK is the same, just open source

fast granite
#

how d o i change jdk

#

in intellij

#

oh

#

im dumb

#

found it

#

i have 1,8 and openjdk 1.8

#

1.8.0_252

#

1.8.0_265

#

what one?

vocal rivet
#

did you import the project already?

fast granite
#

idk

#

what what jdk to i use

vocal rivet
#

Just use eclipse, this is ridicolusly overcomplicated

fast granite
#

ugh

#

fine

#

if that makes you happy

#

ok lemme show you my error

#

The method scheduleAtFixedRate(TimerTask, long, long) in the type Timer is not applicable for the arguments (new TimerTask(){}, long, long)

vocal rivet
#

Define the timer task beforehand before passing it to the function?

#

This doesnt look like the correct way to write it thought

fast granite
#

uh

#

its 1.8.8

#

btw

vocal rivet
#

The issue is that the first parameter of the function scheduleAtFixedRate does not fit the specifications, meaning that the way you wrote it is most likely wrong

fast granite
#

ah ๐Ÿ˜ข

vocal rivet
#

I know you can use functions directly in the function parameters (e.g. httpCookie -> {} ) but I dont think that is at all how you write it, but I also can't tell you how to write it

sleek niche
#
TimerTask task = new TimerTask() { ... }
timer.scheduleAtFixedRate(task, 300000L, 1800000L);

Something like this might work

fast granite
#

commands.yml......

#

never used that

#

Tobi will that work though for what im doing

vocal rivet
#

That looks more like it

modest compass
#
BukkitWiki

commands.yml is a configuration file that houses custom defined aliases and command block overrides for your CraftBukkit server.
The command block override system provides a quick and easy way to force the server to use the commands provided by Mojang (as opposed to the ones b...

vocal rivet
#

also a way that might work is:

timer.scheduleAtFixedRate({
  return new TimerTask() {
    ...
  }
}, 300000L, 1800000L);
fast granite
#

so i did my incorrectly

#

like I was way off

vocal rivet
#

Propably, again my java is horrible XD

outer vesselBOT
#

Hey SeptyIsHere! Please don't tag helpful/staff members directly.

fast granite
#

hm

vocal rivet
#

argument command? maybe explain what exactly wou want to do XD

#

Yes?

fast granite
#

this is annoying me

vocal rivet
#

go on...

fast granite
#

ive been working on this for 2 weeks now

vocal rivet
#

You need to give a few more details then just "gamemode 1 commands.yml", like what are you trying to do?

#

Its normal to make mistakes, thats how we learn to not make them in the future ^^

sleek niche
#

I love if I do like

someThing.someMethod(new MyClass()); // woeks
someThing.someMethod(new MyClass().someVoid()); // returns void and so not possible
lofty compass
#

Neeto

sleek niche
#

Netto?

#

Why are you talking about a grocery store?

vocal rivet
#

Price without taxes?

sleek niche
#

Yep, that exists too.

#

But grocery store makes more sense, right?

fast granite
#

no

vocal rivet
#

netto is nice, they have some cheap salt and pepper chips .. well at least they used to

tight chasm
#

someone have short time 1.16.1 to testing a script as default user?

#

netto is nice, they have some cheap salt and pepper chips .. well at least they used to
@vocal rivet deutscher?

outer vesselBOT
#

Hey Gottkรถnig tonstar45! Please don't tag helpful/staff members directly.

sleek niche
#

netto is nice, they have some cheap salt and pepper chips .. well at least they used to

As a very young kid, when I saw the "netto price" under the bill of other grocery stores I thought "that's what it costs at netto"

vocal rivet
#

Ja, viele hier sind deutsch :3

tight chasm
#

O.o XD

#

memo an mich selbst wenn ich npc programmiere sollte ich beim testen die cooldowns auf 1min setzen ๐Ÿ˜†

fast granite
#

bois

#

we got a new error

#

for (RegisteredServiceProvider<?> provider : (Iterable<RegisteredServiceProvider<?>>)Bukkit.getServicesManager().getRegistrations(service)) {

#

Cannot cast from Collection<RegisteredServiceProvider<capture#6-of ?>> to Iterable<RegisteredServiceProvider<?>>

gilded nova
#

Sup guys

vocal rivet
#

yo

gilded nova
#

Whats goin on

vocal rivet
#

not much

gilded nova
#

Yeah true

#

Who actually uses google play music

vocal rivet
#

Turbo

modest compass
#

i use youtube to mp3 music

#

jk

gilded nova
#

lol

#

sOuNdClOuD BaNgErZ

vocal rivet
#

Amazon Music Prime

#

just because I have prime

gilded nova
#

Just bought a ryzen 5 3600x

#

Except I had to get delivery because we are restricted to no more than 5km away from home. Bloody covid

modest compass
#

i mean it depends on wherre you call home

#

you can call the cpu store your home as well

gilded nova
#

lol well I guess you're not wrong, however I'm sure they go off your legal place of residence.

#

The coppers come up behind you, gives them your address from your rego and boom pulled over and fined $1600

potent prawn
#

i use YouTube Music

gilded nova
#

Oh dear

potent prawn
#

the app i use just labels itself as GPM because reasons

gilded nova
#

I bought a VPS and I'm bored. What are some cool things I can do with it

potent prawn
#

but it supports both

gilded nova
#

Ah okay

vocal rivet
#

Well, what do you want to do?

random geyser
#

Hey do you guys know how to change the world where people first join on in a Minecraft server

potent prawn
#

multiverse should support that option

random geyser
#

ok would you know where in multiverse?

#

like the config?

potent prawn
#

eh i can't remember it's been a while

#

multiverse is miles ahead of multi world haha

random geyser
#

haha

potent prawn
#

@random geyser

  # If true, Multiverse will use the firstspawnworld value as the world new players will join.
  # Set to false if you use another spawn plugin.
  firstspawnoverride: 'true'
#
  # This is the world you want players to spawn in. It does *NOT*
  # have to be the world in server.properties!
  firstspawnworld: world
#

in the multiverse config.yml

modest compass
#

you need essentialXChat as well to display it in chat

#

also vault

steady tangle
#

Congrats Fefo btw on helpful GWnekomakiPats

fast granite
#

woop woop its the sound of the police

gilded nova
#

Hey do you guys know how to change the world where people first join on in a Minecraft server
@random geyser /setspawn ?

#

mhm

#

or ./setspawnpoint

#

or /setworldspawn

#

or set it in server.properties

vast isle
#

what's the difference between using plugin messaging and sql for messaging?

fast granite
#

@vocal rivet halp

outer vesselBOT
#

Hey jtx! Please don't tag helpful/staff members directly.

fast granite
#

wait

#

ur not staff

#

ur helpful

gilded nova
#

what's the difference between using plugin messaging and sql for messaging?
plugin messaging basically sends "notifications" throughout the network "riding" players' packets (so it needs players to be online for it to work properly), proxy grabs those packets and sends them to the other servers
sql uses the database's notification system which I have absolutely no idea how it works

vast isle
#

Please don't tag helpful

fast granite
#

o:

#

where did you get that

vast isle
#

it's in the message?...

fast granite
#

oh

gilded nova
#

Well, I know about plugin messaging because I worked with it before (sending data through a network between servers using players)

potent prawn
#

pluginmsg also doesn't work on servers where no players are logged in

#

sql is the ideal messaging service in this case

vast isle
#

if i already have luckperms using mariadb can i just change the messaging service to sql without changing anything else?

potent prawn
#

yep

#

make sure to change it on every server

vast isle
#

yup

vocal rivet
#

@fast granite maybe tomorrow, i issa sleepy

fast granite
#

no ๐Ÿ˜ฆ

potent prawn
#

also uses /lp command

vast isle
#

but is it anywhere near as good is the real question

drowsy quest
#

Most basic permissions plugin ever made!
clearly not and clearly not triyng

gilded nova
#

389 downloads

#

tbh I might replace luckperms with this

#

At least it has tab completion (somewhat)
That's a great achievement over a grand majority of plugins out there....

#

Wait
softdepends: [LuckPerms]????

potent prawn
#

huh... weird

#

that's the only place LuckPerms is mentioned though

gilded nova
#

It is lmao

#

Can someone give me ideas? I bought a VPS and I'm bored. Wanna do something cool with it

#

Install Windows

#

Hahaha nahhhh dude

vast isle
#

portainer is pretty cool imo

unborn mantle
#

Damm Fefo moving up in the world

#

oh god kotlin

#

But this Fefo

vocal rivet
#

First docker then portainer ;P

#

and yes, installing windows would keep your boredom away, as you would be busy with constantly maintaining it XD

#

And?

#

Why do you post that here?

terse torrent
outer vesselBOT
#

Hey MAXFIRE! Please don't tag helpful/staff members directly.

terse torrent
#

Uff

#

Hey MAXFIRE! Please don't tag helpful/staff members directly.
Discord It's like that

#

Idk> Why do you post that here?
Rainbow Dash, its a problem for you? I dont want enemies ...

rigid widget
#

It's simply pointless

vocal rivet
#

What do you need my userid for thought?

#

Also switch to a more recent version

#

Ubuntu 16.04 reaches EOL next year

gilded nova
#

Good towny server names, please hit me

vocal rivet
#

Citymania

gilded nova
#

But this Fefo
@unborn mantle one day I'll do what BM said and give it a try ๐Ÿ˜›

unborn mantle
#

Welcome to the circlejerk

gilded nova
#

All I'll say is that I'm more of a C-styled language person.

modest compass
#

wow 70 plugins

worn ocean
#

!help

outer vesselBOT
#
Available commands:
โ€Ž

!advanced
!api
!argumentbased
!ask
!bulkupdate
!bungee
!cauldron
!chat
!colours
!commandequivalents
!commands
!config
!context
!default
!downloads
!editor
!errors
!essentials
!extensions
!extracontexts
!faq
!helpchat
!inheritance

โ€Ž

!install
!locale
!meta
!migration
!notworking
!nowildcard
!pasteit
!permissions
!placeholders
!selfhosting
!stacking
!storage
!suggestions
!switchstorage
!sync
!tracks
!upgrade
!usage
!userinfo
!verbose
!weight
!whyluckperms
!wiki

lofty compass
#

More dedicated wamz

sleek niche
#

wamz?

fast granite
#

Rainbow

lofty compass
#

Yes wamz

#

I'll have it set to white lol

steady tangle
#

just download ram

gilded nova
#

Rgb makes it faster

lofty compass
#

Much faster

potent prawn
#

Wdym you didn't get Corsair Vengeance Pro

lofty compass
#

I currently have corsair vengeance white led

#

Gskiill and corsair are the only wam I buy

#

Corsair power supply too

#

And aio

#

And peripherals lol

#

I just ate a huge amount of nachos

sleek niche
#

That's great

lofty compass
#

Yea it was

proud tide
#

looking 4 a plugin that can allow players to buy perm nodes

lofty compass
#

That's a weird way to describe it

#

Just find one that lets you run a command when they buy

gilded nova
#

how to put counter

#

for bungee

#

online

#

what is %?% is for online players in that bungee?

lofty compass
#

Do you have papi

gilded nova
#

yes

#

worked ty

drowsy quest
#

xD

rigid widget
#

๐Ÿ˜‚

drowsy quest
#

I mean according to Cosmologists I'm significant parts metal

chrome cypress
#

I need something similar to nucleus
One that uses color chat, one that uses kits/spawn/back etc

steady tangle
#

What platform? GWllentThinkPika

#

If sponge, then Nucleus is the essential plugin. Not sure why you wouldn't want it

drowsy quest
#

@chrome cypress

harsh meteor
#

Hello

forest helm
#

hia

harsh meteor
#

whats up?

forest helm
harsh meteor
#

oh happy bday ๐Ÿ˜‹

forest helm
#

ty

harsh meteor
#

u r helper are u luckperms dev too?

forest helm
#

god no

harsh meteor
#

xD

forest helm
#

nowhere near smart enough for all the advanced things luck does lol

harsh meteor
#

lol

forest helm
#

I do know java though and do dev on other stuff

harsh meteor
#

this best thing i could do was to make a command /rules which sends all my server rules in chat lol

#

i wonder why ur name is _11

#

lol

forest helm
#

originally my name was Minecrafter_11, chosen cause I was 11 at the time. Semi-recently, I wanted to change my name to be less minecraft-based, for when I'm on other platforms, so I cut Minecrafter and was left with _11 (Underscore11 ingame)

harsh meteor
#

lol so u r no longer 11 right?

forest helm
#

god no, that was many a year ago

#

nice round number actually, since I got money for MC for my 11th birthday

harsh meteor
#

lol i still dont have mc premium i did not even know what was mc wen i was 11 xD

forest helm
#

do I spy a pirate?

potent prawn
#

๐Ÿ‘€

harsh meteor
#

whaa....

forest helm
#

oh I guess that gif doesn't really apply here but still lol

harsh meteor
#

we have password plugin

#

wth

forest helm
#

game's only $30

#

silly disgourd

harsh meteor
#

$30 = 2000 here xD

#

approx

#

I used to play mc a lot in another server but i got banned there bec i advertised there by mistake lul so rn i am working with my frnd to make a public server

gilded nova
#

!weight don't mind me

outer vesselBOT
topaz palm
#

Whatโ€™s up luckperms people

#

Havenโ€™t been here in a while

rigid widget
harsh meteor
#

ello

languid gale
#

How do i fix that stupid invalid session thing

#

Ive restarted

#

Taskmanager ended

#

Logged out and in

#

used differnt clients

#

Invalid Session

rigid widget
#

Mojang Authservers are down

#

just gotta wait

languid gale
#

Ok

#

i thought like i got hacked or smthin

#

but then my alt wouldnt work either

#

Normaly it says auth servers are down

#

Lmfaoo

sick pebble
#

Hey guys, help fix the error, please!

modest compass
#

!ask

outer vesselBOT
#
Please ask your question!

Please ask the question you have. Don't ask to ask, or ask to DM someone. There are people here to help you, but we need to know what to help you with, so please just ask the question you want to in as much detail as possible!

Why shouldn't I ask to ask?
sick pebble
outer vesselBOT
#
Please ask your question!

Please ask the question you have. Don't ask to ask, or ask to DM someone. There are people here to help you, but we need to know what to help you with, so please just ask the question you want to in as much detail as possible!

Why shouldn't I ask to ask?
sick pebble
outer vesselBOT
#
Please ask your question!

Please ask the question you have. Don't ask to ask, or ask to DM someone. There are people here to help you, but we need to know what to help you with, so please just ask the question you want to in as much detail as possible!

Why shouldn't I ask to ask?
sick pebble
outer vesselBOT
#
Please ask your question!

Please ask the question you have. Don't ask to ask, or ask to DM someone. There are people here to help you, but we need to know what to help you with, so please just ask the question you want to in as much detail as possible!

Why shouldn't I ask to ask?
sick pebble
#

WHAT

#

Hey

potent prawn
#

you don't need to keep doing !ask

sick pebble
#

A

#

ok

potent prawn
#

If you're using BungeeCord/Velocity, please ensure that IP-Forwarding is setup correctly on all of your backend servers!

sick pebble
#

What

#

how do I do this?It is in the config.yml in bungee?

modest compass
#

Yes

#

!bungee

outer vesselBOT
sick pebble
outer vesselBOT
#
Please ask your question!

Please ask the question you have. Don't ask to ask, or ask to DM someone. There are people here to help you, but we need to know what to help you with, so please just ask the question you want to in as much detail as possible!

Why shouldn't I ask to ask?
modest compass
#

Geez

#

Is it a bungeecord offline-mode: false server?

#

Also stop the !ask itโ€™s not funny

sick pebble
#

Yes

modest compass
#

oh well, so you support pirated account eh?

sick pebble
#

yea

#

yes

#

hey

modest compass
sick pebble
#

what

#

offline mode dont support?

#

ben

potent prawn
#

people can choose to not support people who use offline mode

sick pebble
#

what if we specialize in this?

modest compass
#

loll

gilded nova
#

what if we specialize in this?
@sick pebble In reality, if you specialised in this, you would realise that LuckPerms isn't a hard plugin to configure/work out and wouldn't be in this Discord server asking these questions

lofty compass
gilded nova
#

Im bored

potent prawn
#

hi bored i'm dad

vast isle
#

dad? ๐Ÿฅบ

lofty compass
#

Fatherrr

gilded nova
#

Im hungry

lofty compass
#

Hi hungry

gilded nova
#

moc

#

did you get your wamz

lofty compass
#

No

gilded nova
#

Sad times man. My parts are delayed apparently because of corona

lofty compass
#

Won't get it til next weekend

#

I'm not home

gilded nova
#

๐Ÿ˜ฆ

lofty compass
#

It's for my new pc anyway

gilded nova
#

What are the specs on it?

lofty compass
#

Don't have it yet

#

Gonna be like 3080 Ti

#

and Ryzen 9

gilded nova
#

phat

lofty compass
#

Either 3950x or 4000 series

#

Hard line tube with orange coolant

tawny wigeon
#

@lofty compass there probably won't be 3080ti

#

but 3090

gilded nova
#

Why wouldn't there be a 3080

#

They've had the 80's for years and years

#

The last 90 iirc is the GTX 590, so If they had a 3090, there would surely be a 3080 too

tawny wigeon
#

3080 will be there

#

but 3080ti will be replaced by 3090

#

according to the most leaks

#

I'm not 100% sure ofc

gilded nova
#

3080 super extreme max x

tawny wigeon
lofty compass
#

90 usually means dual gpu

gilded nova
#

yeah

tawny wigeon
#

I know

gilded nova
#

That would be cooked

tawny wigeon
gilded nova
#

surely GPUs get too hot for that these days

tawny wigeon
#

look at that video

#

I'm pretty sure he talks about it there

lofty compass
#

Either way I'm getting the best gaming sku

gilded nova
#

Honestly, who even needs the much power

tawny wigeon
#

bruh

lofty compass
#

Lol

tawny wigeon
#

how else can we play minesweeper with raytracing

gilded nova
#

lmao

tawny wigeon
#

I'm going to get whichever I can with 1500 euros

lofty compass
#

I got 1080 Ti in 2017

tawny wigeon
#

I'm hoping I'll be able to get a 3080TI / 3090 (whatever it will be) with that

#

otherwise it'll be a 3080

lofty compass
#

I just hate the prices

#

1200+ msrp for 2080 Ti

#

1080 Ti was 700+

tawny wigeon
#

yeah

lofty compass
#

Current price is 2k lol thanks rona

#

I also don't see a point in upgrading to the next generation and only gaining 10%-20% performance

#

I'd prefer a gtx 3080 ti over rtx 3080 ti if it lowered the price

#

@gilded nova congo rats

outer vesselBOT
#

Hey mocfunky! Please don't tag helpful/staff members directly.

lofty compass
#

Up yours clippy

gilded nova
#

lol

lofty compass
#

Can't even fight back

gilded nova
#

thanks!

#

I mean, thanks clippy!

lofty compass
#

Lol

#

I hated clippy

#

On windows

#

So much

lofty compass
#

This my old case. I'm gonna sand it and paint it

#

Give it a theme but idk what yet

#

Maybe mc theme lol

sleek niche
#

How about clouds and the with bees and flowers and the nature ๐Ÿ’š

lofty compass
#

Not into that stuff

sleek niche
#

I'm not too. Just an idea

lofty compass
#

I was thinking since it's an acrylic window I can sand it and make it look frosty and make the whole thing look like a cryogenic pod

#

And put some kind of character in it

#

Frozen creeper head

#

Lol

sleek niche
#

Cool idea (Error: Exception occured on line 1 after "I": English skills of tobi.brain.Reader{@shjeifh} not good enough)

gilded nova
#

And put some kind of character in it
a Barbie doll head

sleek niche
#

Frozen creeper head
I wish I'd be a little bit frozen today, it's hella hot.

lofty compass
#

Feels good here 80F

potent prawn
#

lol freedom units

lofty compass
#

Was 105 where I was at a few days ago

#

Murica

sleek niche
#

My dad 2 days ago: We'll go to Franconia and buy a car
The news yesterday: Hottest place in Germany is in Franconia.
Me today: Why did I go with him?

potent prawn
#

was 17c max here, middle of winter, meant to be a "cold snap"

#

i love sydney

lofty compass
#

Was 40c 2 days ago

sleek niche
#

For me 18ยฐC currently

#

Franconia was like 37ยฐC tough

potent prawn
#

i'm glad it doesn't really get that hot here

#

coastal city ftw

#

the humidity is nasty tho

lofty compass
#

40c was dry tho so wasn't too bad. It gets 35+ where I live with like 80% humidity

sleek niche
#

Driving in a car with leather seats that was standing half day in the sun: 100% not hot in any way

lofty compass
#

Ooo fancy

#

Leather

sleek niche
#

Not full leather tough, sport seats or what they're called

frozen grotto
#

Yo guys

#

I have a funny joke

#

Want to hear?

gilded nova
#

o -o

lofty compass
#

Bucket seats?

frozen grotto
#

PermissionsEX

#

๐Ÿ˜‚ ๐Ÿ˜‚ ๐Ÿ˜‚

gilded nova
sleek niche
#

Brain would read something else...

lofty compass
#

Apparently California is banning Uber, lyft and delivery services putting 100k people out of work

frozen grotto
#

Uber is basically a slave company

#

(Uber eats)

misty cradle
#

They didn'

#

they didn't want to make their workers actual employees but rather keep them as individual contractors

#

California said absolutely not, so at least as of yesterday, Lyft suspended all operations in California (don't know about uber yet)

potent prawn
#

i like california

misty cradle
#

Tis fun state

#

tis my home

lofty compass
#

If they make them employees they will pay them less

#

Gotta cover costs

#

Plus someone doing something knowing it's as a contractor is their choice

#

If I hire people they will be contractors and get paid by how much they get done

#

But they'd also make equivalent to $25-$30 an hour. The idea of paying people hourly bothers me cause I know how lazy people can be lol

sleek niche
#

||||

#

But heeeey why do I write this again

#

I have the feeling this will get into a big political debate with each one staying exactly where they started and just bring a lot of drama.

lofty compass
#

Wat

gilded nova
#

the hell is that lmao

sleek niche
#

What is what?

gilded nova
#

What is what?
The drama generator

sleek niche
gilded nova
fast granite
#

What version of mc is for v1_8_R2?

#

nvm

#

the class exist though

fast granite
#

Rainbow pls help ๐Ÿ™‚

gilded nova
#

Did you
Like
Actually import the API?

fast granite
#

yea

#

its not an api im using

#

the package is called api

#

also idk why i drew there

sleek niche
#

!sync

outer vesselBOT
fast granite
#

?

sleek niche
#

(For me)

glad crescent
#

Does minecraft only work with ยงd or ยง0 codes or with other codes to ?

vocal rivet
#

the new version supports html color codes

short warren
#

no you can use those and sometimes hexadecimal

gilded nova
#

Anyone know of any good spongeforge plugins for player warps?

rigid widget
#

nucleus i think

gilded nova
gilded nova
#

hello there how to set cooldown on 10 minutes with this command? nucleus.rtp.exempt.<warmup|cooldown|cost>
how do i need to set this?

short warren
#

nucleus.rtp.exempt.cooldown

#

@gilded nova

gilded nova
#

and after cooldown i put dot and 10?

#

or 10m?

short warren
#

no thats a node

#

thats a permission

#

not a command

#

you need that permission to use the command to set cooldown

vast isle
#

you set the cooldown in the Commands.conf file

gilded nova
#

aaahhh dudes thank you xx

steady tangle
#

Exempt bypasses the cooldown

short warren
#

do you have the pastebin?

#

@obsidian star

obsidian star
#

im on it

short warren
#

alright

obsidian star
steel pelican
#

@obsidian star Please show me /pl

obsidian star
short warren
#

@obsidian star you have essentials x chat downloaded right

#

oh alright

steel pelican
#

@obsidian star You have two chat plugins installed.

#

EssentialsXChat and VaultChatFormatter.

short warren
steel pelican
#

You only need one of them.

short warren
#

thats what you need to remove the pound sign from and change

obsidian star
#

maybe essentials x include it

short warren
#

i reccomend essential x chat rather than vault

#

which this is

obsidian star
#

ok

steel pelican
#

@short warren That section is always in the config no matter if essxChat is installed or not.

short warren
#

yeah but it only works if you have it

steel pelican
#

I know.

short warren
#

which they do

steel pelican
#

But having two chat format plugins will mess with it

short warren
#

yeah

obsidian star
#

but, i have just installed vault, before i just had ess chat and it didnt work

short warren
#

@obsidian star are you using all of those essentials x addons?

#

thats all of the addons

steel pelican
#

I doubt you need them all.

obsidian star
#

im not sure lmao

#

its my first server and im learning

short warren
#

nice

steel pelican
#

Delete EssProtect, EssAntiBuild, VaultChatFormatter and EssGeoIP

#

You don't need them

short warren
#

geoip lol

obsidian star
#

okk

#

thx guys

#

i will ping u if it works

steel pelican
#

Also, you shouldn't need Skin Restorer If you're running an online-mode server.

obsidian star
#

some people are premium

#

so i added it

steel pelican
#

Premium users don't need it.

#

You should only allow premium users. Don't allow cracked users.

short warren
#

@obsidian star did you un comment those things and change them in the essentialx chat section

#

it wont work unless you did that

drowsy quest
#

!bungee for me

outer vesselBOT
obsidian star
#

i know, but some of my friends dont have minecraft premium

short warren
#

minecraft premium lol. its standard minecraft and cracked mc

steel pelican
#

Then they should get it. You are supporting llegal software by allowing them to join

drowsy quest
#

premium
lol

short warren
#

mc is cheap too

steel pelican
#

Allowing Cracked users to join will always cause issues.

obsidian star
#

i swear notch said "use cracked minecraft if you cant afford it"

short warren
#

notch isnt a part of mojang

#

he quit so he doesnt care anymore

obsidian star
#

but its his game

#

lmao

short warren
#

it isnt though

drowsy quest
#

I doubt that

steel pelican
#

It's llegal software. Hackers use Cracked versions to exploit servers.

short warren
#

notch doesnt own a bit of mc

#

he sold out

#

and now hes rich

steel pelican
#

By allowing cracked users to join. You are basically saying you welcome hackers to come and destory your server.

drowsy quest
#

And btw I still believe the 20$ or whatever it is is the best value for a game you'll ever get

#

Like it could be $100 and it would still be by far the best value for a game you'll ever get

obsidian star
#

alright guys, thx, but i can do what i want. i live in a country where most people cant pay 20 usd for a game

short warren
#

definitely. i have over 800 hours in the game by now

#

probably more than that

drowsy quest
#

In those countries the game is cheaper

obsidian star
#

i wanna play with my friends

steel pelican
#

Right, well don't come complaining if you have issues with Luckperms Because 90% of people won't help.

obsidian star
#

if you dont wanna help me, dont help me, ok?

drowsy quest
#

Yeah. A classic case of: We know this causes security issues that are not fixable. We cannot stop you from doing it, but you're on your own doing it

short warren
#

if you can afford the electric to run a server and have a decent enough computer to run paper, then you can buy your friends a copy of mc

#

unless you have 30 friends

obsidian star
#

BRO ITS A FREE SERVER

short warren
#

bro it costs money to own a computer

#

the software is free but the hardware and electricity is not

obsidian star
#

pls stop

drowsy quest
#

It's the truth?

steel pelican
#

pls stop supporting illegal software

drowsy quest
#

Also if it's a free MC hoster enjoy the lag and the ads

obsidian star
#

its on my own

#

it dont have ads

#

and lag its ok

short warren
#

you cant complain and then complain about people trying to prevent illegal stuff

drowsy quest
#

I said if you are using a free MC hoster

#

They exist

obsidian star
#

yeah, i use it

drowsy quest
#

But are terrible

steel pelican
#

Also if it's a free MC hoster enjoy the lag and the ads
Not to mention the 0 support from that and very limited options with them

obsidian star
#

its called aternos

short warren
#

aternos lol

#

i tried it. i get like 10 tps with 3 people

steel pelican
#

I swear i see people having issues with them daily.

obsidian star
#

its ok for me

short warren
#

your not going to be able to run papermc for probably 5 people and luckperms and a bunch of plugins

obsidian star
#

it works ok

short warren
#

theres no way its ok. they have to use crappy servers because they earn their money from ads

#

its impossible for them to make ok servers with minimal money

drowsy quest
#

And one thing I'd like to note:
Is it something you enjoy? Like playing the game?
If it is, is it really not worth anything to you and your friends at all?

short warren
obsidian star
#

maybe, for your nasa internet its the worst thing

short warren
#

what?

#

that made no sense

#

please explain

drowsy quest
#

I'm also confused

steel pelican
#

I wish i had nasa's internet...

obsidian star
#

i dont have even optical fiber

short warren
#

neither do i

drowsy quest
#

Neither do I

steel pelican
#

Neither do i

short warren
#

i have plain ol cable

#

at least its not satellite

drowsy quest
#

50 Mbit/s

short warren
#

im lucky and have 100mbit

drowsy quest
#

I wish

#

Though I don't see how that is related to any of what we said before

short warren
#

yeah aternos isnt really limited by internet speed

drowsy quest
#

Btw aternos lags because they don't have enough resources. Not because of internet bandwidth

#

5Mbit/s is enough for MC. More than enough. I know because I've had that for years

short warren
#

it has like 212 mb ram

#

and a small partition of a proccesor

#

i didnt even know aternos allowed paper and stuff

#

did they add that recently?

drowsy quest
#

I mean it's for their own benefit

#

The servers run better without them having to do anything

short warren
#

true

#

yeah paper is impressive

#

someone was trying to argue with me about how spigot is better than paper

drowsy quest
#

@obsidian star in case you are wondering why I'm so vocal about cracked MC: I'm a developer and I know how much work goes into a game like Minecraft. And it's beyond disrespectful that you're refusing to pay a very very fair price

steady tangle
#

They left

#

Byeeeee GWlulurdMegaLul

short warren
#

wow lol

drowsy quest
#

Ah the classic "100s of hours of fun and enjoyment is worth absolutely nothing to me!!!"

short warren
#

the steam review with 1000hrs of play and a negative review

gilded nova
#

alright guys, thx, but i can do what i want. i live in a country where most people cant pay 20 usd for a game
20USD... nice country

short warren
#

lol

gilded nova
#

Yall know how to stop from sending too much packets when using litematica?

rigid widget
#

!errors

outer vesselBOT
gilded nova
#

Players were randomly changing time on the server
What a mess....

rigid widget
#

lol!

#

!verbose

outer vesselBOT
gilded nova
#

ik

#

it should check for essentials.time.set

#

it doesn't

#

I mean it's literally set to false and it still changes it

cyan mantle
#

how can i set the sethomes in essentials?

modest compass
#

search for the permission nodes related to home

#

or ask in their discord

cyan mantle
#

yea i know wich nodes, but idk how to set it

gilded nova
#

/sethome (home name)

cyan mantle
#

i mean in essentials config

#

or luckperm config

gilded nova
#

You run that command and it will set a home for you

#

No need to change no settings

cyan mantle
#

but where i do run the command?

gilded nova
#

lol

#

.. as a player

#

In game

cyan mantle
#

you dont understand

#

i dont mean the sethome command

gilded nova
cyan mantle
#

im talking about the essentials.sethome.multiple node

gilded nova
#

oh

#

Oh

#

You set it in the config for different groups

#

In the config, yes

#

and then give the groups that permission node

#

Essentials config

#

essentials.sethome.multiple.vip for example

cyan mantle
#

yea, i already have done that, but doesnt work for any reason

gilded nova
#

You need the base permission as well

#

essentials.sethome.multiple and then essentials.sethome.multiple.(group)

cyan mantle
#

look

#

what i do wrong?

gilded nova
#

Nothing I think?

cyan mantle
#

i dont have done the luckperm config yet

gilded nova
#

After changing the essentials config you need the permission nodes:
essentials.sethome
essentials.sethome.multiple and
essentials.sethome.multiple.(group)

And after all that you will be able to set that # of homes

#

That's all there is to it

cyan mantle
#

After changing the essentials config you need the permission nodes:
essentials.sethome
essentials.sethome.multiple and
essentials.sethome.multiple.(group)

And after all that you will be able to set that # of homes
@gilded nova i mean, i keep the config file like that, and then?

outer vesselBOT
#

Hey Deka! Please don't tag helpful/staff members directly.

cyan mantle
#

srry

gilded nova
#

And then you add the permission nodes so you can do the commands

cyan mantle
#

where do i add the nodes?

#

in the server console?

gilded nova
#

To the respective groups

#

Yes

cyan mantle
#

ok, and how do i asing the groups?

gilded nova
#

!commands

outer vesselBOT
gilded nova
#

Permission commands link

clever bridge
#

Hello, I have a question, when I put the posters to sell in the essentials, only the ops can use them, I want the one that lets buy and sell on the posters, does anyone know the command to give permits? please help

modest compass
wild tree
#

Sorry, but when I insert from the editor groups, permissions, and except the permissions do not work, why?
i read the wiki

modest compass
#

!verbose you can use this to debug

outer vesselBOT
wild tree
#

I enter permissions for commands, but those commands after entering the permissions do not work, because it does not appear to the plugins that I have the permission that the plugin requires
Can I send a video where I show the problem?

modest compass
#

Did you try verbose?

#

Or better, ask that plugins support

wild tree
#

yes

#

i try

#

can i send a video where i show the problem?

modest compass
#

If it can fit into this discord server sure (there is prob a 8mb limit)

#

Or screenshot will do tbh

wild tree
#

This is the video

steel pelican
#

Screenshot what it exactly says when you try the command.

#

We generally prefer screenshots.

wild tree
#

Says "You don't have permission"

steel pelican
#

Then you do not have the correct permission. Do lp verbose command <your name> /<the command>

#

Then see what it says

wild tree
#

ok

#

I did what you told me

#

It says "You don't have permission

steel pelican
#

Screenshot the output of the command I said.

wild tree
#

ok

#

It uses the minecraft ban, but not the "Advanced ban" plugin.

#

But this doesn't happen only with this lpugin but also with others

modest compass
#

Itโ€™s in their spigot page ^ the invite link

wild tree
#

I have also encountered this problem with other plugins

modest compass
#

So ask in the respective pluginsโ€™s support is my best suggestion

#

In this case, ask in advance ban support

wild tree
#

I also encountered this problem with the Slashserver plugin, or with the BungeeChat plugin, what should I do, write to all the supports of these plugins?

steel pelican
#

What is sounds like is you need to pay attention to your servers console and read all the errors about these plugins

#

If you can't work it out. Go to each of those plugins support discords and ask them how to fix the error relating to that specific plugin

wild tree
#

I looked at the console several times and no errors appear on all plugins

modest compass
#

even without errors, as omega said

#

If you can't work it out. Go to each of those plugins support discords and ask them how to fix the error relating to that specific plugin

wild tree
#

I don't want to give other names but with other permissions plugins I have never encountered permissions problems with these plugins, but in 1.15.2 when I entered a permission on LuckPerms it worked, now no, I just want to understand why.

modest compass
#

luckperms doesnt control with command uses which plugin

wild tree
#

It's not like this problem happens because I have a BungeeCord server

modest compass
#

you are missing the point lol, you are saying Minecraft commands are run instead of advanced ban commands, means you should ask advanced ban about the issue

wild tree
#

ok

modest compass
#

its possible that there is issue with your bungeecord setup or the setup with advanced ban

#

both unrelated to luckperms

wild tree
#

Let me check

#

I was able to try to get the verbose to execute an advancedban command

#

I did it

#

But after running the command "/ lp verbose command Ice_man154 / tempban Player 1d" it says that the command "/ tempban Player 1d" does not exist, right after that it says "command executing complete".

#

I also talked to the Advancedban programmers but they tell me it's a problem with your plugin, what do I do, who should I talk to about this problem?

potent prawn
#

is the plugin installed on bungee or bukkit?

modest compass
#

if is a bungeecord plugin you need lp bungee on your bungeecord proxy

#

and for commands it starts with lpb and not lp

#

!sync you need to do this if you havent as welll

outer vesselBOT
wild tree
#

it is installed on both bungee and spigot servers

#

What I do

steel pelican
#

If your servers are using the Minecraft Commands instead of the plugin commands. Than it is not a luckperms issue and it is an issue with the plugin.

#

It's as simple as that.

#

Luckperms only deals with permissions. It is says a command does not exist. That has nothing to do with luckperms

#

If it simply says no permission. Than you just need to apply the correct permission.

wild tree
#

Look I talked to the advanced ban programmers and they tell me it's a Luck Perms problem, I don't know who to agree with

#

I just tried with another plugin, and it gives me the same problem I have with the advancedban, so for what are you telling me all these plugins have programmed the same part wrong?

#

Ah, however, this problem I find it with the plugins that support bungeecord, so advancedban, slashserver, BungeeChat

#

The problem I encounter in the verbose / lp with the advancedban plugin I also encounter with BungeeChat and slashserver

#

Sorry, but does Luckperms support BungeeCord? No because this doubt is rising.

steel pelican
#

Of course luckperms supports bungee. Why do you think there is a Luckperms-Bungee plugin...

#

If your bans plugin is on bungeecord then do /lpb verbose command <playername> /<command>

#

And see what that shows.

#

If you have The luckperms-bungeecord version installed on bungee that is.

#

Which you should have.

wild tree
#

No I have this doubt because in the console of the BungeeCord I don't have the commands / lp / lpd ...

steel pelican
#

/lpb Not /lpd or /lp

wild tree
#

ok

steel pelican
#

ALL Luckperms-Bungee commands use /lpb

wild tree
#

Ok I ran the command

#

In chat he tells me "You don't have permission"

steel pelican
#

Screenshot it

wild tree
#

ok

#

There will be written a word in Italian because I have translated into Italian

#

That word means you don't have permission

steel pelican
#

Just screenshot it and show us..

wild tree
#

This is the screenshot

steel pelican
#

Unknown command. There is nothing wrong with luckperms. It is running the commands fine. It's the /ban command that has issues.

#

It is a problem with the ban plugin.

wild tree
#

Before I had run that command (lpb verbose Ice_man154 / tempban PLayer 1d) in game not from the bungee console

#

it's a permissions issue, so it's luckperms

steel pelican
#

It doesn't matter where you run the command. The output of it says Unknown Command not No Permission

wild tree
#

And I repeat that I also have this problem with 2 other plugins, so are you telling me that at the programming level these 3 different programmers have made a mistake in the same point?

steel pelican
#

I cannot see this being a problem with luckperms. Unknown command means the command cannot be found. Luckperms does not control this.

wild tree
#

My problem is that having put the permissions in these 3 plugins (which are bungeecord) the plugins don't show that I have the permission.

#

But now it doesn't say unknown command, now it says "You don't have permission" so it's luckperms problem, because luckperms takes care of permissions, it's so easy to get there

steel pelican
#

Do /lpb verbose on <your name> Then run the ban command and screenshot what it says. Do it in-game. And Screenshot it.

wild tree
#

ok

#

I ran the command and it says "You don't have permission"

steel pelican
#

Show me /lp info and /lpb info

#

Screenshot both.

wild tree
#

ok

steel pelican
#

And lpb info

wild tree
steel pelican
#

Storage Type: H2 Your servers are not linked to the same remote database. So your permissions are not being synced across bungeecord and the other servers. Connect all your servers upto the same remote database.

wild tree
#

What do you mean

modest compass
#

!sync basically

outer vesselBOT
steel pelican
#

You are not syncing permissions between the servers. So there is no way for Luckperms to know what permissions you have on the other servers.

wild tree
#

ok

#

What command should I execute?

modest compass
#

its not a command

#

you need an sql database

wild tree
#

ah

steel pelican
#

So, connect all instances of Luckperms to the same remote database and you'll notice permission will start working

wild tree
#

The problem is that I don't have an sql database

#

Oh well thanks for the help

steel pelican
#

Your server host should've provided you with one. If not, then google how to get one

wild tree
#

ok

radiant sun
#

Anyone know a good economy plugin?

#

essentials isnt the best for moneys

frail pagoda
#

Vault

radiant sun
#

can i have a link please?

potent prawn
#

google "vault plugin"

radiant sun
#

thats weird i have that but i think its using essentials money instead?

modest compass
#

vault is the backbone and linkage plugin, basically all economy plugin uses vault to link to a common economy.

#

but if you are talking about the feature if buying and selling stuff

#

then you need another plugin

radiant sun
modest compass
#

google is prob your best place to find

radiant sun
#

i just wanna be able to fix this

modest compass
#

ah

#

!moss

outer vesselBOT
#
Essentials

Make sure you are using EssentialsX and Vault for prefixes. For any other issues with Essentials, you should seek support in either #general or the official EssentialsX support Discord.

EssentialsX Discord
radiant sun
#

and be able to spawn in money and stuffs

modest compass
#

yea if you need plugin with such feature you need to search for one or code one (unlikely lol)

radiant sun
#

._.

lofty compass
#

If you want physical money check out BagOfGold

quasi hinge
#

I'm making a new plugin for creating custom commands with a totally new real programming language in it, that I designed to be as easy to understand as possible, but still powerful since it is powered by the latest ANTLR4 parsing algorithms.
So my question now is: what name could I give to my plugin ? ๐Ÿ˜…
For now it's named BananaCommands, but this doesn't sound really good... Do you have any suggestions for the name ?
An example of what it can do: script if args[0] == player { script for i range(10) { console_run give {=randChoice(onlinePlayerList)} {=randChoice( ["diamond", "gold_ingot", "stick"])} {=round(args[1] * (random01() ^ 2))} player_msg Did you get lucky ? :D script }}Yes it looks a bit like Python, because Python is designed to be easy too

gilded nova
#

Anyone know how to set up kits using Nucleus?

harsh jasper
#

No

#

This server is for luck perms

#

U can search online

#

@gilded nova

sterile sand
#

I made 2 warps and it seems when i try to do the essentials.warp.(warp name) it doesnt work
@gilded nova It's actually essentials.warps.(warp name) You can lookup EssentialsX permission list on Google and that will probably be of some assistance

gilded nova
#

Okay

gilded nova
#

also, the plugin called "TAB" is probably what you're looking for if you want tab to look nice

#

hey good looking, ๐Ÿ™‚ Any of you fine people have or are using Total economy plugin on sponge and know about jobs?

sterile sand
#

Enable: was set to true

gilded nova
#

bruh

#

welp

#

nice xD

sterile sand
#

at least it'll be a simple fix for the live server xD

gilded nova
#

true

#

i just thought that was for item glow applying so i didnt look into it

sterile sand
#

Yeah no, it gives the player outlines and does so by messing with scoreboards and, as I just found out, displayname

gilded nova
#

ah

#

well, glad you got it xd

delicate fossil
#

Sorry for bothering here

#

but is this EssentialsX option the problem?

# Disable this if you have any other plugin, that modifies the displayname of a user.
change-displayname: false```
gilded nova
#

it might

#

when i used essentialsXchat i had it on true

delicate fossil
#

Yeaaah it was lul

#

I disabled it putting a # before

gilded nova
#

nice

delicate fossil
#

and it worked

#

Already love you guys โค๏ธ

gilded nova
#

@harsh jasper that's exactly what #general is for lol

silver fjord
#

how do i allow it so people can set more than one home

short warren
#

go into your essentials config

silver fjord
#

just the normal config?

short warren
#

yeah

silver fjord
#

essentials home?

short warren
#

it might be

#

let me check

#

no just plain essentials

silver fjord
#

yes im there

#

im on plain essentials

short warren
#

go to that part of it

#

and then go to the sethome-multiple

#

and replace moderator or whatever it comes with your group namese

silver fjord
#

nothing to do in luckperms?

short warren
#

remember that you have to give all the groups that you wish to utilize this essentials.sethome.multiple.<and then here put the group name>

#

nope

#

its all essentials

silver fjord
#

okie thankyou

short warren
#

np

gilded nova
#

The very first argument for the tp command is mandatory, you can't just run "/tp" and get away with it, so you have to specify either a target and a destination/location, a location or a destination.

#

If I choose the first option, I have to give either a destination or a location, if I go with location I can optionally provide the literal "facing" (for then to give a location/entity) or a rotation

#

This is done the way shown, this example would show as somecommand <someMandatoryArgument> [someOptionalArgument], as only running somecommand <someMandatoryArgument> is a valid point of execution

(yes, the builder is named myCommand but I used builder because that was an already existing one and I didn't notice)

#

In here, you can see that node, value and context aren't surrounded by [] (optional arguments), so they are mandatory arguments the Brigadier parser expects (demands)

#

And command blocks parse commands through the Brigadier parser before dispatching and running them, and since, if you don't provide a context, it's incomplete as far as Brig is concerned, it won't run it

#

(it will actually tell you it's incomplete)

#

@sleek niche :>

sleek niche
#

Ok...

gilded nova
#

To fully support Brigadier in commodore, the file parser would accept some sort of "indicator" that says "up to this point, this is a valid executable command"

#

but ยฏ_(ใƒ„)_/ยฏ

sleek niche
#

Blame Luck?

gilded nova
#

@twin warren sounds like a PR to me

sleek niche
#

I mean commodore is his library

short warren
#

what plugin should i use on my servers hub to transfer players from one server to another
im using velocity as my proxy

vast isle
#

is /server not a command on velocity

short warren
#

works for me

#

you might need a permission though

#

i cant find a single other plugin though'

#

its insane

random shale
#

Hi, does anyone know how I can edit the level.dat file to change the worldspawn point?

vast isle
#

canโ€™t you just do it in game

random shale
#

No. It doesn't work, Jordan.

gilded nova
#

/setworldspawn...?

#

Maybe you got another plugin messing with the spawn point?

random shale
#

It's possible. I just used FAWE.

vast isle
#

you can set the spawn point with fawe?

gilded nova
#

I don't think so

#

What do you mean by "It doesn't work"?

random shale
#

No the last plugin I downloaded and used on my server was FAWE.

#

/setworldspawn doesn't set the worldspawn. When doing /spawn afetrwards it sends me to some other location.

gilded nova
#

Do you have EssentialsXSpawn installed?

#

Because /spawn isn't vanilla

random shale
#

Yeah Ive got that installed.

gilded nova
#

Have you tried with /setspawn instead?

random shale
#

/spawn should send me to the worldspawn that Ive just set. But it doesn't for some reason. I've reloaded and even deleted the database files.

#

I think the level.dat files is where it needs to be changed.

gilded nova
#

/setworldspawn changes it in level.dat

#

Have you tried with /setspawn instead?

random shale
#

/setspawn also doesn't work

#

My teleport plugin could be messing about with things, but Ive deleted the database files in there and nothing changes. Keeps sending me to the same random location.

gilded nova
#

What plugins do you have installed?

#

/pl

random shale
#

I changed my world so it retained the old spawnpoint. When I came to change the spawn point to the new spawnpoint, it hasn't set. So I think there is a problem with the level dat file.

#

I think it might be hyperdrive.

vast isle
#

try /spawn set @random shale

random shale
#

Jordan that works! Ty.

#

Ive never heard of /spawn set

#

That isn't even in my Notepad files anywhere

#

Ah I just checked for some reason it was in an old file from a previous server I had. Thank you for sorting out my problem, Jordan!

tight chasm
short warren
#

restart? ๐Ÿ˜†

#

oh wait im a little lait

#

just 30 minutes

vocal rivet
#

Right Click the app in start > More > App settings > Repair or Reset

tight chasm
#

ok thx hope that works ^^

delicate fossil
#

Is it possible to show the tag from a group created with luckperms and a tag created using DeluxeTags?

drowsy quest
#

Sure. Depends on your chat plugin

delicate fossil
#

Essentials

#

Sorry for these really dumb questions

tight chasm
delicate fossil
#

Yeah

tight chasm
#

the Developer is my prefix from luckperms and the second from deluxechat

delicate fossil
#

Is it a EssentialsX config thing?

tight chasm
#

no

#

we have deluxechat plugin

#

i can look in the config and send you the line my friend upload this plugin not me ๐Ÿ˜„

delicate fossil
#

Should i change to deluxechat?

tight chasm
#

on my server i have EssentialsX Chat

#

my friend have Deluxecaht to get two prefixes

#

prefix: '&7[%vault_group%&7 | %projectkorra_elementcolor%%projectkorra_element%&7] '

here the line from the config

#

you can try it on Essentials X config maybe that works

delicate fossil
#

Where i put that GWsetmyxPeepoCry

vocal rivet
#

!stacking

outer vesselBOT
vocal rivet
#

Oh wait, I didn't read the full context, nvm then xP

frail nova
#

whats the command to remove your nickname? like if I did /nick but I want to take it off

steady tangle
#

Depends what plugin you're using for that, /delnick? Check your plugins docs

tight chasm
#

whats the command to remove your nickname? like if I did /nick but I want to take it off
@frail nova on essentialsX its /nick off

rigid widget
#

Then you'll be a... Nick off-er man

frail nova
#

that did it, thanks @tight chasm

tight chasm
#

Where i put that :GWsetmyxPeepoCry:
@delicate fossil can you tell me what you want do? mayber i can better understand when you say explicit what you try to do ๐Ÿ˜„

#

can i join your server pengiun man to see what trying? ๐Ÿ˜„

delicate fossil
#

Hmm

#

I have 3 groups set with LP: ADM, VIP, SUB.
And i wanna create tags with DeluxeTags to add more fun

#

So it would show like youts

#

ADM | Slowpoke

#

something like that

tight chasm
#

hmm

#

is deluxe tag a plugin?

#

ok thats an addon worked on DeluxeChat and EssentialsChat so you have only EssentialsX or both?

#

you need EssentialsChat and EssentialsX

delicate fossil
#

I have EssentialsXchat and EssentialsX

tight chasm
#

I have EssentialsXchat and EssentialsX
@delicate fossil in the discreption the developer called if you disable deluxechat you must replace the placeholder in this {deluxetags_<id>}

#

so you create a deluxetag than you get the ID this placeholder with the id you add in the EssentialsChat config file

short warren
#

do any of you use deluxehub3? i need help

tight chasm
#

deluxehub3? i look what that is what help you need?

short warren
#

Im not getting the item to go from server to server

#

its supposed to be a netherstar

tight chasm
#

wait must use translator my english not so good

#

so you want get the netherstar from world 1 to world 2?

#

or you use bungeecord from server to server?

short warren
#

im using bungeecord from server to server

#

but i think that part is working, im just not getting the item

#

that i can use to get from server to server

tight chasm
#

ok

#

so deluxe hub support sql?

short warren
#

why would i need a db

tight chasm
#

i think you need an sql database to save the items in one server and share it to the second server

short warren
#

im not trying to save items

#

im trying to get an item when i join the server

#

and the plugin is supposed to do that

#

but it doesnt

tight chasm
#

you mean starter kit?

short warren
#

no, the plugin is supposed to give a netherstar that you right click on to go from server to server

#

but it is not

tight chasm
#

ah you mean right click on server A that teleport you to Server B?

short warren
#

no its the plugin not working

#

it just wont give me an item

#

i wonder if im missing a permission

#

nah im not

#

im going to ask on a different server

tight chasm
#

Player BungeeCord Send
Send the player to a specficied BungeeCord server on your network
Syntax: [BUNGEE] <server>
Example: [BUNGEE] factions

#

i found this in the wiki from deluxehub3

#

im going to ask on a different server
@short warren good luck man

short warren
#

thanks

delicate fossil
#

I still dont get how to put deluxetags' tags on essentialsxchat GWsetmyxPeepoCry

#

I cant find those lines Rainbow posted

gilded nova
#

#readthedocs

steel pelican
tight chasm
#

I still dont get how to put deluxetags' tags on essentialsxchat :GWsetmyxPeepoCry:
@delicate fossil i have say you how ๐Ÿ˜„

torn otter
#

@gilded nova lmao tried the overclocking like you said and killed my pc, its like my pc does not support overclocking

#

or its dying

gilded nova
#

What?

torn otter