Add help and permission node for /dynmap purgemap

This commit is contained in:
Mike Primm 2013-06-15 18:07:45 -05:00
parent b7abfe7c06
commit 076681e188

View File

@ -30,6 +30,7 @@ commands:
/<command> resetstats - Reset render statistics. /<command> resetstats - Reset render statistics.
/<command> sendtoweb msg - Send message to web users /<command> sendtoweb msg - Send message to web users
/<command> purgequeue - Set tile update queue to empty /<command> purgequeue - Set tile update queue to empty
/<command> purgemap worldname mapname - Delete all the tiles for map 'mapname' of 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> 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
@ -131,6 +132,7 @@ permissions:
dynmap.resetstats: true dynmap.resetstats: true
dynmap.sendtoweb: true dynmap.sendtoweb: true
dynmap.purgequeue: true dynmap.purgequeue: true
dynmap.purgemap: 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
@ -216,6 +218,9 @@ permissions:
dynmap.purgequeue: dynmap.purgequeue:
description: Allows /dynmap purgequeue description: Allows /dynmap purgequeue
default: op default: op
dynmap.purgemap:
description: Allows /dynmap purgeqmap
default: op
dynmap.pause: dynmap.pause:
description: Allows /dynmap pause description: Allows /dynmap pause
default: op default: op