1

Modified Essentials

sarcastic_ninja 4/10/15 5:58 pm
265
4/12/2015 10:28 pm
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!
Posted by
sarcastic_ninja
Level 6 : Apprentice Crafter
2

  Have something to say?

JoinSign in

5

raidarr
04/12/2015 10:28 pm
Level 22 : Expert Blockhead
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?
1
Masonrf
04/12/2015 8:57 pm
Level 31 : Artisan Robot
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)
1
ForsakenRealmz
04/10/2015 6:48 pm
Level 1 : New Architect
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.
1
Samistine
04/10/2015 6:23 pm
Level 24 : Expert System
I am pretty sure you can't comment out those lines with pounds(#), try just removing the lines instead.
1
sarcastic_ninja
04/10/2015 6:35 pm
Level 6 : Apprentice Crafter
Hmm. That didn't work.
1

Welcome