Shopkeepers

Shopkeepers

2M Downloads

[Feature Request] Add Oraxen support

Artuto opened this issue ยท 3 comments

commented

Description:

Add support for Oraxen custom items using the Oraxen API.

Why:

In case oraxen items used in shopkeepers are modified in the oraxen config one would need to go checking and updating all Shopkeepers in the server.

If Shopkeepers plugin used the Oraxen API to check if a given item is a custom oraxen item instead of storing the item itself, it would automatically update.

Other plugins, for example, CrateReloaded already support this.

commented

I have a server and no em works the mod puts me [An internal error ocurred while attemting to perform this command]

commented

I have a server and no em works the mod puts me [An internal error ocurred while attemting to perform this command]

Please create a separate ticket for your issue.

commented

I prefer to not include any compatibility code that is specific to third-party plugins into the Shopkeepers plugin itself. Also, since I don't use Oraxen myself, I would much rather prefer for someone else to implement and maintain the compatibility as a separate add-on plugin.

There has been a recent API addition that should make it easier to automatically update third-party items stored inside shopkeepers via an add-on plugin. See #896 and https://github.com/Shopkeepers/Shopkeepers-APISamples/tree/master/src/main/java/de/blablubbabc/shopkeepersAPISamples/itemUpdates for an example.

If anyone wants to implement such an add-on plugin, I would gladly help with any questions and link the plugin on the Shopkeepers plugin page for others to easily find it.