Advertisement
Guest User

pailconfig.json

a guest
Aug 4th, 2011
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. {
  2. "Window Title" : "Pail",
  3. "Input History Max Size" : 30,
  4. "Use Proxy Server" : true,
  5. "Proxy External Port" : 25565,
  6. "Proxy Internal Port" : 25568,
  7. "MC Server Start on Pail Start" : false,
  8. "Command Prefix" : "!",
  9. "Custom Button 1" : "Edit Tasks",
  10. "Custom Button 2" : "Edit Tasks",
  11. "Display" : {
  12. "Text Color" : "000000",
  13. "Background Color" : "FFFFFF",
  14. "[INFO] Color" : "339900",
  15. "[WARNING] Color" : "CC6600",
  16. "[SEVERE] Color" : "FF0000",
  17. "Text Size" : 5
  18. },
  19. "CMD Line" : {
  20. "Java Executable" : "java",
  21. "Server Jar File" : "craftbukkit-0.0.1-SNAPSHOT.jar",
  22. "Bukkit" : true,
  23. "Xmx Memory" : "1566M",
  24. "Xincgc" : true,
  25. "Extra Arguments" : "",
  26. "Use Custom Launch" : false,
  27. "Custom Launch Line" : "java -Djline.terminal=jline.UnsupportedTerminal -Xmx1024M -Xincgc -jar craftbukkit-0.0.1-SNAPSHOT.jar nogui -d \"yyyy-MM-dd HH:mm:ss\" "
  28. },
  29. "Backups" : {
  30. "Path" : "C:\\Documents and Settings\\Administrator\\Desktop\\minecraft mod server\\pail-backups",
  31. "Zip Backup" : true,
  32. "Clear Log" : false,
  33. "Paths to Backup" : [ "C:\\Documents and Settings\\Administrator\\Desktop\\minecraft mod server\\World1", "C:\\Documents and Settings\\Administrator\\Desktop\\minecraft mod server\\survival", "C:\\Documents and Settings\\Administrator\\Desktop\\minecraft mod server\\Plugins" ]
  34. },
  35. "Schedule" : {
  36. "Events" : {
  37. "save worlds" : {
  38. "Custom Button" : false,
  39. "Cron Expression" : "0 57 1/3 ? 1,2,3,4,5,6,7,8,9,10,11,12 1,2,3,4,5,6,7",
  40. "Task" : "Save Worlds",
  41. "Parameters" : [ ],
  42. "Warnings" : {
  43. "1" : [ "say Saving Worlds", 10 ]
  44. }
  45. },
  46. "BackupWorlds" : {
  47. "Custom Button" : true,
  48. "Cron Expression" : "0 0 0 * 1,2,3,4,5,6,7,8,9,10,11,12 ?",
  49. "Task" : "Backup",
  50. "Parameters" : [ ],
  51. "Warnings" : {
  52. "1" : [ "say Backup Started", 10 ]
  53. }
  54. },
  55. "backups" : {
  56. "Custom Button" : false,
  57. "Cron Expression" : "0 0 2 ? 1,2,3,4,5,6,7,8,9,10,11,12 5",
  58. "Task" : "Backup",
  59. "Parameters" : [ ],
  60. "Warnings" : {
  61. "1" : [ "say World Backup in 1 min", 60 ],
  62. "2" : [ "say Worlds are backing up!", 10 ]
  63. }
  64. }
  65. }
  66. },
  67. "Web Interface" : {
  68. "Port" : 42424,
  69. "Enabled" : false,
  70. "Password" : "password",
  71. "Disable Get Output Notifications" : false
  72. }
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement