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 community!

    Now, what are you waiting for? Join the community now!

  1. D

    Solved Detecting Sign Lines under a block and then giving an effect using it

    Skript Version: Latest Skript Author: None Minecraft Version: 1.12.2 --- Full Code: every tick: loop all players: loop-player is in world "staffevent" if block below loop-player is red clay: kill loop-player if block below loop-player is light green clay...
  2. D

    Solved Variable not working right?

    Skript Version:Not Sure Skript Author:Not Sure Minecraft Version:1.12.2 --- Full Code: Most of the code works, it's just this specific part. if inventory name of the player's current inventory is "&bFreeze": clicked item is head if {freeze.%{_p}%.frozen} is 0...