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?

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

    player inventory

    how to store every item in player inventory (including its nbt, lore, name) to variables or mysql?
  3. 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...
  4. 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
  5. 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