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

    Solved My Skript Just Broke

    Can you show me the errors you get in console?
  2. xdh

    [HELP] Chest inventory save

    You mean like playervaults?
  3. xdh

    Solved queue skript help

    Are you running the command via console?
  4. xdh

    Solved queue skript help

    Any Errors while loading the skript? Also the executor has to be console sense you put that in you skript
  5. xdh

    Solved queue skript help

    Ight 1 sec command /duels [<text>]: permission: console trigger: if executor is console: if arg-1 is "start": if {queue1} >= 1: broadcast "&eThe match is about to start!" broadcast "&cThe match will begin in &e3...
  6. xdh

    [HELP] Chest inventory save

    Elaborate?
  7. xdh

    Solved queue skript help

    Hmm, so you need the first 2 players who joined? if so this should work command /duels [<text>]: permission: console trigger: if executor is console: if arg-1 is "start": if {queue1} >= 1: broadcast "&eThe match is about to...
  8. xdh

    Solved queue skript help

    @deez nutz I am not sure what you want here can you elaborate?
  9. xdh

    Search Player For Colored Item?

    Erm, I just replied to your other post, Same fix just remove the "clear loop-item" and put the send there, but are you sure you want to spam the heck out of someone who has that fishing rod in their inventory?
  10. xdh

    Solved Really Glitchy Skript Please Help!!!!

    Hmm, this should work every 1 second in "world": loop all players: loop all items in the inventory of loop-player: if lore of loop-item contains "remove" or "me": clear loop-item