enchantment

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

    Mending changing repair cost

    Category: repair cost? Suggested name: Mending Repair Spigot/Skript Version: - I am running a 1.8.8 paper server and currently have skript 2.2 What I want: I don't want to completely ban mending, but I want to decrease how OP it is to still encourage caution when using a tool and having to...
  2. D

    I wanna make a script that checks all players inventories and removes any swords with fireaspect of any level

    every 10 seconds: loop all players: if loop-player has diamond Sword: if diamond sword contains fire aspect: remove diamond sword from loop-player's inventory
  3. D

    How do I remove only enchanted items from a player's inventory?

    I want to remove only enchanted, or only named, if that's possible, from the player's inventory, how do I do that?
  4. KingDooms

    Looting drops not working

    Basically, im trying to make custom drops and make looting work... but for some reasson, it only drops one, depending on what i do. Any help? on death of pig: clear drops wait 1 tick set {looting::%player%} to level of looting of player's tool + 1 drop {looting::%player%} of raw...
  5. J

    Solved Fortune Custom Drops

    I want players to break obsidian and get a nether star and that it goes straight into the inventory without dropping. so far that works and so does the fortune 1 enchantment. But when I use fortune 2 or 3 it acts as if I was using fortune 1, giving me 2 nether star. How can I make it so the...
  6. N

    [Request] - Enchantment table in gui

    Suggested name: as you want Spigot/Skript Version: => Spigot: 1.8.9 => Skript: 2.2-dev37 What I want: I would like a skript that allows me to open an enchantment table by doing /enchant, once the enchantment table is open I would like the Lapiz to be already put (and that we can't take it)...
  7. M

    Solved Failed to check if player is holding an enchanted item

    Skript Version: Skript 2.4.1 Skript Author: Bensku Minecraft Version: 1.12.2 I want to check if a player is holding an item as follow: on right click: if player's tool is Name Tag of Unbreaking 5: (do something) But when I use a Name Tag with Unbreaking 5 enchantment to right...
  8. P

    Enchantment

    How can i add more than 2 enchant's to an Item in the Gui? format slot 10 of player with diamond helmet of protection 5 and thorns 2 and durability 2 to player This isn't working thx for help
  9. L

    Enchantment level through variable.

    Hello :emoji_slight_smile: I'm using a function through a GUI to declare the level of an enchantment, but this variable can have a lot of different values (from 0 to 36) and I wouldn't be able to list every single enchantment on the code, therefore I have to use this code: enchant {_p}'s tool...
  10. Selvati

    Solved Drag and drop custom enchantments {lore}

    Okay so I have been making custom lore enchantments, the last piece of this puzzle is to make a skript that allows the player to 'drag and drop' the custom enchantment book over certain items, and it should add a custom lore to the clicked item and remove 1 of the enchantment books from the...
  11. J

    Solved Help - Noob question :/ Enchantments?

    I was just wondering how I could give a player an enchanted item without having to loop items in their inventory and enchanting the wrong one? For an example: command /kit god: trigger: give player sharpness 1 bow But the simplest things in skript are nowhere on the documentations.