Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion paper-gamemode/config/paper-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ proxies:
online-mode: true
proxy-protocol: false
velocity:
enabled: true # grounds: change to true
enabled: false
online-mode: true
secret: ''
scoreboards:
Expand Down
2 changes: 1 addition & 1 deletion paper-gamemode/config/server.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ max-tick-time=60000
max-world-size=29999984
motd=A Minecraft Server
network-compression-threshold=256
online-mode=false # grounds: change to false
online-mode=true
op-permission-level=4
pause-when-empty-seconds=-1
player-idle-timeout=0
Expand Down
2 changes: 1 addition & 1 deletion paper/config/paper-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ proxies:
online-mode: true
proxy-protocol: false
velocity:
enabled: true # grounds: change to true
enabled: false
online-mode: true
secret: ''
scoreboards:
Expand Down
2 changes: 1 addition & 1 deletion paper/config/server.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ max-tick-time=60000
max-world-size=29999984
motd=A Minecraft Server
network-compression-threshold=256
online-mode=false # grounds: change to false
online-mode=true
op-permission-level=4
pause-when-empty-seconds=-1
player-idle-timeout=0
Expand Down