Fix data type of bools

This commit is contained in:
Joey Hafner 2022-03-17 14:04:25 -07:00
parent ed7bd13926
commit 4775077505

View File

@ -5,15 +5,15 @@ services:
image: itzg/minecraft-server:java8 image: itzg/minecraft-server:java8
container_name: e6-dev container_name: e6-dev
environment: environment:
EULA: TRUE EULA: "TRUE"
MAX_MEMORY: 12G MAX_MEMORY: 12G
TYPE: CURSEFORGE TYPE: CURSEFORGE
CF_SERVER_MOD: "https://media.forgecdn.net/files/3683/595/Enigmatica6Server-1.0.0.zip" CF_SERVER_MOD: "https://media.forgecdn.net/files/3683/595/Enigmatica6Server-1.0.0.zip"
ENABLE_RCON: true ENABLE_RCON: "true"
RCON_PORT: 25575 RCON_PORT: 25575
RCON_PASSWORD: ${RCON_PASSWORD} RCON_PASSWORD: ${RCON_PASSWORD}
EXEC_DIRECTLY: true EXEC_DIRECTLY: "true"
USE_AIKAR_FLAGS: true USE_AIKAR_FLAGS: "true"
# RCON_CMDS_FIRST_CONNECT: |- # RCON_CMDS_FIRST_CONNECT: |-
# /pregen stop # /pregen stop
# RCON_CMDS_LAST_DISCONNECT: |- # RCON_CMDS_LAST_DISCONNECT: |-