Configure Nexo
Nexo has no keys in config.yml — install the plugin, ID is saved automatically, rebuild only on AIR.
Compatible with: GrzybcioRynek 1.0.3Minecraft 26.2Web 0.1.0
Based on GrzybcioRynek 1.0.3 and web 0.1.0 source.
There is no nexo: section in config.yml or gui.yml. Integration is automatic when the Nexo plugin is loaded.
What to do
- Install Nexo (softdepend).
- Restart Paper 26.2.
- Look in the log: Wykryto Nexo!.
- List a Nexo item:
/wystaw <price>. /market admin inspect <id>— theNexo:field should have the ID fromNexoItems.idFromItem.
Behavior
- API via reflection:
com.nexomc.nexo.api.NexoItems—idFromItem,itemFromId+build(). - Stored
ItemStackis cloned on display / claim. itemFromId.build()only when stored type is AIR.
You do not configure ID mapping manually. You cannot disable the hook with a YAML flag — uninstall Nexo.
When the API fails to load
Log: Nexo znaleziono, ale nie udało się załadować API. Market works, custom ID is not collected. Check Nexo version vs idFromItem / itemFromId methods.
Fuller description: Nexo Integration.