A simple plugin to reward your players with items when they are fishing while still enabling vanilla drops!
Support Discord: https://discord.gg/c7Ppfd4F4p
This plugin was coded by the amazing Lewis D I highly recommend him for any development needs.
Support Discord: https://discord.gg/c7Ppfd4F4p
YAML:
# SaveFishingRewards
# Author: Lewis D (ItsLewizzz)
# Copyright Lewis D 2021. All rights reserved.
# Should vanilla rewards still be given?
vanilla_rewards: false
# Chance to give vanilla rewards (if option enabled above)
vanilla_rewards_chance: 50
messages:
no_permission: "&cYou do not have permission to do this."
config_reload: "&aConfiguration has been reloaded."
fishing_reward: "&7You have been given {DISPLAY_NAME}&7!"
rewards:
'1':
chance: 50
display_name: "&b5x Diamonds"
commands:
- "give {PLAYER} diamond 5"
'2':
chance: 30
display_name: "&a1x Beacon"
commands:
- "give {PLAYER} beacon 1"
'3':
chance: 20
display_name: "&a1x Diamond Sword"
commands:
- "give {PLAYER} diamond_sword 1"
This plugin was coded by the amazing Lewis D I highly recommend him for any development needs.