Added simple start for server-side components.
This commit is contained in:
parent
c9b418f07a
commit
fb67b0c44f
5 changed files with 71 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
# All paths in this configuration file are relative to Dynmap's data-folder: minecraft_server/plugins/dynmap/
|
||||
|
||||
components:
|
||||
- class: org.dynmap.TestComponent
|
||||
stuff: "this is some stuff"
|
||||
# Treat hiddenplayers.txt as a whitelist for players to be shown on the map? (Default false)
|
||||
display-whitelist: false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue