Skip to content

Commit dd6d854

Browse files
committed
add dev server files to repo
1 parent d02a741 commit dd6d854

4 files changed

Lines changed: 75 additions & 2 deletions

File tree

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ bin/
2828

2929
*.DS_Store
3030

31-
run/
31+
**/run/*
3232
run-data/
33-
/src/generated/resources/.cache/a5729a10ce88c8b13f7e7103a2a0b99d680dcea3
33+
/src/generated/resources/.cache/*
34+
35+
!/run/server.properties
36+
!/run/ops.json
37+
!/run/eula.txt

run/eula.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#By changing the setting below to TRUE you are indicating your agreement to our EULA (https://aka.ms/MinecraftEULA).
2+
#Mon Apr 21 18:26:13 EDT 2025
3+
eula=true

run/ops.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"uuid": "380df991-f603-344c-a090-369bad2a924a",
4+
"name": "Dev",
5+
"level": 4,
6+
"bypassesPlayerLimit": false
7+
}
8+
]

run/server.properties

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
#Minecraft server properties
2+
#Sun May 04 11:17:41 EDT 2025
3+
allow-flight=true
4+
allow-nether=true
5+
broadcast-console-to-ops=true
6+
broadcast-rcon-to-ops=true
7+
difficulty=peaceful
8+
enable-command-block=true
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\:flat
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

0 commit comments

Comments
 (0)