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

    ItemToChat skript fix

    there’s a plugin for it, just use that. https://www.spigotmc.org/resources/item-hover.11550/
  2. T

    How i can use a command in air

    is that a copy of hypixel...lol
  3. T

    Solved Lore Help Request

    if you have any current code, could you show it?
  4. T

    GUI Give rank (PEX)

    i think it has to be compatible with permissionsex considering it says (PEX) in the title
  5. T

    My gui won't work

    you need skript and tuske
  6. T

    Elevator

    according to skripthub it is vanilla skript
  7. T

    Disable Brewing Potions

    here you go. if you choose to keep the on brew: event, you need skellett command /brewing [<text>]: permission: brew.admin permission message: &cYou do not have access to this command. trigger: if arg 1 is not set: message "&7Usage: &c/brewing <on|off>"...
  8. T

    Solved delete item

    command /remove1: trigger: if player's tool is air: message "You need something in your hand" else: remove 1 of player's tool from player's inventory here you go
  9. T

    XP Withdraw

    im not sure if you still need this, but i made it anyways. https://hastebin.com/jehuhiwoqa.vbs here you go
  10. T

    Error with Region "Warzone" or Something

    i believe you can do if "%region at player%" contains "Warzone":
  11. T

    Solved GUI Cooldown

    thanks
  12. T

    Solved GUI Cooldown

    http://prntscr.com/j9is0n i get this error.
  13. T

    Solved GUI Cooldown

    so i have a skript with daily rewards, and i want it to update while in the gui, i just have no idea how. i've tried this, but you have to click on it for it to update. on inventory click: if inventory name of player's current inventory is "&4&lREWARDS": if clicked slot is 20...
  14. T

    How to sort tablist

    i’ve asked this too. it’s something about groups but i still don’t know how to do it
  15. T

    Official Goodbye skUnity - hello BaeFellUnity

    i didn’t even notice lmao
  16. T

    Problem with SkRayfall Scoreboard

    did you add any other addons before it broke?
  17. T

    Solved help with scoreboard

    yes
  18. T

    Solved help with scoreboard

    hey, so im trying to make a scoreboard with script, but its not working. i added skquery-lime and tuske to my server and updated to skript 2.2, then it stopped working. CODE: on first join: set {kills.%player%} to 0 set {deaths.%player%} to 0 command /score: trigger...