How to change Speed Attribute

Started by CaiGuyCrafter on

Topic category: Help with modding (Java Edition)

Last seen on 19:03, 22. Sep 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to change Speed Attribute

So there's a plugin called DTM's toolkit. It changes other attributes. I need to change the speed attribute. I think I saw a way to do this manually by doing some odd stuff involving entity speed but I'm wondering if there's a simpler way to do it. 

Last seen on 09:43, 1. Jun 2022
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
With a procedure? Use…
Sun, 01/30/2022 - 13:38

With a procedure?

Use effects, but with no particles. I ALWAYS use them, if I needed.

Lower Speed: /effect give @s minecraft:slowness 2 1 true

Increase Speed: /effect give @s minecraft:speed 2 1 true

Where:

  ►   2 - duration;

  ►   1 - level;

  ►   true/false - remove/keep particles. (If set on [true], no particles will be seen).

Last seen on 15:30, 28. Jul 2024
Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there a way to put the…
Tue, 07/09/2024 - 17:12

Is there a way to put the level in decimal?