mirror of
https://github.com/Aust1n46/VentureChat.git
synced 2025-07-07 10:44:01 +00:00
Fixed Ignore bug in 1.13
This commit is contained in:
parent
c57f178b3d
commit
41d58d6a56
@ -1,4 +1,4 @@
|
||||
name: VentureChat
|
||||
main: mineverse.Aust1n46.chat.bungee.MineverseChatBungee
|
||||
version: 2.12.3
|
||||
version: 2.12.4
|
||||
author: Aust1n46
|
@ -69,7 +69,7 @@ public class Ignore extends MineverseCommand {
|
||||
out.writeUTF("Send");
|
||||
out.writeUTF(args[0]);
|
||||
out.writeUTF(mcp.getUUID().toString());
|
||||
mcp.getPlayer().sendPluginMessage(plugin, "VentureChat", byteOutStream.toByteArray());
|
||||
mcp.getPlayer().sendPluginMessage(plugin, "venturechat:", byteOutStream.toByteArray());
|
||||
out.close();
|
||||
}
|
||||
catch(Exception e) {
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: VentureChat
|
||||
version: 2.12.3
|
||||
version: 2.12.4
|
||||
main: mineverse.Aust1n46.chat.MineverseChat
|
||||
depend: [Vault, ProtocolLib, PlaceholderAPI]
|
||||
softdepend: [Towny, Factions, Heroes]
|
||||
|
Loading…
x
Reference in New Issue
Block a user