From 927613461a6a9021e55da187e87edfb25f13cb2f Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 20 Oct 2020 02:52:57 +0200 Subject: reworked /savedata to /stats --- Readme.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index 6831a04..e5d0b1c 100644 --- a/Readme.md +++ b/Readme.md @@ -14,20 +14,18 @@ Invocation Location is saved and restored on exit to make it less exploitable Not using `/c` and `/s` to be carpet compatible -### `/savedata` +### `/stats ` -#### `playersave list` +#### `get ` -List all player savefiles, UUIDs are resolved to names if in usercache - -#### `stats` - -Query user statistics and import them to the scoreboard. This work for both online and offline players, if they are in +Query user statistics. This work for both online and offline players, if they are in usercache. -`/savedata stats PLAYER STATISTIC [import OBJECTIVE [MULTIPLIER]]` +#### `import [multiplier]` + +import the corresponding user statistic to a scoreboard. -If `MULTIPLIER < 0` the score is modified with `1/MULTIPLIER`, since FloatArgumentType does not support exponentials +If `multiplier < 0` the score is modified with `1/multiplier`, since FloatArgumentType does not support exponentials like 1.3e-4 ### `/r` -- cgit v1.2.3