Bump Jedis, fix status message missing a newline

feat/data-edit-commands
William 3 years ago
parent de3838873e
commit 6d31d28f47

@ -2,7 +2,7 @@ dependencies {
compileOnly project(':common') compileOnly project(':common')
implementation project(path: ':common', configuration: 'shadow') implementation project(path: ':common', configuration: 'shadow')
compileOnly 'redis.clients:jedis:3.7.1' compileOnly 'redis.clients:jedis:4.0.1'
implementation 'org.bstats:bstats-bungeecord:2.2.1' implementation 'org.bstats:bstats-bungeecord:2.2.1'
implementation 'de.themoep:minedown:1.7.1-SNAPSHOT' implementation 'de.themoep:minedown:1.7.1-SNAPSHOT'
implementation 'net.byteflux:libby-bungee:1.1.5' implementation 'net.byteflux:libby-bungee:1.1.5'

@ -1,5 +1,5 @@
dependencies { dependencies {
implementation 'redis.clients:jedis:3.7.1' implementation 'redis.clients:jedis:4.0.1'
implementation 'com.zaxxer:HikariCP:5.0.1' implementation 'com.zaxxer:HikariCP:5.0.1'
} }

@ -23,7 +23,7 @@ public class MessageManager {
.append("[• Support Discord:](white) [[Link]](#00fb9a show_text=&7Click to join open_url=https://discord.gg/tVYhJfyDWG)"); .append("[• Support Discord:](white) [[Link]](#00fb9a show_text=&7Click to join open_url=https://discord.gg/tVYhJfyDWG)");
public static StringBuilder PLUGIN_STATUS = new StringBuilder().append("[HuskSync](#00fb9a bold) [| Current system status:](#00fb9a)\n") public static StringBuilder PLUGIN_STATUS = new StringBuilder().append("[HuskSync](#00fb9a bold) [| Current system status:](#00fb9a)\n")
.append("[• Connected servers:](white) [%1%](#00fb9a)") .append("[• Connected servers:](white) [%1%](#00fb9a)\n")
.append("[• Cached player data:](white) [%2%](#00fb9a)"); .append("[• Cached player data:](white) [%2%](#00fb9a)");
} }

@ -2,7 +2,7 @@ dependencies {
compileOnly project(':common') compileOnly project(':common')
implementation project(path: ':common', configuration: 'shadow') implementation project(path: ':common', configuration: 'shadow')
compileOnly 'redis.clients:jedis:3.7.1' compileOnly 'redis.clients:jedis:4.0.1'
implementation 'org.bstats:bstats-velocity:2.2.1' implementation 'org.bstats:bstats-velocity:2.2.1'
implementation 'de.themoep:minedown-adventure:1.7.1-SNAPSHOT' implementation 'de.themoep:minedown-adventure:1.7.1-SNAPSHOT'
implementation 'net.byteflux:libby-velocity:1.1.5' implementation 'net.byteflux:libby-velocity:1.1.5'

Loading…
Cancel
Save