Advertisement
Guest User

Untitled

a guest
Jun 11th, 2011
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. {
  2. "Window Title" : "MC Server GUI",
  3. "Input History Max Size" : 30,
  4. "Display" : {
  5. "Text Color" : "000000",
  6. "Background Color" : "FFFFFF",
  7. "[INFO] Color" : "339900",
  8. "[WARNING] Color" : "CC6600",
  9. "[SEVERE] Color" : "FF0000",
  10. "Text Size" : 3
  11. },
  12. "CMD Line" : {
  13. "Java Executable" : "java",
  14. "Server Jar File" : "craftbukkit.jar",
  15. "Bukkit" : true,
  16. "Xmx Memory" : "1024M",
  17. "Xincgc" : true,
  18. "Extra Arguments" : "",
  19. "Use Custom Launch" : true,
  20. "Custom Launch Line" : "java -Djline.terminal=jline.UnsupportedTerminal -server -Xmn250M -Xmx3G -Xincgc -Xss128k -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:ParallelGCThreads=4 -XX:+DisableExplicitGC -XX:MaxGCPauseMillis=400 -XX:SurvivorRatio=16 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -cp BiomeTerrain.jar;craftbukkit-0.0.1-SNAPSHOT.jar org.bukkit.craftbukkit.Main nogui "
  21. },
  22. "Backups" : {
  23. "Path" : "C:\\Users\\Administrator\\Documents\\Server Backups",
  24. "Zip Backup" : true,
  25. "Paths to Backup" : [ "." ]
  26. },
  27. "Schedule" : {
  28. "Events" : {
  29. "Daily Backup" : {
  30. "Cron Expression" : "0 0 0 ? 1,2,3,4,5,6,7,8,9,10,11,12 1,2,3,4,5,6,7",
  31. "Task" : "Backup",
  32. "Parameters" : [ ],
  33. "Warnings" : {
  34. "1" : [ "Full Server Backup in 5 Minute's - You may remain playing!", 300 ],
  35. "2" : [ "Full Server Backup in 30 Minute's - You may remain playing!", 1800 ],
  36. "3" : [ "Full Server Backup in 10 second's - This might lag a little!", 10 ]
  37. }
  38. },
  39. "Restart Server" : {
  40. "Cron Expression" : "0 0 0/5 ? 1,2,3,4,5,6,7,8,9,10,11,12 1,2,3,4,5,6,7",
  41. "Task" : "Restart Server",
  42. "Parameters" : [ "30" ],
  43. "Warnings" : {
  44. "1" : [ "Automatic Restart in 1 Minute - You may remain playing!", 60 ],
  45. "2" : [ "Automatic Restart in 10 Second's - Est downtime 40 second's!", 10 ],
  46. "3" : [ "Automatic Restart in 30 Second's - You may remain playing!", 30 ]
  47. }
  48. },
  49. "30min save all" : {
  50. "Cron Expression" : "0 0/30 * ? 1,2,3,4,5,6,7,8,9,10,11,12 1,2,3,4,5,6,7",
  51. "Task" : "Save Worlds",
  52. "Parameters" : [ ],
  53. "Warnings" : {
  54. }
  55. }
  56. }
  57. }
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement