updated velocity api, fixed message remover
This commit is contained in:
parent
a898d0df05
commit
bc6302b406
2
pom.xml
2
pom.xml
@ -157,7 +157,7 @@
|
||||
<dependency>
|
||||
<groupId>com.velocitypowered</groupId>
|
||||
<artifactId>velocity-api</artifactId>
|
||||
<version>3.1.2-SNAPSHOT</version>
|
||||
<version>3.2.0-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -8,6 +8,8 @@ import com.velocitypowered.api.proxy.Player;
|
||||
import com.velocitypowered.api.proxy.ProxyServer;
|
||||
import com.velocitypowered.api.proxy.ServerConnection;
|
||||
import com.velocitypowered.api.proxy.server.RegisteredServer;
|
||||
import net.kyori.adventure.chat.ChatType;
|
||||
import net.kyori.adventure.chat.SignedMessage;
|
||||
import net.kyori.adventure.text.Component;
|
||||
import net.kyori.adventure.text.minimessage.MiniMessage;
|
||||
import net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer;
|
||||
@ -42,7 +44,7 @@ public final class Listeners {
|
||||
return;
|
||||
}
|
||||
if(configuration.isAllEnabled()){
|
||||
e.setResult(PlayerChatEvent.ChatResult.message(""));
|
||||
e.setResult(PlayerChatEvent.ChatResult.denied());
|
||||
}
|
||||
message(e.getPlayer(), e.getMessage());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user