Compare commits

...

2 commits

Author SHA256 Message Date
058b6f31d2
remove sodium config from server 2025-04-12 17:32:06 +02:00
38a2f67ad5
restore server.properties back to order 2025-04-12 17:23:29 +02:00
2 changed files with 56 additions and 58 deletions

View file

@ -1,12 +0,0 @@
{
"quality": {
"weather_quality": "FAST",
"enable_vignette": false
},
"advanced": {
"cpu_render_ahead_limit": 5
},
"performance": {
"use_entity_culling": false
}
}

View file

@ -1,58 +1,68 @@
#Minecraft server properties #Minecraft server properties
#Sat Apr 12 14:27:06 GMT 2025
#Game Features
gamemode=survival
force-gamemode=false
difficulty=normal
hardcore=false
pvp=true
simulation-distance=10
view-distance=10
allow-flight=false allow-flight=false
allow-nether=true allow-nether=true
broadcast-console-to-ops=true spawn-animals=true
broadcast-rcon-to-ops=true spawn-monsters=true
difficulty=normal spawn-npcs=true
enable-command-block=false spawn-protection=0
enable-jmx-monitoring=false
enable-query=false
enable-rcon=true
enable-status=true
enforce-secure-profile=false
enforce-whitelist=true
entity-broadcast-range-percentage=100
force-gamemode=false
function-permission-level=2
gamemode=survival
generate-structures=true generate-structures=true
generator-settings={} generator-settings={}
hardcore=false enable-command-block=false
entity-broadcast-range-percentage=100
max-chained-neighbor-updates=1000000
max-tick-time=60000
max-world-size=29999984
#Server Features
enable-status=true
hide-online-players=false hide-online-players=false
online-mode=true
enforce-secure-profile=false
white-list=true
enforce-whitelist=true
require-resource-pack=false
resource-pack=
resource-pack-prompt=
resource-pack-sha1=
max-players=30
player-idle-timeout=0
op-permission-level=3
function-permission-level=2
broadcast-console-to-ops=true
broadcast-rcon-to-ops=true
motd=\u00A72\u00A7n3.0\u00A7r \u00A76\u00A7lCreate Expansion\u00A7r\u00A7r\nwill be here \u00A7o(soon)\u00A7r in \u00A7kx\u00A7r days
#Server
server-ip=
server-port=25565
enable-jmx-monitoring=false
enable-query=false
query.port=25565
enable-rcon=true
rcon.port=25575
#password is redacted
rcon.password=
use-native-transport=true
network-compression-threshold=256
prevent-proxy-connections=false
rate-limit=0
sync-chunk-writes=true
#Initialisation
initial-disabled-packs= initial-disabled-packs=
initial-enabled-packs=vanilla initial-enabled-packs=vanilla
level-name=world level-name=world
level-seed= level-seed=
level-type=minecraft\:normal level-type=minecraft\:normal
max-chained-neighbor-updates=1000000
max-players=30 #unknown
max-tick-time=60000
max-world-size=29999984
motd=§2§n3.0§r §6§lCreate Expansion§r§r\nwill be here §o(soon)§r in §kx§r days
network-compression-threshold=256
online-mode=true
op-permission-level=3
player-idle-timeout=0
prevent-proxy-connections=false
pvp=true
query.port=25565
rate-limit=0
rcon.password=
rcon.port=25575
require-resource-pack=false
resource-pack=
resource-pack-prompt=
resource-pack-sha1=
server-ip=
server-port=25565
simulation-distance=10
spawn-animals=true
spawn-monsters=true
spawn-npcs=true
spawn-protection=0
sync-chunk-writes=true
text-filtering-config= text-filtering-config=
use-native-transport=true
view-distance=10
white-list=true