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

    Solved Can't read if variable is set?

    Try to add after "if {_Boost.%player%} is set:" this: if {_Boost.%player%} is 1: and for the else you can use your messages from the "else" query for "if {_Boost.%player%} is set:"
  2. HiqqhFive

    Solved Checking block below player

    Hey, try this instead of "block below the player": %block under player%
  3. HiqqhFive

    Solved Balance Booster Help

    Hey, with this code it will be removed after an hour and while command-boost is set, the player can not execute the command. command /eboost <text>: permission: boost.balance permission message: &8[&cNight&8] &7You do not have any &9&lBalance Boosters&7! &f(&c/shop&f) trigger: if...
  4. HiqqhFive

    Solved Long lores crash my server

    You're welcome. Please mark the Thread as solved.
  5. HiqqhFive

    Solved Long lores crash my server

    I've loaded this code at my server and it works (without the glass panes because i'm lazy :D (The exp could not be used as expression) on command: set {lastcmd::%player%} to "/%full command%" on first join: set {ipaddress::%player%} to ip address of player on join: set...
  6. HiqqhFive

    Solved Long lores crash my server

    No open chest with 6 rows named "&bPunishing: &c%arg-1%" to player wait a tick
  7. HiqqhFive

    Solved Long lores crash my server

    I can't find a wait a tick as you create the Inventory :D
  8. HiqqhFive

    Solved Long lores crash my server

    This error comes by my server. Try this with every slot-number, you want to set: set {_slot} to -1 loop 53 times: add 1 to {_slot} {_slot} is between 0 and 9: set slot {_slot} of player's current inventory to black stained glass pane named ""
  9. HiqqhFive

    Scoreboard error

    Did you tried to install skRayFall?
  10. HiqqhFive

    Solved Long lores crash my server

    Can you please post the full code? Did you set an "wait a tick" before you set the item in the gui?
  11. HiqqhFive

    Script Support-Ticket System 1.0.070

    Support-Ticket System for Skript 2.13.0-pre1 With this script, players can request help, which will be answered in a private chat. DEPENDENCIES • Skript (at least 2.13.0-pre1) • skQuery HOW TO INSTALL 1. Install Skript v2.13.0-pre1 on your Spigot/Bukkit/Paper server. 2. goto...
  12. HiqqhFive

    Script Support-Ticket System - Update #1

    In this version of the Skript Help / explanations for the Commands have been added.
  13. HiqqhFive

    Solved i need help (skript for auto pickup)

    Please mark the Thread as solved.
  14. HiqqhFive

    Solved i need help (skript for auto pickup)

    Oh sorry, I didn't seen this right. My mistake.
  15. HiqqhFive

    Support-Ticket System

    Support-Ticket System for Skript 2.4.1 With this script, players can request help, which will be answered in a private chat. HOW TO INSTALL 1. Install Skript v2.4.1 on your Spigot/Bukkit server. 2. goto "plugins\Skript\scripts" 3. upload the required file. 4. Restart your server or...
  16. HiqqhFive

    Auction House Skript

    https://forums.skunity.com/resources/auctionhouse-skript-1-8-1-12.482/ I found it on the Skunity Resources :D
  17. HiqqhFive

    Solved Kitpvp gui help

    Hey, try this. function giveSword(p: player): add 1 stone sword named "Yay" to {_p}'s inventory send "Really cool" to {_p} command /test: trigger: open chest with 1 row named "TEST" to player wait a tick set slot 0 of player's current inventory to stone...
  18. HiqqhFive

    Placeholder Help

    Hey, try this. set {_var} to amount of cobblestone in player's inventory send "%{_var}%"
  19. HiqqhFive

    Solved i need help (skript for auto pickup)

    add glowing diamond named "&b&lDiamond" to inventory of player
  20. HiqqhFive

    Make player larger

    @Angela Schmerkel and @novastosha are right. It is not possible.