Advertisement
Guest User

FeatherBoard Prison

a guest
Feb 20th, 2018
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.17 KB | None | 0 0
  1. # ------------------------------ #
  2. #
  3. # FeatherBoard 3
  4. # Runs like a feather on your server
  5. # (c) Maxim Van de Wynckel
  6. #
  7. # ------------------------------ #
  8. # Permissions: To use the action groups give them the permission
  9. # featherboard.group.<group>
  10. # Make sure to remove them from the other groups
  11. # when giving a new permission.
  12. # Variables: These variables can be used in the TEXT section
  13. # of both the header as the footer.
  14. #
  15. # {PLAYER} - Player name
  16. # {PLAYERNICK} - Player nickname
  17. # {SERVER} - Server name
  18. # {PLAYERCOUNT} - Server player count
  19. # {BUNGEECOUNT} - Bungee network player count
  20. # 5000+ more ... see spigot page
  21. # Formatting: These are formatting tags allowing you to format the animations
  22. # or placeholders.
  23. #
  24. # Substring: This allows you to split a word (even a placeholder) in parts
  25. # example: <substring begin=0 end=3>Hello World</substring> = Hel
  26. # usage: This can be used to split placeholders when creating a typewriter
  27. # or to split the colors in a placeholder.
  28. #
  29. # Scroll: This creates a scrolling animation of the text inside it. It accepts
  30. # two arguments (the length and space between scrolls).
  31. # example: <scroll width=20 spaces=20>&2This is a &atest</scroll>
  32. #
  33. # PLENTY MORE! See spigot page
  34. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  35. # GENERAL PLUGIN SETTINGS
  36. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  37. ## Config version (DO NOT EDIT)
  38. config: 3
  39. ## Language file
  40. lang: 'en'
  41. ## Debug mode
  42. debug: false
  43. ## Log to file
  44. log:
  45. enabled: true
  46. # Reset log on startup
  47. reset: false
  48. ## Update checking
  49. update:
  50. check: true # RECOMMENDED YOU LEAVE THIS TRUE
  51. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  52. # PLUGIN SPECIFIC SETTINGS
  53. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  54. # Placeholder settings
  55. placeholder:
  56. # logs the memory usage of placeholders on startup
  57. log-memory: false
  58. # Clear unused placeholders that are not enabled.
  59. clear-unused: true
  60. # Config cache only
  61. # This will only use placeholders in the config
  62. # HOWEVER: IT WILL BREAK ALL CUSTOM PLACEHOLDERS!
  63. # IT WILL ALSO PREVENT ANY HOOKS (PlaceholderAPI)
  64. config-cache: false
  65. # Tweaks to increase performance (Use at own risk)
  66. tweaks:
  67. # This option does not send scoreboard remove packets
  68. # to the client on quit. This can increase performance on servers
  69. # where players quit a lot (hubs, ...)
  70. #
  71. # Removal of the plugin requires you to manually delete the scoreboard.dat in the worlds
  72. # /data folder
  73. #
  74. # Enabling this can cause the scoreboard not to work anymore. Use at your own risk
  75. keepScoreboardOnQuit: false
  76. # Some placeholders have a slow process behind them. Meaning they might contact a database
  77. # and take a while to 'resolve'. This will never cause lagg since the placeholders are loaded
  78. # separate from the sending. But can slow down the animation because it has to wait
  79. # for the placeholder to be loaded. When having multiple lines like a text that shows
  80. # the information about the placeholders you put below it, this can cause problems.
  81. # Enabling this will output a message in the console and ingame to operators
  82. # saying when a placeholder is causing delays.
  83. detect-placeholderdelay: false
  84. # Putting this to true will SPAM your console with timings report per placeholder/animation
  85. # refresh. Used for debugging purposes.
  86. # This requires detect-placeholderdelay to true
  87. verbose-placeholder-timings: false
  88. # Ignore placeholder problems
  89. # When set to true, the placeholder will not be disabled
  90. # this also means that no ERRORS will be logged -> no troubleshooting
  91. ignore-placeholder-problems: false
  92. # Toggling allows you to disable the scoreboard
  93. database:
  94. # If you want the toggle to stay even when your users
  95. # log off you can enable this. Keep in mind that this requires a
  96. # MySQL or SQLite database.
  97. # If you are configuring the plugin for the first time it is advised
  98. # to stay away from these settings until you managed the scoreboard
  99. # set up.
  100. persistent: false
  101. # Database configuration is SIMILAR to http://wiki.bukkit.org/Bukkit.yml#database
  102. # with isolation, url, driver, ...
  103. # Database name
  104. database: "featherboard"
  105. # Database username
  106. username: bukkit
  107. # Database isolation type
  108. isolation: SERIALIZABLE
  109. # Database driver
  110. driver: org.sqlite.JDBC
  111. # Database password
  112. password: walrus
  113. # Database driver URL
  114. # {DIR} will be replaced with the plugin directory
  115. # {NAME} will be replaced wit the plugin name
  116. url: jdbc:sqlite:{DIR}{NAME}.db
  117. # Save interval in ticks
  118. save-interval: 6000
  119. # Disabled worlds. Add your world name in this list to
  120. # disable it.
  121. disabled-worlds:
  122. - 'example_world'
  123. # Show delay on join. Usefull if you wish to let the user
  124. # enjoy a Title MOTD without having the scoreboard obstructing
  125. # the view.
  126. show-delay: 0
  127. # Anti Flicker will use a new engine that will allow you to use fast animations
  128. # without any flicker.
  129. # You can disable this feature if you do not have fast refresh rates.
  130. antiflicker: true
  131. # Scoreboard assigning. The boards can be assigned by various ways.
  132. # default the scoreboards will be assigned by permissions.
  133. # You can only have one way of assigning the scoreboards
  134. #
  135. # PERMISSION - Assign scoreboards based on permissions
  136. # This is the default setting (since 2014)
  137. # featherboard.group.<scoreboard>
  138. #
  139. # GROUP - Assign scoreboards based on Vault groups
  140. # this means the scoreboard name has to
  141. # have the name of your Vault group.
  142. #
  143. # WORLD - Assign scoreboards based on the world
  144. # the player is in.
  145. #
  146. # NONE - Do no assign scoreboards and just rely on
  147. # manual assigning (triggers, etc...)
  148. scoreboard-assigning: "PERMISSION"
  149. # GUI: This is a feature enabling a GUI to select a specific scoreboard
  150. # The GUI will show all scoreboards you have permission to. It is not very
  151. # configurable in the way you can't control the location or order of the scoreboards
  152. # For a more configurable GUI I recommend DeluxeMenus
  153.  
  154. gui:
  155. # This is the title of the GUI
  156. title: "Scoreboards"
  157. # Size of the GUI (leave to -1 to make it dynamic)
  158. # Sizes: 9,27,54
  159. size: -1
  160. # A list of different scoreboards
  161. boards:
  162. # Default FeatherBoard comes with a board called "default". All players have the permission
  163. # featherboard.group.default (by default) meaning all players should see the scoreboard unless
  164. # the permission is negated.
  165. #
  166. # You can create as many boards as you want as long as the name is unique. It is advised to give logical
  167. # names such as "vip-board", "mcmmo-levelup", ...
  168. boards:
  169. Factions:
  170. title:
  171. text:
  172. - '&9 Knight Nation'
  173.  
  174. spacer1:
  175. text:
  176. - '<rainbow>&m+------------------+</rainbow>'
  177. interval: 5
  178. random: false
  179.  
  180. fac-line1:
  181. text:
  182. - '&aMoney: &7{money_formatted}'
  183. interval: 2
  184. random: false
  185.  
  186. fac-line2:
  187. text:
  188. - '&aFac. Name: &7{factions_faction_name}'
  189. interval: 2
  190. random: false
  191.  
  192. fac-line3:
  193. text:
  194. - '&aFaction Power: &7{factions_power_rounded}'
  195. interval: 2
  196. random: false
  197.  
  198. fac-line4:
  199. text:
  200. - '&aPlayer Power: &7{factions_player_power_rounded}'
  201. interval: 2
  202. random: false
  203.  
  204. fac-line5:
  205. text:
  206. - '&aX&7{x} &aY&7{y} &aZ&7{z}'
  207. interval: 2
  208. random: false
  209.  
  210. spacer2:
  211. text:
  212. - '<rainbow>&m+------------------+</rainbow>'
  213. interval: 100
  214. random: false
  215. interval: 5
  216.  
  217. player-line1:
  218. text:
  219. - '&aTime Played: &7{stat_hours_played} hours'
  220. interval: 2
  221. random: false
  222.  
  223. player-line2:
  224. text:
  225. - '&aPlayers Online: &7{onlineplayers}'
  226. interval: 10
  227. random: true
  228.  
  229. player-line3:
  230. text:
  231. - '&aTotal Players: &7{allplayers}'
  232. interval: 10
  233. random: true
  234.  
  235. spacer3:
  236. text:
  237. - '<rainbow>&m+------------------+</rainbow>'
  238. interval: 5
  239. random: false
  240.  
  241. vote-line1:
  242. text:
  243. - '&bVotes Till Party!'
  244. interval: 100
  245. random: false
  246.  
  247. vote-line2:
  248. text:
  249. - '&7{voteparty_votes} &aout of &740'
  250. interval: 10
  251. random: false
  252.  
  253. Prison:
  254. title:
  255. text:
  256. - '&9 Prison'
  257.  
  258. spacer1:
  259. text:
  260. - '<rainbow>&m+------------------+</rainbow>'
  261. interval: 5
  262. random: false
  263.  
  264. fac-line1:
  265. text:
  266. - '&aMoney: &7{money_formatted}'
  267. interval: 2
  268. random: false
  269.  
  270. fac-line2:
  271. text:
  272. - '&aFac. Name: &7{factions_faction_name}'
  273. interval: 2
  274. random: false
  275.  
  276. fac-line3:
  277. text:
  278. - '&aFaction Power: &7{factions_power_rounded}'
  279. interval: 2
  280. random: false
  281.  
  282. fac-line4:
  283. text:
  284. - '&aPlayer Power: &7{factions_player_power_rounded}'
  285. interval: 2
  286. random: false
  287.  
  288. fac-line5:
  289. text:
  290. - '&aX&7{x} &aY&7{y} &aZ&7{z}'
  291. interval: 2
  292. random: false
  293.  
  294. spacer2:
  295. text:
  296. - '<rainbow>&m+------------------+</rainbow>'
  297. interval: 100
  298. random: false
  299. interval: 5
  300.  
  301. player-line1:
  302. text:
  303. - '&aTime Played: &7{stat_hours_played} hours'
  304. interval: 2
  305. random: false
  306.  
  307. player-line2:
  308. text:
  309. - '&aPlayers Online: &7{onlineplayers}'
  310. interval: 10
  311. random: true
  312.  
  313. player-line3:
  314. text:
  315. - '&aTotal Players: &7{allplayers}'
  316. interval: 10
  317. random: true
  318.  
  319. spacer3:
  320. text:
  321. - '<rainbow>&m+------------------+</rainbow>'
  322. interval: 5
  323. random: false
  324.  
  325. vote-line1:
  326. text:
  327. - '&bVotes Till Party!'
  328. interval: 100
  329. random: false
  330.  
  331. vote-line2:
  332. text:
  333. - '&7{voteparty_votes} &aout of &740'
  334. interval: 10
  335. random: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement