-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathegg-SimpleCloud.json
46 lines (46 loc) · 2.48 KB
/
egg-SimpleCloud.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2024-10-23T23:07:53+02:00",
"name": "SimpleCloud",
"author": "[email protected]",
"description": "Version: 2.2\r\nthe SimpleCloud-Pterodactyl-egg is an egg which runs the SimpleCloud software inside of Pterodactyl",
"features": null,
"docker_images": {
"Java 21": "ghcr.io\/pterodactyl\/yolks:java_21",
"Java 17": "ghcr.io\/pterodactyl\/yolks:java_17",
"Java 16": "ghcr.io\/pterodactyl\/yolks:java_16",
"Java 11": "ghcr.io\/pterodactyl\/yolks:java_11",
"Java 8": "ghcr.io\/pterodactyl\/yolks:java_8"
},
"file_denylist": [],
"startup": "java -XX:+UseG1GC -XX:MaxGCPauseMillis=50 -XX:CompileThreshold=100 -XX:+UnlockExperimentalVMOptions -XX:+UseCompressedOops -Dterminal.jline=false -Dterminal.ansi=true -Xmx512m -Xms256m -jar runner.jar --start-application={{TYPE}} --wrapper-ram InternalWrapper=$(({{SERVER_MEMORY}}-1024))",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"InternalWrapper logged in\"\r\n}",
"logs": "{\r\n \"custom\": false,\r\n \"location\": \"logs\/latest.log\"\r\n}",
"stop": "stop"
},
"scripts": {
"installation": {
"script": "#!\/bin\/bash\r\napt update\r\napt install -y curl unzip\r\n\r\nmkdir -p \/mnt\/server\r\nexport HOME=\/mnt\/server\r\ncd \/mnt\/server\r\n\r\ncurl -o \/mnt\/server\/SimpleCloud-Latest.zip -Li https:\/\/github.com\/theSimpleCloud\/SimpleCloud\/releases\/download\/v2.8.1\/SimpleCloud-v2.8.1.zip?raw=true\r\ncurl -o \/mnt\/server\/SimpleCloud.zip -Li https:\/\/github.com\/NeverStopGaming\/SimpleCloud-Pterodactyl-egg\/blob\/main\/download\/SimpleCloud.zip?raw=true\r\n\r\nunzip SimpleCloud-Latest.zip\r\nunzip SimpleCloud.zip\r\n\r\nchmod 777 runner.jar\r\nchmod 777 launcher.jar\r\nchmod 777 storage\/base.jar\r\n\r\nrm -r SimpleCloud.zip\r\nrm -r SimpleCloud-Latest.zip\r\n\r\necho Finish!",
"container": "debian:buster-slim",
"entrypoint": "bash"
}
},
"variables": [
{
"name": "Manager or Wrapper",
"description": "",
"env_variable": "TYPE",
"default_value": "MANAGER",
"user_viewable": true,
"user_editable": true,
"rules": "string|max:7|min:7",
"field_type": "text"
}
]
}