forked from GC-spigot/AdvancedEnchantments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenchantmentTable.yml
32 lines (27 loc) · 903 Bytes
/
enchantmentTable.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
# Enchantment Table Support
enabled: true
# Chance of getting custom enchantments when
# enchanting with enchantment table.
chance: 45 # Value: 1 to 100 %
# Chances for each group to become available in enchant table (only if 'chance' value activates)
# Only listed groups here will be available in enchant table
groupChances:
SIMPLE: 50
UNIQUE: 40
ELITE: 30
ULTIMATE: 20
LEGENDARY: 10
# Set how many custom enchantments is possible
# to get from enchanting at once.
enchantCount:
lowestLevel: 1 # Value: 1 - 10
middleLevel: 1-2 # Value: 1 - 10
highestLevel: 2-3 # Value: 1 - 10
prices:
enabled: false
# Configure enchantment table pricing
# By default these are random between 2 values, but can be
# set to a specific price, or even higher than vanilla prices
lowestLevel: 3-9 # Value: 1 - 1000
middleLevel: 10-24 # Value: 1 - 1000
highestLevel: 30 # Value: 1 - 1000