Fixed Ignore bug in 1.13

This commit is contained in:
Aust1n46 2018-08-01 23:45:06 -04:00
parent c57f178b3d
commit 41d58d6a56
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: VentureChat
main: mineverse.Aust1n46.chat.bungee.MineverseChatBungee
version: 2.12.3
version: 2.12.4
author: Aust1n46

View File

@ -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) {

View File

@ -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]