A simple in game calculator plugin for MCDReforged
For MCDR it needs MCDR version >= v1.0.0
It will calculate the expression with an extra prefix ==
such as ==1+1
. All unrelated chars will be ignored
Try input ==3*4-(1+3.0)
in game chat and that's it
If module simpleeval is installed and constant ENABLE_SIMPLEEVAL
is set to True
it will use simpleeval.simple_eval
with names and functions in math
module for advanced calculation