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

    Teleporting to other world

    On my Server it works without errors.
  2. HiqqhFive

    Teleporting to other world

    Hey, try this: command /parkourteleport <player> <text> <integer>: permission: rank.admin permission message: &8[&f&lServer&8] &7No Permissions! trigger: if arg-3 is 1: send "&8[&f&lServer&8] Complete the previous ones first!" to arg-1 if arg-3 is 2...
  3. HiqqhFive

    Solved Can't read if variable is set?

    Sorry, my mistake. I have forgotten to remove the underscore.
  4. HiqqhFive

    Solved Checking block below player

    As an an example: command /@101 <player>: trigger: set block north above the player to glass set block east above the player to glass set block south above the player to glass set block west above the player to glass set block 2 meters above the...
  5. HiqqhFive

    Solved Checking block below player

    This code: command /test: trigger: block under player is air: set block under the player to glass else: set block under the player to air
  6. HiqqhFive

    Solved Balance Booster Help

    You're welcome.
  7. HiqqhFive

    Solved Checking block below player

    Look at this: I replaced "below" with "UNDER"
  8. HiqqhFive

    Solved Checking block below player

    Yes of course. command /@101 <player>: trigger: set block north above the player to glass set block east above the player to glass set block south above the player to glass set block west above the player to glass set block 2 meters above the player...
  9. 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:"
  10. HiqqhFive

    Solved Checking block below player

    Hey, try this instead of "block below the player": %block under player%
  11. 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...
  12. HiqqhFive

    Solved Long lores crash my server

    You're welcome. Please mark the Thread as solved.
  13. 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...
  14. HiqqhFive

    Solved Long lores crash my server

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

    Solved Long lores crash my server

    I can't find a wait a tick as you create the Inventory :D
  16. 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 ""
  17. HiqqhFive

    Scoreboard error

    Did you tried to install skRayFall?
  18. 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?
  19. HiqqhFive

    Script Support-Ticket System 1.0.010

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

    Script Support-Ticket System - Update #1

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