Tips

Tips

53M Downloads

[FEEDBACK] Configurable in game tips.

AngelOfCreation opened this issue ยท 1 comments

commented

Minecraft Version

1.20.1

Mod Loader

Forge

Feedback

Tips shouldn't just be for loading screens! You should be able to periodically broadcast them in chat.

Disabled by default, a feature could be implemented that allows tips to be broadcast at regular intervals in chat. Server owners and modpack developers could define the time in ticks between broadcasts, a list of namespaces not to include in chat tips, a list of individual tips that should not be included, etc.

Implementing this feature can be useful for modpacks that add a great number of tips and want the player to be able to see as many as possible. Server owners that add tips related to their server mechanics also might want to ensure that their tips get seen by players, as they may convey important information.

commented

Hello,

This sounds like a great feature however tip data only exists on the client. The server does not know about the tip entries and is unable to load tip files so it can not put them in chat. You could probably make a script or something to post them into chat yourself using the list of known tip localization keys.