release-1.0.0 #39

Merged
cuqmbr merged 108 commits from develop into main 2025-08-14 15:04:35 +00:00
3 changed files with 8 additions and 5 deletions
Showing only changes of commit 05b007c2cd - Show all commits

View File

@ -32,9 +32,12 @@ VOLUME ${DATA_PATH}
ENV MEMORY=4G ENV MEMORY=4G
ENV PROXY_SECRET=change_me
WORKDIR ${WORKDIR_PATH}/config WORKDIR ${WORKDIR_PATH}/config
EXPOSE 25565/tcp EXPOSE 25565/tcp
CMD java -Xms${MEMORY} -Xmx${MEMORY} -jar *.jar -nogui CMD \
sed -i "s/_PROXY_SECRET_/${PROXY_SECRET}/g" config/paper-global.yml && \
java -Xms${MEMORY} -Xmx${MEMORY} -jar *.jar -nogui

View File

@ -95,9 +95,9 @@ proxies:
online-mode: true online-mode: true
proxy-protocol: false proxy-protocol: false
velocity: velocity:
enabled: false enabled: true
online-mode: true online-mode: false
secret: '' secret: '_PROXY_SECRET_'
scoreboards: scoreboards:
save-empty-scoreboard-teams: true save-empty-scoreboard-teams: true
track-plugin-scoreboards: false track-plugin-scoreboards: false

View File

@ -35,7 +35,7 @@ max-tick-time=60000
max-world-size=29999984 max-world-size=29999984
motd=A Minecraft Server motd=A Minecraft Server
network-compression-threshold=256 network-compression-threshold=256
online-mode=true online-mode=false
op-permission-level=4 op-permission-level=4
player-idle-timeout=0 player-idle-timeout=0
prevent-proxy-connections=false prevent-proxy-connections=false