Advertisement
Guest User

guiconfig.json file

a guest
Oct 25th, 2011
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. {
  2. "Window Title" : "Y37 - Minecraft Server",
  3. "Input History Max Size" : 30,
  4. "Use Proxy Server" : false,
  5. "Proxy External Port" : 25565,
  6. "Proxy Internal Port" : 25566,
  7. "MC Server Start on GUI 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" : 4
  18. },
  19. "CMD Line" : {
  20. "Java Executable" : "java",
  21. "Server Jar File" : "craftbukkit-1317.jar",
  22. "Bukkit" : true,
  23. "Xmx Memory" : "1024M",
  24. "Xincgc" : true,
  25. "Extra Arguments" : "",
  26. "Use Custom Launch" : false,
  27. "Custom Launch Line" : "java -Djline.terminal=jline.UnsupportedTerminal -Xmx1024M -Xincgc -jar craftbukkit-1317.jar nogui -d \"yyyy-MM-dd HH:mm:ss\" "
  28. },
  29. "Backups" : {
  30. "Path" : "C:\\Users\\TSR\\Desktop\\Y37 Server\\Y37 Data Backup",
  31. "Zip Backup" : true,
  32. "Clear Log" : false,
  33. "Paths to Backup" : [ "C:\\Users\\TSR\\Desktop\\Y37 Server\\Y37 CraftBukkit\\world", "C:\\Users\\TSR\\Desktop\\Y37 Server\\Y37 CraftBukkit\\world_nether", "C:\\Users\\TSR\\Desktop\\Y37 Server\\Y37 CraftBukkit\\server.log", "C:\\Users\\TSR\\Desktop\\Y37 Server\\Y37 CraftBukkit\\server.log.1", "C:\\Users\\TSR\\Desktop\\Y37 Server\\Y37 CraftBukkit\\gui.log" ]
  34. },
  35. "Schedule" : {
  36. "Events" : {
  37. }
  38. },
  39. "Web Interface" : {
  40. "Port" : 42424,
  41. "Enabled" : false,
  42. "Password" : "password",
  43. "Disable Get Output Notifications" : false
  44. }
  45. }
  46.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement