โก BeaconStrike
Feel free to join the discord https://discord.com/invite/xDaMaRJGSS
Turn your Beacon into a weapon. Place an End Crystal on top โ and watch it hunt.
BeaconStrike is a Minecraft plugin that transforms the humble Beacon into an automated mob-defense turret. Stack an End Crystal on any Beacon, upgrade it with configurable items, and it will fire a sonic boom beam at every nearby hostile mob โ automatically.
๐ฌ How It Works
- Place a Beacon anywhere in the world
- Put an End Crystal on top of it
- Right-click the Beacon to open the upgrade GUI
- Upgrade Damage and Range using configurable items
- Watch your Beacon shred mobs within range โ with particles, sound effects, and a colored beam
โจ Features
- ๐ซ Automated mob turret โ targets all hostile mobs in range every tick interval
- ๐ฅ Sonic boom beam with colored dust particles connecting crystal to mob
- ๐จ 16 beam colors โ cycle through all wool/glass colors via the GUI
- ๐ Upgradeable damage & range โ up to a configurable max level
- ๐ฎ Orbit particles around the crystal to visualize the active multiblock
- ๐๏ธ Line-of-sight check โ won't fire through too many solid blocks
- ๐ Configurable hit sound with adjustable volume
- ๐งฑ Break-safe โ returns upgrade items when the beacon is broken
- ๐พ Persistent data โ upgrade levels and colors survive server restarts
- ๐ Fully translatable โ every message is editable in
config.yml
๐งฑ Multiblock Setup
[End Crystal] โ place on top
[ Beacon ] โ right-click to open GUI
Simply right-click any End Crystal item onto the top of a Beacon. That's it.
๐ฅ๏ธ GUI Overview
Right-click the Beacon to open the upgrade interface:
| Slot | Item | Function |
|---|---|---|
| Top row | Colored Glass Pane | Visual decoration matching beam color |
| Center | Redstone | Click to cycle beam color |
| Left | Damage Item | Right-click to upgrade / Left-click to downgrade damage |
| Middle | Book | Info display |
| Right | Range Item | Right-click to upgrade / Left-click to downgrade range |
โ๏ธ Configuration
All settings are in config.yml โ including every player-facing message.
max-level: 10
damage-item: FIRE_CHARGE
damage-per-item: 2
range-item: BLAZE_ROD
range-per-item: 5
base-range: 10
base-damage: 1
tick-interval: 20 # 20 ticks = 1 second
beam-y-offset: 1.5
line-of-sight-block-limit: 10
hit-sound: ENTITY_WITHER_DEATH
hit-sound-volume: 0.5
orbit-particles: true
Recommended upgrade items
| Purpose | Suggestions |
|---|---|
| Damage | FIRE_CHARGE, WITHER_SKELETON_SKULL, NETHER_STAR, DRAGON_EGG |
| Range | BLAZE_ROD, AMETHYST_SHARD, PRISMARINE_CRYSTALS, SCULK |
๐ฌ Commands & Permissions
| Command | Description |
|---|---|
/beaconstrike reload |
Reloads the config without restarting |
No permission nodes required by default โ open to all operators.
๐ฆ Installation
- Download the
.jarfile - Drop it into your server's
/pluginsfolder - Restart the server
- A
config.ymlwill be generated automatically
Requires: Paper/Spigot 1.21+
๐ Known Limitations
- End Crystals placed via BeaconStrike are entities, not blocks โ they can be destroyed by explosions
- The plugin targets all vanilla hostile mob types; custom mobs from other plugins are not targeted
๐ License
This project is provided as-is. Feel free to use it on your server or fork it for personal use.
Made by bsxray