Added /gpreload.

Reloads configuration settings, but doesn't totally restart the plugin.
If the server owner has updated the JAR, then either /reload or server
reboot is still necessary.
This commit is contained in:
ryanhamshire 2014-11-05 16:44:44 -08:00
parent 4c6b215407
commit a1dd7a7792
2 changed files with 541 additions and 508 deletions

View File

@ -133,6 +133,10 @@ commands:
description: Toggles whether a player's messages will only reach other soft-muted players.
usage: /SoftMute <player>
permission: griefprevention.softmute
gpreload:
description: Reloads Grief Prevention's configuration settings. Does NOT totally reload the entire plugin.
usage: /gpreload
permission: griefprevention.reload
permissions:
griefprevention.createclaims:
description: Grants permission to create claims.
@ -151,6 +155,7 @@ permissions:
griefprevention.eavesdrop: true
griefprevention.deathblow: true
griefprevention.softmute: true
griefprevention.reload: true
griefprevention.restorenature:
description: Grants permission to use /RestoreNature.
default: op
@ -181,6 +186,9 @@ permissions:
griefprevention.deathblow:
description: Grants access to /DeathBlow.
default: op
griefprevention.reload:
description: Grants access to /gpreload.
default: op
griefprevention.softmute:
description: Grants access to /SoftMute.
default: op

File diff suppressed because it is too large Load Diff