enchanted book

  • 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. Hiddencode

    I have a question with enchanted books (I pay whoever helps solve it)

    Hi Skunity Guys, I've been trying to solve a problem with enchanted books for a long time, and I'm willing to pay whoever gets the hang of it. I'm doing a gui to enchant objects but I can't make the script detect if the player has a sharpness book in their inventory and then remove it and apply...
  2. Hiddencode

    I have a question with enchanted books (I pay whoever helps solve it)

    Hi Skunity Guys, I've been trying to solve a problem with enchanted books for a long time, and I'm willing to pay whoever gets the hang of it. I'm doing a gui to enchant objects but I can't make the script detect if the player has a sharpness book in their inventory and then remove it and apply...
  3. B

    Solved Enchanted Book Stored Enchants

    set {_pord} to 70 set {_item} to player's tool set {_meta} to {_item}.getItemMeta() set {_ench} to {_meta}.getStoredEnchants() if {_ench} = `{Enchantment[minecraft:efficiency, DIG_SPEED]=1}`: (this is a snippet of my full script) Is there an...
  4. M

    Solved Little problem

    Hello! I have a little problem. I want to do what's on the gif, but I don't know because for some reason it's doesn't work. I did this: on inventory click: if cursor item is stone: if clicked item is pickaxe: set lore of clicked item to "asd" set clicked item...