Add /dynmap purgequeue to purge tile update queue

This commit is contained in:
Mike Primm 2011-10-30 23:04:36 +08:00 committed by mikeprimm
parent 079f9dc8cd
commit c953097403
3 changed files with 22 additions and 2 deletions

View file

@ -24,6 +24,7 @@ commands:
/<command> resetstats - Reset render statistics.
/<command> resetstats world - Reset render statistics for maps on world 'world'.
/<command> sendtoweb msg - Send message to web users
/<command> purgequeue - Set tile update queue to empty
dmarker:
description: Manipulate map markers
@ -77,6 +78,7 @@ permissions:
dynmap.stats: true
dynmap.resetstats: true
dynmap.sendtoweb: true
dynmap.purgequeue: true
dynmap.marker.add: true
dynmap.marker.update: true
dynmap.marker.movehere: true
@ -131,6 +133,9 @@ permissions:
dynmap.sendtoweb:
description: Allows /dynmap sendtoweb
default: op
dynmap.purgequeue:
description: Allows /dynmap purgequeue
default: op
dynmap.marker.add:
description: Allows /dmarker add
default: op