http://prntscr.com/b3vzgu I'm new to java so I don't know alot but I'm trying to make a config file and I'm getting the red x on the left hand side, Does anyone know whats wrong with it?
You are missing a bracket bud.http://prntscr.com/b3vzgu I'm new to java so I don't know alot but I'm trying to make a config file and I'm getting the red x on the left hand side, Does anyone know whats wrong with it?
whereYou are missing a bracket bud.
No. Before the semi-colon.after the ;
http://prntscr.com/b3w943 like that?At the very end.
If you're new, the best thing to do is go through it and count how many are open. When one closes, take on off that total.
![]()
As you can see, you still have two open brackets at the end.
So you need to add two closing brackets onto the end of the line before the semi-colon.[DOUBLEPOST=1463222836][/DOUBLEPOST]
No. Before the semi-colon.
Count how many you have open.http://prntscr.com/b3w943 like that?
I have 4 open?Count how many you have open.
You would still need another one.
When one opens, count it up, but when one closes take one off whatever you've counted if you get me.I have 4 open?
It worked but there isnt a config.yml in my plugins folder?When one opens, count it up, but when one closes take one off whatever you've counted if you get me.
Look at the image I posted.
Then you need to create one.It worked but there isnt a config.yml in my plugins folder?
i'm only learning...[DOUBLEPOST=1463224394][/DOUBLEPOST]You've went straight into bukkit coding without knowing java?
like this public void onEnable() {Add what I posted to onEnable()
