- Fougerite Compatibility
- All Versions
- Plugin's Engine
- C# (Modules)
- Plugin Dependencies
- PermissionsManager(optional)
The plugin allows you to change the life of the structures, remembering that for the structure to be with the new life, it is necessary to change before in the configuration and reload the plugin using "fougerite.reload LifeOfStructures".
Developer references
Developer references
C#:
var heath = StructureHeath("WoodWall");
if(heath != null)
{
player.Notice("X", "Heath: "+heath, 10f);
}