enchanting

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

    Solved Changing all enchantment levels

    Hi, a bit new here. I was wondering if there was some way where I could change the enchantment levels of an item example: command /enchantbuff <int>: trigger: set the applied enchantments to #This is where I try to get the levels of all the enchantments on the item to add them by...
  2. R

    Remove "Too Expensive" From combining with an anvil

    Hey I am just wondering if there is someway to code a custom anvil or change the original anvil to make it so that when combining items it shows up with a higher xp requirement rather than saying "too expensive" and allowing items to be combined. Thanks, any help is appreciated at this point.
  3. N

    Trouble making gui, duplicate items.

    Script Version: 2.5.3 Script Author: Nutrition35 Minecraft Version: 1.16.5 Full Code: on right click on enchantment table: cancel event if player's held item is sword: wait 1 tick set {Enchitem::%player%} to player's held item remove {Enchitem::%player%} from...
  4. 4

    Adding certain item to enchantment table

    Hello, im quite new to skript, and programming and i have a question about skript. How can i add certain items that vanilla minecraft doesn't allow to be enchanted, to a vanilla enchantment table? (Kind of how hypixel skyblock) And how can i add custom enchants to my server, and bring them into...
  5. Riknesh

    Solved Problem with giving player enchanted items

    Im trying to debug this command...so I made it shorter.Whenever I reload the skript,it says "('diamond armor of thorn 4' and 'unbreaking 5') can't be added to a player because the former is neither an item type, an inventory nor an experience point (test.sk, line 744: give diamond armor of thorn...