Installation
- Download pClanSystem.jar
- Place it in your server's plugins/ folder
- Restart the server
- Configuration files will be generated automatically in plugins/pClanSystem/
Requirements
- Paper 1.20.1+
- Java 21 (Java 17 not tested)
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
city:
max-members: 20 # Maximum players per city
max-name-length: 16 # Maximum city name length
min-name-length: 3 # Minimum city name length
All messages support color codes (&a, &c, etc.) and placeholders.
Data Storage
Player and city data is saved automatically to plugins/pClanSystem/cities.yml on every change and on server shutdown.