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

    Chest Event

    I'd like to know how to prevent items from being placed in the chest. I want to make it exist only in the user's inventory. How can I do this?
  2. R

    I want to parse all enchantment level

    If I have a diamond sword with `sharpness 5 / unbreaking 5 / looting 5 / fire aspect 2 total = 17 I want this function.. but I have no idea to solve this problem.. help me!!
  3. R

    I want to enchant slot item

    No error in compile But, line35 didn't work What is the MH? I'm beginner for skript... Skript version is 2.4-beta9
  4. R

    I want to enchant slot item

    I coded enchant GUI with enchanted stone item(enchant to stone). Others' run in my intend. But, enchantment doesn't work. Enchant other parts' item work well. How can I enchant inventory's slot item? on inventory click: if inventory name of player's current inventory contains...
  5. R

    Solved Enchant skript error

    I solved this problem! Thanks for your help :)
  6. R

    Solved Enchant skript error

    I create enchant system with GUI inventory. But under code don't work... variables: {enchant_type::sh} = "sharpness" {enchant_type::ef} = "efficiency" on inventory click: if inventory name of player's current inventory contains "&r&b%player%&r's Upgrade Table": if clicked slot's type...