aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-04-16 21:35:26 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-04-16 21:35:26 +0200
commit7d940d35cf867061de75176c3db7d0011a35b0b8 (patch)
tree9bad3ea38e8383d23f0f385ebbbefb2610b10673 /Readme.md
parent94db7276abeae9d6d7b0adc32747d16fb9e1f8f2 (diff)
downloadparquet-7d940d35cf867061de75176c3db7d0011a35b0b8.tar.gz
Added /savedata stats command
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md28
1 files changed, 27 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 1ec6136..70d4e3f 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,3 +1,29 @@
# Parquet
-Minecraft Java Mod for Fabric Loader \ No newline at end of file
+Minecraft Java Mod for Fabric Loader
+
+## Commands
+
+### Cameramode `/x` `/a` `/d`
+
+* `x` Enter
+* `a` Survival
+* `d` Server default
+
+Invocation Location is saved and restored on exit to make it less exploitable
+
+Not using `/c` and `/s` to be carpet compatible
+
+### `/savedata`
+
+#### `playersave list`
+
+List all player savefiles, UUIDs are resolved to names if in usercache
+
+#### `stats`
+
+Query user statistics and import them to the scoreboard.
+
+`/savedata stats PLAYER CRITERIA [import OBJECTIVE [MULTIPLIER]]`
+
+If `MULTIPLIER < 0` the score is modified with `1/MULTIPLIER`, since FloatArgumentType does not support exponentials like 1.3e-4 \ No newline at end of file