TerritoryGuard
作者:rebot | 分类:模组
Minecraft 版本: 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2
平台: bukkit folia paper purpur spigot
标签: game-mechanics management utility
TerritoryGuard is a powerful protection plugin for Minecraft servers that lets players claim land, manage access, and stop griefing with flexible rules.
- Claim territories with a wand or commands.
- Owner, co-owner, member, and guest role system.
- Flexible flags for PvP, fire, liquids, explosions, chests, doors, and redstone.
- Protection against pistons, lava, water, TNT, creepers, and endermen.
- PlaceholderAPI support for scoreboards and HUD plugins.
- Auto-save to YAML files.
- Visual border particles while selecting land.
- Download TerritoryGuard.jar.
- Place the file in your server's plugins/ folder.
- Restart the server.
- Adjust config.yml if needed.
- Done.
Players can claim land using a simple selection system:
- Using a wand:
/twand– left-click to set position 1, right-click to set position 2. - Using commands:
/tg tpos1and/tg tpos2– sets positions to player location. - Create territory:
/tg create <name>
after selecting an area.
Once created, territories are saved to territories.yml and persist across server restarts.
Нe configuration file is simple and allows quick tuning:
s# TerritoryGuard Configuration for Minecraft 1.12.x - 26.1.x
settings:
# Default language
language: "en"
# Maximum territories per player
max-territories-per-player: 5
# Minimum and maximum territory size (in blocks)
min-size: 10
max-size: 1000
# Visual effects
particles-enabled: true
# Flag defaults for new territories
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
You can change the default language, limit the number of territories per player, and control the minimum/maximum allowed claim size.
**/tg flag** <territory> <flag> [on/off]
TerritoryGuard fully supports PlaceholderAPI, allowing you to display territory info in scoreboards, TAB plugins, and custom GUIs.
%territoryguard_name%Current territory name%territoryguard_owner%Territory owner name%territoryguard_owner_display%Owner name with "You" highlight%territoryguard_size%Territory size in blocks%territoryguard_members%Number of members%territoryguard_coowners%Number of co-owners%territoryguard_count%How many territories the player owns%territoryguard_territories%List of player's territories%territoryguard_role%Player role (Owner/Co-owner/Member/Guest)%territoryguard_in_territory%Yes/No if inside a territory%territoryguard_flag_<flag>%Flag state (on/off)
Example usage in TAB scoreboard:
&7Current: &f%territoryguard_name%
&7Owner: %territoryguard_owner_display%
&7Role: %territoryguard_role%请登录后举报
暂无评论,抢个沙发吧~