-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathconfig.yml
30 lines (30 loc) · 927 Bytes
/
config.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
# Max number of enchantments someone can receive
# when using an enchantment table
max-enchantments: 3
#
# Max number of enchantments someone can receive
# when using an anvil
max-merged-enchantments: 5
#
# Whether or not to let players use colors when
# renaming items in anvils
colored-names-in-anvils: true
#
# Whether or not to allow normally non-enchantable
# items to be enchanted (e.g. blaze rods). This
# will cause them to show up as books when placed
# in an enchanting table.
non-enchantables: true
#
# Global level enchantments can be combined up to.
# Any enchantments with a higher max level than this
# will use their max level instead.
global-anvil-level: 0
#
# Whether or not custom enchantments can be obtained
# on items received while fishing
custom-fishing: true
#
# The enchantment level used to enchant items received
# while fishing. Requires "custom-fishing" to be enabled.
fishing-enchanting-level: 30