I don't recommend using thenewboston, as he teaches lots of bad practices. But if you think you know Java well enough, go for plugin programming....
Just use the airbender plugin. This would take a lot of work to make, and remaking it just to remove a feature isn't going to be worth it.
The error is you have if (blah blah) { return true; Don't have an open curly brace without a closed one. The reason you're getting an error is...
You don't need @EventHandler about onCommand()
I'm trying to start a localhosted server to test plugins I'm developing, and while I've done it before, I can't do it again. When I try to, I get...
With those specs, it seems like you're self-hosting, but if you are just because you hava 16GB doesn't mean it will use all 16.
It's titled things NOT to do. It states you're NOT supposed to do them, it doesn't state we don't WANT you to do them, you're not allowed to do them.
Did you properly import everything?
You don't use setPlayerListName() for what you're trying to do, you use setDisplayName().
Be more specific. Tell us what you want the method to do, what it is doing, and if it gives you any errors.
If you can't figure out how to use my code in there, you should probably do some more simple work with teleporting players before attempting this...
I think Bukkit can't get input from the TAB key, but I may be wrong.
Use player.teleport(a location). You can have an array or list of locations. Some pseudo-code: public void teleport(Location[] locations, Player[]...
I'm trying to create a localhost server for myself to test things, but when I followed the tutorial, I got this error message: Could not open...
I didn't test it, but here it is: <Edit by Moderator: Redacted mediafire url> Found a bug in it, I'm surprised it even worked: <Edit by...
Separate names with a comma.