Advertisement
jpenguin

Untitled

Nov 29th, 2023
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. {
  2. "type": "mc",
  3. "display": "ClasiCube",
  4. "data": {
  5. "serverVersion": {
  6. "value": "1.9.4.9",
  7. "required": true,
  8. "desc": "Version of Eco server to install.",
  9. "display": "Server Version",
  10. "internal": false
  11. }
  12. },
  13. "install": [
  14. {
  15. "type": "download"
  16. "files": [
  17. "https://github.com/UnknownShadow200/MCGalaxy/releases/download/${serverVersion}/mcgalaxy_${serverVersion}.zip",
  18. ],
  19. },
  20. {
  21. "type": "command"
  22. "commands": [
  23. "unzip mcgalaxy_${serverVersion}.zip",
  24. "rm mcgalaxy_${serverVersion}.zip"
  25. ],
  26. }
  27. ],
  28. "run": {
  29. "command": "mono MCGalaxyCLI.exe",
  30. "stopCode": 9
  31. },
  32. "environment": {
  33. "type": "standard"
  34. },
  35. "requirements": {
  36. "binaries": [ "unzip", "mono" ],
  37. "arch": "amd64",
  38. "os": "linux"
  39. }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement