-
Notifications
You must be signed in to change notification settings - Fork 2
Item Integration
In the Set Cost menu, the is an option to select the price item from a menu (configuration option priceSelectorMenu), as well as a bar to quickly select an item (configuration option priceQuickSelection). Server administrators can customise and extend these with custom items. These custom items can be created manually in the configuration file (using a Bukkit ItemMeta, which can be difficult as the serialisation format is not documented well/at all) or retrieved from another plugin you have installed.
NOTE: Known Working Versions indicates versions that the integration is known to work on, but it could work on newer or older versions as well.
| Plugin | ID in Config | Known Working Versions | Notes |
|---|---|---|---|
| Nexo | nexo |
Untested | |
| ValhallaMMO | valhallammo |
1.21.8, 1.21.9 |
* Confirmed working by community member - you can report that a version works via a GitHub Discussion or Discord.
- Integrations with plugins that provide items are added on request, provided support for the plugin can easily be added (for example, has a simple to use API available from a Maven repository). - Create a Discussion on GitHub or ask on Discord to request.
- Integration with these plugins are not routinely tested and may never have been tested at all (for example, in the case of paid plugins). - You can report bugs on GitHub or via Discord.
- An integration may be removed if it is causing issues for the core plugin.
Nexo (nexo)
- is: nexo
id: item_id_here
ValhallaMMO (valhallammo)
- is: valhallammo
id: item_id_here