1
Modified Essentials
I only got Essentials because of the economy part, and so using instructions I found online, I opened the .jar and edited the plugin.yml, commenting out all the commands I didn't want to use. But the Essentials commands don't work, and it doesn't show up in the /plugins list, so I'm assuming it's not using the plugin. So now MoneyDrop is not working, probably because it doesn't have an eco plugin. I'm not sure what I did wrong.
plugin.yml: http://pastebin.com/DAH71YnR
startup log: http://pastebin.com/rdBncgdH
On a unrelated note, ProtocolLib is simply not working. If you'd like, try to see if you can figure out what's going on with that.
Thanks!
plugin.yml: http://pastebin.com/DAH71YnR
startup log: http://pastebin.com/rdBncgdH
On a unrelated note, ProtocolLib is simply not working. If you'd like, try to see if you can figure out what's going on with that.
Thanks!
5
It would be a whole lot simpler just to not give people said commands you want to not use, unless you have a special situation?
Why are you trying to remove commands? If you want to negate commands non destructively then you could put:
(command):
- []
in your commands.yml file. That would remove the command without touching the jar file.
(more info on commands.yml at http://wiki.bukkit.org/Commands.yml)
(command):
- []
in your commands.yml file. That would remove the command without touching the jar file.
(more info on commands.yml at http://wiki.bukkit.org/Commands.yml)
From my previous programming experience you cannot commend out the commands in essentials. I mean maybe you can... But I know my plugins will NOT work if I done have the command registered in the plugin.yml.
Why comment out these commands? Just restrict permissions to them with your perms plugin.
Why comment out these commands? Just restrict permissions to them with your perms plugin.
I am pretty sure you can't comment out those lines with pounds(#), try just removing the lines instead.
Hmm. That didn't work.
