Added initial work for 'componentizing' client-side.
This commit is contained in:
parent
0e031d7830
commit
c86fe7337b
2 changed files with 41 additions and 7 deletions
|
|
@ -80,6 +80,10 @@ web:
|
|||
quitmessage: "%playername% quit"
|
||||
spammessage: "You may only chat once every %interval% seconds."
|
||||
|
||||
components:
|
||||
- type: testcomponent
|
||||
- type: testcomponent
|
||||
|
||||
defaultworld: world
|
||||
worlds:
|
||||
- title: World
|
||||
|
|
@ -121,7 +125,6 @@ web:
|
|||
# title: Cave
|
||||
# name: cave
|
||||
# prefix: ct
|
||||
|
||||
# Enables debugging.
|
||||
#debuggers:
|
||||
# - class: org.dynmap.debug.LogDebugger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue