⚙️ Configuration
NxRanks is designed to be simple to set up. Most of the configuration focuses on your license key, resource pack delivery, and message customization.
🔑 License
license-key: "NEXO-XXXX-XXXX"
This is your unique license key required to use NxRanks.
- You receive this after claiming your purchase
- The plugin uses it to verify access and generate your editor session
- If this is missing or invalid, the editor system will not work
📦 Resource Pack Settings
resource-pack:
enabled: true
url: ""
Controls how your generated resource pack is distributed to players.
enabled
true→ Allows the plugin to send the resource pack to playersfalse→ Disables automatic distribution
url
- The direct download link to your generated resource pack
- This must be a direct file link (not a webpage)
- You can host it on:
- Your own server
- Dropbox (with direct link)
- Any static file host
💡 Tip:
If this is empty, features like /nxranks textureall will not work.