There is allready an option to stop "pushing" of other players while they are AFK. Though I don't think Godmode would be such a great idea since...
Update is on its way, unfortunately theres no other way of fixing this (except removing all colors from the messages)
Allready working on it ;) New Version v0.9.1 Uploaded: Changed: - Fixed ConcurrentModificationException on Auto Kick - Fixed possible...
Its allready planned and I am working on it ;) This will be either included in the next major version (finally v1.0 ^^) which is currently in the...
I am doing it like this: I am getting the instance of WorldGuard in my plugins onEnable() method and store it as public variable. In the Listener...
Of course I will add an option for the configuration file, I like to have my plugins as "flexible" as possible. And I am investigating this...
Oh, I think I confused something there :oops: Thanks for correcting me ^^ Though the second part of my posting is still relevant. It may be...
I am not so much concerned about the teleporting per se, but more about what to do when more than 1 player needs to be teleported (or in other...
For this to work you need some chat Plugin like iChat, the Chat Manager of PEX, etc... If there is no plugin utilizing the DisplayName then you...
You don't need shell access, you just need to be able to download the world somehow (most likely through ftp). Just download the worlds files and...
If i'm not mistaken, this exception can occur when you are iterating through a list and while you are doing so, you are modifying the list (by...
Which version of java do you have installed on your PC? You need at least java 6, but I'd suggest using Java 7. To find out which Version you've...
I think it could be this line of code: if (RegionHandler.Messages.contains(player.getName())){ It will check the player name case sensitive, and...
Sounds like getCommand("gotton") returns null... Have you put the "gotton" and "gottoff" commands in you plugin.yml file?
The Minecraft server usually saves all worlds frequently, unless you disable it (by using the command "save-off" in the console). But you can...
Separate names with a comma.