Recent content by Lanky

  • 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

    bump
  3. L

    Capturing Within 7 Block Radius

    There's an error in the following. It's not an error that shows up in console, but rather an error in how it works: every 1 tick: if {segestica_capturing_player_team} is set: loop all players in radius 7 of {segestica_location}: if {team.%loop-player%} =...
  4. L

    Capturing Within 7 Block Radius

    It works fine, but what if I wanted to make it so that any player on the team of the person who clicked the sponge can be in the 7 block radius and still capture the town, even if the player who originally clicked it has left the radius? What I'm getting at is, if the player on Santiago dies for...
  5. 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...