You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
You should upgrade or use an alternative browser.
Plugins CarlTheCreeper | The Explosive Delivery Man
Version: v1.20.12
- Author ArteffCods
- Creation date
GENERAL
FIREWORKS
- Optimizations and system updates.
BUG FIXES
- The firework builder has received an update.
- You can now use RGB colors for both the initial and fade colors.
- The builder is now much more beginner-friendly to work with:
- Before: STAR;false;false;0;LIME;WHITE
- After: type{BALL_LARGE} | flicker{true} | trail{false} | p{0} | c{WHITE} | f{rgb(255,255,255)}
- Fixed a bug where fireworks would spawn incorrectly.
- Fixed a bug where players couldn't claim rewards.
RELATIONSHIP
BUG FIXES
- Added a new setting: "max-reduction".
- You can now specify the maximum reduction percentage.
- Optimized relationship calculations.
- Added descriptions above the settings.
- Fixed missing settings that led to plugin errors.
GENERAL
ITEM / ICON BUILDERS
- Optimized many back-end systems.
- Updated comments across the plugin to provide better information.
COMMANDS
- The item/icon builders have a whole new set of settings.
- With this update, you can customize many more settings.
- For example, potion effects, apply tags, apply enchantments, and much more.
MYSQL DATABASE
- Completely re-coded the tab completion system.
- With this update, the plugin will now suggest many more options.
- The error-checking and invalid-syntax systems have been improved.
- The plugin will now alert you if you entered an invalid number or provided incorrect range syntax.
- Tab completion now supports:
- Players
- Rewards
- Any number-related arguments
- Range syntax
BUG FIXES
- Added the "max-pool-size" setting to the MySQL settings (by default, it's set to 5).
- Reduced the number of queries needed to save data.
- Previously, the plugin was sending a query for each piece of data, resulting in 30+ queries with the default configuration. As of this update, the number of queries will always be roughly +/- 9.
- Fixed: MySQL not closing connections, leading to the "too many connections" error.
- Fixed: MySQL not syncing data properly, especially kit selections.
- Fixed: MySQL not setting PLAYER_IDs as a primary key.
- Fixed: MySQL performing too many queries, leading to lag spikes.
- Fixed: MySQL syncing process taking too long.
- Fixed: MySQL performing unsafe queries.
GENERAL
- Updated the backend systems.
- Updated comments across the plugin.
- Minor optimizations.