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

    how to make output of a list go to seprate outputs

    Plz mark this as solved (if possible somehow, atleast on spigotmc possible i think maybe idk)
  2. Pierrelasse

    helmet named condition

    Please format your code using a code-block.
  3. Pierrelasse

    Got a skript, no errors but doesnt seem to work.

    I recomment you try debugging your code to find out where the problem is. Example (more like you control + c , control + v): on rightclick on barrier: send "Clicked on barrier" send "Location of event-block: %event-block's location%" if event-block's location = location(324, 142, 1096)...
  4. Pierrelasse

    Solved how to add a players inv slot to a list variable

    If you want to get the first slots item then you can do slot 0 of player's inventory If you want set a slot to a item from a variable then you can do set slot 0 of player's inventory to {your variable} If you want to save the entire INVENTORY (not armor or offhand) of the player then you...
  5. Pierrelasse

    Problem with List Variable

    Could you maybe send where exactly the code is making problems, so i don't have to dig through the entire code. plz ok thx
  6. Pierrelasse

    Looking for help to randomize a kit upon a players death

    Please use a code-block so the formatting persists.
  7. Pierrelasse

    armor item rightclick

    This should do it but since you have less context on what exactly it check for, this is what i have for you on rightclick: player's tool = firecharge # Held item is a firecharge player's chestplate = leather chestplate # You can change this however you want make player shoot fireball...
  8. Pierrelasse

    Help with Spectate Packets

    You can try to search if there is any solution in java and then you can try translate it to skript.
  9. Pierrelasse

    Messages with effects like run command dont work

    u got outdated skript??? since its for 1.8??? then just update and use oldcombatmechanics plugin
  10. Pierrelasse

    Messages with effects like run command dont work

    https://www.minecraftjson.com/
  11. Pierrelasse

    How to change item amount

    drop 1 of player's tool above event-block without velocity ehhehehehehe
  12. Pierrelasse

    Messages with effects like run command dont work

    Then idk how to add nbt
  13. Pierrelasse

    Solved How to set custom skull to GUI?

    Yeah you need skbee to add the nbt but i dont know how to add nbt to a item in newer skbee versions. Ok after time i found how you can do it. I hope that this should also do it for you. function getheadbyuuid(uuid:text) :: item: set {_i} to player head set {_i}'s nbt to nbt compound...
  14. Pierrelasse

    Issue With A Shop Skript

    eh any errors in console or chat?
  15. Pierrelasse

    Help With Inventory Click

    why metadata and not set {_gui} to chest inventory set slot 1 of {_gui} to stone open {_gui} to player metadata tag "blockshop" of player = {_gui}
  16. Pierrelasse

    Solved Disabling Endereye Wont Work

    You can also do something like command /iteminfo: trigger: send "%player's tool%"
  17. Pierrelasse

    Solved How to set custom skull to GUI?

    https://forums.skunity.com/threads/help-with-custom-heads-in-a-gui.16086
  18. Pierrelasse

    I need help with making my generator skript

    this should do the job (btww its copied from another thread) # Contributors: # - Pierrelasse#3737 # - Lolzy#7652 # - DeafMole#2930 on load: set {-cache::wheatgen} to hay block named "&e&lWheat Gen" with lore "&7-----&8-----%nl%&7Produces wheat every 10 seconds%nl%&7Upgrade cost...
  19. Pierrelasse

    Durabilty

    on block break: if player has thing stuff check here: cancel drops give drops to player maybe this work maybe not