Solved Attack damage and attack speed

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

Status
Not open for further replies.

WiebeHero

Active Member
Aug 23, 2017
135
5
0
Hello guys little old me again. Now i am back with another question: Is there a addon to change attack speed and attack damage of tools weapons and items? If you say yes then tell me what for and where i can find them or any tutorials. And i want it only in MAINHAND not on an armor piece of off hand no rather not.

If you guys know please help me with this thank you! :emoji_grinning:

Best regards: WiebeHero
 
Hello guys little old me again. Now i am back with another question: Is there a addon to change attack speed and attack damage of tools weapons and items? If you say yes then tell me what for and where i can find them or any tutorials. And i want it only in MAINHAND not on an armor piece of off hand no rather not.

If you guys know please help me with this thank you! :emoji_grinning:

Best regards: WiebeHero

minecraft version?
 

code_language.skript:
set {_damage} to 1
set {_speed} to 1
add "{AttributeModifiers:[{AttributeName:""generic.attackDamage"",Name:""generic.attackDamage"",Amount:%{_damage}%,Operation:0,UUIDLeast:324464,UUIDMost:154531,Slot:""mainhand""},{AttributeName:""generic.attackSpeed"",Name:""generic.attackSpeed"",Amount:%{_speed}%,Operation:0,UUIDLeast:8055,UUIDMost:772149,Slot:""mainhand""}]}" to nbt of player's tool
 
Status
Not open for further replies.