mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Removed '- bukkit.command' form the globalgroups permission nodes.
This commit is contained in:
parent
d0e5685ac0
commit
1a0b03db4d
2 changed files with 2 additions and 2 deletions
|
@ -101,3 +101,4 @@ v 1.8:
|
||||||
- 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 a new issue