ActionSpeed 1.4.1 (1.18-1.20.1)

Details

  • Filename
    ActionSpeed-1.4.1.jar
  • Uploaded by
  • Uploaded
    Jul 23, 2023
  • Size
    15.23 KB
  • Downloads
    125
  • MD5
    7f3e3bf720cee65f4d8adeaf5395e40b

Supported Bukkit 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

Changelog

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.