v1.2.0 release
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