Turn server_properties into a list, not a dictionary

This commit is contained in:
Salt 2020-11-21 01:36:59 -06:00
parent 939ce5738e
commit 06adfd1694

View File

@ -38,4 +38,4 @@ minecraft_jre_xmx: 4096m
# - { opt: allow-flight, value: "false" }
# - opt: gamemode
# value: 0
minecraft_server_properties: {}
minecraft_server_properties: []