Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Notifier Configuration File
- action bar:
- # Set this to true to enable the action bar.
- # Default: true
- enabled: true
- # This is the message format for the action bar
- format: "&3&lWalka &7>> {bars_left}{bars_right} &2{time_left} sekund."
- # This is the last message that will appear in the action bar
- no longer in combat: "&3&lWalka &7>> &a&oJuz nie jestes w trakcie walki."
- boss bar:
- # Set this to true to enable the boss bar.
- # Default: true
- enabled: true
- # Change this to modify the color of the boss bar
- # Valid options can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/boss/BarColor.html
- # Default: YELLOW
- color: YELLOW
- # Change this to modify the style of the boss bar
- # Valid options can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/boss/BarStyle.html
- # Default: SOLID
- style: SOLID
- # This is the message format for the boss bar
- format: "&3Walka &7>> &c{time_left} sekund zostalo"
- # This is the message that will appear before the boss bar is removed
- no longer in combat: "&3Walka &7>> &a&oJuz nie musisz uciekac. Jestes wolny!"
- score board:
- # Set this to true to enable the score board
- # Default: true
- enabled: true
- # This is the title of the scoreboard
- title: "&4&lAnty Orka"
- # These are the lines that show up on the scoreboard
- # The red numbers on the side cannot be changed or removed
- lines:
- - '&8&8&l-----------------'
- - '&6Pozostalo: &e{time_left}'
- - '&6Wrog: &a{enemy_name}'
- - '&6HP przeciwnika: &c{enemy_health}&4❤'
- - '&8&l-----------------'
- featherboard:
- # Set this to true if you have FeatherBoard installed
- # Otherwise a custom scoreboard will be used
- # If you set this to true ignore the 'title' and 'lines' options and make sure that score boards are enabled
- # FeatherBoard can be found here: https://www.spigotmc.org/resources/2691/
- # Default: false
- use: false
- # What is the name of the scoreboard you want to use?
- # Default: "combatlogx"
- board: "combatlogx"
Advertisement
Add Comment
Please, Sign In to add comment