GrzybcioRynek

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

  1. Install Nexo (softdepend).
  2. Restart Paper 26.2.
  3. Look in the log: Wykryto Nexo!.
  4. List a Nexo item: /wystaw <price>.
  5. /market admin inspect <id> — the Nexo: field should have the ID from NexoItems.idFromItem.

Behavior

  • API via reflection: com.nexomc.nexo.api.NexoItemsidFromItem, itemFromId + build().
  • Stored ItemStack is 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.