To allow anyone to use it with any combination of plugins (not everyone uses the same world border plugin), it may be a smart thing to define your...
First of all, using an async thread for Bukkit methods may not be ideal, but if you do it right, it won't break anything. I'm also not making the...
How exactly is that? The plugin itself shouldn't be too much code, and the world folder size doesn't change much if you add chests. Basically, all...
Not really, it just requires knowledge of the language. It's not different from any other languages. Anyways, it's impossible. You can't have...
If you can still use terminal, but not access it, simply use a .command file: cd [path] java [ram allocation] -jar [jar name] Otherwise, you're...
Create the explosion Set a variable to true Create a delayed task for +- 2 seconds Set the variable to false If a player dies due to an...
Try using the PlayerJoinEvent.
I never said it was unusable, I simply said you shouldn't use it, because it's the truth. If you make plugins now, using names instead of UUIDs,...
The problem is that you're getting whether the player has a World in their permission node. A World isn't a string, therefor when you convert it...
At time x, store the player's location in the HashMap At time y, get the player's location from the HashMap Compare it to the current location
Guess what? We can't help you if you don't explain that. You said you didn't know how to do it, I told you what to use, and expected that you knew...
CMG Totom3 Not sure why you'd use any of those, as you can simply search (Cmd + F) for the required event in the Javadocs.
It's great that you want to help people, but you really should learn the Bukkit API before you try to do so, because now you're simply confusing...
I'm not saying you can't use the method, I'm only saying it's completely irrelevant, and you should try to switch over to UUIDs when you can. He's...
This is completely unrelated to the question, and depreciated in versions after 1.7.6. @OP: To get the username, you want to listen to the...
Separate names with a comma.