Project closed because i don't have time to update
Last edited:
Best code 10/10Its PluginMessaging
Code:public void onPluginMessageReceived(String channel, Player player, byte[] message) { if (!channel.equals("BungeeCord")) { return; } try { ByteArrayDataInput in = ByteStreams.newDataInput(message); String command = in.readUTF(); if (command.equals("PlayerCount")) { String subchannel = in.readUTF(); if (subchannel.equals("ALL")) { int playercount = in.readInt(); Online = playercount; } } } catch (Exception e) { e.printStackTrace(); } }
EricBest code 10/10
This is a very old thread and i thought it has died already do you guys really want it? i didn't even update it by the wayTabList work for 1.8 ? Can i edit the plugin (just the text in the scoreboard or tablist or message) with JBYTEdit ?
Suggestion :
Chat Format:
/msg custom format
global chat
Well, I Need an API For the tab because Kraken is trash and doesn't support 1.8 + I Can use Deathstream's API For the scoreboard it is not a big deal if you want me to add ityes i would like it(if tab is 1.8)[DOUBLEPOST=1507043148][/DOUBLEPOST]and the scoreboard*
