Hi, I have a server network and I need to send data from my minigames to my hub server - updating the information on the signs.
I'm new to the whole messaging channel, and not sure if what I'm doing is correct. I can't seem to get it to work.
The message isn't being received, if anybody could point out what's wrong, I'd appreciate it.
new BukkitRunnable(){
public void run(){
ServerManager manager = new ServerManager("Slender", 1, "RandomStatus", 5, 76);...
Plugin Messaging Channel
I'm new to the whole messaging channel, and not sure if what I'm doing is correct. I can't seem to get it to work.
The message isn't being received, if anybody could point out what's wrong, I'd appreciate it.
Code (text):
new BukkitRunnable(){
public void run(){
ServerManager manager = new ServerManager("Slender", 1, "RandomStatus", 5, 76);...