
Hudder
Make your own custom hud that looks and acts how you want it to!
Hudder for 26.2
Update to snapshot 8
Update to snapshot 6
Update to 26.2 snapshot 3
Update to 26.1 Update to Java 25
Add hud packs (More information on wiki) Added a setting to remove the effects popup (Thanks to technicfan) Added
nameproperty to active_effects effects (Thanks to technicfan)Improved error messages readability Fix texture method Fix preset item methods in JavaScript
deprecated set method
split the offset settings Added a setting to disable auto refresh and a keybind to do a manual refresh
Fix Cooldown component crashing Re-add "nineslicetexture" alias for js
Fix item components
Fix big numbers in text method color
Fix dimension variable having the incorrect type.
Fix:
addText parameter not working inside loops and if statements
Percentages in Hudder conditions
damagetype and dimension variables
Change:
Made Reset button red
Added .hud extension to the huds
Deprecated global variables infavor of
writeValueandreadValueChanged icon (New icon by DanielElProXDDD-GD)
Updated to rhino js engine 1.9.0
Add numbers:
sent_packets received_packets next_level_xp_requirement attack_cooldownAdd booleans:
is_raining is_thundering can_have_weather ischatopen is_in_rain is_exposed_to_skyAdd strings:
hour12 ampm hudder_version difficultyAdd item components:
cooldown - The current cooldown for consumption
max_cooldown - The max cooldown for consumption
identifier - The ID of the item
Add Method and Function:
;writeValue, [String key], [Number/String/Boolean/Character value];- Writes a value to memory, able to be retrieved across restarts. The unsafe operations option disables the value type limitations however one should expect type casting issues.readValue(String key)- Read a value set usingwriteValuefix dependency issues
Update to 1.21.11 proper
Update to 1.21.11
add active_effects
Fix JS booleans Fix JS sections
Variables Added:
- selectedresourcepacks
- selectedresourcepacks_unfiltered
- cps
- cps_left
- cps_right
- f3enabled Variables added by @magor2345:
- version_type
- game_version
- username
- uuid
- world_name (singleplayer only)
- server_name
- server_ip
- server_motd
- entity_in_front
- cam_fluid_in_front
- fluid_in_front
Changes:
- Remove excess names of compilers (Configs will be changed automatically)
- Moved config outside of the Hudder folder
- Map function now throws an error if unsafe operations are not allowed.
- Added DataVariableRegistry (See wiki)
- Deprecated ObjectDataAPI infavor of DataVariableRegistry
- Added registerCompiler(String name, ATextCompiler compiler)
- Removed registerLoadedCompiler
- Deprecated registerCompiler(String name, String classname) infavor of registerCompiler(String name, ATextCompiler compiler)
- Fixed js array functions throwing an error on arrays not created by the hud
- Fixed hud not showing when debug features are enabled even if f3 is not toggled
- Removed "armor" and "fibonacci" default huds
- While loops are now only limited when unsafe operations are disabled.
- Added proper names for the config options for unsafe operations
Add selectedresourcepacks and selectedresourcepacks_unfiltered variables
Fix
fix
fix

