Skip to content

Releases: brainage04/ToggleSprint

v1.2.3

05 Feb 12:38
Compare
Choose a tag to compare

Made the mod client side only because that was missing from the main class Mod annotation lol

v1.2.2

26 Jan 09:09
Compare
Choose a tag to compare

v1.2.2 release! Changes:

  • Real Time Tracker now displays correct time format + clarity changes to the config option

v1.2.1

24 Jan 18:54
Compare
Choose a tag to compare

v1.2.1 release! Changes:

  • Equipment Tracker now uses display names instead of item stack names where possible
  • Inventory trackers trim whitespace where possible
  • Fixed Rotation Tracker's Show True Yaw option not working in certain cases
  • Removed TPS Tracker functionality until a fix is found

v1.2.0 release

24 Jan 17:34
Compare
Choose a tag to compare

v1.2.0 release! Changes:

  • Improved toggle sprint/sneak mechanics (previous release caused the sneak key to get stuck when holding sneak, pressing toggle sneak,
  • Improved Rotation Tracker (hide true yaw if it matches clamped yaw)
  • Added basic equipment, projectile and food trackers
  • Negative X and Y coordinates are now supported by Core Settings sliders (useful if using one of the "Center" alignments)
  • Overhauled colour/effect schemes for GUI elements (settings can be found in new Global GUI Elements config section)

Icons are yet to be implemented for the equipment/projectile/food trackers, as this will require a major overhaul of the current GUI rendering system. This will be implemented in a future release.

Ping is still inaccurate. This is because the minecraft.currentServerData.pingToServer variable is only updated on world/server change events. A system will need to be implemented to update the ping on an interval which is not too short (as to avoid being kicked from servers for spamming), but not too long (as to avoid ping being too inaccurate).

TPS is still non-functional. This is due to the fixedRateTimer timers called during init in the TPSTracker object not loading correctly. A workaround will need to be implemented to get around this issue.

Hopefully this is the first version that I don't need to take down due to possible unfair advantages :D

v1.1.0 release

30 Dec 07:28
Compare
Choose a tag to compare

UPDATE: Do not download this version. The entity tracker (specifically the option to track loaded players and their names) gives users an unfair advantage. The next release will remove this unfair advantage.

v1.1.0 release! Added center left/right/top/bottom alignments (as well as absolute center), and fixed a bug which would cause toggle sneak to stay toggled forever.

Ping is inaccurate and TPS is non-functional - these issues will be fixed eventually.

v1.0.0 release

18 Oct 15:26
Compare
Choose a tag to compare

UPDATE: Do not download this version. The toggle sneak feature has a bug which keeps the user sneaked. A hotfix will be released soon.

v1.0.0 release! Unfortunately, ping display is not dynamic, and TPS display does not work, but this release includes toggle sprint/sneak, position tracker, rotation tracker, motion tracker, entity tracker, and a real time tracker (with date and timezone).