Система блокировки возможностей игрока во время рейда.
[CODE lang="csharp" title="Конфиг"]
{
"Main": {
"RaidBlock time of C4": 5,
"RaidBlock time of Hornet Raid Rocket": 5,
"Radius of RaidBlock": 150,
"Blocked build objects": [
"BedBuilder",
"Workbench",
"Titranium Workbench",
"Torch",
"Fridge",
"Recycler",
"Sign",
"OwnershipStake",
"Blast Furnace",
"AutomaticDrillBlue",
"AutomaticDrillGreen",
"AutomaticDrillRed"
],
"Block construction hammer": true,
"RaidBlock for clan members": true,
"RaidBlock at Explosixe(not enabled)": false
},
"RaidBlock for Admins": true,
"Logs": true
}
[/CODE]
[CODE lang="csharp" title="Конфиг"]
{
"Main": {
"RaidBlock time of C4": 5,
"RaidBlock time of Hornet Raid Rocket": 5,
"Radius of RaidBlock": 150,
"Blocked build objects": [
"BedBuilder",
"Workbench",
"Titranium Workbench",
"Torch",
"Fridge",
"Recycler",
"Sign",
"OwnershipStake",
"Blast Furnace",
"AutomaticDrillBlue",
"AutomaticDrillGreen",
"AutomaticDrillRed"
],
"Block construction hammer": true,
"RaidBlock for clan members": true,
"RaidBlock at Explosixe(not enabled)": false
},
"RaidBlock for Admins": true,
"Logs": true
}
[/CODE]