aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
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