Internal changes, new dev command, minor code cleanup
- Removed some redundancies in ConfigMap
- Removed bad practice/inefficient code in Command#splitArgs
- Added variants of ArgType#tab and ArgType#tabStream that give access to previous arguments
- Created /commandchain, alias /cchain, a command for dev mode which allows you to run multiple commands in sequence separated by semicolons, and has tab completion for commands you type into it