-
Notifications
You must be signed in to change notification settings - Fork 133
Commands and Permissions
Lukas Rieger edited this page Sep 4, 2020
·
17 revisions
Here is a table with all commands and their permissions that you can use if you use BlueMap as a plugin/mod:
command | permission | description |
---|---|---|
/bluemap | bluemap.status | displays BlueMaps render status |
/bluemap reload | bluemap.reload | reloads all resources, configuration-files and the web-server |
/bluemap maps | bluemap.status | shows all maps loaded by BlueMap |
/bluemap worlds | bluemap.status | shows all worlds loaded by BlueMap |
/bluemap pause | bluemap.pause | pauses all rendering |
/bluemap resume | bluemap.resume | resumes all paused rendering |
/bluemap render [world|map] [x z] [block-radius] | bluemap.render | renders the whole world or optionally a defined radius around the player |
/bluemap purge <map-id> | bluemap.render | purges (deletes) all data of a rendered map |
/bluemap marker create <id> <map-id> <label> | bluemap.marker | creates a basic POI-Marker at the player position |
/bluemap marker remove <id> | bluemap.marker | removes the marker with that id |
/bluemap debug block | bluemap.debug | prints some debug info about the blocks at the players position |
/bluemap debug cache | bluemap.debug | clears bluemap's world-caches |