MinecraftBot v2.0.6

Details

  • Filename
    MinecraftBot.jar
  • Uploaded by
  • Uploaded
    Apr 22, 2012
  • Size
    79.51 KB
  • Downloads
    474
  • MD5
    13a9be98dc3d8137c2b2c26d174bdbbe

Supported Bukkit Versions

  • CB 1.2.5-R1.0

Changelog

2.0.6 (Apr. 22) - Do not use if you've had problems with using 2.0.5.

  • Fixed !players command not showing names with colors correctly
  • The message queue is cleared before reconnecting which prevents flooding the channel with old messages
  • New configuration option: connection.bot_message_delay

2.0.5 (Apr. 14)

  • Fixed nick prefixes displaying incorrectly or not displaying at all when connecting to certain IRC servers (Tested on a server using Unreal which has modes q , a &, h %)

2.0.4 (Apr. 12)

  • Fixes server message formatting issues
  • Will hopefully be the last update to this for a while. Hopefully.

2.0.3 (Apr. 12)

  • No bug fixes. It's not necessary to upgrade from 2.0.2 but it is recommended to upgrade from any older versions.
  • Able to show nick prefixes (@, +) when sending a line to Minecraft
    • May be turned on or off in the configuration: settings.show_nick_prefixes

2.0.2 (Apr. 11)

  • Configuration changes (must be manually added, as always - see default configuration file):
    • connection.retries - How many times to try connecting to the server
    • settings.show_players_command - Whether or not to show in MC that someone on IRC used !players
    • settings.ping_developer removed - this plugin now uses PluginMetrics
  • The ampersand (&) can be used in place of the section symbol to add color codes to a line
    • The default configuration file now uses this. Should solve all file encoding errors for new files.
    • To add an actual ampersand, enter &&.
  • Fixed blank (disabled) config settings being used as if they weren't blank
  • Fixed issue with '/minecraftbot disconnect' where it wouldn't stay disconnected

2.0.1 (Apr. 9)

  • Fixed the default config file's encoding being wrong on Linux systems
    • Now creates a file with the right encoding for either Windows or everything else.
    • Note: If moving the file between systems that use different encodings (Windows -> Linux or the other way around) you will need to change the file encoding.

2.0.0 (Apr. 7)

  • Complete rewrite will make it easier to add new features and external plugin support later on
  • Factions support
  • Completely new configuration format
    • Allows much more control over line formatting
    • Note: The config.yml file from 1.2.x can not be used with this plugin. A new one must be created.
    • You may run into problems. Scroll down and read the known caveats section.