diff --git a/misc.md b/misc.md new file mode 100644 index 0000000..e2369ca --- /dev/null +++ b/misc.md @@ -0,0 +1,15 @@ +### Misc Commands + +Here's the misc commands in this mod. + +# /back + +This command will return you to a prior position. By default the max number of back positions is 10. The config value is seen below. + +# Back Config + +```json +{ + "MaxBackCache": 10 +} +``` \ No newline at end of file