SimpleCalc v1.3
Added a running total mechanism. This means you now can do something like...
/calc 1+1
[SimpleCalc]: 1+1 = 2
/calc +1
[SimpleCalc]: 2+1 = 3
There is also a "last" variable so you can do...
/calc 3*last
[SimpleCalc]: 3*3 = 9
Bumped toc to 8.1