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

    Inventory slot bug?

    result <none>
  2. A

    player inventory

    thx btw @HackerOTVW command /backup: trigger: set {_slot} to 0 loop 54 times: set {_Item} to items in {_slot} of player add {_Item} to {Inv.%player%::*} add 1 to {_slot} error: {_slot} of player is not an inventory (gago.sk, line 8: set...
  3. A

    Inventory slot bug?

    i have try to debug with any version of skript and i got the same result when i open chest inventory and making some simple debuger.sk the real inventory slot is here on inventory click: send "%clicked slot%" the first slot of chest is 0 and my first hotbar is 0. they all duplicated with...
  4. A

    Hologram

    make player run command "/k" as OP maybe this can help
  5. A

    player inventory

    how to store every item in player inventory (including its nbt, lore, name) to variables or mysql?
  6. A

    help with algorythm

    can i have dynamic one? like amount of item in slot 1 of player's inventory? if i did it it would be a lot of text and unefficient code :(
  7. A

    help with algorythm

    Thankyou i will try to code it when im home @ChisleLP please help me:( how to loop item in chest inventory and take the item amount?? im failing all the time
  8. A

    help with algorythm

    Yeah you right Im using bensku latest on 1.9 server but i want to use skript for 1.8 later What version should i use?
  9. A

    help with algorythm

    And how to get the amount of event item when im store to chest or on inventory click?
  10. A

    help with algorythm

    i want to make sell item based on lore but the player will need to put item in chest so the item will be sold i have this and its working but i just dont know how to multiply the item amount with the price please help :( variables: {sellprice.%player%.tprice} = 0 command /tes: trigger...
  11. A

    skript 2.2 for 1.8

    thank you so much
  12. A

    skript 2.2 for 1.8

    please give me the link.. when i downgrade my server version and change the skript.jar whole of my code is getting syntax error so sad
  13. A

    [Help] with stuff around lore

    i dont want to remove the items i just want to remove 1 line of lore then move it to other item thanks for reply
  14. A

    [Help] with stuff around lore

    i want to make skript that can detect lore and clear the specific line example: 1- [Legendary Item] 2- 3- Damage: 5 and i want to remove the "Damage: 5 in 3rd line" and give player paper with lore "Damage: 5" please help me :/ im struggle here bump up