Patch Notes ClanSystem - Version 1.23.6-BETA New Features:
Cash Rewards for Clan Contracts:
Added a dynamic cash reward system for Clan Contracts based on player contribution.
The more a player contributes to the contract, the higher their reward.
Example: If a player completes 40% of a contract, they receive 40x the cash reward.
Cash reward format:
Defined in the config as: money:[min-max]
Example: money:10-50 → A random value between 10 and 50 is generated and then multiplied by the player's contribution percentage (e.g., 40x for 40% contribution).
Fixed a bug that occurred when you completed a contract. You now receive the correct % of the participation.
Bug Fixes:
Fixed Vault Bug:
Resolved an issue with Vault integration, ensuring proper functionality.
Fixed a bug that broadcast messages were there without debug mode.
Changes:
Removed Useless Code:
Cleaned up unnecessary code to improve maintainability and performance.