[IMG] It's on Preferences, use the dropdown at the top. Toggle off the email notification, tada
I used to think this, but after I switched to Plugin.get() I would never go back
I appear to have misinterpreted the message, I thought what he was trying to say was that you should create a new class for storing the plugin,...
That is just silly, simply initialise the variable in your onEnable. You're wasting your time creating an entire new class (even with an IDE) just...
Haven't done this in a long while, since I use sk89q's command framework nowadays, but I do believe you still have to extends CommandExecutor, and...
Been there - done that. It's not hard, just time consuming, not worth the effort.
Why did you have to install it all the time? If you didn't know what it was, you probably shouldn't have been using it ;)
JSONAPI is a great tool, if you're using PHP. There is a Ruby version available, somewhere... But JSONAPI is the way forward for things like this.
AngryNerd That bit is fine, it's the loading of the world, which is throwing it now. WorldCreator wc = new WorldCreator("loaded" + worldName);...
I edited it since then, now I'm getting a CME on: world = SurvivalGames.getInstance().getServer().createWorld(wc);
Code: public void load() { new File("loaded").delete(); FileUtil.copy(new File(worldName), new File("loaded")); WorldCreator wc = new...
I'm still standing by my point - this thread is dead.
Separate names with a comma.