NeonClans

A premium, advanced clan system designed to encourage complex alliances, rich PVP interactions, and deeply managed progression through clan economies and hierarchy.

NeonClans provides a highly polished foundation for players to team up, share resources in a common treasury, modify tab and name tags directly, toggle friendly fire, and compete on top clan leaderboards. Packed full of intuitive GUI elements, it delivers an unparalleled networking experience for the player.

Premium Plugin

NeonClans is a premium offering from NeonStudios. For licensing, downloads, or purchase info, visit our Discord server or our BuiltByBit page.

Why NeonClans?

Investing in a premium solution means better performance, deeper customization, and continuous support. Here is why NeonClans is a must-have for your survival or faction server:

🔥

Advanced Alliances

Not just basic grouping. Build extensive networks of allies with shared chats, notifications, and cross-clan PVP restrictions.

💸

Integrated Economy

Natively supports depositing/withdrawing Vault economy funds and PlayerPoints directly into shared clan treasuries.

🎨

Premium Custom Tags

Assign colors and HEX formats for scoreboard integration. Secure tags with restrictions, cool-downs, and reservations.

🎮

Interactive GUI

Beautiful, intuitive GUI allowing users to browse their clan statistics, member lists, and leaderboards without memorizing commands.

Installation

Getting your NeonClans network structured is fast and straightforward.

  1. Download the latest NeonClans.jar file from the official NeonStudios release channel.
  2. Dependencies: Ensure you have Vault installed for economy, and optionally PlayerPoints or PlaceholderAPI.
  3. Place the .jar file into your server's /plugins directory.
  4. Restart your server completely (Avoid /reload).
  5. Configure the config.yml file locating your license key parameter.

Commands

NeonClans offers a deep command structure suitable for both players and administrators.

Player Commands /clan (Aliased: /clans)

CommandDescription
/clan create <name>Creates a new clan with the designated name
/clan disbandDisbands your current clan (Leader only)
/clan menuOpens the interactive clan GUI
/clan invite <player>Invites an online player to the clan
/clan kick <player>Removes a member from your clan
/clan ally <clan>Sends an alliance request to a clan
/clan prefix [new_prefix]Sets a custom clan tag prefix

Admin Commands /clanadmin (Aliased: /ca, /cla)

CommandDescription
/clanadmin disband <clan>Forces the disbandment of a clan
/clanadmin addpoints <clan> <amount>Directly credits points to a clan's system
/clanadmin forcejoin <player> <clan>Forces an external player to join a specified clan
/clanadmin setprefix <clan> <prefix>Adminstratively bypasses cooldowns to place a prefix

Permissions

Every capability inside NeonClans is tightly regulated through granular permission nodes.

PermissionDescription
clan.*Grants all clan permissions (Default: OP)
clan.useBasic command access to info, listing, and getting help (Default: True)
clan.createAllows a player to build a clan (Default: True)
clan.adminAdministrative access to bypass costs, cooldowns, or limits (Default: OP)
clan.prefix.setAllows assigning custom tag prefix colors and elements (Default: False)
clan.bypass.costBypasses clan creation cost entirely

Color Codes

NeonClans excels dynamically updating NameTags alongside PlaceholderAPI using customized HEX injections.

Formatting Examples
# Legacy Color Codes 
&cRED        (red text)
&a&lGREEN    (green + bold)
&9&nBLUE     (blue + underline)

# Hex Codes (1.16+ servers)
&#FF6B6BHEX  (custom hex color format)

Economy & Treasury Integration

In addition to basic points derived from player deaths/kills, you can configure how physical in-game cash interacts with the clan treasury.

YAML — config.yml
economy:
  enabled: true
  minimum-deposit: 1.0
  minimum-withdraw: 1.0
  maximum-deposit: 1000000.0
  maximum-withdraw: 1000000.0

playerpoints:
  enabled: true
  minimum-deposit: 1
  minimum-withdraw: 1

Alliances

Control exactly how tight alliances are allowed to become.

YAML — config.yml
alliances:
  enabled: true
  auto-accept: false
  request-timeout: 86400 # Value in seconds
  allow-self-request: false
  notify-all-members: true

Administrative Settings

A sample of some of the configuration limits you can apply:

YAML — config.yml
clans:
  max-size: 20
  creation-cost: 1000.0
  starting-balance: 0.0
  max-allies: 5
  name-min-length: 3
  name-max-length: 16
  allowed-characters: "a-zA-Z0-9"

clan-tags:
  max-prefix-length: 8
  enforce-unique-prefixes: true
  allow-color-codes: true
  prefix-change-cooldown: 86400000

cooldowns:
  command-cooldown: 1000 # 1 second in ms
  invite-cooldown: 30000 # 30 seconds
  ally-request-cooldown: 300000 # 5 minutes

Support

Join Our Discord

Get help from our team, report bugs, request features, and connect with the community.

dsc.gg/neonstudios
All Documentation