mirror of
https://github.com/hubHarmony/servii-backend.git
synced 2024-11-18 05:50:31 +00:00
[+] Added shared server resources
This commit is contained in:
parent
82f58c7584
commit
466066f7db
3
servers/shared/eula.txt
Normal file
3
servers/shared/eula.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#By changing the setting below to TRUE you are indicating your agreement to our EULA (https://account.mojang.com/documents/minecraft_eula).
|
||||||
|
#Sat Jun 01 22:47:03 UTC 2024
|
||||||
|
eula=true
|
49
servers/shared/server.properties
Normal file
49
servers/shared/server.properties
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
#Minecraft server properties
|
||||||
|
#Sat Jun 01 22:47:03 UTC 2024
|
||||||
|
broadcast-rcon-to-ops=true
|
||||||
|
view-distance=10
|
||||||
|
enable-jmx-monitoring=false
|
||||||
|
server-ip=
|
||||||
|
resource-pack-prompt=
|
||||||
|
rcon.port=25575
|
||||||
|
gamemode=survival
|
||||||
|
server-port=7878
|
||||||
|
allow-nether=true
|
||||||
|
enable-command-block=false
|
||||||
|
enable-rcon=false
|
||||||
|
sync-chunk-writes=true
|
||||||
|
enable-query=false
|
||||||
|
op-permission-level=4
|
||||||
|
prevent-proxy-connections=false
|
||||||
|
resource-pack=
|
||||||
|
entity-broadcast-range-percentage=100
|
||||||
|
level-name=world
|
||||||
|
rcon.password=
|
||||||
|
player-idle-timeout=0
|
||||||
|
motd=A Minecraft Server
|
||||||
|
query.port=25565
|
||||||
|
force-gamemode=false
|
||||||
|
rate-limit=0
|
||||||
|
hardcore=false
|
||||||
|
white-list=false
|
||||||
|
broadcast-console-to-ops=true
|
||||||
|
pvp=true
|
||||||
|
spawn-npcs=true
|
||||||
|
spawn-animals=true
|
||||||
|
snooper-enabled=true
|
||||||
|
difficulty=easy
|
||||||
|
function-permission-level=2
|
||||||
|
network-compression-threshold=256
|
||||||
|
text-filtering-config=
|
||||||
|
require-resource-pack=false
|
||||||
|
spawn-monsters=true
|
||||||
|
max-tick-time=60000
|
||||||
|
enforce-whitelist=false
|
||||||
|
use-native-transport=true
|
||||||
|
max-players=20
|
||||||
|
resource-pack-sha1=
|
||||||
|
spawn-protection=16
|
||||||
|
online-mode=true
|
||||||
|
enable-status=true
|
||||||
|
allow-flight=false
|
||||||
|
max-world-size=29999984
|
Loading…
Reference in New Issue
Block a user