Attack speed on weapons

Started by Exarpo on

Topic category: Help with MCreator software

Joined Jul 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Attack speed on weapons

Is there any way to change a swords or eventually a multitools attack speed? It would help me a lot...

Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
same I need help
Fri, 10/11/2019 - 17:02

same I need help

Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can lock the code of a…
Wed, 10/23/2019 - 08:10

You can lock the code of a item that has attack speed, and go in to edit it. Near the bottom find the "this.attackSpeed = -Number.
To decrease attack speed, increase this number. To increase attack speed, decrease this number.
Make sure to keep the code locked afterwards, or it will reset to default.