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

    Solved Command arg with more than 1 word

    Im sorry but i dont think i understand. what do you want to get text between
  2. T

    Solved Command arg with more than 1 word

    so you mean if arg-1 is this and arg-2 is will it will replace space with _ and output this_will
  3. T

    Solved Command arg with more than 1 word

    i am not sure if this is what you want. arg-1 is key arg-2 is value command /test [<text>] [<text>]: trigger: if arg-1 is set: if arg-1 is set: add arg-2 to {array::%arg-1%} and read from array using this command command /readarray [<text>]...
  4. T

    Solved Command arg with more than 1 word

    i dont understand what does you want the skript to do?
  5. T

    Loop blocks in a chunk

    Do you have skquery 3.6.2-lime installed?
  6. T

    Loop blocks in a chunk

    Hope this works. loop blocks within chunk at player: You need to have Skquery 3.6.2-Lime installed.
  7. T

    How to edit chest loot

    This should work, but im not sure how optimal it is. on click on chest: if {chests::*} contains event-block: stop else: add event-block to {chests::*} clear event-block's inventory #chest loot add 1 player skull to event-block's inventory...
  8. T

    Solved On Block Break - Advanced

    I hope this works. on block break: loop blocks in radius 1 of event-block: #Loop blocks if loop-block is stone: #Check if block is stone set loop-block to air #set loop-block to air add 1 to {mine.inv.stone.%player%} #add 1 to Player's stone inventory
  9. T

    Skript cant relaod

    When i reload any skript i get this error Skript version: Skript2.3v Skript addons: TuSKe SkRayFall SkQuery Skellet