Spawn Protection
Grace period for players who have revived
Features
- Protects players from all damage when they respawn
- If player who are protected try to attack their protection will be removed
- No lag
Configuration
<?xml version="1.0" encoding="utf-8"?>
<SpawnProtectionPluginConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ProtectionTimeInSeconds>5</ProtectionTimeInSeconds>
</SpawnProtectionPluginConfiguration>
Translations
<?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Translation Id="Protected" Value="{0} has spawn protection" />
<Translation Id="ProtectionStart" Value="Spawn protection started" />
<Translation Id="ProtectionEnd" Value="Spawn protection ended" />
</Translations>