aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index 5b458b3..7a32158 100644
--- a/Readme.md
+++ b/Readme.md
@@ -30,6 +30,14 @@ usercache.
If `MULTIPLIER < 0` the score is modified with `1/MULTIPLIER`, since FloatArgumentType does not support exponentials
like 1.3e-4
+### `/r`
+
+Calculator for simple mathematical expressions.
+Supported operators: `+-*/`
+
+The player's coordinates are available though variables `x` `y` `z`.
+
+
## Features
### Dispenser Behavior