AdvancedChat

AdvancedChat

65.5k Downloads

[FEATURE] Chat calculator

K0-RR opened this issue ยท 7 comments

commented

I would like something like this
https://www.curseforge.com/minecraft/mc-mods/chatcalc

@Ozaxx thanks for this idea.

commented

Finished step 1 of HUD rewrite. Am working on chat processors then will probably come to this.

commented

What about making it work like the equations in Excel, instead of clicking the tab button? (You would need to type "=" to make it interpret the text as an equation).

commented

Currently I'm thinking about having you delegate an equation you want with []'s. It will then parse it and then if you click enter it will replace it. Something like:

(Chat Box):
I need [64 * 3] stone bricks.

If you hit return (lilke it's a command) it will replace to
I need 192 stone bricks.

commented

Either that or I could maybe find some library to automagically parse equations...

commented

image
Got custom suggestions to work. Still a bit buggy, but hopefully chat calc soon?

commented

I got it to work :)

I'm not going to publish this release just yet to curse because I still need to add configuration for a lot of stuff. Though if you do want to try it, you can find it on my Discord

commented

It's nice to see you struggling so hard with the mod you made.. I can't wait for the updates you bring!