Skip to content
Steven edited this page Oct 14, 2017 · 1 revision

Overview

When fishing, vanilla mechanics allow you to receive enchantmented books, fishing rods, and bows. With EnchantmentAPI, you can include custom enchantments on these items and control how good the enchantments are.

Configuration

In config.yml, you have a couple options for fishing:

# 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.
# Vanilla mechanics use level 30.
fishing-enchanting-level: 30

Clone this wiki locally