CCBlueX / LiquidBounce

A free mixin-based injection hacked client for Minecraft using the Fabric API
https://liquidbounce.net/
GNU General Public License v3.0
1.32k stars 448 forks source link

[FEATURE] Description/Help page for modules #594

Closed nettnikl closed 2 years ago

nettnikl commented 2 years ago

Describe your feature request.

Related to #342. For some modules like #528, NewChunks, AntiLevitation or my proposal #585 their use may not immediately be obvious to new users (from clients using other names or having less features or even users completely new to modded clients) or developers (which may not be familiar even with common namings). I think it would make sense to add some kind of description to the modules in game and/or in code. Especially there should not be wrong descriptions, as in ModuleIgnite.kt atm.

Additional context

Merge requests often already include those descriptions anyway - there should be a unified way to add them to the client.

superblaubeere27 commented 2 years ago

We are actually working on this. If you want to help writing the module and command descriptions, feel free to do so. The files for that are in src/main/resources/assets/liquidbounce/lang

NurMarvin commented 2 years ago

Closed with #606