Advertisement
Dannydjdk

ftbu config

Apr 18th, 2017
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. {
  2. "backups": {
  3. "backups_to_keep": 12,
  4. "display_file_size": true,
  5. "enabled": false,
  6. "backup_timer": 2.0,
  7. "compression_level": 1,
  8. "silent": false,
  9. "folder": "",
  10. "use_separate_thread": true
  11. },
  12. "commands": {
  13. "chunks": true,
  14. "trash_can": true,
  15. "ranks": false,
  16. "view_crash": true,
  17. "warp": false,
  18. "tpl": false,
  19. "inv": true,
  20. "back": false,
  21. "server_info": true,
  22. "spawn": false,
  23. "home": false,
  24. "kickme": true
  25. },
  26. "general": {
  27. "auto_restart": false,
  28. "chat": {
  29. "substitute_list": [
  30. {
  31. "key": "shrug",
  32. "val": "¯\\_(ツ)_/¯"
  33. }
  34. ],
  35. "substitute_prefix": "!"
  36. },
  37. "server_info": {
  38. "admin_quick_access": true,
  39. "difficulty": true,
  40. "mode": true
  41. },
  42. "restart_timer": 12.0
  43. },
  44. "world": {
  45. "chunk_loading": true,
  46. "log_chunkloading": false,
  47. "blocked_entities": [],
  48. "chunk_claiming": true,
  49. "safe_spawn": false,
  50. "spawn_area_in_sp": false
  51. },
  52. "webapi": {
  53. "update_interval": 5,
  54. "enabled": false,
  55. "file_location": ""
  56. },
  57. "login": {
  58. "motd": [],
  59. "enable_motd": true,
  60. "enable_starting_items": true,
  61. "starting_items": []
  62. },
  63. "ranks": {
  64. "override_chat": false,
  65. "override_commands": false,
  66. "enabled": true
  67. }
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement