HomeJavaModsP_Terrenos
P_Terrenos
P_Terrenos — screenshot 1P_Terrenos — screenshot 2P_Terrenos — screenshot 3P_Terrenos — screenshot 4

P_Terrenos

Plugin de terrenos avançado para servidores Spigot/Paper.
Focado em simplicidade para o jogador e controle total para o staff, com:


📦 Requisitos

💡 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:
    /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:


📦 Requirements

💡 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:
    /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)

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more