Add '/dynmap pause' command to pause/unpause full/radius and update rendering

This commit is contained in:
Mike Primm 2011-12-03 06:19:55 +08:00 committed by mikeprimm
parent 8f6982265a
commit de6b90784f
3 changed files with 104 additions and 1 deletions

View file

@ -26,6 +26,8 @@ commands:
/<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
/<command> pause - Show render pause state
/<command> pause <all|none|full|update> - Set render pause state
dmarker:
description: Manipulate map markers
@ -79,6 +81,7 @@ permissions:
dynmap.resetstats: true
dynmap.sendtoweb: true
dynmap.purgequeue: true
dynmap.pause: true
dynmap.marker.add: true
dynmap.marker.update: true
dynmap.marker.movehere: true
@ -136,6 +139,9 @@ permissions:
dynmap.purgequeue:
description: Allows /dynmap purgequeue
default: op
dynmap.pause:
description: Allows /dynmap pause
default: op
dynmap.marker.add:
description: Allows /dmarker add
default: op