Add commands route

This commit is contained in:
Focusvity
2023-12-10 15:35:30 +11:00
parent f0582e03e6
commit 31cd561b92
5 changed files with 129 additions and 0 deletions
@@ -98,6 +98,7 @@ public class AbstractServlet extends HttpServlet
base = base.replace("${ACTIVE_ADMINS}", "");
base = base.replace("${ACTIVE_INDEFBANS}", "");
base = base.replace("${ACTIVE_LIST}", "");
base = base.replace("${ACTIVE_COMMANDS}", "");
base = base.replace("${ACTIVE_PUNISHMENTS}", "");
base = base.replace("${ACTIVE_SCHEMATICS}", "");
base = base.replace("${CONTENT}", info[2]);