From a539e304a0fc709c3c46ae04c310b5fbc76ef7b6 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sat, 18 Jan 2025 21:34:46 -0700 Subject: [PATCH] Add misc --- misc.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 misc.md 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