disable ip logging
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 30s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 30s
This commit is contained in:
parent
180521963a
commit
287458eec0
1 changed files with 2 additions and 0 deletions
|
|
@ -42,9 +42,11 @@ in {
|
||||||
# ^^ DISABLE ON PROD
|
# ^^ DISABLE ON PROD
|
||||||
|
|
||||||
serverProperties = {
|
serverProperties = {
|
||||||
|
# server-ip = "localhost";
|
||||||
server-port = 25565;
|
server-port = 25565;
|
||||||
server-name = "Minecraft Server";
|
server-name = "Minecraft Server";
|
||||||
motd = "§lSeason 3§r - §dExplorers Creativity 🔥";
|
motd = "§lSeason 3§r - §dExplorers Creativity 🔥";
|
||||||
|
log-ips = false; # TODO: figure out how to get ips from cloudflared tunnel
|
||||||
|
|
||||||
difficulty = "normal";
|
difficulty = "normal";
|
||||||
gamemode = "survival";
|
gamemode = "survival";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue