Iam trying to make Custom Enchantments with TuSKe

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

DJ_Dogos

Active Member
Dec 19, 2023
61
0
6
Iam trying to make Custom Enchantments with TuSKe, but it sends error, but on load it doesnt says anything even if there is a mistake, it says its good

Please someone help?
Not the whole error just the end of it
1717698476445.png
 
first of all why u use a plugin that hasen't been updated since 2017 and supports 1.7, 1.8, 1.9 and 1.10 and then use it on a 1.20 server why not just use something else, or just pure script, then i would happily help
 
on skript load:
register a new custom enchantment with id name "Crash"
set {_enchantment} to "Crash" parsed as custom enchantment
set max level of {_enchantment} to 1
set rarity of {_enchantment} to 3
set accepted items for {_enchantment} to "Swords"
set lore name of {_enchantment} to "&7Crash" and "&c5% Chance to Crash a player"
set enabled for Crash to true

on damage:
if attacker's tool has custom enchantment Crash:
chance of 5%:
kick victim "&7[&4SYSTEM&7] &cYou got crashed by &4&lattacker% &cwith &4&lCrash I Enchantment&c!"
 
i would recemmond using skbee with nbt and then try again with that, cause that shit is pretty on date
 
then try sending the nbt of the attacker's tool and then see if the has the enchantment crash
 
u know how nbt tags work? then just add it using skbee, and read the wiki and then check again in the event
 
nope, idk about it nothing, can u please try to make a skript how it would look like?
 
i don't spoonfeed, something u gotta figure out on your own. At some point in your life u have to learn it