✅SimpleClans - EN, PL✅ icon

✅SimpleClans - EN, PL✅ -----

A simple plugin for clans + Placeholders!



SimpleClan
Advanced clan system with chat, PvP toggle, ranking and many more features!


Information
Version: 2.0.0
Minecraft: 1.21+
Requirements: Java 21+, Spigot/Paper
Soft-depend: PlaceholderAPI
Languages: Polish, English

Multi-Language Support

SimpleClan is fully translated and supports:

  • Polish (Polski) - Complete translation, default language
  • English - Full English support
All messages, commands, and descriptions are available in both languages!
Switch language in config.yml - Every text is fully customizable in language files.

✨ Features

Clan System

  • Create and manage clans
  • Invitation system for new members
  • Hierarchy: Leader → Deputy (max 2) → Member
  • Configurable member limit (default: 10)
  • Configurable clan name length (3-16 characters)
  • Clan disbanding by leader
Clan Chat

  • Dedicated chat for clan members (/clan chat)
  • Auto clan chat toggle (/clan cc)
  • Different colors for roles (Leader, Deputy, Member)
  • Fully configurable message format
  • Private communication between clan members
⚔️ PvP System

  • Enable/disable friendly fire in clan
  • Protection against clan member attacks (when disabled)
  • Only leader can change PvP settings
  • Member notification on status change
  • Per-clan PvP configuration
Customization

  • 10 available clan tag colors
  • Format: [ClanName]
  • Color preview before selection
  • Only leader can change color
  • Fully customizable tag format
Ranking & Statistics

  • Clan ranking by kills
  • Kill tracking for each clan
  • Configurable kill broadcast on chat
  • Top 10 clans display (configurable)
  • Real-time statistics updates
Member Management

  • Promote/demote deputies
  • Kick members (even offline players)
  • Member list with roles
  • Detailed clan information
  • Clan creation date tracking
Commands

All commands support both Polish and English aliases!

English Commands:
Code (Text):

  /clan create <name>          - Create a new clan
  /clan invite <player>        - Invite player to clan
  /clan accept                 - Accept invitation
  /clan leave                  - Leave clan
  /clan disband                - Disband clan (leader only)
  /clan list                   - List clan members
  /clan info [clan]            - Show clan information
  /clan mod <player>           - Promote to deputy (leader only)
  /clan demote <player>        - Demote deputy (leader only)
  /clan kick <player>          - Kick member
  /clan chat <message>         - Send message to clan chat
  /clan cc                     - Toggle auto clan chat
  /clan color [color]          - Change tag color (leader only)
  /clan pvp <on/off>           - Toggle clan PvP (leader only)
  /clan top                    - Show clan ranking
  /clan help                   - Show help
 
Polish Commands:
Code (Text):

  /klan stworz <nazwa>         - Stwórz nowy klan
  /klan zapros <gracz>         - Zaproś gracza do klanu
  /klan akceptuj               - Akceptuj zaproszenie
  /klan opusc                  - Opuść klan
  /klan rozwiaz                - Rozwiąż klan (tylko lider)
  /klan lista                  - Lista członków klanu
  /klan info [klan]            - Informacje o klanie
  /klan zastepca <gracz>       - Mianuj zastępcę (tylko lider)
  /klan degraduj <gracz>       - Degraduj zastępcę (tylko lider)
  /klan wyrzuc <gracz>         - Wyrzuć członka
  /klan chat <wiadomość>       - Wyślij wiadomość na czat klanowy
  /klan cc                     - Przełącz auto-czat klanowy
  /klan kolor [kolor]          - Zmień kolor tagu (tylko lider)
  /klan pvp <on/off>           - Włącz/wyłącz PvP w klanie (tylko lider)
  /klan ranking                - Pokaż ranking klanów
  /klan pomoc                  - Pokaż pomoc
 
Command Aliases: /clan, /klan, /klany, /clans

PlaceholderAPI

15 available placeholders:
Code (Text):

  %simpleclan_tag%             - Clan tag with color (e.g. [Clan])
  %simpleclan_name%            - Clan name
  %simpleclan_leader%          - Leader's nickname
  %simpleclan_members%         - Number of members
  %simpleclan_max_members%     - Maximum number of members
  %simpleclan_is_leader%       - Is player leader (true/false)
  %simpleclan_is_moderator%    - Is player deputy (true/false)
  %simpleclan_is_leader_or_mod% - Is player leader or deputy
  %simpleclan_moderators_count% - Number of deputies
  %simpleclan_has_clan%        - Does player have clan (true/false)
  %simpleclan_created%         - Clan creation date
  %simpleclan_tag_color%       - Tag color code
  %simpleclan_pvp_enabled%     - PvP status (true/false)
  %simpleclan_kills%           - Clan kill count
  %simpleclan_clan_chat%       - Auto clan chat status
 
Permissions

Code (Text):

  simpleclan.create            - Create clans (default: true)
  simpleclan.invite            - Invite to clan (default: true)
  simpleclan.chat              - Use clan chat (default: true)
  simpleclan.admin             - Clan administration (default: op)
 
⚙️ Configuration

Everything is configurable:

  • Language selection - Switch between Polish and English
  • Maximum member count (default: 10)
  • Maximum deputy count (default: 2)
  • Clan name length (3-16 characters)
  • Clan tag format
  • Available colors (10 colors)
  • Clan chat format
  • Chat roles (Leader, Deputy)
  • Default PvP status
  • Ranking display count
  • Kill broadcast
  • All messages and texts
config.yml example:
Code (Text):

  # Plugin language (pl, en)
  language: "en"

  clan:
    max-members: 10
    max-moderators: 2
    tag-format: "{color}[{clan}]&r"
    available-colors:
      - "&6" # Gold (default)
      - "&c" # Red
      - "&a" # Green
      # ... and 7 more colors

  chat:
    format: "&8[&6Clan&8] &r{role}&e{player}&7: &f{message}"
    leader-role: "&6[Leader] "
    moderator-role: "&a[Deputy] "

  ranking:
    top-clans: 10
    broadcast-kills: true
 
Installation


  1. Download .jar file
  2. Place in plugins/ folder
  3. (Optional) Install PlaceholderAPI for placeholder support
  4. Start/restart server
  5. Configure plugin in plugins/SimpleClan/config.yml
  6. Set your preferred language (pl or en)
  7. Customize messages in plugins/SimpleClan/lang/ folder
⚠️ Requirements


  • Minecraft: 1.21 or newer
  • Java: 21 or newer
  • Server: Spigot/Paper
  • PlaceholderAPI: Optional (for placeholders)
Usage Examples

Creating and Managing Clan:
Code (Text):

  /clan create Warriors          → Create clan "Warriors"
  /clan invite Steve             → Invite Steve to your clan
  /clan mod Steve                → Promote Steve to deputy
  /clan color &c                 → Change tag color to red
  /clan pvp off                  → Disable friendly fire
 
Communication:
Code (Text):

  /clan chat Hello everyone!     → Send message to clan chat
  /clan cc                       → Toggle auto clan chat mode
 
Statistics:
Code (Text):

  /clan info                     → Show your clan info
  /clan info Warriors            → Show Warriors clan info
  /clan top                      → Show top 10 clans by kills
 
Perfect For


  • Polish servers - Native Polish language support
  • International servers - Full English translation
  • ⚔️ PvP servers with team mechanics
  • Survival servers with community features
  • Servers needing organized team communication
  • Competitive servers with ranking systems
Bug Reports & Support

Found a bug? Need help? Report it in the discussion section!

Changelog 2.0.0


  • ✨ Added clan chat system with toggle
  • ✨ Added PvP toggle between clan members
  • ✨ Added tag color system (10 colors)
  • ✨ Added clan ranking by kills
  • ✨ Added kill statistics tracking
  • ✨ Extended PlaceholderAPI support (15 placeholders)
  • ✨ Added deputy demotion feature
  • ✨ Added offline player kick support
  • ✨ Added clan creation date tracking
  • Full multi-language system (Polish & English)
  • Updated to Minecraft 1.21+
  • Improved permission system
  • Enhanced configuration options

Author: TremeQ
SimpleClan v2.0.0
Fully translated for Polish community | Complete English support

If you enjoy this plugin, please leave a review! ⭐
Resource Information
Author:
----------
Total Downloads: 139
First Release: Jun 1, 2025
Last Update: Nov 4, 2025
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings