aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-09-16 17:33:48 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-09-16 17:33:48 +0200
commit82894cd38987b72f1281ac1081ba906dc6dfac5f (patch)
tree9be9b00b873788e5581118a88ccd01002fd68976 /Readme.md
parente044c6e8c46f941cb08da736167f296748791966 (diff)
downloadparquet-82894cd38987b72f1281ac1081ba906dc6dfac5f.tar.gz
/r added: first working version
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