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 comminuty!

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

  1. R

    Player Vaults (Skript) Packet Dupe Patch

    Hi, I don't really know if this is the right place for this, but I'm going to post this here!!! I recently had a player dupe a ton of items on my server, and I did some checks to see how they did it. They used a mod called UI Utilities which allows you to open up a closed inventory. This...
  2. R

    Blast Skript

    So I am trying to make a skript where when you break a block it breaks surrounding blocks using the player's tool. I am trying to make it so the player actually breaks certain blocks instead of it just using the tool of the player. I have some other skripts that wouldn't work if it just broke...
  3. R

    How do I make creepers stop exploding?

    I have mostly solved everything for this, however I still have some trouble making the creeper stop trying to explode. Code: on explosion prime: if event-entity is creeper: if name of event-entity is "&d&lUwU": cancel event create a safe explosion with...