MinecraftBot v1.2.3

Details

  • Filename
    MinecraftBot.jar
  • Uploaded by
  • Uploaded
    Mar 28, 2012
  • Size
    59.49 KB
  • Downloads
    805
  • MD5
    ea47b98fafddffd319947ff8cafba578

Supported Bukkit Versions

  • CB 1.2.4-R1.0

Changelog

1.2.3 (Mar. 28)

  • Fixed issue when dealing with blank/null death messages

1.2.2 (Mar. 25)

  • 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