

Mob Captains
Special mob captains appear in the Minecraft world, leaving behind unique enchanted items that are unavailable in the standard game!
Mod Features
Your world will spawn mob captains of four difficulty levels: common, uncommon, rare, and legendary. Each has special characteristics and leaves valuable trophies.
Parameter Configuration
You can easily configure all aspects of the mod's operation through in-game commands. To access the configuration menu, execute the command /function ps-mob:config
with operator permissions.
Main Settings
Parameter | Default Value | Description |
---|---|---|
.cool_down |
60 |
Time in seconds during which no new captains will spawn after a successful previous spawn |
.spawn_chance |
10 |
Maximum chance of a regular mob turning into a captain (1 = 0.1%, 1000 = 100%) |
.notify_on_spawn |
2 |
Rarity level of captains whose appearance will be announced in chat (0 - no notifications, 1 - only legendary, 4 - all levels) |
.notify_with_sound |
1 |
Whether to play a sound when notifying about a captain's appearance (0 - disabled, 1 - enabled) |
.should_glow |
0 |
Whether to show the captain's silhouette through blocks (0 - disabled, 1 - enabled) |
.exists_for |
6000 |
Time in ticks during which the captain cannot despawn (20 ticks = 1 second, 6000 = 5 minutes) |
.block_area |
12000 |
Time in ticks during which captain spawning is blocked within 24 blocks of the previous spawn location (12000 = 10 minutes) |
.beam_on_spawn |
1 |
Whether to create particle beams when a captain appears, showing their location for about 1 second (1 - enabled, 0 - disabled) |
Spawn Probabilities for Different Captain Levels
Level | Probability |
---|---|
Common | 55 |
Uncommon | 30 |
Rare | 9 |
Legendary | 1 |
Loot Configuration
To change the probabilities of obtaining various items from captain loot, edit the files at /data/ps-mob/loot_tables/captains/<level>.json
.
If you want to modify the items themselves in the loot, edit the loot tables at /data/ps-mob/loot_tables/base/<level>.json
.
This datapack is inspired by the legendary Atomic Stryker's Infernal Mobs mod.