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. B

    Force normal player to run an admin command

    Im not sure if I am doing this correctly or not. So I downloaded LuckPerms, and setup the permission. The default players will be given permission to use execute,selector, and tag when they are looking at the silverfish. Wouldn't it be very risky? Since they can use those command to do something...
  2. B

    Force normal player to run an admin command

    every tick in "world": loop all players: set {_test} to loop-player's targeted silverfish if {_test}'s name is "face": make loop-player execute command "/execute as @s at @s if entity @e[type=minecraft:wither_skeleton,name=dontlook,distance=..5] run tag...
  3. B

    Solved No living entity in a periodical event issue

    It works, thank you!
  4. B

    Solved No living entity in a periodical event issue

    I was trying to make something that allows the player to froze a skeleton when they look at it. This is the skript that I have for now. Unfortunately, when I reload the skript, it always says that "there's no living entity in a periodical event". I have no idea how to fix that, do I need to loop...