%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
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: