A collection of custom MythicMobs skills used on the Raid-Craft server.
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 |