P_Terrenos
🟡 Updated this year🖼️ Gallery (4 images)
🔍 Analysis
- 🏆 #134 of 333 adventure mods in this game by downloads
📋 About This Mod
# P_Terrenos Plugin de **terrenos avançado** para servidores Spigot/Paper. Focado em **simplicidade para o jogador** e **controle total para o staff**, com: - Claim/expansão de terrenos por seleção (Pos1/Pos2) - Sistema de **economia flexível** (P_Economia, Vault ou RoyaleEconomy) - Cercas, placas e **hologramas informativos** - Membros, **CO-OP temporário** e bloqueio de criação após convite - Flags completas de proteção (PVP, explosões, água/lava, mob grief, etc.) - Integração opcional com **WorldGuard** e **PlaceholderAPI** - Menus GUI para gerenciamento de terrenos e flags --- ## 📦 Requisitos - **Servidor:** Spigot/Paper 1.16+ (recomendado ou superior compatível) - **Java:** 17+ (ou a mesma versão usada pelo seu servidor) - **Dependências (opcionais, mas recomendadas):** - – para placeholders - – se quiser usar qualquer economia via Vault - **P_Economia** ou **RoyaleEconomy** – economias nativas suportadas > 💡 O plugin tenta se integrar automaticamente com P_Economia → Vault → RoyaleEconomy, nessa ordem, quando `economy.provider: AUTO`. --- ## ⚙️ Instalação 1. Baixe o **P_Terrenos.jar**. 2. Coloque o arquivo em: `plugins/P_Terrenos.jar` 3. Inicie o servidor para gerar a pasta e arquivos de configuração: ```text /plugins/P_Terrenos/ ├─ config.yml ├─ menu.yml └─ flags_menu.yml 🛡️ Flags de proteção As flags são salvas por terreno e usadas nas verificações de permissão. Algumas flags (nomes deduzidos do código): Acesso geral ALLOW_VISITORS_ENTRY – permite ou não entrada de visitantes. PVP – ativa/desativa PvP no terreno. Membros MEMBERS_BUILD MEMBERS_INTERACT MEMBERS_CONTAINERS MEMBERS_DOORS CO-OP COOP_BUILD COOP_INTERACT COOP_CONTAINERS COOP_DOORS Outras proteções BLOCK_EXPLOSIONS BLOCK_EXPLOSION_ENTITY_DAMAGE BLOCK_MOB_GRIEF BLOCK_FIRE_SPREAD BLOCK_LAVA_FLOW BLOCK_WATER_FLOW BLOCK_MOB_SPAWN Checagens principais LandManager expõe os métodos: canBuild(player, loc) canInteract(player, loc) canOpenContainer(player, loc) canUseDoor(player, loc) canEnter(player, loc) isPvpAllowed(loc) blockExplosions(loc) blockExplosionDamage(loc) blockMobGrief(loc) blockFire(loc) blockLavaFlow(loc) blockWaterFlow(loc) blockMobSpawn(loc) Ordem de decisão típica: # P_Terrenos Advanced **land/claim plugin** for Spigot/Paper servers. Focused on **simple gameplay for players** and **full control for staff**, with: - Claim/expand lands using a selection (Pos1/Pos2) - Flexible **economy system** (P_Economia, Vault or RoyaleEconomy) - Fences, signs and **informative holograms** - Members, **temporary CO-OP** and creation lock after invite - Full protection flags (PVP, explosions, water/lava, mob grief, etc.) - Optional integration with **WorldGuard** and **PlaceholderAPI** - GUI menus for land management and flags --- ## 📦 Requirements - **Server:** Spigot/Paper 1.16+ (or newer compatible version) - **Java:** 17+ (or the same version your server uses) - **Optional, but recommended:** - – for placeholders - – if you want to use any Vault-compatible economy - **P_Economia** or **RoyaleEconomy** – natively supported economy plugins > 💡 When `economy.provider: AUTO`, the plugin tries to hook in this order: **P_Economia → Vault → RoyaleEconomy**. --- ## ⚙️ Installation 1. Download **P_Terrenos.jar**. 2. Drop it into: `plugins/P_Terrenos.jar` 3. Start the server to generate plugin folder and config files: ```text /plugins/P_Terrenos/ ├─ config.yml ├─ menu.yml └─ flags_menu.yml 🛡️ Protection flags Flags are stored per land and used by all permission checks. Examples (names inferred from code): General ALLOW_VISITORS_ENTRY – allow or deny entry for visitors. PVP – enable/disable PvP inside the land. Members MEMBERS_BUILD MEMBERS_INTERACT MEMBERS_CONTAINERS MEMBERS_DOORS CO-OP COOP_BUILD COOP_INTERACT COOP_CONTAINERS COOP_DOORS Other protections BLOCK_EXPLOSIONS BLOCK_EXPLOSION_ENTITY_DAMAGE BLOCK_MOB_GRIEF BLOCK_FIRE_SPREAD BLOCK_LAVA_FLOW BLOCK_WATER_FLOW BLOCK_MOB_SPAWN Main check methods From LandManager: canBuild(player, loc) canInteract(player, loc) canOpenContainer(player, loc) canUseDoor(player, loc) canEnter(player, loc) isPvpAllowed(loc) blockExplosions(loc) blockExplosionDamage(loc) blockMobGrief(loc) blockFire(loc) blockLavaFlow(loc) blockWaterFlow(loc) blockMobSpawn(loc)
# P_Terrenos
Plugin de terrenos avançado para servidores Spigot/Paper. Focado em simplicidade para o jogador e controle total para o staff, com:
- Claim/expansão de terrenos por seleção (Pos1/Pos2)
- Sistema de economia flexível (P_Economia, Vault ou RoyaleEconomy)
- Cercas, placas e hologramas informativos
- Membros, CO-OP temporário e bloqueio de criação após convite
- Flags completas de proteção (PVP, explosões, água/lava, mob grief, etc.)
- Integração opcional com WorldGuard e PlaceholderAPI
- Menus GUI para gerenciamento de terrenos e flags
## 📦 Requisitos
- Servidor: Spigot/Paper 1. 16+ (recomendado ou superior compatível)
- Java: 17+ (ou a mesma versão usada pelo seu servidor)
- Dependências (opcionais, mas recomendadas):
- - – para placeholders
- - – se quiser usar qualquer economia via Vault
- - P_Economia ou RoyaleEconomy – economias nativas suportadas
> 💡 O plugin tenta se integrar automaticamente com P_Economia → Vault → RoyaleEconomy, nessa ordem, quando `economy.provider: AUTO`.
## ⚙️ Instalação
1. Baixe o P_Terrenos.jar. 2. Coloque o arquivo em: `plugins/P_Terrenos.jar` 3. Inicie o servidor para gerar a pasta e arquivos de configuração: ```text /plugins/P_Terrenos/ ├─ config.yml ├─ menu.yml └─ flags_menu.yml
🛡️ Flags de proteção
As flags são salvas por terreno e usadas nas verificações de permissão.
Algumas flags (nomes deduzidos do código):
Acesso geral
ALLOW_VISITORS_ENTRY – permite ou não entrada de visitantes.
PVP – ativa/desativa PvP no terreno.
MEMBERS_BUILD
MEMBERS_INTERACT
MEMBERS_CONTAINERS
MEMBERS_DOORS
COOP_INTERACT
COOP_CONTAINERS
Outras proteções
BLOCK_EXPLOSIONS
BLOCK_EXPLOSION_ENTITY_DAMAGE
BLOCK_MOB_GRIEF
BLOCK_FIRE_SPREAD
BLOCK_LAVA_FLOW
BLOCK_WATER_FLOW
BLOCK_MOB_SPAWN
Checagens principais
LandManager expõe os métodos:
canBuild(player, loc)
canInteract(player, loc)
canOpenContainer(player, loc)
canUseDoor(player, loc)
canEnter(player, loc)
isPvpAllowed(loc)
blockExplosions(loc)
blockExplosionDamage(loc)
blockMobGrief(loc)
blockFire(loc)
blockLavaFlow(loc)
blockWaterFlow(loc)
blockMobSpawn(loc)
Ordem de decisão típica:
# P_Terrenos
Advanced land/claim plugin for Spigot/Paper servers. Focused on simple gameplay for players and full control for staff, with:
- Claim/expand lands using a selection (Pos1/Pos2)
- Flexible economy system (P_Economia, Vault or RoyaleEconomy)
- Fences, signs and informative holograms
- Members, temporary CO-OP and creation lock after invite
- Full protection flags (PVP, explosions, water/lava, mob grief, etc.)
- Optional integration with WorldGuard and PlaceholderAPI
- GUI menus for land management and flags
## 📦 Requirements
- Server: Spigot/Paper 1. 16+ (or newer compatible version)
- Java: 17+ (or the same version your server uses)
- Optional, but recommended:
- - – for placeholders
- - – if you want to use any Vault-compatible economy
- - P_Economia or RoyaleEconomy – natively supported economy plugins
> 💡 When `economy.provider: AUTO`, the plugin tries to hook in this order: P_Economia → Vault → RoyaleEconomy.
## ⚙️ Installation
1. Download P_Terrenos.jar. 2. Drop it into: `plugins/P_Terrenos.jar` 3. Start the server to generate plugin folder and config files: ```text /plugins/P_Terrenos/ ├─ config.yml ├─ menu.yml └─ flags_menu.yml
🛡️ Protection flags
Flags are stored per land and used by all permission checks.
Examples (names inferred from code):
ALLOW_VISITORS_ENTRY – allow or deny entry for visitors.
PVP – enable/disable PvP inside the land.
MEMBERS_BUILD
MEMBERS_INTERACT
MEMBERS_CONTAINERS
MEMBERS_DOORS
COOP_INTERACT
COOP_CONTAINERS
Other protections
BLOCK_EXPLOSIONS
BLOCK_EXPLOSION_ENTITY_DAMAGE
BLOCK_MOB_GRIEF
BLOCK_FIRE_SPREAD
BLOCK_LAVA_FLOW
BLOCK_WATER_FLOW
BLOCK_MOB_SPAWN
Main check methods
From LandManager:
canBuild(player, loc)
canInteract(player, loc)
canOpenContainer(player, loc)
canUseDoor(player, loc)
canEnter(player, loc)
isPvpAllowed(loc)
blockExplosions(loc)
blockExplosionDamage(loc)
blockMobGrief(loc)
blockFire(loc)
blockLavaFlow(loc)
blockWaterFlow(loc)
blockMobSpawn(loc)
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- Mr_Haruki
- Version
- 4.5
- Downloads
- 253
- Endorsements
- 0
- Category
- adventure
- Created
- 11/18/2025
- Updated
- 1/2/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- adventure, game-mechanics, technology
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does P_Terrenos support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of P_Terrenos?
Version 4.5, published 2026-01-02 with 253 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await



