The full update details can be found on our website https://culleystudios.com/docs/spigot-plugins/dailybonus/updates/3.4.4
This version is simply for use if you are using other CS-API plugins as well. More info can be found here https://culleystudios.com/docs/spigot-plugins/cs-api/setup
The full update details can be found on our website https://culleystudios.com/docs/spigot-plugins/dailybonus/updates/3.4.4
DailyBonus Updates:
- This is a fix specific to MCM to hopefully resolve an issue with placeholders not being replaced. (Let me know if you're still having issues)
As always if you have any questions, issues, or suggestions be sure to reach out in the Culley Studios discord! If you're enjoying the updates a review is always greatly appreciated
Hey you, reading this! If you haven't please consider leaving a review if you haven't already! If there's anything you want to bring up or suggest be sure to join our Discord.
CS-API Updates:
- Fixes an oversight in the last update which would cause the library to throw exceptions due to a missing method in 1.12 & 1.13
- Added dynamic file header generation (you more than likely won't notice a difference)
As always if you have any questions, issues, or suggestions be sure to reach out in the Culley Studios discord! If you're enjoying the updates a review is always greatly appreciated
Hey you, reading this! If you haven't please consider leaving a review if you haven't already! If there's anything you want to bring up or suggest be sure to join our Discord.
CS-API Updates:
- General
- Added Spigot 1.16.3 as a dependency, no real changes necessary for overall support.
- Fixed an issue with the seconds formatter
- Menus
- Redesigned and optimized the menu system, you should notice a significant performance improvement.
- Items
- Added a model field so you can specify custom model data (Requires ProMenus, and Spigot 1.14+). More info can be found on the items page.
- Added animated item which allows for specifying a delay, and display order (Requires ProMenus, and Spigot 1.14+). More info on the animated item page.
- Placeholders
- Optimized the placeholder system, dynamic and static placeholders will now be treated differently (everything will still work as expected, just makes it more efficient).
- Actions
As always if you have any questions, issues, or suggestions be sure to reach out in the Culley Studios discord! If you're enjoying the updates a review is always greatly appreciated
- Optimized placeholder replacing in tasks
- Fixed the teleport task not working due to it being run async
DailyBonus:
- Custom integration with ProMenus allows you to use all of the features available if you have both on your server! This includes the following:
- Set the menu layout using any existing chest!
- Define click items which when interacted will open the menu
- Custom commands which will open the menu
- Ability to define locale specific items
- Time based item animations
- Ability to enable/disable the menu via a command
With the ProMenus integration there are a couple of animated configuration templates you can use, the configurations can be found here.
- Fixes the menu previously still opening via command even when disabled. A disabled warning message has been added as well.
Horizontal Animation
![]()
Vertical Animation
![]()
As always if you have any questions, issues, or suggestions be sure to reach out in the Culley Studios discord! If you're enjoying the updates a review is always greatly appreciated
DailyBonus:
As always if you have any questions, issues, or suggestions be sure to reach out in the Culley Studios discord! If you're enjoying the updates a review is always greatly appreciated
- Added the 'dailybonus.claim.ip.exempt' permission which will allow you to bypass any IP validation if the player has this permission
DailyBonus:
- Updated to utilize new language system (removed some common messages now provided by CS-API)
- Removed locale field in the config.yml (more below)
CS-API Updates:
- Settings
- Added a new "settings.yml" which exists in the CS-API directory to configure library specific features. (Will be generated by default)
- Locale
- A library wide locale has been introduced and the "locale" folder under the CS-API directory will hold these language specific files.
- Dynamic language support! No longer will you have to limit to a single language. If you have a custom locale file then anyone with that language set will receive those specific messages (1.12+). If no matching language is found it will default to the locale specific in the settings.
- Some generic messages have been moved into CS-API to prevent having to redefine them (and allow for more customization).
- Actions
- Fixes
- Fixes an issue where the data value was overwritten by the damage value. If no damage value is provided it will default to the data value.
- Added support for item flags in 1.8 (previously was only 1.9+)
As always if you have any questions, issues, or suggestions be sure to reach out in the Culley Studios discord! If you're enjoying the updates a review is always greatly appreciated
- Added library version validation so if you're using multiple plugins dependant on CS-API they must have the same internal library version.
- All plugin reloads will now reload CS-API components meaning that file changes in the CS-API directory will take effect on reload.
- Reformatted and optimized the file writing system
- Other minor library fixes and optimizations.
