Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2019
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. {
  2. "Alerts": {
  3. "enabled": false,
  4. "password": "",
  5. "password-plaintext": false,
  6. "servers": [
  7. {
  8. "address": "smtp.gmail.com",
  9. "encrypted-password": "g",
  10. "group": "wrapper",
  11. "login-name": "twswrapperalerts@gmail.com",
  12. "port": 587,
  13. "recipients": [
  14. "twswrapperalerts@gmail.com"
  15. ],
  16. "subject": "Wrapper.py Alert",
  17. "type": "email"
  18. }
  19. ]
  20. },
  21. "Backups": {
  22. "backup-compression": false,
  23. "backup-folders": [
  24. "server.properties",
  25. "world"
  26. ],
  27. "backup-interval": 3600,
  28. "backup-location": "backup-directory",
  29. "backup-notification": true,
  30. "backups-keep": 10,
  31. "enabled": false
  32. },
  33. "Entities": {
  34. "enable-entity-controls": false,
  35. "entity-update-frequency": 4,
  36. "thin-Chicken": 30,
  37. "thin-Cow": 40,
  38. "thin-Sheep": 40,
  39. "thin-chicken": 30,
  40. "thin-cow": 40,
  41. "thin-sheep": 40,
  42. "thin-zombie_pigman": 200,
  43. "thinning-activation-threshhold": 100,
  44. "thinning-frequency": 30
  45. },
  46. "Gameplay": {
  47. "use-timer-tick-event": false
  48. },
  49. "General": {
  50. "auto-restart": true,
  51. "command": "java -Xms2G -Xmx2G -jar paper.jar nogui",
  52. "encoding": "utf-8",
  53. "salt": "uIwo3yHQdVJIdA5TquIqBg==",
  54. "server-directory": ".",
  55. "shell-scripts": false,
  56. "timed-reboot": false,
  57. "timed-reboot-minutes": 1440,
  58. "timed-reboot-warning-minutes": 5
  59. },
  60. "IRC": {
  61. "autorun-irc-commands": [
  62. "COMMAND 1",
  63. "COMMAND 2"
  64. ],
  65. "channels": [
  66. "#wrapper"
  67. ],
  68. "command-character": ".",
  69. "control-from-irc": false,
  70. "control-irc-pass": "from console use `/password IRC control-irc-pass <your password>`",
  71. "control-irc-pass-plaintext": false,
  72. "irc-enabled": false,
  73. "nick": "MinecraftWrap",
  74. "obstruct-nicknames": false,
  75. "password": "from console use `/password IRC password <your password>`",
  76. "password-plaintext": false,
  77. "port": 6667,
  78. "server": "benbaptist.com",
  79. "show-channel-server": true,
  80. "show-irc-join-part": true
  81. },
  82. "Misc": {
  83. "default-restart-message": "Server restarting...",
  84. "halt-message": "Halting Wrapper...",
  85. "reboot-message": "Server is conducting a scheduled reboot. The server will be back momentarily!",
  86. "stop-message": "Stopping The Minecraft Server",
  87. "trap-ctrl-z": true,
  88. "use-betterconsole": false
  89. },
  90. "Proxy": {
  91. "auto-name-changes": true,
  92. "built-in-hub": false,
  93. "command-prefix": "/",
  94. "disconnect-nonproxy-connections": true,
  95. "flush-rate-ms": 50,
  96. "hidden-ops": [
  97. "SurestTexas00",
  98. "BenBaptist"
  99. ],
  100. "max-players": 1024,
  101. "online-mode": true,
  102. "proxy-bind": "0.0.0.0",
  103. "proxy-enabled": false,
  104. "proxy-port": 25565,
  105. "silent-ipban": true,
  106. "worlds": {
  107. "world": {
  108. "desc": "a world description",
  109. "ip": "localhost",
  110. "port": 25565
  111. }
  112. }
  113. },
  114. "Updates": {
  115. "auto-update-branch": null,
  116. "auto-update-wrapper": false,
  117. "dev-branch": "https://raw.githubusercontent.com/benbaptist/minecraft-wrapper/development",
  118. "stable-branch": "https://raw.githubusercontent.com/benbaptist/minecraft-wrapper/master"
  119. },
  120. "Web": {
  121. "safe-ips": [
  122. "127.0.0.1"
  123. ],
  124. "safe-ips-use": false,
  125. "server-name": "Minecraft Server",
  126. "web-allow-file-management": true,
  127. "web-bind": "0.0.0.0",
  128. "web-enabled": false,
  129. "web-password": "gAAAAABahzJcLVEVh2OBWWubWoM2OstgCmAa-ZCcZeRWA1hp1_URO0dU0CijkbDaL3TXRSoK9o2NJCJwe5gEWCf24PH_WkD9HA==",
  130. "web-password-plaintext": false,
  131. "web-port": 8051
  132. }
  133. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement