Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
Platforms
Supported environments
Links
Creators
Details
Licensed MIT
Published 4 days ago
Updated 2 weeks ago
Adds a calculator command to minecraft
Commands:
/mat <expression>
expression can be any math expression. It has support for + - * / ( ) and ^. Also has support for (amount of stacks)s(amount of leftover items, can be over 64)
. Spaces don't matter
Examples:
- 1+1 = 2
- 3 * 4 = 12
- 2+ 3 * (1 -2) = -1
- 4/ 3 = 1.333...
- 2s2 = 130
- 3 s+ 1 s 2 = 258
/matc <expression> Does the exact same thing as /mat, but alongside printing the output in chat it copies it to your clipboard
/mats <expression>
Does the exact same thing as /mat, but it prints the output as (amount of stacks)s(amount of leftover items)