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
Boss Creation Plugin (NEW)
-
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, and effects.
-
How does it work?
- The plugin allows you to define custom bosses in the
config.yml
file with detailed settings, including:- Type: The mob type (e.g.,
ZOMBIE
,minecraft:phantom
, or modded mobs likemodnamespace:custom_boss
). - Name: The name displayed for the boss.
- Health: The health value for the boss.
- Boss Bar Color: The color of the boss bar that will display during combat.
- Equipment: What armor and weapon the boss will carry.
- Effects: Any potion effects applied to the boss (e.g.,
STRENGTH
,REGENERATION
). - Drops: Custom drops for the boss with probabilities and quantities.
- Respawn Time: How often the boss respawns after being defeated (in seconds).
- Movement Area: The radius within which the boss can move.
- Target Area: The radius within which the boss will attack players.
- Type: The mob type (e.g.,
- The plugin allows you to define custom bosses in the
-
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
.
- Custom Mob Types: You can use both vanilla mobs (e.g.,
-
Configuration Example:
bosses: zombieBoss: type: "ZOMBIE" # The type of the mob (Zombie). name: "The Undying Zombie" # The name of the boss. boss_bar_color: "GREEN" # Color of the boss bar. health: 600 # Health of the boss. size: "NORMAL" # Size of the boss. equipment: helmet: "IRON_HELMET" # Equipment the boss will wear. chestplate: "IRON_CHESTPLATE" leggings: "IRON_LEGGINGS" boots: "IRON_BOOTS" weapon: "IRON_SWORD" # Weapon the boss will use. effects: - "RESISTANCE:1:INFINITE" # Infinite resistance effect. - "STRENGTH:2:INFINITE" # Infinite strength effect. drops: - item: "IRON_SWORD" # Drop with a 60% chance. chance: 60 amount: 1 - item: "GOLDEN_APPLE" # Drop with a 25% chance. chance: 25 amount: 2 drop_equipment_chance: 50 # 50% chance to drop the equipment. respawn_time: 600 # Boss respawns after 10 minutes. movement_area: 30 # Boss can move within 30 blocks. target_area: 20 # Boss attacks players within 20 blocks. phantomBoss: type: "minecraft:phantom" # The type of the mob (Phantom). name: "The Sky Phantom" # The name of the boss. boss_bar_color: "BLUE" # Color of the boss bar. health: 350 # Health of the boss. size: "NORMAL" # Size of the boss. equipment: helmet: "LEATHER_HELMET" # Equipment the boss will wear. weapon: "BOW" # Weapon the boss will use. effects: - "SLOWNESS:1:INFINITE" # Infinite slowness effect. - "REGENERATION:2:120" # Regeneration effect for 120 seconds. drops: - item: "ARROW" # Drop with an 80% chance. chance: 80 amount: 5 - item: "ENCHANTED_BOOK" # Drop with a 15% chance. chance: 15 amount: 1 drop_equipment_chance: 10 # 10% chance to drop the equipment. respawn_time: 300 # Boss respawns after 5 minutes. movement_area: 100 # Boss can move within 100 blocks. target_area: 50 # Boss attacks players within 50 blocks.
Files
Metadata
Release channel
BetaVersion number
1.0.0Loaders
Game versions
1.20.1Downloads
8Publication date
January 20, 2025 at 9:55 AMPublisher
Tessaiiga
Member