File tree Expand file tree Collapse file tree
src/main/java/net/pistonmaster/pistonqueue/bungee Expand file tree Collapse file tree Original file line number Diff line number Diff line change 126126 <scope >provided</scope >
127127 </dependency >
128128 <dependency >
129- <groupId >me.alexprogrammerde </groupId >
129+ <groupId >net.pistonmaster </groupId >
130130 <artifactId >pistonmotd-api</artifactId >
131- <version >4.3.0 </version >
131+ <version >4.3.2 </version >
132132 <scope >provided</scope >
133133 </dependency >
134134 <dependency >
Original file line number Diff line number Diff line change 11package net .pistonmaster .pistonqueue .bungee .hooks ;
22
3- import me . alexprogrammerde .pistonmotd .api .PlaceholderParser ;
4- import me . alexprogrammerde .pistonmotd .api .PlaceholderUtil ;
3+ import net . pistonmaster .pistonmotd .api .PlaceholderParser ;
4+ import net . pistonmaster .pistonmotd .api .PlaceholderUtil ;
55import net .pistonmaster .pistonqueue .bungee .QueueAPI ;
66
77public class PistonMOTDPlaceholder implements PlaceholderParser {
Original file line number Diff line number Diff line change @@ -33,8 +33,9 @@ public void onPreLogin(PreLoginEvent ple) {
3333
3434 @ EventHandler
3535 public void onKick (ServerKickEvent event ) {
36- if (Config .ENABLEKICKMESSAGE )
36+ if (Config .ENABLEKICKMESSAGE ) {
3737 event .setKickReasonComponent (ChatUtils .parseToComponent (Config .KICKMESSAGE ));
38+ }
3839 }
3940
4041 @ EventHandler
You can’t perform that action at this time.
0 commit comments