Skip to content

raidcraft/mythicmobs-skills

Repository files navigation

Raid-Craft MythicMobs Skills

Build Status GitHub release (latest SemVer including pre-releases) codecov Commitizen friendly semantic-release

A collection of custom MythicMobs skills used on the Raid-Craft server.

Full Prison

Sets a full 3x2x3 prison around the player with an optional top and bottom. This extends the default prison mechanic.

Attribute Aliases Description Default Value
material m Any valid bukkit materialtype. iron_bars
baseMaterial bm Any valid bukkit materialtype. Should be a solid block to avoid falling through. iron_block
topMaterial tm Any valid bukkit materialtype. barrier
duration d How long (in ticks) the prison will last. 100
breakable b (true/false) Whether or not the prison blocks can be broken. false
fullBase fb (true/false) Whether or not the prison should have a 3x3 base or just a single block. false
fullTop ft (true/false) Whether or not the prison should have a 3x3 top or just a single block. false