Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 2.16 KB

readme.md

File metadata and controls

67 lines (56 loc) · 2.16 KB

[CHAT] IRCTransport 0.5 - Minecraft Chat/IRC Integration

Replaces minecraft's in game chat with IRC clients. This is a bukkit plugin.

Available settings:

Put these in Minecraft's server.properties file with appropriate values. irc.server= irc.autojoin= irc.verbose=false

The irc.server setting is mandatory. All other settings are optional. Set irc.autojoin to a channel to have your users autojoin that channel.

Available commands:

/join #channel
/leave #channel
/channel #channel -- changes your active channel
/msg user -- send a private message to a user
/nick new_name  -- change your display name.
/names -- shows users in your channel
/me action to perform -- performs an irc action
/topic -- get or set the channel topic

Download
Source

Features:

  • Minecraft chat is replaced with an IRC session.
  • Private messaging works in game.
  • IRC channels are joinable in game.

Changelog:

Version 0.5

  • Fixed a nickname change bug.
  • IRC color to minecraft color support in chat.
  • Removed TSLPC.
  • Channel topic support

Version 0.4

  • Added /me support
  • Added /names support.
  • Added channel is invite only error message.
  • Changed output messages to use logging.
  • Fixed bug in nickname changing.

Version 0.3

  • Renamed PlayerBot to IrcAgent.
  • Fixed join message detection.
  • Changed package name to hef.IRCTransport as per request.
  • Changed build system to Maven.

Version 0.2

  • Player's name displays correctly when their name is changed.
  • Nick change notification added.
  • Nick already in use handling changed.
  • Active channel is switched on channel join.
  • Channel join messages.
  • Channel autojoin now a setting.

Version 0.1

  • Basic irc features are functional in Minecraft.