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

    Prevent an armor stand being placed.

    Hi all, I have been experiencing some trouble trying to prevent an armor stand being placed based on a permission granted to a player. here is the code: on place of 416: player has permission "magicspells.cast.vampireconsume": cancel event message...
  2. Naxxos

    Solved Permission based block break

    Im looking to make it so that if an individual has a certain permission, they will not be able to break a certain type of block however the "block" in question is an armor stand which is creating problems as from what I understand the block is being treated as an entity. Any suggestions on how...
  3. Naxxos

    Solved Help with with On Respawn

    As the title states I am attempting to make it so that when an individual dies (and respawns) they keep their potion effects from races also made in skript however I keep hitting the same brick wall. From looking at the console errors it looks to me that after I die (and respawn) console doesnt...