Fishing mini-game, Fishing Bag, Sell shop, Lava fishing, MythicMobs Support, Competition, etc
● added commands and messages when fish is hooked(loot.yml)
action-hook:
message:
- 'The fish is hooked!'
command:
- 'effect give {player} minecraft:slowness 30 10'
● added commands when player join the competition(competition.yml)
command:
# When player join the competition
# You can execute some commands on that player
join:
- 'money give {player} 10'
● added EcoSkills fishing exp support
● fixed wrong console message when you enable Skill plugin's hook
● fixed "1" pixel offset which makes the bar not accurate
● Added Placeholders %competition_timeleft% %competition_rank%
● Optional command to be executed on competition start/end
command:
start:
- 'say competition started!'
end:
- 'say competition ended!'
By Xiaomi
Fixed the default configuration
added the option of minimum players to start the competition.