Recent content by Daisy

  • 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. D

    Cannot Use Variables Here

    Hello Skripters! I'm looking for some help to an issue I'm having regarding an error I've been getting. The error I receive on reload of the script is "Cannot Use Variables Here", and I'm not sure how to fix it. on right click: set {_e} to clicked block's location if...
  2. D

    Solved On Block Place

    YES! Thank you so much! This works really well. (I didn't realize I could do the "if player's tool" thing to items like that!) This works amazing!
  3. D

    Solved On Block Place

    Hey guys! I'm a relatively new skripter, and I'm not sure on how to "discriminate" which blocks get placed. (I'm trying to make a generator plugin, and I've gotten everything else worked out) I've tried adding an NBT tag and even trying to change MetaData; (to no avail) Heres the code I've been...