custom 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. 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. T

    Solved Help how to detect lore level numbers

    Help i having 2 problems here . the First is when the Sword have a example: If i apply the book with Extra Sharp 1 in a diamond sword which already has that mod "Extra Sharp 2" it still applying to the sword. i dont know how to solve that . The second trouble is if there is any way to...
  3. T

    Solved How to increase the effects of a custom enchant according to the number as level in the lore

    Hello I wanted to ask if it was possible to reduce this code, instead of putting in each condition the level number, like what is shown here. to put as in a single condition that detects depending on the level in number . making it increase for example the chance if level 1 : the chance was 5%...
  4. 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?
  5. D

    Custom enchant Jackhammer

    I know this was already requested before and there's a skript for it, tho it doesn't really fit with what i want, Category: Prisons / Custom enchants. Suggested name: Doesn't really matter. Spigot/Skript Version: 2.3.7 What I want: So, i already have a skript. with Custom eco. You dont...
  6. OccyDaBoss

    How to stop items going up and down with every second?

    Hi guys, so I'm working on a custom enchant with TuSKe called 'Radiate'. It's based on the SaicoPVP enchant of the same name. This is the code: https://pastebin.com/mqu0dV9y Here's a video of what's happening: https://bit.ly/2NYsDhf The 'every second' seems to be making any held items go up...
  7. M

    Custom Enchant: Layer

    Category: Prison Suggested name: Doesn't matter Spigot/Skript Version: Version: 2.3.7 What I want: I am making a prison server and have coded 12 of the 13 custom enchants, and the last one is layer which I have no idea how to do it. What layer should do is break an entire layer, but not...
  8. Riknesh

    Custom enchantments

    How can i check if a tool is enchanted with a custom enchant from TusKe This doesnt seem to work command /testhand: trigger: broadcast "%custom enchantment on player's tool%" if player's tool has custom enchantment Test: broadcast "Has" else...