mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-26 11:08:02 +01:00
Made /reload WorldGuard work for everyone by default.
This commit is contained in:
parent
22f7c347ab
commit
603fb5d2b8
@ -16,8 +16,9 @@ Bukkit:
|
|||||||
3. Restart your server.
|
3. Restart your server.
|
||||||
|
|
||||||
Default configuration files will be created in plugins/WorldGuard/
|
Default configuration files will be created in plugins/WorldGuard/
|
||||||
when WorldGuard is first started. Be sure to edit them and then re-restart
|
when WorldGuard is first started. Be sure to edit them and use
|
||||||
your server.
|
/reload WorldGuard until you are satisfied (remember to remove the
|
||||||
|
/reload permission from everyome when you are done).
|
||||||
|
|
||||||
Thanks
|
Thanks
|
||||||
------
|
------
|
||||||
|
@ -86,7 +86,15 @@ blacklist:
|
|||||||
|
|
||||||
# Change sk89q to your name (or sk89q will be able to change regions
|
# Change sk89q to your name (or sk89q will be able to change regions
|
||||||
# on your server!). Check the documentation to see how to configure this
|
# on your server!). Check the documentation to see how to configure this
|
||||||
|
#
|
||||||
|
# NOTE: The /reload permission is given to everyone below (only applies to
|
||||||
|
# WorldGuard) so that you can reload WorldGuard with /reload WorldGuard
|
||||||
|
# until your configuration work is done
|
||||||
permissions:
|
permissions:
|
||||||
|
groups:
|
||||||
|
default:
|
||||||
|
permissions:
|
||||||
|
- /reload
|
||||||
users:
|
users:
|
||||||
sk89q:
|
sk89q:
|
||||||
permissions:
|
permissions:
|
||||||
|
Loading…
Reference in New Issue
Block a user