pClanSystem
A simple and lightweight city management plugin. Create cities, invite players, set spawns and teleport — all with one command.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
pClanSystem
ATTENTION! The plugin has two versions for each version of Minecraft:
1.0.0-17 (Java 17) and 1.0.0-21 (Java 21).
pClanSystem
A simple and lightweight city management plugin for Minecraft 1.20.1.
Features
- Create and delete cities - Invite and kick players - Set and teleport to city spawn - Simple permission system - Data saved automatically to `cities.yml`
Requirements
- Paper 1.20.1+ - Java 21
Commands
| Command | Description | |---|---| | `/city` | Show help | | `/city create <name>` | Create a new city | | `/city delete` | Delete your city | | `/city info [name]` | Show city information | | `/city list` | List all cities | | `/city join <name>` | Join a city (requires invite) | | `/city leave` | Leave your current city | | `/city invite <player>` | Invite a player to your city | | `/city kick <player>` | Kick a player from your city | | `/city setspawn` | Set city spawn at your location | | `/city tp <name>` | Teleport to a city spawn |
Permissions
| Permission | Description | Default | |---|---|---| | `pclans.admin` | Full access to all commands | OP | | `pclans.create` | Create a city | Everyone | | `pclans.delete` | Delete own city | Everyone | | `pclans.join` | Join a city | Everyone | | `pclans.invite` | Invite players | Everyone | | `pclans.kick` | Kick players | Everyone | | `pclans.setspawn` | Set city spawn | Everyone | | `pclans.tp` | Teleport to city spawn | Everyone |
Configuration
Located in `plugins/pClanSystem/config.yml` ```yaml city: max-members: 20 max-name-length: 16 min-name-length: 3 ```
All messages support color codes (`&a`, `&c`, etc.) and placeholders.
Installation
1. Download `pClanSystem.jar` 2. Place it in your `plugins/` folder 3. Restart the server