tungsten-client / tungsten

Epic Minecraft utility client
https://tungstenclient.com
MIT License
2 stars 0 forks source link

Notifications System #44

Open bruh1273 opened 1 year ago

bruh1273 commented 1 year ago

We will need to implement a basic (or complicated) notifications system for the client to show us when we toggle modules, or when useful things happen inside a module that we want to show. We can take the easy route, which would be to simply do "Tungsten.client.player.sendMessage(//Notifications Text Here);" or, we can make a fancy schmancy one where we overlay it on the bottom right of the screen like MockUp Client has.

Me personally, I really REALLY like the MockUp Notifications System, so I would perfer that route, but again, I don't have the final say in the matters. I suppose do whichever route you would seem fit.

HyperCodec commented 1 year ago

Either popup or client.player.sendMessage, popup is less traceable but since we're already logging a ton of shit i don't even see the point of making it untraceable