From 7d940d35cf867061de75176c3db7d0011a35b0b8 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 16 Apr 2020 21:35:26 +0200 Subject: Added /savedata stats command --- Readme.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'Readme.md') 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 -- cgit v1.2.3