Warden Boss icon

Warden Boss -----

Makes the Warden a REAL Boss



[​IMG]
Features

This plugin makes the Warden mob an actual boss like the Wither and Ender Dragon. You still have to find the deep dark biome and spawn it in. But now they have more health, a boss bar showing their health and name, they drop a randomly enchanted netherite sword or armor as a main reward, then some diamonds or ruin shards as a secondary reward.(along with their normal loot), you can change the loot dropped to anything you want. They can also spawn endermites. If they hit you with their shriek you get potion effects, by default darkness and slow. All the features are configurable.

Anti Farming:
A secondary main feature is an anti-farm method.
Since Wardens are easily spawnable and farmable once you get a good setup, I have added options to limit this:
None: No limit to the added Warden Drops.
Medium: Only get good loot for the first 3 times you kill it. Then get minor loot and XP.
High: No loot at all after the first 3 kills.
(The max kills, 3 by default, can be set in the config)

--------------------------------------------------------------

Commands
/wb reload <- Reloads Config
/wb spawn <- Spawns a Warden Boss
/wb loot <- Drops The Loot You Get.

--------------------------------------------------------------

Permissions
Permission to use the reload and spawn commands: wb.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 /wb reload

Here is an example config:
Code (YAML):

bossName
: "§8§lThe Warden"
bossHealth
: 500
specialChance
: 100
maxSpecial
: 10
dropedXP
: 1500
bossPotions
:
 - "DARKNESS:1:10"
  - "SLOW:1:5"
dropLoot
: true
goodLootChance
: 25
barColor
: "WHITE"
barStyle
: "SOLID"
#Anti Farm Settings: none, medium, high
antiFarm
: medium
maxKills
: 3
commonLoot
:
  0
:
    item
: DIAMOND
    amount
: 4-16
  1
:
    item
: NETHERITE_SCRAP
    amount
: 4-16
loot
:
  0
:
    item
: NETHERITE_SWORD
    amount
: 1
    name
:
   - "&8&lDark Sword"
    - "&8&lDeep Blade"
    - "&8&lDeep Dark Sword"
    - "&8&lWarden Blade"
    lore1
: "&8Dropped from a Warden"
    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
: 1
        chance
: 25
  1
:
    item
: NETHERITE_HELMET
    amount
: 1
    name
:
   - "&8&lDark Helm"
    - "&8&lDeep Helm"
    - "&8&lWarden Helm"
    lore1
: "&8Dropped from an Warden"
    minEnchantments
: 2
    maxEnchantments
: 4
    enchantments
:
      1
:
        enchantment
: WATER_WORKER
        level
: 3-10
        chance
: 50
      2
:
        enchantment
: DURABILITY
        level
: 3-10
        chance
: 25
      3
:
        enchantment
: THORNS
        level
: 3-10
        chance
: 25
      4
:
        enchantment
: PROTECTION_ENVIRONMENTAL
        level
: 3-10
        chance
: 25
      5
:
        enchantment
: MENDING
        level
: 1
        chance
: 25
  2
:
    item
: NETHERITE_CHESTPLATE
    amount
: 1
    name
:
   - "&bPrismarine Chestplate"
    - "&bPrismarine Shard Chestplate"
    - "&bDark Prismarine Chestplate"
    - "&bPrismarine Crystal Chestplate"
    lore1
: "&8Dropped from an Elder Guardian"
    minEnchantments
: 2
    maxEnchantments
: 4
    enchantments
:
      1
:
        enchantment
: PROTECTION_PROJECTILE
        level
: 3-10
        chance
: 33
      2
:
        enchantment
: DURABILITY
        level
: 3-10
        chance
: 33
      3
:
        enchantment
: THORNS
        level
: 3-10
        chance
: 33
      4
:
        enchantment
: PROTECTION_ENVIRONMENTAL
        level
: 3-10
        chance
: 33
      5
:
        enchantment
: MENDING
        level
: 1
        chance
: 33
  3
:
    item
: NETHERITE_LEGGINGS
    amount
: 1
    name
:
   - "&bPrismarine Leggings"
    - "&bPrismarine Shard Leggings"
    - "&bDark Prismarine Leggings"
    - "&bPrismarine Crystal Leggings"
    lore1
: "&8Dropped from an Elder Guardian"
    minEnchantments
: 2
    maxEnchantments
: 4
    enchantments
:
      1
:
        enchantment
: PROTECTION_PROJECTILE
        level
: 3-10
        chance
: 33
      2
:
        enchantment
: DURABILITY
        level
: 3-10
        chance
: 33
      3
:
        enchantment
: THORNS
        level
: 3-10
        chance
: 33
      4
:
        enchantment
: PROTECTION_ENVIRONMENTAL
        level
: 3-10
        chance
: 33
      5
:
        enchantment
: MENDING
        level
: 1
        chance
: 33
  4
:
    item
: NETHERITE_BOOTS
    amount
: 1
    name
:
   - "&bPrismarine Boots"
    - "&bPrismarine Shard Boots"
    - "&bDark Prismarine Boots"
    - "&bPrismarine Crystal Boots"
    lore1
: "&8Dropped from an Elder Boots"
    minEnchantments
: 2
    maxEnchantments
: 4
    enchantments
:
      1
:
        enchantment
: DEPTH_STRIDER
        level
: 3-10
        chance
: 50
      2
:
        enchantment
: DURABILITY
        level
: 3-10
        chance
: 33
      3
:
        enchantment
: THORNS
        level
: 3-10
        chance
: 33
      4
:
        enchantment
: PROTECTION_ENVIRONMENTAL
        level
: 3-10
        chance
: 33
      5
:
        enchantment
: MENDING
        level
: 1
        chance
: 33
      6
:
        enchantment
: PROTECTION_FALL
        level
: 3-10
        chance
: 33

 
Resource Information
Author:
----------
Total Downloads: 834
First Release: Jun 15, 2023
Last Update: Aug 13, 2024
Category: ---------------
All-Time Rating:
8 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings