@Qukkit He needs a plugin that instead of banning the player it does what he requested above. Not a good ban system. @Callum5771 Do you want a...
Per world or entire server? (Or have it so it's labeled [Hub] and it only works for the hub world.) Version? @DeadlyAssassin
@kentlivar
Should the tool lose durability when breaking the tree? E: typo
Fine with that if so :) @AfterArts @I Al Istannen
@AfterArts @Skrubzy Deleted all the edits. Download here. Added Sound toggle in config Sound change in config P.S. Will disable self-tagging if...
@AfterArts This would have been up earlier until my internet cut out! Glad I could have gotten it up now though. :) You can download it here....
I'll get started. :) Should be done soon. Thought you wanted a sound but instead I reread and noticed the message part (Easier and much faster...
It's the same thing.... See what I posted. @iClipse @ipodtouch0218
If this is your full code, you're creating an Entity named entity that is entity casted as an Entity (Same thing, same with monster). I believe...
And implement Listener
Just correcting what he did. (Somewhat, didn't cast the string to player etc) Yours was also somewhat simplified.
String possibleplayer = args[X]; for (Player plys : Bukkit.getOnlinePlayers()) { if (plys.getName().equalsIgnoreCase(possibleplayer)) {...
PlayerJoinEvent is part of the Bukkit API/Java (not sure what you used then). I'll work on a plugin that'd execute a command after joining...
Have you tried using a PlayerJoinEvent and then using Player#openInventory()?
Separate names with a comma.