EmilHernvall / tregmine

The tregmine plugins
http://tregmine.info/
BSD 4-Clause "Original" or "Old" License
8 stars 10 forks source link

BungeeCord plugin to link server chat, with optional IRC integration! #243

Closed JoshMorgan closed 10 years ago

JoshMorgan commented 10 years ago

When I was talking to @EmilHernvall about BungeeCord a few months ago he said "we have to move all chat and message-related stuff to run on bungeecord". So, this is the first half of that, the "chat related stuff". Please be aware that this is NOT a bukkit plugin like the previous commit i made for bungeecord was. This BungeeCord plugin goes in the plugins folder for the BungeeCord Server, for example while i put the last plugin in the directories "Bungee Server\Creative\plugins", "Bungee Server\Survival\plugins" and "Bungee Server\Hub\plugins". This plugin would go in the directory "Bungee Server\Bungee\plugins".

This commit includes:

Next commit (when I make a start on it):

Here is a copy of the plugin setup on a demo network: https://docs.google.com/file/d/0B6zlQN0tXDtFZXYzV1dSdFZwTzg

To start the demo network up on your own machine you will need to open the ports (25564, 25565, 25566 and 25567) then run the 4 batch files that i made, one in each directory inside the "Bungee Server" folder. When the BungeeCord server has fully loaded, stop it, then navigate to the BungeeCord plugins folder, and inside the "BungeeChat" folder you will find a file called "settings.yml" edit it to suit your wants. Here is what I recommend setting it up to look like: http://i.imgur.com/kk1kMsN.png

I'll keep a demo network running for the next 12 hours or so. Here is the ip: 124.177.23.47 To switch between servers type "/server ", and to view a list of servers on the demo network just type "/server".

To try out the cross server chat:

To try out the Server -> IRC and IRC -> Server chat:

To try out IRC commands:

NOTE: To build the plugin you will need to use Apache Maven, if you need any help building it, or you need help with any other part of the plugin then give me a buzz, As always I will be more than happy to help.

Let me know what you think :grinning:

EmilHernvall commented 10 years ago

Looks cool, @JoshMorgan! I'll try it out as soon as I get back home (I'm at my parents for another day).