forked from Limework/RediSkript
Further fixes & refactoring for release
This commit is contained in:
@@ -14,7 +14,6 @@ Redis:
|
||||
useSSL: false
|
||||
#may be useful if you cannot use SSL due to use of older version of Redis
|
||||
#however this will not encrypt the initial authentication password, only the messages sent
|
||||
#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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
main: net.limework.core.LimeworkSpigotCore
|
||||
name: LimeworkSpigotCore
|
||||
main: net.limework.core.Redisk
|
||||
name: Redisk
|
||||
version: ${project.version}
|
||||
author: limework.net
|
||||
authors: [Govindas, ham1255, DaemonicKing]
|
||||
api-version: 1.13
|
||||
softdepend:
|
||||
- Skript
|
||||
|
||||
Reference in New Issue
Block a user