Search results

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  1. M

    How to remove drops in "on break" but without canceling event?

    That is not true. On discord someone gave me solution. In skript-mirron addon there is way to use event methods, so using this addon it is possible to: on break: event.setDropItems(false)
  2. M

    How to remove drops in "on break" but without canceling event?

    How to remove drops in "on break" event but not cancel event? I want to create skript that will add drops from breaking block into player's inventory but I do not want to cancel this event. Thanks for any help.