Remove unneeded code

This commit is contained in:
2020-10-18 17:07:37 +03:00
parent ec451d56e5
commit bfbdd3fabc
8 changed files with 11 additions and 225 deletions

View File

@@ -4,18 +4,15 @@ Redis:
MaxConnections: 20
Threads: 10
Port: 6379
TimeOut: 40000
TimeOut: 90000
useSSL: false
#useful if SSL is disabled
EncryptMessages: false
#also currently EncryptMessages is broken, meaning it must always be true or else it won't work
EncryptMessages: true
EncryptionKey: "16CHARACTERS KEY"
MacKey: "16CHARACTERS KEY"
Channels:
- "Channel1"
- "Channel2"
- "Channel3"
Mongodb:
enabled: false
url: ""
- "Channel3"

View File

@@ -6,9 +6,6 @@ api-version: 1.13
softdepend:
- Skript
commands:
control:
description: "server control"
permission: "admin.use"
reloadredis:
description: "server control"
description: "Restart redis connection"
permission: "admin.use"