⭐ BetterDragon: Counter Attacks & Abilities ✔️ icon

⭐ BetterDragon: Counter Attacks & Abilities ✔️ -----

Handle dragon respawn, crs, advanced rewards, statue and more.



PlaceholderAPI:
  • %dragon_killer% >> Return the last killer
  • %dragon_kills% >> Count dragon kills
  • %dragon_health% >> Return the base value hp of the dragon.
  • %dragon_name% Return the name of the dragon
  • %dragon_next% Return the time of the next Dragon
  • %dragon_top_1% etc., etc.

Commands and Perms:

  • dragon.commands - Admin permission

  • /dragon || /betterdragon
  • /dragon respawn >> Force respawn Default dragon
  • /dragon set_respawn >> Set Dragon respawn
  • /dragon set_statue >> Spawn Statue
  • /dragon add_custom_drop >> Add any item
  • /dragon add_crystal >> Add custom end crystal on you location.
  • /dragon test_rewards >> Test rewards on you
  • /dragon kill >> Kill all livings dragons
  • /dragon reload >> Reload config.yml file
  • /dragon tp >> Tp to the dragon/dragons alive
  • /dragon top >> Get the kills top
  • /dragon next >> Get the time for the next dragon
Code (Text):

# Configare the automatic respawn by set_time command (in minits)
# Possible colors https://hub.spigotmc.org/javadocs/spigot/org/bukkit/boss/BarColor.html
## Percentages are calculated between 0.0(0%) and 1.0(100%)
## You can add unlimited rewards
# To create more custom ArmorStand o modify this one, use https://haselkern.com/Minecraft-ArmorStand/

# Abilites: When you attack the dragon, a random skill will be used, configute it individually
# Possible sounds https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
# Possible effects https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html

respawn:
  enable: true
  mode: default # default or entity
  #default: The dragon will respawn as though a player has placed 4 end crystals on the portal.
  #entity: Only a dragon entity will be spawned, end crystals will not be restored and portals no will be created.
  cooldown: 1440

dragon:
  name: "&5Ender Dragon"
  health: 800 # 200 is the default
  damage_multiplier: 2
  bossbar_color: PURPLE
  abilities_time: 10 # Time in seconds to scan a player to use an ability
 
options:
  dragon_damage_enderman: false
  enderman_target_dragon: false
  disable_bossbar: false # Only for entity mode
  xp_drop: 500 # default 500 - 0 to disable
  disable_endcrystal_onbedrock:
    worlds:
    - world_the_end

data:
  death_time: 0
  killer: "Steave"
  respawn_location: null

abilities:
  fireball:
    chance: 1
    msg_to_player: "&5Dragon: &7Take this!!"
    fireball: true
    sounds:
    - ENTITY_ENDER_DRAGON_SHOOT
  dragon_fireball:
    chance: 1
    msg_to_player: "&5Dragon: &7Burnnnn"
    dragon_fireball: true
    sounds:
    - ENTITY_ENDER_DRAGON_SHOOT
  lightning:
    chance: 1
    super_lightning: true
    msg_to_player: "&5Dragon: &7You cant against my power"
    #commands:
    #- maybe a espetacular command?
  impulse:
    chance: 1
    msg_to_player: "&5Dragon: &7Agggggrhh"
    knockback_power: 1
    damage_player: 10
    sounds:
    - ENTITY_ENDER_DRAGON_GROWL
    - ENTITY_PLAYER_ATTACK_SWEEP
  explosion:
    chance: 1
    msg_to_player: "&5Dragon: &7Dieeeeee!!"
    explosion: true
    sounds:
    - ENTITY_ENDER_DRAGON_GROWL
  ender_attack:
    chance: 0.7
    msg_to_player: "&5Dragon: &7Attack endermans!!"
    ender_attack: true
    sounds:
    - ENTITY_ENDER_DRAGON_GROWL
    effects:
    - BLINDNESS:60:0
  custom1: # Why not create your own ability?
    # You can add any config type here only chance is required
    chance: 0.0
    msg_to_player: "&5Dragon: &7Custom message"
    commands:
    - eco add %player% 1
    - give %player% arrow 1
    #-any awesome command
    sounds:
    - ENTITY_ENDER_DRAGON_GROWL
    knockback_power: 1
    damage_player: 10
    explosion: true
    super_lightning: true
    ender_attack: true
    fireball: true
    dragon_fireball: true
    wind_charge: true
    effects:
     - NAUSEA:60:0

custom_drops: # You can add unlimited rewards usind /dragon add_custom_drop
  '1737553617552':
    item:
      ==: org.bukkit.inventory.ItemStack
      v: 4189
      type: DRAGON_HEAD
    chance: 0.15
    broadcast_text: 'The Dragon head has been dropped.'
  '1737553618717':
    item:
      ==: org.bukkit.inventory.ItemStack
      v: 4189
      type: DRAGON_EGG
    chance: 0.15
    broadcast_text: 'Dragon egg has fallen in the place of his death'

rewards:
  who_killed_dragon:
    1:
      chance: 1.0
      broadcast_text: ""
      drops:
      - ENDER_EYE
      - BONE
      commands:
      - eco give %player% 100
      - give %player% diamond 4
    2:
      chance: 0.50
      broadcast_text: ""
      drops:
      - BONE
      commands:
      - eco give %player% 100
      - give %player% emerald 4
  top_damager:
    1:
      chance: 1.0
      broadcast_text: ""
      drops:
      - ENDER_EYE
      - BONE
      commands:
      - eco give %player% 50
      - give %player% diamond 1
  all_damagers:
    1:
      chance: 1.0
      broadcast_text: ""
      drops:
      - ENDER_EYE
      - BONE
      commands:
      - eco give %player% 10


messages:
  respawn: "&7The &5Ender Dragon &7has respawned."
  onkill: "&7The player &c%player% &7has kill the &5Ender Dragon."
  endcrystal: "&cYou cant use ender crystal on bedrock."
  next_dragon: "&7%hours% hours and %min% minutes"

leaderboard:
  format: "&f%position%. &7%player% &8>> &c%kills% &7kills"
  title: "&5&lDragon Kill Top"
  positions: 10
  # Dont touch this use /duels set_leaderboard to create and move the hologram
  location:

statue:
  baseplate: false
  gravity: false
  small: false
  name_visible: true
  name: "DragonKiller %player%"
  chestplate: DIAMOND_CHESTPLATE
  boots: DIAMOND_BOOTS
  leggings: DIAMOND_LEGGINGS
  mainhand: DIAMOND_SWORD
  offhand: DRAGON_HEAD
  location:
  leftarm:
    x: 278
    y: 338
    z: 0
  rightarm:
    x: 290
    y: 338
    z: 100
  rightleg:
    x: 10
    y: 0
    z: 10
  leftleg:
    x: 338
    y: 0
    z: 345
  head:
    x: 10
    y: 350
    z: 0

 

Resource Information
Author:
----------
Total Downloads: 89
First Release: Jul 30, 2020
Last Update: Mar 27, 2025
Category: ---------------
All-Time Rating:
7 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings