Simple Fishing Plugin Update 1.2 Changelog
Changes and New Features:
-
Fishing Mini-Game Interface Update:
Updated the fishing mini-game interface to the NUI system for improved usability and customization. -
Guide Added:
A comprehensive guide has been added to help developers. -
Chinese Translation:
The plugin now supports a Chinese language translation. -
New Plugin Parameter:
Auto Restart
:
Automatically restarts the fishing mini-game after game over (whether a fish is caught or missed). -
Plugin Parameter Check:
Added a setting validation system.
If you forget to configure variables or data (rod, fish, bait), the game will notify you.
You can disable this feature in the plugin parameter:Ignore Parameters Check
. -
Fish Caught Popup:
An optional text popup displays when a fish is caught.
Configure this via the plugin parameter:Show Fish Caught Message
.
- Custom Notify Messages:
Use the following script call to display custom notifications:
ShowNotifyMessage("message");
- Conditional Fish Appearance:
Added conditions for specific fish to appear in regions, based on:- Switch ID
- Script call condition
- New Event:
On No Fish
:
Triggered when the player cannot catch any fish in the current region due to unmet conditions.
Enjoy the new features and improvements in version 1.2! 🎣