Started by
Fluffiness
on
Topic category: Help with Minecraft modding (Java Edition)
Basically I want a command that can calculate stuff All I need it to do is a custom command as a calculator. Basically the command itself is the calculator which you can use to calculate stuff for example "/cal 18 + 12, then it'd return 30. Also needs to work with (Multiplying (*) Dividing (/) and subtracting (-) So example /cal 18 + 12 (adding) /cal 18 - 12 (subtracting) /cal 18 * 12 (multiplying) /cal 18 / 12 (division) https://i.imgur.com/qcjr7WG.png (this is what I have so far, I'm really new to MCcreator, so any help is very appericated <3
I made a calculator for you. It supports all 4 +-*/, if you want you can do "x" for multiply too
https://www.mediafire.com/file/s9d9z1bm4ts7qjb/Calculator.jar/file
All Calculations:
/cal 1 + 1
/cal 1 - 1
/cal 1 * 1 | /cal 1 x 1
/cal 1 / 1
/cal 1 plus 1
/cal 1 minus 1
/cal 1 p 1
/cal 1 m 1