Search results

  1. U

    Guide Disabling Looting/Fortune for certain blocks or entities

    Disabling Fortune In a BlockDropItemEvent (we use a BlockDropItemEvent since then we know durability damage has already been done to the tool and the block is already broken) Check if this is a block we don't want to apply fortune to, If so: Clear the current block drops Get the drops of the...
  2. U

    Question How to spin an item like this?

    On a server I saw an animation like this: https://i.gyazo.com/2ca109065346384a25ea85dc435b37c7.gif , How can I make something similar? I have searched around everywhere and every time someone solves it they never show how they do it. (I know it is using armor stands, but how do they make it spin...