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 do I delete/unplug kernel commands?

    what does this even mean? What is a "kernel command"?
  3. U

    Question How to spin an item like this?

    I've tried this, however, the item still spins around the head.
  4. U

    Question How to spin an item like this?

    With what math though, I have tried so much and it always just spins around an armor stand, instead of spinning like that
  5. 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...