Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 568 Bytes

File metadata and controls

14 lines (8 loc) · 568 Bytes

Calculator

A simple in game calculator plugin for MCDReforged

For MCDR it needs MCDR version >= v1.0.0

Usage

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