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.

    On summon was not recongnized. Found out there is an addon for skript (mundosk) that allows for an on armor stand place event, the event now triggers and the broadcast goes through however it does not prevent the stand from being placed code: armor stand place: broadcast "&cfml"...
  2. Naxxos

    Prevent an armor stand being placed.

    Still nothing. Server version is 1.12, skript version is the latest version. code: on place of armour_stand: broadcast "&cfml" player has permission "magicspells.cast.vampireconsume": cancel event message "&cvampires may not place this item."
  3. Naxxos

    Prevent an armor stand being placed.

    I have done as you asked, and it does not seem the event is triggering here is the code: on place of armor stand: player has permission "magicspells.cast.vampireconsume": broadcast "Test" cancel event message "&cvampires may not place this...
  4. Naxxos

    Prevent an armor stand being placed.

    The armor stand will just be placed,in other words literally nothing seems to happen.There is no message sent and no attempt to stop the block from being placed. The only error I get is one telling me data values may not be supported later on. Im using the ID's because I dont know where to find...
  5. 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...
  6. 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...
  7. 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...