diff --git a/minecraft_java/spigot/paper-spigot/egg-paper-spigot.json b/minecraft_java/spigot/paper-spigot/egg-paper-spigot.json index 6a07218b..f483aa8a 100644 --- a/minecraft_java/spigot/paper-spigot/egg-paper-spigot.json +++ b/minecraft_java/spigot/paper-spigot/egg-paper-spigot.json @@ -3,7 +3,7 @@ "meta": { "version": "PTDL_v1" }, - "exported_at": "2018-03-10T00:30:35-06:00", + "exported_at": "2018-10-31T14:43:53-04:00", "name": "Paper Spigot", "author": "hostmaster@waterfallgaming.net", "description": "High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies.", @@ -17,8 +17,8 @@ }, "scripts": { "installation": { - "script": "#!\/bin\/ash\r\n# Paper Spigot Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napk update\r\napk add curl\r\n\r\ncd \/mnt\/server\r\n\r\nif [ -z \"${DL_VERSION}\" ] || [ \"${DL_VERSION}\" == \"latest\" ]; then\r\n DL_VERSION=\"lastSuccessfulBuild\"\r\nfi\r\n\r\ncurl -o ${SERVER_JARFILE} https:\/\/papermc.io\/ci\/job\/Paper\/${DL_VERSION}\/artifact\/paperclip.jar", - "container": "alpine:3.4", + "script": "#!\/bin\/ash\r\n# Paper Spigot Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napk update\r\napk add curl\r\n\r\ncd \/mnt\/server\r\n\r\nif [ -z \"${DL_VERSION}\" ] || [ \"${DL_VERSION}\" == \"latest\" ]; then\r\n DL_VERSION=\"lastSuccessfulBuild\"\r\nfi\r\n\r\ncurl -o ${SERVER_JARFILE} https:\/\/papermc.io\/ci\/job\/Paper-1.13\/${DL_VERSION}\/artifact\/paperclip.jar", + "container": "alpine:3.8", "entrypoint": "ash" } }, @@ -42,4 +42,4 @@ "rules": "required|string|between:3,7" } ] -} +} \ No newline at end of file