Features
This plugin makes the Elder Guardian an actual boss like the Wither and Ender Dragon. You sill have to find the Elder Guardians in the underwater temples. But now they have more health, a boss bar showing their health and name, they drop a randomly enchanted prismarine sword or amour (along with their normal loot), you can change the loot dropped to anything you want. They can also spawn regular guardians. If they hit you with their beams you get potion effects, by default poison and nausea. All the features are configurable.
Source Code Here:
https://bitbucket.org/Eliminator/elder-guardian-boss/src/master/
--------------------------------------------------------------
Commands
/egb reload <- Reloads Config
/egb spawn <- Spawns an Elder Guardian Boss
/egb loot <- Drops Loot You Get.
--------------------------------------------------------------
Permissions
Permission to use the reload and spawn commands: egb.cmds
--------------------------------------------------------------
Configuration/Installation
1. Drop the plugin into your plugins folder and restart the server.
2. Edit the config to change anything you want.
3. Do /egb reload
Here is an example config:
Code (YAML):
bossName
:
"§3Elder Guardian"
bossHealth
: 400
specialChance
: 100
maxSpecial
: 10
dropedXP
: 80
bossLaserPotions
:
-
"POISON:1:5"
-
"CONFUSION:5:10"
dropLoot
: true
barColor
:
"BLUE"
barStyle
:
"SOLID"
loot:
0:
item
: DIAMOND_SWORD
amount
: 1
name
:
-
"&bPrismarine Sword"
-
"&bPrismarine Shard Sword"
-
"&bDark Prismarine Sword"
-
"&bPrismarine Crystal Sword"
lore1
:
"&3Dropped from an Elder Guardian"
minEnchantments
: 3
maxEnchantments
: 6
enchantments:
1:
enchantment
: DAMAGE_ALL
level
: 3-10
chance
: 25
2:
enchantment
: DAMAGE_ARTHROPODS
level
: 3-10
chance
: 25
3:
enchantment
: DAMAGE_UNDEAD
level
: 3-10
chance
: 25
4:
enchantment
: DURABILITY
level
: 3-10
chance
: 75
5:
enchantment
: FIRE_ASPECT
level
: 3-10
chance
: 25
6:
enchantment
: KNOCKBACK
level
: 3-10
chance
: 50
7:
enchantment
: LOOT_BONUS_MOBS
level
: 3-10
chance
: 25
8:
enchantment
: MENDING
level
: 3-10
chance
: 25