Recent content by DeadNside

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

    Solved How to make doors

    Yeah im still really new to this, So i have alot to learn thanks for teaching me this. Im also not sure about the variables they dont make much sence to me but ill do my best to figure it out. Looks really help ful.
  2. DeadNside

    Solved How to make doors

    This is the end result thank you
  3. DeadNside

    Solved How to make doors

    1on rightclick with gold nugget: 2 # if the player has said permission 3 if player has permission "keymaster": 4 if {doorOpen} is not set: 5 # open door 6 set {doorOpen} to true 7 set block at location at 460, 58, -238, in "world" to air 8...
  4. DeadNside

    Solved How to make doors

    I want to make doors with custom keys that you can only use if you have the perm How would i got about doing that? If you don't understand i want to remove blocks in a certain cord on a right click with a item than right click again to replace it I'm not sure if this is even possible but if it...