Skip to content

Commit 19c6d82

Browse files
committed
Updates for PR
1 parent 1588236 commit 19c6d82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

database/seeds/eggs/minecraft/egg-paper.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"name": "Paper",
88
"author": "parker@pterodactyl.io",
99
"description": "High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies.",
10-
"features": null,
11-
"image": "quay.io\/parkervcp\/pterodactyl-images:debian_openjdk-11",
10+
"features": ["eula"],
11+
"image": "quay.io\/pterodactyl\/core:java-11",
1212
"startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -Dterminal.jline=false -Dterminal.ansi=true -jar {{SERVER_JARFILE}}",
1313
"config": {
1414
"files": "{\r\n \"server.properties\": {\r\n \"parser\": \"properties\",\r\n \"find\": {\r\n \"server-ip\": \"0.0.0.0\",\r\n \"server-port\": \"{{server.build.default.port}}\"\r\n }\r\n }\r\n}",
@@ -61,4 +61,4 @@
6161
"rules": "required|string|max:20"
6262
}
6363
]
64-
}
64+
}

0 commit comments

Comments
 (0)