Simple Ingame Calculator

Simple Calculator
Description
Imagine this: You have a wall in front of you and want to know the half lenght of it? Well, now with Simple Calculator this is no longer a problem!
Download
Commands
- /math <number|decimal number> [ + | - | * | / | ^ ] <number|decimal number>
Example:
/math 2 + 2
You'll receive a message with the solution (In this Case '4')
/math 2 - 2
You'll receive a message with the solution (In this Case '0')
/math 5 * 3
You'll receive a message with the solution (In this Case '15')
/math 16 / 2
You'll receive a message with the solution (In this Case '8')
/math 8 ^ 2
You'll receive a message with the solution (In this Case '64')
-
View User Profile
-
Send Message
Posted Aug 31, 2012Quite basic calculator. :)
*shameless self promotion*
If you are looking for a more sophisticated one (or @author help/input in how to make yours better)
have a look here:
http://dev.bukkit.org/server-mods/simplecalc/
-
View User Profile
-
Send Message
Posted Jun 23, 2012Perfect, just what I was looking for.