mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-02-01 21:11:44 +01:00
Removed '- bukkit.command' form the globalgroups permission nodes.
This commit is contained in:
parent
d0e5685ac0
commit
1a0b03db4d
@ -100,4 +100,5 @@ v 1.8:
|
|||||||
- Changed over to a reflection method for populating superperms as Bukkit lags when you handle permissions one at a time.
|
- Changed over to a reflection method for populating superperms as Bukkit lags when you handle permissions one at a time.
|
||||||
- Major, MAJOR changes to support partial/full world mirroring.
|
- Major, MAJOR changes to support partial/full world mirroring.
|
||||||
You can now mirror groups.yml, users.yml or both files between different worlds.
|
You can now mirror groups.yml, users.yml or both files between different worlds.
|
||||||
- Catch NullPointerErrors generated by blank permission nodes.
|
- Catch NullPointerErrors generated by blank permission nodes.
|
||||||
|
- Removed '- bukkit.command' form the globalgroups permission nodes.
|
@ -145,7 +145,6 @@ groups:
|
|||||||
permissions:
|
permissions:
|
||||||
- bukkit.broadcast
|
- bukkit.broadcast
|
||||||
- bukkit.broadcast.admin
|
- bukkit.broadcast.admin
|
||||||
- bukkit.command
|
|
||||||
- bukkit.command.give
|
- bukkit.command.give
|
||||||
- bukkit.command.help
|
- bukkit.command.help
|
||||||
- bukkit.command.kill
|
- bukkit.command.kill
|
||||||
|
Loading…
Reference in New Issue
Block a user