Skip to content

3.1.4

Compare
Choose a tag to compare
@uoil uoil released this 30 Dec 00:04
· 390 commits to master since this release

New: Modules

  • Added DonkeyAlert

New: Hud Components

  • Added MovementGraph
  • Added Colors

Changes: Modules

  • WallHack: Added absorption hearts option
  • Search: Bug fixes
  • ElytraFly: CONTROL mode no longer makes you slowly fall (EventMove)
  • ElytraFly: Adds new aliases
  • ElytraFly: Removes outdated BYPASS mode
  • NoBiomeColor: Renamed Color to "Custom Color"
  • Chams: Added items
  • Chams: Items not enabled by default
  • DonkeyAlert: Fix timer reset bug
  • StorageAlert: Remove position from notification
  • StorageAlert: Use seppuku chat log instead of ingameGUI.getChatGUI
  • StorageAlert: Optimizations & updates
  • BlockHighlight: Fix color bug
  • Nuker: Creative nuker mode now only allowed in creative

Changes: Hud Components

  • EntityList: Removed position from chat info
  • ModuleList: Option gear added to all module buttons (on hover)
  • ModuleList: Changed 'Color' to 'List Color'
  • ModuleList: Make scrolling faster
  • ModuleList: Fixed bug with initial position
  • ModuleList: Fixes resizing bugs
  • ModuleList: Adds 'Enabled' button to all module settings
  • ModuleList: Moves keybind to top of module settings
  • MovementGraph: Update hover mechanics
  • MovementGraph: Update mechanics
  • MovementGraph: Update looks
  • TpsGraph: remove Vec2f from TpsNode
  • TpsGraph: Increase update limit
  • TpsGraph: Optimizations

Changes: Client API

  • HudComponent: Now has value saving
  • Notification: Update speed
  • CapeManager: Updated to use new automatic donation cape system
  • Removed default description for Hud Components
  • Scrolling made faster in all panels
  • Tooltips render a bit slower
  • Removed alpha from all HudEditor panels
  • Stops resizing panels when over panel max width
  • Value class now supports java.awt.Color
  • Rewrote how any old color values were created (mainly modules)
  • Heavily optimizes configs
  • Project code reformat & optimized all imports
  • Updated readme.md