Solved Pocket Edition server chat mix?

Discussion in 'Plugin Development' started by Meatiex, Dec 3, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    Meatiex

    Im hosting a PocketMine server and a Bukit server, I want to mix the chat. Just wonding if I could do this without going through 2 different ports?(all over LAN if possible) Thanks :D

    I know their's plugins for irc connect for bukkit and pocketmine, those boath connect online, im looking for help avoiding that.

    https://github.com/PocketMine/IRCChat/blob/master/IRCChat.php
     
  2. Offline

    The_Doctor_123

    I hope you mean by writing a plugin, otherwise, this is the wrong section. You'd also have to write up a plugin for PocketMine as well, which isn't even Java.
     
  3. Offline

    Meatiex

    Yes, Pocketmine is Php and I would have to make a plugin for that and Bukkit. Just wondering if its possible?
     
  4. Offline

    The_Doctor_123

    Meatiex
    Of course. Just use a spare port on your localhost and connect to it.
     
  5. Offline

    Meatiex

    I am asking if I can do this without using extra a port...
     
  6. Offline

    The_Doctor_123

    Meatiex
    You only have tens of thousands of possible ports, do you have some mega server going on here?
     
  7. Offline

    Meatiex

    No, just wouldn't it be faster to go directly instead of out to the internet then back in to my lan?

    I only have 3 ports open, I can open more but would rather not :p
    Minecraft 25565
    Rcon 25566
    MCPE 19132
     
  8. Offline

    The_Coder

    Meatiex
    The only way it would be possible is make a bukkit plugin that checks a page for chat from pocket edition. And you would have to make a plugin for pocket edition that goes to the php page with a message.
     
  9. Offline

    The_Doctor_123

    Meatiex
    These are hosted on the same computer, correct? Connect to localhost, the data will not go through any networking that way.
     
  10. Offline

    Meatiex

    oh ya :p thanks :D
     
Thread Status:
Not open for further replies.

Share This Page