Added Features:
Launch Effects Configuration:
- Introduced the /ufb launcheffects command to customize the visual and sound effects of fireball launches.
Example:
/ufb launcheffects particles FLAME
/ufb launcheffects sound ENTITY_BLAZE_SHOOT - Allows selecting any available Bukkit particle or sound type.
Launch Hit Configuration:
- Added the
/ufb launchhitcommand to configure fireball impact parameters.
Supported parameters:
damage— sets the amount of damage dealt by the explosion.
ignite— enables or disables fire on hit.
igniteSeconds— defines how long players stay on fire.
knockback— adjusts knockback force.
potionEffects— allows adding or removing potion effects applied to targets.
Potion Effect Format Validation:
- Implemented strict input validation for potion effects.
Correct format:<EFFECT>:<LEVEL>:<DURATION>Example:
/ufb launchhit potioneffects add GLOWING:1:60Incorrect formats (e.g., GLOWING) are now rejected with a warning message.
Dynamic Configuration Updates:
Configuration changes made with
/ufbcommands are now applied immediately without requiring a server reload.
Improved Permission Handling:
Each new command includes dedicated permission checks to ensure proper access control.
Added Features:
Block Protection Toggle:
Introduced the onProtect configuration option in the config file.
When onProtect: true, the specified blocks in the protectedBlocks list will not be affected by fireball explosions.
When onProtect: false, all blocks will behave as in default Minecraft, allowing explosions to affect all blocks.
Configurable Protected Blocks:
Added support for defining protected blocks in the protectedBlocks list in the config file. This ensures specific block types remain untouched during explosions, depending on the onProtect setting.
Added Features:
1. Explosion Radius Configuration: Added the option to configure the explosion radius of fireballs via
settings.explosionRadiusin the config file.
2. Permission Support for Setting Explosion Radius: Players can now change the explosion radius with the/ufireball setradius <radius>command, with validation for acceptable radius values.
3. Plugin Reload Command: Added /ufireball reload command for reloading the plugin configuration.
4. Permission Management for Fireball Launching: Introduced the/ufireball setlaunchperms <true|false>command to toggle permission-based fireball launching.
Added Features:
List of worlds where fireballs cannot be launched.
Fixed:
Writing off fireballs in creative.
Added Features:
Cooldown to launch fireballs;
Disabling cooldown and bypass permission cooldown.
Added Features:
Custom permissions for using fireball;
Disabling permissions to launch fireball;
BStats to view plugin statistics.




