Compatibility
Minecraft: Java Edition
1.20.1
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Changelog
New Skills Added in Bosses:
-
What does it do?
- This plugin allows you to create custom bosses in Minecraft, both vanilla and modded mobs, with advanced features such as custom drops, respawn times, equipment, effects, and the ability to summon minions.
-
Config Skills: You can configure skills for bosses with the following parameters:
- name: The skill name displayed in the game.
- cooldown: The cooldown time in seconds (minimum 45s).
- radius: The radius in which the skill affects players.
- effect: The type of skill effect applied
skills: explosion: name: "Explosion" description: "Causes a massive explosion around the boss, dealing damage to nearby players." config: cooldown: 45 radius: 10 effect: "explosion" freeze: name: "Freeze" description: "Reduces the speed of nearby players, slowing them down for a while." config: cooldown: 60 radius: 8 effect: "slowness" lightning: name: "Lightning" description: "Strikes a random player with lightning within the specified radius." config: cooldown: 50 radius: 15 effect: "lightning" heal: name: "Heal" description: "Restores health to the boss, keeping it strong during battle." config: cooldown: 30 radius: 0 effect: "heal" amount: 10 fireball: name: "Fireball" description: "Launches a fireball at nearby players, causing direct damage." config: cooldown: 40 radius: 12 effect: "fireball" damage_boost: name: "Damage Boost" description: "Temporarily increases the damage dealt by the boss to nearby players." config: cooldown: 55 radius: 10 effect: "damage_boost" duration: 10 area_poison: name: "Area Poison" description: "Applies poison to all players within the radius around the boss." config: cooldown: 50 radius: 10 effect: "poison" duration: 8 blindness: name: "Blindness" description: "Causes nearby players to suffer from blindness, preventing them from seeing." config: cooldown: 60 radius: 10 effect: "blindness" duration: 6 earthquake: name: "Earthquake" description: "Causes an earthquake that affects nearby entities, launching them into the air." config: cooldown: 70 radius: 15 effect: "earthquake"
-
Key Features:
- Custom Mob Types: You can use both vanilla mobs (e.g.,
ZOMBIE
,minecraft:phantom
) and custom modded mobs by specifying them with the formatnamespace:mob_name
. - Respawn Control: You can set a respawn time for each boss, and if you set
respawn_time
to0
, the boss will not respawn. - Custom Drops: Each boss can have custom loot drops with defined probabilities for each item.
- Equipment and Effects: Equip your bosses with armor and weapons, and apply custom effects like
RESISTANCE
orSTRENGTH
. - Minion Summoning: Bosses can call minions during combat, making fights more dynamic and challenging.
- Custom Mob Types: You can use both vanilla mobs (e.g.,
-
Configuration Example:
bosses: zombieBoss: type: "ZOMBIE" name: "The Undying Zombie" boss_bar_color: "GREEN" health: 600 size: "NORMAL" equipment: helmet: "IRON_HELMET" chestplate: "IRON_CHESTPLATE" leggings: "IRON_LEGGINGS" boots: "IRON_BOOTS" weapon: "IRON_SWORD" effects: - "RESISTANCE:1:999999" - "STRENGTH:2:999999" drops: - item: "IRON_SWORD" chance: 60 amount: 1 - item: "GOLDEN_APPLE" chance: 25 amount: 2 drop_equipment_chance: 50 respawn_time: 0 movement_area: 30 target_area: 20 summon: "minecraft:cow" amount: 2 interval: 30 minion_name: "Minion of the Undying" skill: name: "lightning" cooldown: 45 radius: 10 effect: "lightning"
Files
Metadata
Release channel
ReleaseVersion number
1.0.4Loaders
Game versions
1.20.1Downloads
16Publication date
February 1, 2025 at 11:32 PMPublisher
Tessaiiga
Member