This plugin blocks all damage dealt by players mounted on certain vehicles, such as minicopters or boats.
Permissions
weaponlessvehicles.ignore
- Allows players to bypass the damage restriction on vehicles.
Configuration
JSON:
{
"Version": "1.0.0",
"Restricted Vehicle Prefabs": [
"minicopter",
"rhib",
"rowboat"
]
}
Restricted Vehicle Prefabs
- A list of short prefab names for vehicles on which players cannot deal damage while mounted.
Localization
JSON:
{
"DamageBlocked": "You cannot deal damage while mounted on a restricted vehicle."
}