

About
This plugin allows you to set custom loot for each biome.
It also allows you to diversify fishing with a new mini-game.
New Fishing System
![[IMG] [IMG]](https://i.imgur.com/KvR1yov.gif)
You can disable this mini-game in the config, leaving vanilla fishing,
just setting custom loot for each biome category and its drop rate!
You can only add a mini game to your server. (Tested with PyroFishPro)
Also, at the end of fishing, there is a chance to move to the next level of rarity. A total of 5 rarity levels have been implemented. All parameters, including custom loot, drop chance and rarity increase chance are configured in the GUI.
GUI
The GUI allows you to create categories where you can add a list of vanilla minecraft
biomes to specify what loot will drop in these biomes
![[IMG] [IMG]](https://i.imgur.com/aTmGVnd.gif)
You can add items directly from the inventory, adjust their drop rate, health and experience
![[IMG] [IMG]](https://i.imgur.com/TZF8kqq.gif)
Fishing Catalog
Players will now be interested in fishing because now everyone has their own personal fish catalogue. It records all the fish caught, the maximum and minimum weight that the player caught, as well as additional information about the studied fish. Players can also compete to see who caught how many of a certain type of fish and who has the biggest catch!
Bait
You can create customized bait with given characteristics. You can attach 10 baits to the fishing rod at the same time (changes in the config). At the beginning of fishing, one bait is spent and its effect is applied. To attach it to a fishing rod, click LMB on the fishing rod while selecting the bait. To remove the bait, right-click on the fishing rod with an empty cursor.
Enchantments
Allows you to customize both vanilla and custom enchantments. Enchantments can stack
Treasure
Allows you to create a group of items that can appear in a box with a certain chance for each item
![[IMG] [IMG]](https://i.imgur.com/YCgR6uM.gif)
Monster
Allows you to set the chance at which a monster will eat prey in a given biome category
![[IMG] [IMG]](https://i.imgur.com/OO0M6yW.gif)
Custom fish/weight
You can add custom random magnitude values to rare drops.
![[IMG] [IMG]](https://polymart-attachments.s3.amazonaws.com/15da25d1-8199-4e1a-915b-732acdcac9ca/default/attachment.png)
![[IMG] [IMG]](https://polymart-attachments.s3.amazonaws.com/a9a358d9-cf17-4880-8aaa-08ab4d172ba3/default/attachment.png)
You can individually set the range for each drop.
![[IMG] [IMG]](https://polymart-attachments.s3.amazonaws.com/f5744c72-6609-4981-8f5c-ff019eed376d/default/attachment.png)
Chances are increased at lower values. Accordingly, values close to maxValue will be extremely rare.
Also if you click on the RMB frame (even being in someone else's private). Additional information about the caught fish will be displayed for 3 seconds
![[IMG] [IMG]](https://polymart-attachments.s3.amazonaws.com/d4bde119-5c4b-4a93-94de-97b94482f01f/default/attachment.png)
PlaceholderAPI
In the LiteFish.json file, you can set a dynamic chance based on data from various plugins using the PlaceholderAPI.
Catch entity
The plugin allows you to enable catch of any entity, along with NBT data
Enable in config "dropEntityFromEgg": true
Give yourself a summon egg with the right NBT tags and just move it to the GUI
![[IMG] [IMG]](https://i.imgur.com/3WUZq0U.gif)
Enable in config "dropEntityFromEgg": true
Give yourself a summon egg with the right NBT tags and just move it to the GUI
You can disable this feature if you want the eggs to drop as an item.
ScriptThe plugin supports its own scripts that allow you to add interactive fishing.
Example: a player is hooked on a very rare drop that contains a script:
what the script do in game :
MySQL
You can add your own database, where all the items caught by the players will be logged. To do this, look at the mysql.json file. The database structure looks simple to use. If you are the owner of a server where thousands of players are fishing at the same time, then let me know and I will add a normalized table for your needs with batch requests!
id | uuid | date | item_type | item_custom_name | item_weight | item_count |
int | varchar | timestamp | varchar | varchar | float | int |
item_custom_name is needed to differentiate the type of fish if you are using CutomFish and similar plugins
WorldGuard support
You can now add regions to categories from the WorldGuard plugin.
(For example, you can make a fountain at the spawn, from where coins will be caught)
Wiki
https://github.com/Azlagor322/LiteFish/wiki/Getting-Started