File Details
ActionSpeed 1.4.1 (1.18-1.20.1)
- R
- Jul 24, 2023
- 15.23 KB
- 131
- 1.20.1+9
File Name
ActionSpeed-1.4.1.jar
Supported Versions
- 1.20.1
- 1.20
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
- 1.18.2
- 1.18.1
- 1.18
In this version, there are some hopeful performance improvements. If you want to know the technical details, look below
In previous versions, every tick the playerlist would be checked. However, PlayerJoin is always called before PlayerMove. That means that this code is redundant, it is removed and therefore is faster without it.
In addition, checking if the player even had the speedometer on was done after the distance was calculated. This code is moved to before the distance calculation. This should also boost performance.

