Added ability to disable commands in configuration.
This commit is contained in:
parent
421b91058a
commit
553eb7952d
3 changed files with 20 additions and 4 deletions
|
|
@ -19,6 +19,10 @@ webserver-bindaddress: 0.0.0.0
|
|||
# The TCP-port the webserver will listen on.
|
||||
webserver-port: 8123
|
||||
|
||||
disabledcommands:
|
||||
- fullrender
|
||||
- fullrenderasync
|
||||
|
||||
# The maptypes Dynmap will use to render.
|
||||
maps:
|
||||
- class: org.dynmap.kzedmap.KzedMap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue