From c34846bbd3f5c199538b673f80314ad7207e8eba Mon Sep 17 00:00:00 2001 From: 0KepOnline <78259495+0KepOnline@users.noreply.github.com> Date: Mon, 27 May 2024 19:50:02 +0300 Subject: [PATCH] Add commands to `README.md` --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 36bfb53..d876996 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,12 @@ You can use it like that: ``` Providing a file name is optional. If not specified, the file will use the current date and time as the name. + +## Commands +Since v2.0 NBT Exporter provides these commands: + +* `/exportnbt` exports item NBT only, in compressed binary format +* `/exportstack` exports full information about the item as NBT (incl. id & count & damage), in compressed binary format +* `/exportnbtstr` exports item NBT only, in text (stringified) format +* `/exportstackstr` exports full information about the item as NBT (incl. id & count & damage), in text (stringified) format +* `/exportgive` exports full information about the item as `/give` command into .txt