We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3fe85 commit f5fa3eeCopy full SHA for f5fa3ee
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>org.example</groupId>
8
<artifactId>ForestRedisAPI</artifactId>
9
- <version>1.0.5.1</version>
+ <version>1.0.6</version>
10
11
<properties>
12
<maven.compiler.source>11</maven.compiler.source>
src/main/resources/config.yml
@@ -10,7 +10,6 @@ redis:
serverIdentifier: "MySuperServer1"
# Names of the channels to subscribe on start. Can be empty as plugins can manually subscribe on their own.
13
-# For detailed information see our wiki: https://gitbook.io/foresttech/forestredis
+# For detailed information see our GitHub: https://github.com/ForestTechMC/ForestRedisAPI
14
channels:
15
- - "chat"
16
- - "test"
+ - "my_channel"
0 commit comments