Recent content by HiqqhFive

  • 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