Add permissions and help for /dynmap quiet command
This commit is contained in:
parent
cc020a71ff
commit
e3775d4c9b
1 changed files with 5 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ commands:
|
||||||
/<command> purgeworld worldname - Delete all the files for world 'worldname'
|
/<command> purgeworld worldname - Delete all the files for world 'worldname'
|
||||||
/<command> pause - Show render pause state
|
/<command> pause - Show render pause state
|
||||||
/<command> pause <all|none|full|update> - Set render pause state
|
/<command> pause <all|none|full|update> - Set render pause state
|
||||||
|
/<command> quiet - Stop progress messages from active jobs
|
||||||
/<command> ids-for-ip <ipaddress> - Show player IDs that have logged in from given IP address
|
/<command> ids-for-ip <ipaddress> - Show player IDs that have logged in from given IP address
|
||||||
/<command> ips-for-id <playerid> - Show IP addresses that have been used for the given player ID
|
/<command> ips-for-id <playerid> - Show IP addresses that have been used for the given player ID
|
||||||
/<command> add-id-for-ip <playerid> <ipaddress> - Add player ID to given IP address
|
/<command> add-id-for-ip <playerid> <ipaddress> - Add player ID to given IP address
|
||||||
|
|
@ -136,6 +137,7 @@ permissions:
|
||||||
dynmap.purgequeue: true
|
dynmap.purgequeue: true
|
||||||
dynmap.purgemap: true
|
dynmap.purgemap: true
|
||||||
dynmap.purgeworld: true
|
dynmap.purgeworld: true
|
||||||
|
dynmap.quiet: true
|
||||||
dynmap.ids-for-ip: true
|
dynmap.ids-for-ip: true
|
||||||
dynmap.ips-for-id: true
|
dynmap.ips-for-id: true
|
||||||
dynmap.webregister: true
|
dynmap.webregister: true
|
||||||
|
|
@ -230,6 +232,9 @@ permissions:
|
||||||
dynmap.pause:
|
dynmap.pause:
|
||||||
description: Allows /dynmap pause
|
description: Allows /dynmap pause
|
||||||
default: op
|
default: op
|
||||||
|
dynmap.quiet:
|
||||||
|
description: Allows /dynmap quiet
|
||||||
|
default: true
|
||||||
dynmap.ids-for-ip:
|
dynmap.ids-for-ip:
|
||||||
description: Allows /dynmap ids-for-ip
|
description: Allows /dynmap ids-for-ip
|
||||||
default: op
|
default: op
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue