Compare commits
No commits in common. "058b6f31d23e89297898e95bc9295e3e80a5918ce400c286a4db3b02a6007c50" and "efd92c9ac9998b177f687fe31dcee2bc8eb023110edd6d39b9e4d23824137292" have entirely different histories.
058b6f31d2
...
efd92c9ac9
2 changed files with 56 additions and 54 deletions
12
server/server/config/sodium-options.json
Normal file
12
server/server/config/sodium-options.json
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"quality": {
|
||||||
|
"weather_quality": "FAST",
|
||||||
|
"enable_vignette": false
|
||||||
|
},
|
||||||
|
"advanced": {
|
||||||
|
"cpu_render_ahead_limit": 5
|
||||||
|
},
|
||||||
|
"performance": {
|
||||||
|
"use_entity_culling": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,68 +1,58 @@
|
||||||
#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
|
||||||
spawn-animals=true
|
|
||||||
spawn-monsters=true
|
|
||||||
spawn-npcs=true
|
|
||||||
spawn-protection=0
|
|
||||||
generate-structures=true
|
|
||||||
generator-settings={}
|
|
||||||
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
|
|
||||||
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-console-to-ops=true
|
||||||
broadcast-rcon-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
|
difficulty=normal
|
||||||
|
enable-command-block=false
|
||||||
#Server
|
|
||||||
server-ip=
|
|
||||||
server-port=25565
|
|
||||||
enable-jmx-monitoring=false
|
enable-jmx-monitoring=false
|
||||||
enable-query=false
|
enable-query=false
|
||||||
query.port=25565
|
|
||||||
enable-rcon=true
|
enable-rcon=true
|
||||||
rcon.port=25575
|
enable-status=true
|
||||||
#password is redacted
|
enforce-secure-profile=false
|
||||||
rcon.password=
|
enforce-whitelist=true
|
||||||
use-native-transport=true
|
entity-broadcast-range-percentage=100
|
||||||
network-compression-threshold=256
|
force-gamemode=false
|
||||||
prevent-proxy-connections=false
|
function-permission-level=2
|
||||||
rate-limit=0
|
gamemode=survival
|
||||||
sync-chunk-writes=true
|
generate-structures=true
|
||||||
|
generator-settings={}
|
||||||
#Initialisation
|
hardcore=false
|
||||||
|
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=
|
||||||
level-type=minecraft\:normal
|
level-type=minecraft\:normal
|
||||||
|
max-chained-neighbor-updates=1000000
|
||||||
#unknown
|
max-players=30
|
||||||
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue