MinecraftBot v1.2.2

Details

  • Filename
    MinecraftBot.jar
  • Uploaded by
  • Uploaded
    Mar 25, 2012
  • Size
    59.35 KB
  • Downloads
    384
  • MD5
    b2258772186d27117e0db180d7511549

Supported Bukkit Versions

  • CB 1.2.3-R0.2

Changelog

1.2.2 (Mar. 25) - Hopefully this will be the end of the constant updating every few days.

  • Fixed nick changes being repeated by the bot on IRC instead of being sent to Minecraft

1.2.1 (Mar. 22)

  • New configuration option: format
    • Allows you to change the way the plugin sends messages to IRC and Minecraft.
    • Must be manually added to the config file. If the configuration values don't exist, the default values will be used.
    • See the bottom of the default configuration file for more info.
  • Supports passing all available control codes (bold, underline, etc.) between IRC and Minecraft
  • Changed versioning scheme to distinguish between major and minor revisions

1.03 (Mar. 17)

  • Fixed several issues with the /me command:
    • Fixed a problem where multiple consecutive spaces in a /me were not shown on IRC
    • This plugin should no longer interfere with other plugins when handling the command
      • Tested with CommandBook and Essentials with their default settings

1.02 (Mar. 15)

  • The plugin attempts to connect as quickly as possible. It loads right when the server starts.
  • Colors are now passed between Minecraft and IRC
  • New configuration options:
    • event.mc.opinfo - Plugin optionally (true by default) sends more detail about bot activities (such as connection attempts and disconnects) to ops or those that have the 'minecraftbot.manage' permission set
    • bot.quitmessage - Able to set a default IRC quit message
    • You will need to manually add these to the configuration file. See the default configuration file here.
  • Removed some things that were left behind in 0.98:
    • Bot sent unnecessary and incorrect warning messages during and after connecting
    • Removed a debug message that is shown when using /me in some cases
  • Increased number of reconnect attempts by 2
  • /irc disconnect: A quit message may now be entered as part of the command. If it is left blank, the default will be used.
  • More efficient and organized code

0.98 (Feb. 17):

  • Connecting to a server is handled in a separate thread, meaning that it will not stop a server that is starting up.
    • Related: It is now able to wait a few seconds before attempting to take back its old nick.
  • New command: /n - It does the same as /names (shows everyone on the channel)
  • All channel modes are displayed. Some channel modes are displayed differently now.
    • Example: "user1 set mode +o user2" instead of "user1 has given op to user2"
  • Dropped the color option for /me. It now uses the default color.
  • Added a configuration option letting you decide whether to display /me or not.
  • Added a new permission node for /me: 'minecraftbot.me'
    • It is set to true by default