1.17.1

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

    Advent Calendar

    so I am trying to make it so everyone get the advent calendar tokens but I don't want the same person to get it twice but it can't understand "cancel event" every 1 second: loop all players: if {given.advent%loop-player%} is false: give loop-player green glazed terracotta of...
  2. P

    Solved Help with custom commands and loop dropping items

    So I have this server that I work on, that basically has different jobs. One of them is going to be a janitor, which will have an area to work, they will clean up dirt, which will just be a dropped item. I have set the coords I want the drops to spawn at, but I want to be able to activate the...
  3. B

    Trying to put a delay on /spawn command

    Hello, I am trying to put a delay on my /spawn command and when the player moves it will cancel the event #! Script Version 2.6.3: #!Minecraft Version: 1.17.1 #! this part is fine command /setspawn: permission: op trigger: set {spawn} to location of player send...
  4. K

    Chat Format with parameters.

    So I am trying to make this server and I tried using chat format with parameters but had to use send messages and a cancel event. But then I realized chat messages couldn't go into discord (using essentialsdiscord) because it was canceling the event where it needs to go in. Can someone help me...
  5. S

    Solved cannot make console execute a command

    I am trying to run a tellraw command telling you the item you got when you open the box, but it says that it doesn't understand that condition/effect, I've looked all around and no solution I've found has worked. I am on version 1.17.1 using skript 2.6 Code: on right click: if player's held...
  6. F

    Script Very basic smelting skript 2021-11-26

    Basic Skript made in 5 minutes for smelting, How to add more? [Advance!] DISCLAMER: THIS IS NOT SUPPOSED TO BE A GOOD SCRIPT. THIS WAS MADE IN 5 MINUTES SO DO NOT COMPLAIN IF ITS BAD! Thank you!
  7. 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...