Command Help

Started by Fluffiness on

Topic category: Help with modding (Java Edition)

Last seen on 01:33, 11. Jun 2021
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Command Help

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

Last seen on 15:05, 6. Oct 2023
Joined Jan 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
All Calculations: /cal 1 + 1…
Sun, 06/27/2021 - 22:48

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