

Features:
- Players can launch fireballs with a right-click using FIREBALL items.
- Optional permission system: Players need the ufireball.launch permission if
launchPerms is enabled in the configuration.
- Custom permission node for launching fireballs (customPerms.launch), available
when launchPerms is enabled.
- Launch effects: configurable particles and sounds when firing a fireball.
- Fully customizable parameters: explosion radius, player knockback, damage, and
ignite duration can all be configured.
- Potion effects on hit: when a fireball hits a player, configurable potion effects can be
applied — both via config and command.
- Player ignition control: you can enable or disable player ignition and set the
burn duration.
- Metrics integration for tracking plugin usage statistics.
- Support for both creative and survival game modes.
Usage:
- Right-click with a FIREBALL item to launch a fireball.
- If permissions are enabled, players need the ufireball.launch permission to
launch fireballs.
- You can set custom permissions if launchPerms is enabled in the configuration file.
Commands:
- /ufireball reload: Reload the plugin configuration.
- /ufireball setradius : Set the explosion radius of the fireball (integer value).
- /ufireball setlaunchperms <true|false>: Toggle whether players can launch fireballs.
- /ufireball launcheffects <particles|sound> : Effects for the player when
launching a fireball.
- /ufireball launchhit <potioneffects|damage|ignite|igniteseconds|knockback> :
Options for a player hit by a fireball.
Legacy version
Ченджлог
1.0.7Релиз1.21.8, 1.21.9, 1.21.10 · 12 октября 2025 г.
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.
1.0.6Релиз1.21.8, 1.21.9, 1.21.10 · 12 октября 2025 г.
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.
1.0.5Релиз1.21.8, 1.21.9, 1.21.10 · 12 октября 2025 г.
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.
1.0.4Релиз1.21.8, 1.21.9, 1.21.10 · 12 октября 2025 г.
Added Features:
List of worlds where fireballs cannot be launched.
1.0.3Релиз1.21.8, 1.21.9, 1.21.10 · 12 октября 2025 г.
Fixed:
Writing off fireballs in creative.
1.0.2Релиз1.21.8, 1.21.9, 1.21.10 · 12 октября 2025 г.
Added Features:
Cooldown to launch fireballs;
Disabling cooldown and bypass permission cooldown.
1.0.1Релиз1.21.8, 1.21.9, 1.21.10 · 12 октября 2025 г.
Added Features:
Custom permissions for using fireball;
Disabling permissions to launch fireball;
BStats to view plugin statistics.
1.0.0Релиз1.21.8, 1.21.9, 1.21.10 · 12 октября 2025 г.
Release
Комментарии
Загружаем…