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. L

    Disenchant Dropped Item

    Hello everyone. I'm trying to make it so that when a player drops an enchanted item, the item becomes un-enchanted before it is dropped on the floor. I tried using "disenchant item" but an error message appears saying I cannot change an event-item. Here is the code I have, although I know it...
  2. L

    Capturing Within 7 Block Radius

    Hello! I am currently creating a game in which players right click a sponge in order to start "capturing" a "town". When they right click a sponge, how can I check for a player in a radius of 7 around the block every 0.5 seconds? If the player leaves the seven block radius, the capture stops...