The most advanced calculator plugin available! Ease-of-use for newer players while allowing for more advanced operations. Variables are even saved after logging out.
Commands
Variables and Operators
All of the following work with any command that accepts an <equation> (i.e. /calc, /setx)
- Operators: +, -, /, *, %, sqrt
- Variables: x, y, z, ans, health, death, height, bubble, coordx, coordy, coordz
- Constants: stack (64)
- Custom Constants: var1, var2, var3, var4, var5
- No operators, variables, and constants in custom constants
- Other: You can use parenthesis and powers (^). Spacing doesn't affect output.
Developer API
EZCalc has a very simple API that lets your plugin use EZCalc for calculations. In addition, you can see a user's variables. The API will be getting improvements along the way to make it more powerful and easy to use.
Download
EZCalc 1.5 (older downloads) Need 1.1-R5+ support? Check out the preview!
Version History
1.5
- Addition: PermissionsBukkit (native Bukkit permissions) support
- Addition: Square roots (sqrt)
- Addition: Coordinate variables (coordx, coordy, coordz)
- Removal: Permissions 3.x support
- Removal: Auto updater and nightly builds
- Tweak: Code optimization
- Tweak: Permission nodes are now simpler (ezcalc.calc and ezcalc.admin)
- Compatibility: 1597
Bugs?
Security
EZCalc has access to the following:
- Permissions - used for commands
- Commands - commands can be issued through players
- API - other plugins can use this plugin's API

