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.
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.
- Download the compiled
NeonTokenX.jarfrom our primary distribution channels. - Dependencies: Ensure you have
Vaultinstalled for economy purchases. - Installation: Drag and drop the `.jar` into the
/pluginsdirectory. - Restart the server entirely for code manipulation safely.
- Configuration: Replace
licenseblock 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
| Command | Description |
|---|---|
/token give <player> <token> [amount] | Gift tokens directly bypassing all paywalls |
/token list | Show 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 reload | Reload config and crafting structures |
Permissions
Define exactly what aspects of the token system each user class is allowed to access.
| Permission | Description | Default |
|---|---|---|
token.use | Allows access to the /tokens GUI | True |
token.give | Permits giving token items physically into inventories | OP |
token.admin | Administrative control for reload and cooldown clears | OP |
neontokenx.craft | Required if you enable strict permission adherence in `crafting.yml` | True |
neontokenx.* | Master grant for all token functions | OP |
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.
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.
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.
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