signs

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

    Block remove skript

    I need a skript that prevents command signs from being placed
  2. X

    Signs

    How can i make a player edit a sign like shown on this gif https://gyazo.com/fd6ae584f44e7cb34befa71222505db5 My mc version is 1.12
  3. S

    Solved Incorrect Event-Block Coordinates

    Skript Version: 2.3 Skript Author: Updated fork, author unknown Minecraft Version: 1.11.2 Spigot --- Full Code: command /signon: trigger: set {Sign.%player%} to true command /signoff: trigger: set {Sign.%player%} to false on right click on sign: if {Sign.%player%} is not true...