premium banner
Control which Zones(Biome groups) that PVP is enabled in and control whether loot is Partial Drop or Full Drop.

Description

ZonePVPControl lets you enable or disable PvP by zone group (Zone1–Zone4) and customize PvP death drops per zone. User is alerted with non-invasive UI on PVP State when transitioning Zones. The intention of this plugin is not to create areas for PVP but simply to justify server-wide rules on whether PVP can be conducted in specified Biomes. 

Refer to Hytale Biomes Wiki for a further explanation of Biomes/Zones.

**Key Features**
- Per-zone PvP enable/disable (Zone1–Zone4)
- Per-zone PvP drop rules (FULL or PARTIAL)
- Partial drop tuning (amount + durability percent)
- Optional world allowlist

**Config (Server/config/ZonePVPControl/config.json)**
```json
{
  "restrict_to_worlds": false,
  "enabled_worlds": [],
  "pvp_zone_enabled": {
    "Zone1": false,
    "Zone2": true,
    "Zone3": true,
    "Zone4": true
  },
  "pvp_zone_drop_modes": {
    "Zone1": "FULL",
    "Zone2": "FULL",
    "Zone3": "FULL",
    "Zone4": "FULL"
  },
  "pvp_partial_drop_amount_percent": 50.0,
  "pvp_partial_drop_durability_percent": 0.0
}
```