Advertisement
Guest User

Untitled

a guest
Nov 10th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. config: 3
  2. lang: 'en'
  3. debug: false
  4.  
  5. log:
  6. enabled: true
  7. reset: false
  8. update:
  9. check: true # RECOMMENDED YOU LEAVE THIS TRUE
  10. placeholder:
  11. log-memory: false
  12. clear-unused: true
  13. config-cache: false
  14. tweaks:
  15. keepScoreboardOnQuit: false
  16. detect-placeholderdelay: false
  17. verbose-placeholder-timings: false
  18. ignore-placeholder-problems: false
  19. database:
  20. persistent: false
  21. database: "featherboard"
  22. username: bukkit
  23. isolation: SERIALIZABLE
  24. driver: org.sqlite.JDBC
  25. password: walrus
  26. url: jdbc:sqlite:{DIR}{NAME}.db
  27. save-interval: 6000
  28. disabled-worlds:
  29. - 'example_world'
  30. show-delay: 0
  31. antiflicker: true
  32. scoreboard-assigning: "PERMISSION"
  33.  
  34. gui:
  35. title: "Scoreboards"
  36. # Size of the GUI (leave to -1 to make it dynamic)
  37. # Sizes: 9,27,54
  38. size: -1
  39. boards:
  40. default:
  41. title:
  42. text:
  43. - '&c&l&nTechno-Universe&7 (Hub-1)'
  44. spacer:
  45. text: []
  46. info:
  47. text:
  48. - '&cInformation:'
  49. name:
  50. text:
  51. - '&aName: &7{player}'
  52. rank:
  53. text:
  54. - '&aRank: &7{group}'
  55. Hub:
  56. text:
  57. - '&aLocation: &7(Hub-1)'
  58. spacer3:
  59. text: []
  60. info2:
  61. text:
  62. - '&cServers:'
  63. prisona:
  64. text:
  65. - '&aPrison: &7{bungeecount@prison}'
  66. interval: 100
  67. random: false
  68. text:
  69. - '&aFactions: &7{bungeecount@factions}'
  70. interval: 100
  71. random: false
  72. faction-power:
  73. text:
  74. - '&aKitPvP: &7{bungeecount@kitpvp}'
  75. interval: 100
  76. random: false
  77. leader:
  78. text:
  79. - '&aHCF: &7{bungeecount@HCF}'
  80. interval: 100
  81. random: false
  82. server:
  83. text:
  84. - '&aSkyblock: &7{bungeecount@skyblock}'
  85. interval: 100
  86. random: false
  87. server-online:
  88. text:
  89. - '&aSurvival: &7{bungeecount@survival}'
  90. prison:
  91. text:
  92. - '&aPrison: &7{bungeecount@prison}'
  93. spacer2:
  94. text: []
  95. links:
  96. text:
  97. - '&cLinks:'
  98. interval: 100
  99. random: false
  100. test:
  101. text:
  102. - '&aForums: &7techno-universe.com'
  103. interval: 100
  104. random: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement