This plugin helps discourage offline raiding by weakening the impact of explosive damage on buildings whose owners are offline. It only works for buildings with a tool cupboard by checking if all authorized players and their teammates are offline. If everyone is offline, the damage is reduced by a percentage set in the config.
Permissions
offlineraidingweakened.ignore
- Players with this permission will deal full damage to buildings, even if the owners are offline.
Configuration
JSON:
{
"Version": "1.0.0",
"Damage Reduction Percentage": 50
}
Damage Reduction Percentage
- Determines the percentage by which explosive damage is reduced when all owners or authorized players of a building are offline. For example, a value of 50 means that damage will be cut in half during offline raids.
Localization
JSON:
{
"DamageReduced": "Your damage has been reduced by {0}% because the base owners are offline."
}