TerritoryGuard is a modern land-claim and protection plugin for Paper, Spigot, and Bukkit servers. Players can claim land, manage access with roles, configure protection flags, and prevent griefing with a simple and intuitive system.
✔ Claim territories with a wand or commands
✔ Owner, Co-Owner, Member, and Guest role system
✔ Flexible protection flags
✔ Protection against griefing and environmental damage
✔ PlaceholderAPI integration
✔ YAML-based storage
✔ Visual border particles
Players can easily create and manage protected territories.
Using a Wand
/twand
Left-click to set Position 1
Right-click to set Position 2
Using Commands
/tg tpos1
/tg tpos2
Create Territory
/tg create <name>
Territories are automatically saved and persist after server restarts.
TerritoryGuard includes a flexible flag system.
Example:
/tg flag <territory> <flag> [on/off]
Available flags:
Protect territories from:
Display territory information in scoreboards, TAB lists, action bars, and custom GUIs.
Available placeholders:
%territoryguard_name%
%territoryguard_owner%
%territoryguard_owner_display%
%territoryguard_size%
%territoryguard_members%
%territoryguard_coowners%
%territoryguard_count%
%territoryguard_territories%
%territoryguard_role%
%territoryguard_in_territory%
%territoryguard_flag_<flag>%
Example:
&7Current: &f%territoryguard_name%
&7Owner: %territoryguard_owner_display%
&7Role: %territoryguard_role%
settings:
language: "en"
max-territories-per-player: 5
min-size: 10
max-size: 1000
particles-enabled: true
flags:
build: false
pvp: false
fire: false
lava: false
water: false
piston: false
explosions: false
enderman: false
chest: false
door: false
redstone: false
enter: true
plugins folder.config.yml if needed.