• Cross-Server Chat
    7 replies, posted
I have heard that there was something like this released but i cant find it anywhere :/ Could someone reffer me to the correct thread? Also i was wondering why my custom chat broke :/
Need more details.
I remember JokerIce had a chat like that, it crossed between their build and survival island server [editline]09:59PM[/editline] You would have to have a website or some middleman to hold the text in between servers.
I have a mysql server and pro website hosting i know my coding but i deff dont wana do the plugin
Here's how I do it on my servers. Server #1 -> Catches the chat and sends it to a php webpage and checks for Server #2's chats Website -> Handles Server #1's chat messages, stores in in a mysql database Server #2 -> Catches the chats and sends it to a php webpage and checks for Server #1's chats. Website -> Handles Server #2's chat messages, stores in in a mysql database
For more details, Lets say you have 3+ servers running and you want to be able to contact the players on the other servers while still in the same server, you press U or your team chat, or you type /g for global, and it goes out to all the servers. :3 there thats a better explination of my idea ^^;
I have it working on irc. Each server joins an irc channel and catches messages from each other :P
Sounds cool ;P
Sorry, you need to Log In to post a reply to this thread.