Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platforms
Links
Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 3 weeks ago
Updated 2 days ago
End Crystal Turret
This plugin transforms the standard End Crystal which normally only heals the Ender Dragon into a formidable defensive turret. It deals "true damage" capable of piercing any defense, scaling from negligible initial damage to devastating levels.
#==========================================
#END CRYSTAL TURRET CONFIGURATION
#==========================================
health:
max-hp: 60.0 # Max turret health
auto-heal-interval-seconds: 2 # Heal check interval
auto-heal-delay-seconds: 5 # Delay before healing after damage
auto-heal-amount: 2.0 # HP restored per heal
booting:
boot-time: 5 # Activation time in seconds
attack:
radius: 15.0 # Attack range in blocks
base-damage: 0.05 # Initial damage per hit
max-damage: 10.0 # Maximum damage cap
damage-increase-per-tick: 0.2 # Damage scaling per tick
damage-interval-ticks: 6 # Fire rate (20 ticks = 1 sec)
target-lost-timeout-ticks: 40 # Ticks before damage resets
attack-passive-mobs: false # Attack animals if true
defense:
knockback-radius: 5.0 # Knockback range
knockback-strength: 1.5 # Knockback force
slowness-duration-ticks: 60 # Slowness effect duration
meltdown:
duration-seconds: 3 # Time before explosion
explosion-power: 6.0 # Explosion strength
hostile-vanilla:
enable: true # Auto-convert vanilla crystals to hostile
display:
particle-culling-radius: 32.0 # Max particle view distance
default-laser-color: "RED" # Default laser color
note:
- The values within the config may change with each update.
- The config.yml content here follows the latest version of the plugin.
command:
- /crystalturret reload/reset
permission:
- crystalturret.admin
The plugin features:
Spoiler
- The End Crystal booting phase duration.
- End Crystals cannot be attacked with projectiles unless they are currently attacking.
- The End Crystal will trigger a knockback effect when it takes damage.
- A highly dangerous End Crystal attack capable of penetrating armor, the damage starts off low but intensifies over time.
- The "End Crystal destroyed" phase which lasts for a few seconds before exploding and dealing massive damage.
- End crystals will not attack mobs tamed by their owners.
- A hostile End Crystal that will attack anyone in front of it.
- Configure your end crystal via chat by right-clicking on it.


