thetealviper / Spigot_FarmCraft

Grow some crops
1 stars 5 forks source link

Add a compatability to drop item created by other plugins #6

Open mizuo-san opened 2 weeks ago

mizuo-san commented 2 weeks ago

As an option, I suggest adding plugin compatibility with others like UltimateFood or similar so that it is possible to combine two plugins

thetealviper commented 3 hours ago

It should already be possible to do this. Simply configure the items similarly across the two plugins, and if you happened to produce the same item with both then they should automatically cooperate. If they do not, there is a tiny chance that the other plugins are using a special NBT tag when they create the items for identification. If they do this, there is nothing I can do to make a similar item because using that special tag is specific to the plugin that makes it. I can not pretend to be a plugin which I am not.

tldr; Either it's already possible, or if it's not then it's because of an impossible thing to achieve.