enchant

  • 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 community!

    Now, what are you waiting for? Join the community now!

  1. Kesem Hershcovich

    Can't change lore and enchant to event-item

    I'm trying to make a Smelting Touch with Skript, associated with TuSKe. I tried to make the pickaxe have a chance to get the Smelting Touch "Enchantment" (A Lore With Unbreaking 1), and when I try to change the item that got enchanted's Lore, the script prints this problem when reloading it...
  2. P

    Custom Enchantments

    Well, I am trying to add custom enchantments on for example. swords. I tried using the Tuske addon, but I was told that It was very buggy/didn't work anymore? I heard to use nbt value's to add custom enchantments. Can somebody help me and explain to me how I can add custom enchantments etc?
  3. J

    Custom drop for fortune enchantment.

    I'm trying to make it so the higher the fortune, the higher the the number, I have this setup but only works with fortune 1, no errors. on break of coal block: if player's tool is enchanted with fortune 1: cancel event set block to air give player 64 coal else if...
  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 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...
  6. L

    drop party enchant fail

    so in the bottom, you can see what I drop and this is a beacon drop/drop party script but I cant enchant the drops :( command /dpsstart: permission: beacon.drop permission message: Unknown command. Type "/help" for help. trigger: set {dp::start} to true send "Beacon...
  7. T

    enchantment request

    Category: enchanting Suggested name: enchantment.sk Spigot/Skript Version: 2.3.7 What I want: A skript that allows enchanting items using a lore system so that the enchants are binded to the item not the player. Ideas for commands: /enchant Ideas for permissions: none When I'd like it by...
  8. T

    need help with custom enchanting

    Hi how can I make a custom enchant that when put on a pick can be used by any player instead of just one? I tried using %player% but that links it to the player it self and I tried %player's tool% but that links it to the item type. I want to be able to make a custom enchant that when added to a...
  9. LeStegii

    Custom Enchantments

    Hello, im using Tuske to create Custom Enchantments and the won't work properly... Spigot: 1.12.2 Plugins: Tuske, Skript Skript: 2.4-alpha3 Tuske: 1.8.2-Pikachu-Patch-3 Problem: Everything works with no errors but it wont send the message "Glowing" (on damage event).
  10. Mani

    Solved Why doesn't it working?

    I try to enchant the armor. on join: equip player with diamond helmet of durability 10 equip player with diamond chestplate of durability 10 equip player with diamond leggings of durability 10 equip player with diamond boots of durability 10
  11. Riknesh

    List enchantments [Not Solved Yet]

    How to list the enchantments of player's tool in chat. I tried using the Umbaska code but it didnt work. enchants of %itemstack% command /test: trigger: broadcast "%enchants of player's tool%" Is there any other way to make this work?
  12. Sitieno14

    Excavation & Explosive enchant

    Category: Scripts Suggested name: CustomEnchants What I want: I'm searching for a skript that contains these 2 enchantments: " Explosive : this is a custom effect, which will blow up surrounding blocks. It has an option of auto smelt. This Explosive effect works with MineResetLitePlus's mined...
  13. M

    Solved Enchanting Item with Separate Variable

    Skript won't allow me to enchant an item if the enchant level is a separate variable, does anyone know a workaround? {sharpnessLevel.%loop-player%} is any integer over 0 if loop-item is a sword: enchant loop-item with Sharpness {sharpnessLevel.%loop-player%}
  14. S

    Registering an enchanted tool recipe

    How would I call for an enchanted tool recipe when registering one? Ex: register new crafting recipe for iron pickaxe of efficiency 3 with (input here). bump bump
  15. 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.