#Question about this and config

1 messages · Page 1 of 1 (latest)

atomic copper
#

Would this work as a list or do I need to format it differently im trying to make a config

smoky coral
#

that should work

atomic copper
#

oh alr thanks

#

nvm

#

figured it out

bold dew
#

i was reading

#

capital class names tho

#

so Store

#

UpperCamelCase

atomic copper
#

wait

#

how did I do this wrong?

#

for some reason intellij doesnt auto complete so I have to write "public boolean onCommand" myself

#

OMG

#

IM AN IDIOT

#

I PUT BOOLEAN

#

INSTEAD OF VOID

#

wait

#

no

#

that cant be it

#

wtf

#

and i put "final

#

on accident

bold dew
#

huh

#

missing curly brace

#

closing brace

atomic copper
#

why is it red

smoky coral
#

add return true at the end, your not returning anything if the sender isnt a player

#

or return false