Add triggered render statistics, new /dynmap triggerstats command
This commit is contained in:
parent
f886fbc614
commit
36653a3187
5 changed files with 87 additions and 37 deletions
|
|
@ -21,6 +21,7 @@ commands:
|
|||
/<command> cancelrender world - Cancels any active renders of world 'world'
|
||||
/<command> stats - Show render statistics.
|
||||
/<command> stats world - Show render statistics for maps on world 'world'.
|
||||
/<command> triggerstats - Show render trigger statistics
|
||||
/<command> resetstats - Reset render statistics.
|
||||
/<command> resetstats world - Reset render statistics for maps on world 'world'.
|
||||
/<command> sendtoweb msg - Send message to web users
|
||||
|
|
@ -125,7 +126,7 @@ permissions:
|
|||
description: Allows /dynmap reload
|
||||
default: op
|
||||
dynmap.stats:
|
||||
description: Allows /dynmap stats or /dynmap stats <world>
|
||||
description: Allows /dynmap stats, /dynmap stats <world>, or /dynmap triggerstats
|
||||
default: true
|
||||
dynmap.resetstats:
|
||||
description: Allows /dynmap resetstats or /dynmap resetstats <world>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue