-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathensorcellation-server.toml
375 lines (331 loc) · 14.3 KB
/
ensorcellation-server.toml
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
[Enchantments]
[Enchantments."Magic Protection"]
#If TRUE, the Magic Protection Enchantment is available for Armor and Horse Armor.
Enable = true
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = false
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 4
[Enchantments.Displacement]
#If TRUE, the Displacement Enchantment is available for Armor, Shields, and Horse Armor.
Enable = false
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = true
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 3
#Adjust this value to set the chance per level of the Enchantment firing (in percentage).
#Range: 1 ~ 100
"Effect Chance" = 20
#If TRUE, mobs wearing armor with this Enchantment can teleport players.
"Mobs Teleport Players" = false
[Enchantments."Flaming Rebuke"]
#If TRUE, the Flaming Rebuke Enchantment is available for Armor, Shields, and Horse Armor.
Enable = false
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = true
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 3
#Adjust this value to set the chance per level of the Enchantment firing (in percentage).
#Range: 1 ~ 100
"Effect Chance" = 20
#If TRUE, mobs wearing armor with this Enchantment can knockback players.
"Mobs Knockback Players" = false
[Enchantments."Chilling Rebuke"]
#If TRUE, the Chilling Rebuke Enchantment is available for Armor, Shields, and Horse Armor.
Enable = false
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = true
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 3
#Adjust this value to set the chance per level of the Enchantment firing (in percentage).
#Range: 1 ~ 100
"Effect Chance" = 20
#If TRUE, mobs wearing armor with this Enchantment can knockback players.
"Mobs Knockback Players" = false
[Enchantments."Air Affinity"]
#If TRUE, the Air Affinity Enchantment is available for Helmets.
Enable = true
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = false
[Enchantments.Insight]
#If TRUE, the Insight Enchantment is available for Helmets.
Enable = true
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = false
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 3
#Adjust this to change the max experience awarded per level of the Enchantment.
#Range: 1 ~ 1000
"Experience Amount" = 4
[Enchantments.Gourmand]
#If TRUE, the Gourmand Enchantment is available for Helmets.
Enable = false
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = false
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 2
[Enchantments.Reach]
#If TRUE, the Reach Enchantment is available for Chestplates.
Enable = true
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = true
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 3
[Enchantments.Vitality]
#If TRUE, the Vitality Enchantment is available for Chestplates.
Enable = true
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = true
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 3
#Adjust this value to set the health granted per level of the Enchantment. (There are 2 health per heart icon.)
#Range: 1 ~ 10
"Health / Level" = 4
[Enchantments."Ender Disruption"]
#If TRUE, the Ender Disruption Enchantment is available for various Weapons.
Enable = false
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = true
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 5
[Enchantments.Vigilante]
#If TRUE, the Vigilante Enchantment is available for various Weapons.
Enable = true
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = true
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 5
[Enchantments.Outlaw]
#If TRUE, the Outlaw Enchantment is available for various Weapons.
Enable = false
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = false
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 5
#If TRUE, the Outlaw Enchantment causes Villagers (and Iron Golems) to drop Emeralds when killed.
"Emerald Drops" = true
[Enchantments.Cavalier]
#If TRUE, the Cavalier Enchantment is available for various Weapons.
Enable = false
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = true
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 3
[Enchantments."Frost Aspect"]
#If TRUE, the Frost Aspect Enchantment is available for various Weapons.
Enable = true
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = true
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 2
[Enchantments.Instigating]
#If TRUE, the Instigating Enchantment is available for various Weapons.
Enable = false
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = true
[Enchantments.Leech]
#If TRUE, the Leech Enchantment is available for various Weapons.
Enable = true
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = false
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 4
[Enchantments."Magic Edge"]
#If TRUE, the Magic Edge Enchantment is available for various Weapons.
Enable = false
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = true
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 3
[Enchantments.Vorpal]
#If TRUE, the Vorpal Enchantment is available for various Weapons.
Enable = true
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = true
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 3
#Adjust this value to set the base critical hit chance of the Enchantment (in percentage).
#Range: 0 ~ 100
"Base Critical Chance" = 0
#Adjust this value to set the additional critical hit chance per level of the Enchantment (in percentage).
#Range: 0 ~ 100
"Critical Chance / Level" = 0
#Adjust this value to set the critical hit damage multiplier.
#Range: 0 ~ 1000
"Critical Damage Multiplier" = 0
#Adjust this value to set the base head drop chance for the Enchantment (in percentage).
#Range: 0 ~ 100
"Base Head Drop Chance" = 10
#Adjust this value to set the head drop chance per level of the Enchantment (in percentage).
#Range: 0 ~ 100
"Head Drop Chance / Level" = 10
[Enchantments.Excavating]
#If TRUE, the Excavating Enchantment is available for various Tools.
Enable = true
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = true
[Enchantments."Hunter's Bounty"]
#If TRUE, the Hunter's Bounty Enchantment is available for Bows.
Enable = true
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = true
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 2
#Adjust this value to set the chance of an additional drop per level of the Enchantment (in percentage).
#Range: 1 ~ 100
"Effect Chance" = 50
[Enchantments."Quick Draw"]
#If TRUE, the Quick Draw Enchantment is available for various Bows.
Enable = true
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = false
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 3
[Enchantments.Trueshot]
#If TRUE, the Trueshot Enchantment is available for various Bows.
Enable = true
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = false
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 2
[Enchantments.Volley]
#If TRUE, the Volley Enchantment is available for various Bows.
Enable = true
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = false
[Enchantments."Angler's Bounty"]
#If TRUE, the Angler's Bounty Enchantment is available for Fishing Rods.
Enable = true
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = true
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 2
#Adjust this value to set the chance of an additional drop per level of the Enchantment (in percentage).
#Range: 1 ~ 100
"Effect Chance" = 50
[Enchantments.Pilfering]
#If TRUE, the Pilfering Enchantment is available for Fishing Rods.
Enable = false
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = true
#This sets whether or not the Enchantment works on Players.
"Allow Player Stealing" = true
[Enchantments.Bulwark]
#If TRUE, the Bulwark Enchantment is available for Shields.
Enable = true
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = false
[Enchantments.Phalanx]
#If TRUE, the Phalanx Enchantment is available for Shields.
Enable = true
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = false
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 2
[Enchantments.Soulbound]
#If TRUE, the Soulbound Enchantment is available.
Enable = true
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = false
#This option adjusts the maximum allowable level for the Enchantment. If permanent, this setting is ignored.
#Range: 1 ~ 10
"Max Level" = 3
#If TRUE, the Soulbound Enchantment is permanent (and will remove excess levels when triggered).
Permanent = true
[Enchantments."Curse of Foolishness"]
#If TRUE, the Curse of Foolishness Enchantment is available for Helmets.
Enable = true
[Enchantments."Curse of Mercy"]
#If TRUE, the Curse of Mercy Enchantment is available for various Weapons.
Enable = true
[Overrides]
[Overrides.Protection]
#If TRUE, the Protection Enchantment is replaced with a more configurable version which works on more items, such as Horse Armor.
Enable = true
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 4
[Overrides."Blast Protection"]
#If TRUE, the Blast Protection Enchantment is replaced with a more configurable version which works on more items, such as Horse Armor.
Enable = true
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 4
[Overrides."Feather Falling"]
#If TRUE, the Feather Falling Enchantment is replaced with a more configurable version which works on more items, such as Horse Armor.
Enable = true
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 4
[Overrides."Fire Protection"]
#If TRUE, the Fire Protection Enchantment is replaced with a more configurable version which works on more items, such as Horse Armor.
Enable = true
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 4
[Overrides."Projectile Protection"]
#If TRUE, the Projectile Protection Enchantment is replaced with a more configurable version which works on more items, such as Horse Armor.
Enable = true
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 4
[Overrides."Fire Aspect"]
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 2
[Overrides."Frost Walker"]
#If TRUE, the Frost Walker Enchantment is replaced with an improved and more configurable version which works on more items, such as Horse Armor.
Enable = true
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = true
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 2
#If TRUE, the Frost Walker Enchantment will also chill Lava into Glossed Magma.
"Freeze Lava" = true
[Overrides.Knockback]
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 2
[Overrides.Looting]
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 3
[Overrides.Thorns]
#If TRUE, the Thorns Enchantment is replaced with a more configurable version which works on more items, such as Shields and Horse Armor.
Enable = true
#This option adjusts the maximum allowable level for the Enchantment.
#Range: 1 ~ 10
"Max Level" = 4
#Adjust this value to set the chance per level of the Enchantment firing (in percentage).
#Range: 1 ~ 100
"Effect Chance" = 15
[Overrides.Mending]
#If TRUE, the Mending Enchantment is replaced with a new Enchantment - Preservation. This enchantment allows you to repair items at an Anvil without paying an increasing XP cost for every time you repair it. Additionally, these repairs have a much lower chance of damaging the anvil.
"Alternate Mending" = false
#This sets whether or not the Enchantment is considered a 'treasure' enchantment.
Treasure = true
#Adjust this value to set the chance of an Anvil being damaged when used to repair an item with Preservation (in percentage). Only used if Alternate Mending (Preservation) is enabled.
#Range: 0 ~ 12
"Anvil Damage Chance" = 3