Can we see the full Stacktrace then?
Alright, there are two variables that you don't have that it could be. Check that name is being given a value before this is called. And the other...
What line?
Fixed.
So I checked the logs again: [20:49:24] [Server thread/INFO]: [uBan] Enabling uBan v1.0.0-Alpha [20:49:24] [Server thread/ERROR]: [uBan] Problem...
Like I said, no error messages. //in onEnable BanHandler bh = new BanHandler(); getCommand("ban").setExecutor(bh);...
Currently developing a high efficiency, flat file banning plugin. Problem is, none of the commands function. I've tried everything I can think of...
Create all your functions and what not and create a class similar to this, of course refactoring so that each method does what it needs to. Send...
Set the test to "" and back to the value.
Bring the list in from the config and check if it contains the block that is clicked. I would suggest using material names.
I would set the item at slot (get some blank slot) instead of adding items.
The only problem is that you don't add the staff members to the scoreboard.
Also, you have too many brackets.
Ugh, that sucks. Try this: int x = 16*<chunk x coord> int max = x + 16; while(x < max) { int y = 0; while(y < 255) { int z =...
Maurdekye Yes, I would only change the value of the person who moved the sugar so I wouldn't have to iterate again, I picked those events so that...
Separate names with a comma.