Install the plugin
1. Drop the jar in
Put NxEquipements.jar into your server's plugins/ folder and start the server.
2. The first start will stop
This is normal. NxEquipements needs your licence key before it will run, so the first start prints a box in the console asking for one and disables itself.
3. Paste your licence key
Open the file it just created:
plugins/NxEquipement/config.yml
Find this line and replace the placeholder with your key:
license-key: "YOUR_KEY_HERE"
Your key is on your licence dashboard — the same place you bought the plugin.
Watch the spelling of the folder. The plugin folder is
plugins/NxEquipement/ and the command is /nxequipement — both without a trailing “s”. Copy them exactly as written here.4. Restart
Restart the server — don't use a reload plugin for this first start. The console should now show NxEquipements starting up cleanly.
5. Check the console
You want to see NxEquipements enable without a licence warning. That's all you're checking for at this stage.
Don't run /nxe menu yet — it will be empty. A fresh install has no equipment in it. Nothing exists until you design something in the editor and deploy it. That's the next page.
What NxEquipements creates on disk
| Path | What's in it |
|---|---|
plugins/NxEquipement/config.yml | Your licence key. Nothing else. |
plugins/NxEquipement/sets/ | One file per set. Created when you deploy. |
plugins/NxEquipement/storage/ | Backup copies of your editor projects. |
plugins/NxEquipement/output/resourcepack.zip | The resource pack. Created when you deploy. |
Next: Your first deploy.