Spaces:
Runtime error
Runtime error
Upload server.properties
#1
by
asfag654
- opened
- server.properties +58 -0
server.properties
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#Minecraft server properties
|
2 |
+
#Sat Jul 27 11:55:29 GMT+08:00 2024
|
3 |
+
allow-flight=false
|
4 |
+
allow-nether=true
|
5 |
+
broadcast-console-to-ops=true
|
6 |
+
broadcast-rcon-to-ops=true
|
7 |
+
difficulty=easy
|
8 |
+
enable-command-block=false
|
9 |
+
enable-jmx-monitoring=false
|
10 |
+
enable-query=false
|
11 |
+
enable-rcon=false
|
12 |
+
enable-status=true
|
13 |
+
enforce-secure-profile=true
|
14 |
+
enforce-whitelist=false
|
15 |
+
entity-broadcast-range-percentage=100
|
16 |
+
force-gamemode=false
|
17 |
+
function-permission-level=2
|
18 |
+
gamemode=survival
|
19 |
+
generate-structures=true
|
20 |
+
generator-settings={}
|
21 |
+
hardcore=false
|
22 |
+
hide-online-players=false
|
23 |
+
initial-disabled-packs=
|
24 |
+
initial-enabled-packs=vanilla
|
25 |
+
level-name=world
|
26 |
+
level-seed=
|
27 |
+
level-type=minecraft\:normal
|
28 |
+
max-chained-neighbor-updates=1000000
|
29 |
+
max-players=20
|
30 |
+
max-tick-time=60000
|
31 |
+
max-world-size=29999984
|
32 |
+
motd=A Minecraft Server
|
33 |
+
network-compression-threshold=256
|
34 |
+
online-mode=false
|
35 |
+
op-permission-level=4
|
36 |
+
player-idle-timeout=0
|
37 |
+
prevent-proxy-connections=false
|
38 |
+
pvp=true
|
39 |
+
query.port=25565
|
40 |
+
rate-limit=0
|
41 |
+
rcon.password=
|
42 |
+
rcon.port=25575
|
43 |
+
require-resource-pack=false
|
44 |
+
resource-pack=
|
45 |
+
resource-pack-prompt=
|
46 |
+
resource-pack-sha1=
|
47 |
+
server-ip=
|
48 |
+
server-port=25565
|
49 |
+
simulation-distance=10
|
50 |
+
spawn-animals=true
|
51 |
+
spawn-monsters=true
|
52 |
+
spawn-npcs=true
|
53 |
+
spawn-protection=16
|
54 |
+
sync-chunk-writes=true
|
55 |
+
text-filtering-config=
|
56 |
+
use-native-transport=true
|
57 |
+
view-distance=10
|
58 |
+
white-list=false
|