@NizonRox Yes sir, I will work on it some more today.
@Zeroth I'm currently working on an update for this, it's going to support Register, so all major economy plugins will be supported and have fully...
On the right track, in your plugin.yml, "main" has to be: "main: <packagename>.<mainclass>" so if my package was "badbh222.MyPlugin" and my main...
@Poe @Opus @zOxigen Just letting you guys know v0.4 has been released on BukkitDev. As soon as the file is approved (Shouldn't take too long...)...
SimplePoints has moved to BukkitDev, and so will the rest of my plugins, and any new plugins I make. It's better for everyone. :)
@Opus @zOxigen Yep, these features should make it into the next release, along with an API for you, @Poe which should make @ohmydoddtv and...
Oh right, you should be able to just do this: msgs = new Scanner(messages); Sorry, it's early morning, and not much sleep. :D
Oh, of course, try this instead of "messages". mainDirectory + File.separator + "messages.txt"
@nisovin Hmmm, seems like more work for server admins, needing to enter even the nodes they don't want the user/group to have. But, I suppose...
if(event.hasBlock()){ Block block = event.getClickedBlock(); if(block.getType() == Material.CACTUS && event.getAction() ==...
So I'm a bit stuck, trying to work out how to use BukkitPerms properly. o_O Say I have a chat plugin, and want only people with permission to...
Certainly does... :)
And yeah, you should get rid of the "else" in "onEnable", so it always reads the file, not just when it already exists. :)
Aha! msgs = new Scanner(new File("messages")); Should be: msgs = new Scanner(new File(messages));
Separate names with a comma.