1 | #░██╗░░░░░░░██╗░█████╗░██╗██╗░░░░░░█████╗░
|
2 | #░██║░░██╗░░██║██╔══██╗██║██║░░░░░██╔══██╗
|
3 | #░╚██╗████╗██╔╝███████║██║██║░░░░░███████║
|
4 | #░░████╔═████║░██╔══██║██║██║░░░░░██╔══██║
|
5 | #░░╚██╔╝░╚██╔╝░██║░░██║██║███████╗██║░░██║
|
6 | #░░░╚═╝░░░╚═╝░░╚═╝░░╚═╝╚═╝╚══════╝╚═╝░░╚═╝
|
7 |
|
8 | author: PolsatGraniePL
|
9 | version: 2.2.1
|
10 |
|
11 | config:
|
12 | refresh-dealy: 1
|
13 | target-distance: 5
|
14 |
|
15 | bossbar:
|
16 | enabled: true
|
17 | # colors: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW
|
18 | # styles: SOLID, SEGMENTED_6, SEGMENTED_20, SEGMENTED_12, SEGMENTED_10
|
19 | color: WHITE
|
20 | style: SOLID
|
21 | block:
|
22 | # %itenmane% - Returns the name of the block
|
23 | # %icon% - Returns the icon
|
24 | display: "%itenmane% &8| %icon%"
|
25 | enabled: true
|
26 | crops:
|
27 | # %itenmane% - Returns the name of the block
|
28 | # %icon% - Returns the icon
|
29 | # %progress% - Returns age progress from 0 - 100
|
30 | display: "%itenmane% &8| %icon% &8(&7%progress%%&8)"
|
31 | enabled: true
|
32 | mobs:
|
33 | # %entity% - Returns the entity name
|
34 | # %health% - Returns the entity's current health
|
35 | # %max-health% - Restores the entity's maximum health
|
36 | display: "%entity% &8(&7%health%&8/&7%max-health%&4&l❤&8)"
|
37 | enabled: false
|
38 | drop:
|
39 | # %drop% - Returns a block drop
|
40 | # %itenmane% - Returns the name of the block
|
41 | display: "Drop: &7%drop%"
|
42 | drop-none: "None"
|
43 | enabled: true
|
44 |
|
45 | command:
|
46 | #Name: /waila
|
47 | #Description: Hide/Show waila bossbar
|
48 | permission: waila.toggle
|
49 | permission-message: "&cYou don't have permission to do this."
|
50 | hide-message: "&aWhat im looking is DISABLED."
|
51 | show-message: "&aWhat im looking is ENABLED."
|
52 |
|
53 | recipe-search:
|
54 | no-recipes: "&8(&cRecipe %item% not found&8)"
|
55 | # %item% - Returns the name of the item
|
56 | gui-title: "Recipe: %item%"
|
57 | gui-main-block: BLACK_STAINED_GLASS_PANE
|
58 | gui-bottom-line: RED_STAINED_GLASS_PANE
|
59 | exit-item-name: "&cExit"
|
60 | exit-item-material: ARROW
|
61 | blocked-block-message: "&8(&cThe display of the %item% recipe has been blocked&8)"
|
62 | blocked-blocks:
|
63 | - CHEST
|
64 | - ENDER_CHEST
|
65 |
|
66 | blocked-mobs:
|
67 | - WITHER
|
68 | - ENDER_DRAGON
|
69 |
|
70 | crops:
|
71 | - BEETROOTS
|
72 | - CACTUS
|
73 | - CARROTS
|
74 | - CHORUS_FLOWER
|
75 | - FROSTED_ICE
|
76 | - KELP
|
77 | - MELON_STEM
|
78 | - NETHER_WART
|
79 | - POTATOES
|
80 | - PUMPKIN_STEM
|
81 | - SUGAR_CANE
|
82 | - SWEET_BERRY_BUSH
|
83 | - TORCHFLOWER_CROP
|
84 | - TWISTING_VINES
|
85 | - WEEPING_VINES
|
86 | - WHEAT
|
87 |
|
88 | icon:
|
89 | icon-yes: "&2⛏" #"&2✔"
|
90 | icon-no: "&4⛏" #"&4✖"
|
91 | icon-no-way: "&0⛏" #"&0☠"
|