Skip to content

Commit

Permalink
Add commands to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0KepOnline committed May 27, 2024
1 parent be75f2d commit c34846b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c34846b

Please sign in to comment.