feat: set seed and remove spawn protection
This commit is contained in:
parent
d4442af161
commit
0608d57a14
1 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#Minecraft server properties
|
#Minecraft server properties
|
||||||
#Sat Feb 08 10:35:55 CET 2025
|
#Sat Feb 08 14:25:52 CET 2025
|
||||||
accepts-transfers=false
|
accepts-transfers=false
|
||||||
allow-flight=false
|
allow-flight=false
|
||||||
allow-nether=true
|
allow-nether=true
|
||||||
|
|
@ -25,7 +25,7 @@ hide-online-players=false
|
||||||
initial-disabled-packs=
|
initial-disabled-packs=
|
||||||
initial-enabled-packs=vanilla
|
initial-enabled-packs=vanilla
|
||||||
level-name=world
|
level-name=world
|
||||||
level-seed=
|
level-seed=-5084538529780531061
|
||||||
level-type=minecraft\:normal
|
level-type=minecraft\:normal
|
||||||
log-ips=true
|
log-ips=true
|
||||||
max-chained-neighbor-updates=1000000
|
max-chained-neighbor-updates=1000000
|
||||||
|
|
@ -41,7 +41,7 @@ prevent-proxy-connections=false
|
||||||
pvp=true
|
pvp=true
|
||||||
query.port=25565
|
query.port=25565
|
||||||
rate-limit=0
|
rate-limit=0
|
||||||
rcon.password=61c266eb4e130b3438db32e4
|
rcon.password=46fe413e5bcabb6cef78b90c
|
||||||
rcon.port=25575
|
rcon.port=25575
|
||||||
region-file-compression=deflate
|
region-file-compression=deflate
|
||||||
require-resource-pack=false
|
require-resource-pack=false
|
||||||
|
|
@ -56,7 +56,7 @@ simulation-distance=10
|
||||||
spawn-animals=true
|
spawn-animals=true
|
||||||
spawn-monsters=true
|
spawn-monsters=true
|
||||||
spawn-npcs=true
|
spawn-npcs=true
|
||||||
spawn-protection=16
|
spawn-protection=0
|
||||||
sync-chunk-writes=true
|
sync-chunk-writes=true
|
||||||
text-filtering-config=
|
text-filtering-config=
|
||||||
use-native-transport=true
|
use-native-transport=true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue