Skip to content

Instantly share code, notes, and snippets.

@nossr50
Created December 29, 2020 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nossr50/4e15b8ba6915b5a5f516eccfba2d7169 to your computer and use it in GitHub Desktop.
Save nossr50/4e15b8ba6915b5a5f516eccfba2d7169 to your computer and use it in GitHub Desktop.
mcMMO Fishing Enchanted Book Whitelist/Blacklist example
#
# Settings for Fishing Treasures / Shake Treasures
# Last updated on 12/28/2020
###
Fishing:
ENCHANTED_BOOK:
Amount: 1
XP: 400
Rarity: MYTHIC
# If a fishing book will spawn and it will NEVER have Fortune or Protection
Enchantments_Blacklist:
- Fortune
- Protection
#
# Settings for Fishing Treasures / Shake Treasures
# Last updated on 12/28/2020
###
Fishing:
ENCHANTED_BOOK:
Amount: 1
XP: 400
Rarity: MYTHIC
# If a fishing book will spawn and it will only have either Fortune or Protection
Enchantments_Whitelist:
- Fortune
- Protection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment