Add /dynmap purgequeue to purge tile update queue
This commit is contained in:
parent
079f9dc8cd
commit
c953097403
3 changed files with 22 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue