ItemJoin

ItemJoin

157k Downloads

Slimefun ancient alter compatibility

claynicholson opened this issue · 1 comments

commented

My server the plugin there is no way to move the item. When you place things on the ancient alter though and pick it up it breaks it and the item goes into the next available slot

Things you could do are

  1. Make it so the non-movable items can not be placed on an ancient altar in slime fun

🧭 Environment (REQUIRED)

Slimefun4 - RC 21 and item join v5.2.1

  • Server software:
    paper/spigot
  • Minecraft version:
    1.16.5
  • Slimefun version:
commented

So after a lot of testing I would have to say this is a non-ItemJoin issue.

I will note that adding the cancel-events itemflag to the item prevents it from being placed into the ancient altar.
So for example your item could resemble; itemflags: inventory-modify, death-drops, self-drops, placement, cancel-events.

The cancel-events itemflag prevents any interaction with an object while holding the item which is why this works.

If this does not resolve the issue please feel free to re-open this.

EDIT: Also, testing the latest version of SlimeFun they seem to have changed how the items are returned to the players inventory, thus it no longer breaks the ItemJoin item. However I do suggest to use the cancel-events itemflag.