Craft result attributes

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

cheesetheocto

Member
Dec 4, 2023
17
0
1
I'm trying to make a craft result have a faster attack speed right now and I can't quite figure it out. I know i can make it unbreakable and stuff but i don't know how to make the attack speed faster.
this all i got so far

on load:
set {_nuf} to unbreakable trident of sharpness 5 and riptide 4 and mending named "&3Oceanic Trident"
register new shaped recipe for {_nuf} using prismarine shard, prismarine shard, air, prismarine shard, heart of the sea, air, air, air, and breeze rod with id "nuf:trident"
 
There is a way to make it unbreakable. For example:

Code:
set {_nuf} to unbreakable trident

But I'm not sure if you can make the attack speed faster. Although there is idea of using NBT tags or SkBee atributes, i never really tried them.