szumielxd

CLX-notifier

Dec 27th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. # Notifier Configuration File
  2.  
  3. action bar:
  4. # Set this to true to enable the action bar.
  5. # Default: true
  6. enabled: true
  7.  
  8. # This is the message format for the action bar
  9. format: "&3&lWalka &7>> {bars_left}{bars_right} &2{time_left} sekund."
  10.  
  11. # This is the last message that will appear in the action bar
  12. no longer in combat: "&3&lWalka &7>> &a&oJuz nie jestes w trakcie walki."
  13.  
  14. boss bar:
  15. # Set this to true to enable the boss bar.
  16. # Default: true
  17. enabled: true
  18.  
  19. # Change this to modify the color of the boss bar
  20. # Valid options can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/boss/BarColor.html
  21. # Default: YELLOW
  22. color: YELLOW
  23.  
  24. # Change this to modify the style of the boss bar
  25. # Valid options can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/boss/BarStyle.html
  26. # Default: SOLID
  27. style: SOLID
  28.  
  29. # This is the message format for the boss bar
  30. format: "&3Walka &7>> &c{time_left} sekund zostalo"
  31.  
  32. # This is the message that will appear before the boss bar is removed
  33. no longer in combat: "&3Walka &7>> &a&oJuz nie musisz uciekac. Jestes wolny!"
  34.  
  35. score board:
  36. # Set this to true to enable the score board
  37. # Default: true
  38. enabled: true
  39.  
  40. # This is the title of the scoreboard
  41. title: "&4&lAnty Orka"
  42.  
  43. # These are the lines that show up on the scoreboard
  44. # The red numbers on the side cannot be changed or removed
  45. lines:
  46. - '&8&8&l-----------------'
  47. - '&6Pozostalo: &e{time_left}'
  48. - '&6Wrog: &a{enemy_name}'
  49. - '&6HP przeciwnika: &c{enemy_health}&4❤'
  50. - '&8&l-----------------'
  51.  
  52. featherboard:
  53. # Set this to true if you have FeatherBoard installed
  54. # Otherwise a custom scoreboard will be used
  55. # If you set this to true ignore the 'title' and 'lines' options and make sure that score boards are enabled
  56. # FeatherBoard can be found here: https://www.spigotmc.org/resources/2691/
  57. # Default: false
  58. use: false
  59.  
  60. # What is the name of the scoreboard you want to use?
  61. # Default: "combatlogx"
  62. board: "combatlogx"
Advertisement
Add Comment
Please, Sign In to add comment