It won't work, can someone help? I changed it a little, it used to be AI generated.
Startup Scripts:
StartupEvents.registry('item', e => {
// --> something else, not relavent e.create('wraith_shard').texture('kjs:item/shard').maxStackSize(64)
e.create('woh1')
.displayName('Wand of Healing I')
.rarity('rare')
.texture('kjs:item/wand-of-healing1')
.maxStackSize(1);
e.create('woh2')
.displayName('Wand of Healing II')
.rarity('rare')
.texture('kjs:item/wand-of-healing2')
.maxStackSize(1);
e.create('woh3')
.displayName('Wand of Healing III')
.rarity('rare')
.texture('kjs:item/wand-of-healing3')
.maxStackSize(1);
});
Server Scripts (Wand Functionality, Main Issue):
Can be found here because of character limit: [Functionality](#1279828927749296200 message)
I want the cooldown to be the one like you would see on a shield when attacked with an axe or an enderpearl after use
Also i need help with something else so if you want, here it is: Post
