Skip to main content

Config: Gravestones

Configuration reference for gravestones.json — gravestone protection by territory and faction relation.

Gravestones Configuration

File Location

mods/com.hyperfactions_HyperFactions/config/gravestones.json

Controls gravestone protection rules based on territory type and faction relations. Integrates with the OrbisGuard gravestone system.

Reload Required

Changes require /f admin reload or a server restart to take effect.

Territory Protection

KeyTypeDefaultDescription
protectInOwnTerritorybooltrueProtect gravestones in faction's own territory
protectInSafeZonebooltrueProtect gravestones in SafeZones
protectInWarZoneboolfalseProtect gravestones in WarZones
protectInWildernessboolfalseProtect gravestones in unclaimed territory
protectInEnemyTerritoryboolfalseProtect gravestones in enemy territory
protectInNeutralTerritorybooltrueProtect gravestones in neutral faction territory

Access Rules

KeyTypeDefaultDescription
factionMembersCanAccessbooltrueFaction members can access each other's gravestones
alliesCanAccessboolfalseAllied faction members can access gravestones
enemiesCanLootInOwnTerritoryboolfalseEnemies can loot gravestones in their own territory

Combat Rules

KeyTypeDefaultDescription
allowLootDuringRaidbooltrueAllow gravestone looting during raids
allowLootDuringWarbooltrueAllow gravestone looting during wars

Notifications

KeyTypeDefaultDescription
announceDeathLocationbooltrueAnnounce death location to faction members

Default Configuration

{
  "enabled": true,
  "protectInOwnTerritory": true,
  "factionMembersCanAccess": true,
  "alliesCanAccess": false,
  "protectInSafeZone": true,
  "protectInWarZone": false,
  "protectInWilderness": false,
  "announceDeathLocation": true,
  "protectInEnemyTerritory": false,
  "protectInNeutralTerritory": true,
  "enemiesCanLootInOwnTerritory": false,
  "allowLootDuringRaid": true,
  "allowLootDuringWar": true
}