promotional bannermobile promotional banner
premium banner
This project adds a command that allows you to complete math calculations inside your game.

Description

# Calculator Command (/calc)

**Description:**  
The Calculator Command mod adds a convenient `/calc` command to Minecraft, letting players perform mathematical calculations directly in-game. It’s ideal for builders, redstone engineers, or admins who need quick math without leaving Minecraft.

---

## Features
- **Command:** `/calc <expression>` — instantly calculates your math input.  
- Supports `+`, `-`, `*`, `/`, and parentheses.  
- Returns results in color-coded chat messages.  
- Works in both singleplayer and multiplayer (permission-based).  
- Lightweight and compatible with most modpacks.

---

## Examples
- /calc (25+10)*4 → Result: 140
- /calc 34.5*2 → Result: 69
- /calc 5+5+5-5 → Result: 10