promotional bannermobile promotional banner

DragonEggRespawn

Every time a dragon is killed, a new dragon egg spawns

DragonEggRespawn

This plugin enables the spawning of multiple dragon eggs. Each time an enderdragon is killed, the DragonEggFormEvent is triggered without getting canceled.

The source code

@EventHandler
    public void onDragonEggForm(EnderDragonChangePhaseEvent e) {
        DragonBattle db = e.getEntity().getDragonBattle();
        if(db == null)
            return;
        db.setPreviouslyKilled(false);
    }

The DragonEggRespawn Team

profile avatar
  • 3
    Projects
  • 801
    Downloads

More from mehrwehr

  • UI TicTacToe project image

    UI TicTacToe

    • 145
    • Bukkit Plugins

    Play Tic Tac Toe against your friends.

    • 145
    • June 29, 2024
    • Bukkit Plugins
  • MobDetect project image

    MobDetect

    • 379
    • Bukkit Plugins

    Count and locate entities and players

    • 379
    • January 13, 2024
    • Bukkit Plugins
    • +1
  • UI TicTacToe project image

    UI TicTacToe

    • 145
    • Bukkit Plugins

    Play Tic Tac Toe against your friends.

    • 145
    • June 29, 2024
    • Bukkit Plugins
  • MobDetect project image

    MobDetect

    • 379
    • Bukkit Plugins

    Count and locate entities and players

    • 379
    • January 13, 2024
    • Bukkit Plugins
    • +1