File tree Expand file tree Collapse file tree
src/main/java/mineverse/Aust1n46/chat/listeners Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >mineverse.Aust1n46.chat</groupId >
77 <artifactId >VentureChat</artifactId >
8- <version >3.4.5 </version >
8+ <version >3.4.6 </version >
99 <url >https://bitbucket.org/Aust1n46/venturechat/src/master</url >
1010 <scm >
1111 <url >https://bitbucket.org/Aust1n46/venturechat/src/master</url >
Original file line number Diff line number Diff line change @@ -74,7 +74,9 @@ public void onPlayerJoin(PlayerJoinEvent event) throws Exception {
7474 }
7575
7676 try {
77- if (plugin .getServer ().spigot ().getConfig ().getBoolean ("settings.bungeecord" ) || plugin .getServer ().spigot ().getPaperConfig ().getBoolean ("settings.velocity-support.enabled" )) {
77+ if (plugin .getServer ().spigot ().getConfig ().getBoolean ("settings.bungeecord" )
78+ || plugin .getServer ().spigot ().getPaperConfig ().getBoolean ("settings.velocity-support.enabled" )
79+ || plugin .getServer ().spigot ().getPaperConfig ().getBoolean ("proxies.velocity.enabled" )) {
7880 long delayInTicks = 20L ;
7981 final MineverseChatPlayer sync = mcp ;
8082 plugin .getServer ().getScheduler ().runTaskLaterAsynchronously (plugin , new Runnable () {
You can’t perform that action at this time.
0 commit comments