This plugin replaces barricades with high external walls when placed.
Permissions
barricadetowall.use
- Allows a player to place barricades that automatically turn into walls.
Configuration
JSON:
{
"Version": "1.0.0",
"Barricade Replacements": {
"assets/prefabs/deployable/barricades/barricade.cover.wood_double.prefab": "assets/prefabs/building/wall.external.high.wood/wall.external.high.wood.prefab",
"assets/prefabs/deployable/barricades/barricade.stone.prefab": "assets/prefabs/building/wall.external.high.stone/wall.external.high.stone.prefab"
}
}
Barricade Replacements
- A list of barricade prefabs and their corresponding high wall replacements.