Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. {
  2. "key": {
  3. "name": "Proxy",
  4. "showIdInName": true,
  5. "startupConfiguration": {
  6. "maxOnlineProcesses": 1,
  7. "minOnlineProcesses": 1,
  8. "startupPriority": 0,
  9. "startPort": 25565,
  10. "startupEnvironment": "JAVA_RUNTIME",
  11. "automaticStartupConfiguration": {
  12. "enabled": false,
  13. "maxPercentOfPlayers": 70,
  14. "checkIntervalInSeconds": 30
  15. },
  16. "searchBestClientAlone": false,
  17. "useOnlyTheseClients": [
  18. "Client-LobbyBungee"
  19. ]
  20. },
  21. "templates": [
  22. {
  23. "priority": 10,
  24. "name": "Proxy",
  25. "global": false,
  26. "backend": "sftp",
  27. "serverNameSplitter": "#",
  28. "runtimeConfiguration": {
  29. "maxMemory": 250,
  30. "processParameters": [],
  31. "jvmOptions": [],
  32. "systemProperties": {
  33. "reformcloud2.developer": "derklaro"
  34. },
  35. "shutdownCommands": []
  36. },
  37. "version": "WATERFALL"
  38. }
  39. ],
  40. "playerAccessConfiguration": {
  41. "fullJoinPermission": "reformcloud.join.full",
  42. "maintenance": false,
  43. "maintenanceJoinPermission": "reformcloud.join.maintenance",
  44. "joinOnlyPerPermission": false,
  45. "joinPermission": null,
  46. "onlyProxyJoin": true,
  47. "playerControllerCommandReporting": true,
  48. "useCloudPlayerLimit": true,
  49. "maxPlayers": 512
  50. },
  51. "staticProcess": false,
  52. "canBeUsedAsLobby": true
  53. }
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement