mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-15 02:59:06 +02:00
Removed op permissions from admins in the default GloblaGroups.yml.
This commit is contained in:
@@ -85,4 +85,5 @@ v 1.7:
|
|||||||
- Offline player checks now support partial name matches.
|
- Offline player checks now support partial name matches.
|
||||||
- Added custom events so plugins can now be notified of changes within GroupManager.
|
- Added custom events so plugins can now be notified of changes within GroupManager.
|
||||||
- GM now registers with Bukkits ServicesManager.
|
- GM now registers with Bukkits ServicesManager.
|
||||||
- deleting the contents of GlobalGroups.yml will no longer thrown a NullPointerException.
|
- deleting the contents of GlobalGroups.yml will no longer thrown a NullPointerException.
|
||||||
|
- Removed op permissions from admins in the default GloblaGroups.yml.
|
@@ -150,9 +150,9 @@ groups:
|
|||||||
- bukkit.command.kill
|
- bukkit.command.kill
|
||||||
- bukkit.command.list
|
- bukkit.command.list
|
||||||
- bukkit.command.me
|
- bukkit.command.me
|
||||||
- bukkit.command.op
|
- -bukkit.command.op
|
||||||
- bukkit.command.op.give
|
- -bukkit.command.op.give
|
||||||
- bukkit.command.op.take
|
- -bukkit.command.op.take
|
||||||
- bukkit.command.plugins
|
- bukkit.command.plugins
|
||||||
- bukkit.command.reload
|
- bukkit.command.reload
|
||||||
- bukkit.command.save
|
- bukkit.command.save
|
||||||
|
Reference in New Issue
Block a user