Add misc

zontreck 2025-01-18 21:34:46 -07:00
parent e5b315ae4d
commit a539e304a0

15
misc.md Normal file

@ -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
}
```