BukkitIRCd was an IRC bridge plugin for Minecraft servers running Bukkit. It creates individual 'bot' users for every player to allow seamless communication.
For example, you could have ops show as one color ingame, and half ops
show as another. Examples in messages.yml
No modes is represented by user in the yml, otherwise, it's the mode letter, i.e o for op, and v for voice.
IRCd.java has a large diff because Iad to format it with Eclipse's default
format tool, as the strings were getting way too long to read
when I was adding the .replace() calls.
For example, you could have ops show as one color ingame, and half ops show as another. Examples in messages.yml
No modes is represented by
user
in the yml, otherwise, it's the mode letter, i.eo
for op, andv
for voice.IRCd.java has a large diff because Iad to format it with Eclipse's default format tool, as the strings were getting way too long to read when I was adding the .replace() calls.