Skip to content

Commit

Permalink
fix(minecraft): set server onlineMode to false when behind proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Jan 31, 2025
1 parent 952626b commit 5094063
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ spec:
# maxBuildHeight: 256
gameMode: creative
pvp: false
onlineMode: true
# https://docs.papermc.io/velocity/player-information-forwarding#configuring-modern-forwarding
onlineMode: false
memory: 1024M
rcon:
enabled: false
Expand Down

0 comments on commit 5094063

Please sign in to comment.