SupportSuggest a feature¶
Suggestions go in discord.gg/fkdr.
Try a script first¶
A large share of requests are a script away. If your idea is "show X on the HUD", "warn me when Y happens in chat" or "highlight players who Z", the scripting API does it today, without waiting for a release. Post the script in Discord if it turns out useful; good ones get bundled as examples.
What gets built¶
- Information the game already gives you, presented better: stats, threat, timers, teams, party state.
- Quality-of-life that stays on your side of the connection: requeue, HUD, chat filtering, keybinds.
- New host hooks that scripts need (an event that does not exist yet needs a mixin first, and that is a request the maintainer can act on).
What will not be built¶
- Anything that automates combat or movement, or sends packets the vanilla client would not.
- Anything that needs a table of guessed server internals. bitchos measures the live game rather than shipping predictions about it; see threat & rush.
- Features that would get users banned from Hypixel. See safety.