.gitignore
This commit is contained in:
parent
727fee2c52
commit
18e2860c88
2 changed files with 9 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#Minecraft server properties
|
#Minecraft server properties
|
||||||
#Fri Nov 17 10:19:25 MSK 2023
|
#Tue Nov 21 08:10:33 YEKT 2023
|
||||||
allow-flight=false
|
allow-flight=false
|
||||||
allow-nether=false
|
allow-nether=false
|
||||||
broadcast-console-to-ops=true
|
broadcast-console-to-ops=true
|
||||||
|
|
@ -45,8 +45,8 @@ require-resource-pack=false
|
||||||
resource-pack=
|
resource-pack=
|
||||||
resource-pack-prompt=
|
resource-pack-prompt=
|
||||||
resource-pack-sha1=
|
resource-pack-sha1=
|
||||||
server-port=25565
|
|
||||||
server-ip=0.0.0.0
|
server-ip=0.0.0.0
|
||||||
|
server-port=25565
|
||||||
simulation-distance=8
|
simulation-distance=8
|
||||||
spawn-animals=true
|
spawn-animals=true
|
||||||
spawn-monsters=true
|
spawn-monsters=true
|
||||||
|
|
|
||||||
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -26,3 +26,10 @@ CustomSkinLoader/*
|
||||||
realms_persistence.json
|
realms_persistence.json
|
||||||
config/roughlyenoughitems/*
|
config/roughlyenoughitems/*
|
||||||
config/oculus.properties
|
config/oculus.properties
|
||||||
|
.github/buildtools/serverfiles/logs/
|
||||||
|
.github/buildtools/serverfiles/world/
|
||||||
|
.github/buildtools/serverfiles/banned-ips.json
|
||||||
|
.github/buildtools/serverfiles/banned-players.json
|
||||||
|
.github/buildtools/serverfiles/ops.json
|
||||||
|
.github/buildtools/serverfiles/whitelist.json
|
||||||
|
minecraftinstance.json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue