lexi-lambda / SimpleJail

Simplistic Jail plugin for Bukkit
http://dev.bukkit.org/bukkit-plugins/simplejail/
5 stars 3 forks source link

Prohibit Jailed Users from Using Certain Commands #8

Closed ghost closed 12 years ago

ghost commented 12 years ago

Hello,

I thought it would be pretty great for SimpleJail to be able to block jailed users from using certain commands. There are some commands on my server that don't require permission nodes (one of which being /spawn) and I love to have a command black/whitelist. Thank you!

lexi-lambda commented 12 years ago

Since SimpleJail works by changing jailed players' permissions groups, you can make sure that the jailed group doesn't have permissions to use the commands that would allow them to escape. You can tweak the permissions of the group to your needs.