Skip to content

Notava1ble/MathMod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MathMod

A simple mod that allows you to evaluate basic math expressions in the command line.

Usage

These are some operations possible with the mod.

  • Addition
/math add 10 5
  • Subtraction
/math subtract 10 5
  • Multiplication
/math multiply 10 5
  • Division
/math divide 10 5
  • Expression Evaluation
/math eval log(e) + 2pi -sin(3*(pi/2))

Features

The features on this mod are:

  • Support for "e" and "pi" constants
  • Player coordinate auto suggestions
  • Editable configs for decimal precision
  • Multiple useful functions, such as "abs", "prime_factors" or "binomial"
  • You can add and persist variables, for remembering multiple things.

About

Adds basic math operation as commands in Minecraft

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages