forked from GC-spigot/AdvancedEnchantments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgroups.yml
113 lines (113 loc) · 4.75 KB
/
groups.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Enchantment groups are used for enchanter, to sell specific type books. You can group them
# and give each group global color.
# YOU CAN DELETE THESE GROUPS AND CREATE YOUR OWN
settings:
magic-dust:
# Limit applying of Magic dust per group
# If false, magic dust can be applied to different groups
limit-applying-per-group: true
randomization-scrolls:
# Limit applying of Randomization scrolls per group
# If false, Randomization scrolls can be applied to different groups
limit-applying-per-group: true
# If set group is invalid, what should be the fall-back group
fallback-group: SIMPLE
groups:
SIMPLE:
global-color: "&7"
group-name: "Simple"
# Use this to change the type of item per group
right-click-book-material: FIREWORK_CHARGE
right-click-book-damage: 0
# Use this to set firework charge's color only! Uses RGB
# Find colors here: https://htmlcolorcodes.com/color-picker/
firework-color: 200;200;200
slot-increaser:
# How many slots should slot increaser add when using this type increaser
slots: 1
magic-dust:
# when right-clicked, it gives magic with success chance
# How much success should the dust have? (e.g.: 5 would mean always 5, 5-10 would mean random number from 5 to 10)
success: 1-15
# Chance to give Magic dust instead of Mystery dust
chance: 22
UNIQUE:
global-color: "&a"
group-name: "Unique"
right-click-book-material: FIREWORK_CHARGE
# Use this to set firework charge's color only! Uses RGB
# Find colors here: https://htmlcolorcodes.com/color-picker/
firework-color: 122;255;80
slot-increaser:
# How many slots should slot increaser add when using this type increaser
slots: 1
magic-dust:
# when right-clicked, it gives magic with success chance
# How much success should the dust have? (e.g.: 5 would mean always 5, 5-10 would mean random number from 5 to 10)
success: 1-15
# Chance to give Magic dust instead of Mystery dust
chance: 22
ELITE:
global-color: "&b"
group-name: "Elite"
right-click-book-material: FIREWORK_CHARGE
# Use this to set firework charge's color only! Uses RGB
# Find colors here: https://htmlcolorcodes.com/color-picker/
firework-color: 20;250;255
slot-increaser:
# How many slots should slot increaser add when using this type increaser
slots: 1
magic-dust:
# when right-clicked, it gives magic with success chance
# How much success should the dust have? (e.g.: 5 would mean always 5, 5-10 would mean random number from 5 to 10)
success: 1-15
# Chance to give Magic dust instead of Mystery dust
chance: 22
ULTIMATE:
global-color: "&e"
group-name: "Ultimate"
right-click-book-material: FIREWORK_CHARGE
# Use this to set firework charge's color only! Uses RGB
# Find colors here: https://htmlcolorcodes.com/color-picker/
firework-color: 250;255;0
slot-increaser:
# How many slots should slot increaser add when using this type increaser
slots: 1
magic-dust:
# when right-clicked, it gives magic with success chance
# How much success should the dust have? (e.g.: 5 would mean always 5, 5-10 would mean random number from 5 to 10)
success: 1-15
# Chance to give Magic dust instead of Mystery dust
chance: 22
LEGENDARY:
global-color: "&6"
group-name: "Legendary"
right-click-book-material: FIREWORK_CHARGE
# Use this to set firework charge's color only! Uses RGB
# Find colors here: https://htmlcolorcodes.com/color-picker/
firework-color: 255;182;0
slot-increaser:
# How many slots should slot increaser add when using this type increaser
slots: 1
magic-dust:
# when right-clicked, it gives magic with success chance
# How much success should the dust have? (e.g.: 5 would mean always 5, 5-10 would mean random number from 5 to 10)
success: 1-15
# Chance to give Magic dust instead of Mystery dust
chance: 22
FABLED:
global-color: "&d"
group-name: "Fabled"
right-click-book-material: FIREWORK_CHARGE
# Use this to set firework charge's color only! Uses RGB
# Find colors here: https://htmlcolorcodes.com/color-picker/
firework-color: 133;50;168
slot-increaser:
# How many slots should slot increaser add when using this type increaser
slots: 1
magic-dust:
# when right-clicked, it gives magic with success chance
# How much success should the dust have? (e.g.: 5 would mean always 5, 5-10 would mean random number from 5 to 10)
success: 1-15
# Chance to give Magic dust instead of Mystery dust
chance: 22