Respawn Protection allows players to be protected from damage, whether it be another player, an NPC, or themselve for a specified amount of time.
Note: If adjusting a language value with variables make sure to keep the {0} and {1} in the same order.
Permissions
This plugin uses the permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.- respawnprotection.use - Allows players with permission to be protected from respawn.
Configuration
The settings and options can be configured in the RespawnProtection file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.Localization
The default messages are in the RespawnProtection file under the lang/en directory. To add support for another language, create a new language folder (e.g. de for German) if not already created, copy the default language file to the new folder and then customize the messages.Note: If adjusting a language value with variables make sure to keep the {0} and {1} in the same order.