Commands Plugin.I don't know, but i really don't like the /command way of doing things, so I've made another way to do it, which can be handled in all one class.Features: Faster Command System. Easier (imo) Basic System to handle all commands (Admin, Normal Players, and even VIP etc. http://pastebin.com/7bRUa6BP: Commands.java http://pastebin.com/vm9dYcEg : Usage Thanks, Arravs.
Sorry, didn't see that :S Bump. EDIT by Moderator: merged posts, please use the edit button instead of double posting.
@ tsuna25 My, bad fixed the links, but, it's a brand new command system which imo is easier and faster to add commands.
Well this should probably be under Plugin Development -> Resources. This isn't a plugin loadable by bukkit, it's a couple of source files meant to be used as a library. But you could make it so all commands started with ::, quite easily.
Why would you bump when you didn't make your plugin fit the submission guidelines and thisis hardly a plugin it should be in resources.
I've done something vaguely like this, except it uses annotations and reflection and does a bit more. This isn't a bad idea, but it looks like in this form it is actually more effort to implement than it would just to add a few if statements to onCommand().