NeonTokenX

A premium TokenSMP-inspired custom abilities plugin.

NeonTokenX introduces 20 uniquely crafted tokens inspired by Minecraft's iconic mobs resulting in highly coveted progression drops. Empower your players with abilities ranging from teleportation and flight to explosive attacks and sonic darkness—all wrapped in a cleanly engineered GUI system, comprehensive Vault economy bindings, and custom Durability limiters to keep it perfectly balanced for survival/SMP.

Premium Plugin

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

Why NeonTokenX?

Bring the virality of TokenSMP directly to your network. Here's what sets NeonTokenX apart from generic ability plugins:

🎒

20 Unique Abilities

From the Ender Pearl teleporting 'Enderman' token, to the destructive 'Warden' sonic abilities.

🛠️

Deep Crafting System

Every token has a customizable 3x3 recipe grid powered by `crafting.yml`.

🛡️

Balanced Durability

Tokens can break. Prevent players from becoming endlessly overpowered by adding use limits.

🖥️

Gorgeous UI

Comes with a 45-slot token selection menu pre-framed in a beautiful purple neon border right out of the box.

Installation

Let's get this configured into your server.

  1. Download the compiled NeonTokenX.jar from our primary distribution channels.
  2. Dependencies: Ensure you have Vault installed for economy purchases.
  3. Installation: Drag and drop the `.jar` into the /plugins directory.
  4. Restart the server entirely for code manipulation safely.
  5. Configuration: Replace license block in the generated `config.yml` with your distributed key.

Commands

NeonTokenX implements a core split command structure.

Player Command: /tokens

Opens the Token Selection GUI where players can browse available tokens, check their abilities, and view associated economy costs.

Admin Commands: /token

CommandDescription
/token give <player> <token> [amount]Gift tokens directly bypassing all paywalls
/token listShow all available internal token designations
/token info <token>Display cooldown and lore info regarding a token
/token clear <player>Deletes player cooldown limits administratively
/token reloadReload config and crafting structures

Permissions

Define exactly what aspects of the token system each user class is allowed to access.

PermissionDescriptionDefault
token.useAllows access to the /tokens GUITrue
token.givePermits giving token items physically into inventoriesOP
token.adminAdministrative control for reload and cooldown clearsOP
neontokenx.craftRequired if you enable strict permission adherence in `crafting.yml` True
neontokenx.*Master grant for all token functionsOP

Token Abilities

Each token applies a combination of magical enhancements and specific right-click spell mechanisms. Every token is individually capable of being disabled, re-priced, or cooldown-adjusted.

YAML — config.yml
tokens:
  enderman:
    enabled: true
    slot: 12
    material: "ENDER_PEARL"
    cooldown: 10000 # Time in ms
    display_name: "&0Enderman Token"
    craftable: false
    economy_price: 750
    lore:
      - "&7Right-click to activate Enderman abilities"
      - "&8• Teleportation and night vision"
      - ""
      - "&e⚡ Click to use!"

3x3 Crafting Engine

The tokens in NeonTokenX can either be sold monetarily, rewarded, OR deeply integrated into the survival experience using our robust crafting setup inside crafting.yml.

YAML — crafting.yml
crafting:
  warden:
    enabled: true
    pattern:
      - "EEE" # Top Row
      - "ESE" # Middle Row
      - "EEE" # Bottom Row
    ingredients:
      E: "ECHO_SHARD"
      S: "SCULK_CATALYST"

Just specify a unique letter (such as 'E' or 'S' above) and tie it directly to a native Minecraft Material.

Economy & Durability Balancing

Keep your tokens from completely inflating the power-creep of your server!

Economy Component: Uses Vault to allow seamless purchase integrations directly from the GUI.

Durability Limiter: Automatically strips the token from the player after it reaches `max_uses`. You can dynamically toggle this lore overlay.

YAML — config.yml
token_settings:
  durability:
    enabled: true
    max_uses: 100
    show_durability: true

economy:
  enabled: true
  currency_name: "coins"

Support

Join Our Discord

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

dsc.gg/neonstudios
All Documentation