Minecraft Maps / Redstone Device

Disabling Attack Cool-down in 1.9+

  • 2,603 views, 1 today
  • 9
  • 2
  • 3
Rex Commands's Avatar Rex Commands
Level 20 : Expert Pony
8
Attack cooldown...

Some of us hate it, some of us love it.

For those who don't, I'll be sharing some simple to understand solutions I came up with.

So far I know two helpful options. The first one is extremely simple and easy to remember. Only problem is that it isn't survival friendly.
Basically what we're doing here is using the Haste effect. How does it work?
Using the maximum haste level, the attack cool-down will have no effect on you.
Here's the command: /effect @p haste 100000 255 true
It isn't exactly survival friendly because you can smash blocks faster than creative mode.
But for adventure-mode maps and creative mode this is the best way to go.
you see how I put "true" at the end of the command? It'll remove particles. However if you want the particles simply remove the word.

The second option is more complicated but works for pretty much anything. It's too long for chat, so it belongs in a Command Block.
View command
/replaceitem entity @p slot.armor.head minecraft:wooden_button 1 0 {AttributeModifiers:[{AttributeName:"generic.attackSpeed",Name:generic.attackSpeed,Amount:99999999,Operation:0,UUIDMost:90498,UUIDLeast:161150}]}
What is this command? It's simply a button on your head. It's a button because it's invisible. It sets your attack speed to maximum. Problem is, it takes an armor slots space.
There are multiple solutions to this problem.
Here's the command, but with a diamond helmet!
View command
/replaceitem entity @p slot.armor.head minecraft:diamond_helmet 1 0 {AttributeModifiers:[{AttributeName:"generic.attackSpeed",Name:generic.attackSpeed,Amount:99999999,Operation:0,UUIDMost:90498,UUIDLeast:161150}]}
The last and probably most liked solution is a stone sword. Nothing else, just the diamond sword you're holding has no attack cool-down.
View command
/replaceitem entity @p slot.hotbar.0 minecraft:diamond_sword 1 0 {AttributeModifiers:[{AttributeName:"generic.attackSpeed",Name:generic.attackSpeed,Amount:99999999,Operation:0,UUIDMost:90498,UUIDLeast:161150},{Operation:0,UUIDLeast:1,UUIDMost:1,Amount:7,AttributeName:generic.attackDamage,Name:Barrier}]}

There you have it. My solutions to attack cool-downs. Please leave a diamond if you found this interesting!


Progress100% complete
Tags

Create an account or sign in to comment.

Player Seventy
06/03/2017 3:00 am
Level 1 : New Miner
Player Seventy's Avatar
Thanks this was helpful
1
Rex Commands
06/01/2017 8:43 pm
Level 20 : Expert Pony
Rex Commands's Avatar
Good idea! I like to effect my arrows with no gravity to make it like a bullet.
1
FunkyMunkey
06/01/2017 6:38 pm
Level 35 : Artisan Taco
FunkyMunkey's Avatar
I used modifiers in one of my projects too to create a sniper bow.
1
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome