/
Bring fireball mechanic to any gameplay!
Realistic throwable fireballs with knockback in the style of FireballFight 1.8.9 for Minecraft 1.16.5+.
.jar file into your server's plugins folderconfig.yml to your liking| Command | Description | Permission |
|---|---|---|
/mkfireballs help | Show help menu | — |
/mkfireballs reload | Reload configuration | mkfireballs.admin |
/mkfireballs list | List all fireballs | — |
/mkfireballs give <name> [player] [amount] | Give a fireball | mkfireballs.admin |
/mkfireballs create <name> | Create a custom fireball (chat wizard) | mkfireballs.admin |
/mkfireballs delete <name> | Delete a custom fireball | mkfireballs.admin |
Aliases: /mkfb, /fireballs
| Permission | Description | Default |
|---|---|---|
mkfireballs.use | Use fireballs | Everyone |
mkfireballs.admin | Access admin commands | OP |
mkfireballs.bypass.cooldown | Bypass cooldowns | OP |
# Plugin prefix
prefix: "&6&l[MKFB] &r"
# Global fireball settings
fireball:
velocity: 1.6 # Flight speed
break-blocks: true # Block destruction
explosion-power: 2.5 # Explosion power (1.0 = TNT)
set-fire: false # Block ignition
max-lifetime-ticks: 200 # Lifetime (20 ticks = 1 second)
default-cooldown: 5 # Default cooldown (seconds)
# Knockback settings
knockback:
enabled: true
horizontal: 1.2 # Horizontal force
vertical: 0.45 # Vertical force
max-vertical: 1.0 # Maximum vertical velocity
radius: 4.0 # Application radius
affect-shooter: true # Knockback for the shooter
shooter-multiplier: 1.0 # Multiplier for the shooter
# WorldGuard integration
worldguard:
enabled: true
mode: blacklist # blacklist or whitelist
regions:
- "spawn"
- "lobby"
# Default item
default-item:
material: FIRE_CHARGE
name: "&c&lFireball"
lore:
- "&7Right-click to throw"
- "&7Cooldown: &e{seconds}s"
Custom fireballs are created using the /mkfb create <name> command and saved as individual .yml files in the plugins/MKFireballs/fireballs/ folder.
Chat wizard prompts:
& color codes)FIRE_CHARGE, BLAZE_POWDER)To cancel, type cancel in chat.
/mkfb give default <player>This project is distributed under the MIT License

MKFireballs adds realistic throwable fireballs to Minecraft 1.16.5+ with FireballFight-style physics, customizable knockback, cooldowns, and WorldGuard protection. Create unique fireballs via chat wizard. Perfect for PvP and minigames.