Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
This mod allows you to calculate some numbers writing expressions in chat. Mod works on both sides, you can use it in singleplayer, multiplayer and in vanilla client if mod installed on server.
Features
Every expression start with = symbol.
Addition
Subtraction
Multiplication
Division
Operation priority
Operation priority value:
- Addition - 1
- Substraction - 1
- Multiplication - 2
- Division - 2
More value mean more prioroty. If priority values is equals then it calculate from left to right.
Using brackets
Using brackets you can change operation priority. Operation in brackets calculte first.
Float numbers
You can use float numbers using . (dot) or , (comma).
Result
Errors messages
If your expression has any error you will get error message that can help you to understand where you make a mistake.
Wrong Formula
This message shows when in your expression not complete.
Wrong brackets
This message shows when brackets uses in not propper way.
Wrong Character
This message shows when incorrect symbols uses in your expression such as letters.
Error
This message shows in any other situation.