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 comminuty!

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

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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).
  7. 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
  8. 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?
  9. 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...
  10. 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%}
  11. 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
  12. 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.