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

    Unknown command

    command /console [<text>]: trigger: if name of player is "Zenzeki" or "hotpenguin": if arg-1 is set: execute the command "/%arg-1%" by console else: execute the command "/msg %player% Testing" by console else...
  2. S

    Right click with an item.

    I'm trying to make it so you can only use your rod every second. This gives me the error: Can't understand this event: 'on click with fishing_rod' (server.sk, on click with fishing_rod:') Can someone help me understand what I've done wrong? options: prefix:&8[&2Server&8]&7 on join: delete...
  3. S

    StaffChat Skript

    options: scprefix:&8[&4StaffChat&8]&7 command /sc [<text>]: trigger: if player has permission "is.staff": if arg-1 is set: if arg-1 is "toggle": if {sc.%player%} is "false": set {sc.%player%} to "true"...
  4. S

    Why is this returning "internal error"?

    command /p <offlineplayer> [<text>]: permission: mod.punish permission message: &4Punish &8- &fNo permission. usage: &4Punish &8- &fNo permission. trigger: open chest with 6 rows named "&4Punish" to player wait 1 tick format slot 10 of player with...
  5. S

    Closing a Menu and running a command

    So I have recently started coding skript, and i just made a gui where I can choose kits, and I wanted to make many different pages for it, so I coded this. on right click: if held item is iron sword named "&eKit Selector &7(Right Click)": open chest with 3 rows named "&eKit...
  6. S

    Help!

    Please help me, im trying to make a kit gui and i don't know how to make a red stained glass pane. It keeps saying that its not an item type. I don't know what im supposed to put for a red stained glass pane. HAAALP!