Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2019
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. {
  2. "Alerts": {
  3. "enabled": false,
  4. "password": "gAAAAABbcwubK6RdlTn_idyzDzrrVYaEGsCKT7iljsqDliW_B0NCqw2QDKBO7sSAkZrs71B8dnBFI5Cmf6AiA50ShwIXGjoASJRfa_MLbKsGpLZQ36GX_v4=",
  5. "password-plaintext": false,
  6. "servers": [
  7. {
  8. "address": "smtp.gmail.com",
  9. "encrypted-password": "gAAAAABbcwubK6RdlTn_idyzDzrrVYaEGsCKT7iljsqDliW_B0NCqw2QDKBO7sSAkZrs71B8dnBFI5Cmf6AiA50ShwIXGjoASJRfa_MLbKsGpLZQ36GX_v4=",
  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. "wrapper-data"
  27. ],
  28. "backup-interval": 3600,
  29. "backup-location": "backup-directory",
  30. "backup-notification": true,
  31. "backups-keep": 10,
  32. "enabled": false
  33. },
  34. "Entities": {
  35. "enable-entity-controls": false,
  36. "entity-update-frequency": 4,
  37. "thin-chicken": 30,
  38. "thin-cow": 40,
  39. "thin-sheep": 40,
  40. "thin-zombie_pigman": 40,
  41. "thinning-activation-threshhold": 100,
  42. "thinning-frequency": 30
  43. },
  44. "Gameplay": {
  45. "use-timer-tick-event": false
  46. },
  47. "General": {
  48. "auto-restart": true,
  49. "command": "java -Xms10G -Xmx10G -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=70 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=35 -XX:+AggressiveOpts -XX:+AlwaysPreTouch -XX:+ParallelRefProcEnabled -Dusing.aikars.flags=mcflags.emc.gs -jar paper.jar nogui",
  50. "encoding": "utf-8",
  51. "salt": "fcPhiFw8NvvL9cgnypvx1A==",
  52. "server-directory": ".",
  53. "shell-scripts": false,
  54. "timed-reboot": false,
  55. "timed-reboot-minutes": 240,
  56. "timed-reboot-warning-minutes": 5
  57. },
  58. "IRC": {
  59. "autorun-irc-commands": [
  60. "COMMAND 1",
  61. "COMMAND 2"
  62. ],
  63. "channels": [
  64. "#wrapper"
  65. ],
  66. "command-character": ".",
  67. "control-from-irc": false,
  68. "control-irc-pass": "from console use `/password IRC control-irc-pass <your password>`",
  69. "control-irc-pass-plaintext": false,
  70. "irc-enabled": false,
  71. "nick": "MinecraftWrap",
  72. "obstruct-nicknames": false,
  73. "password": "from console use `/password IRC password <your password>`",
  74. "password-plaintext": false,
  75. "port": 6667,
  76. "server": "benbaptist.com",
  77. "show-channel-server": true,
  78. "show-irc-join-part": true
  79. },
  80. "Misc": {
  81. "default-restart-message": "Server restarting...",
  82. "halt-message": "Server is stopping for updating of plugins etc. It will be back momentarily",
  83. "reboot-message": "Server is conducting a scheduled reboot. The server will be back momentarily!",
  84. "stop-message": "Stopping The Minecraft Server",
  85. "trap-ctrl-z": true,
  86. "use-betterconsole": false
  87. },
  88. "Proxy": {
  89. "auto-name-changes": true,
  90. "built-in-hub": false,
  91. "command-prefix": "/",
  92. "disconnect-nonproxy-connections": true,
  93. "flush-rate-ms": 50,
  94. "hidden-ops": [
  95. "SurestTexas00",
  96. "BenBaptist"
  97. ],
  98. "max-players": 1024,
  99. "online-mode": true,
  100. "proxy-bind": "0.0.0.0",
  101. "proxy-enabled": false,
  102. "proxy-port": 25565,
  103. "silent-ipban": true,
  104. "worlds": {
  105. "world": {
  106. "desc": "a world description",
  107. "ip": "localhost",
  108. "port": 25565
  109. }
  110. }
  111. },
  112. "Updates": {
  113. "auto-update-branch": null,
  114. "auto-update-wrapper": false,
  115. "dev-branch": "https://raw.githubusercontent.com/benbaptist/minecraft-wrapper/development",
  116. "stable-branch": "https://raw.githubusercontent.com/benbaptist/minecraft-wrapper/master"
  117. },
  118. "Web": {
  119. "safe-ips": [
  120. "127.0.0.1"
  121. ],
  122. "safe-ips-use": true,
  123. "server-name": "Minecraft Server",
  124. "web-allow-file-management": true,
  125. "web-bind": "0.0.0.0",
  126. "web-enabled": false,
  127. "web-password": "to set this, from console use `/password Web web-password <your password>`",
  128. "web-password-plaintext": false,
  129. "web-port": 8070
  130. }
  131. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement