MinecraftBot v1.2.1

Details

  • Filename
    MinecraftBot.jar
  • Uploaded by
  • Uploaded
    Mar 22, 2012
  • Size
    59.44 KB
  • Downloads
    391
  • MD5
    cbe015f73edadf6db68ca4d7a49bae6a

Supported Bukkit Versions

  • CB 1.2.3-R0.2

Changelog

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

0.97 (Jan. 21):

  • A newly generated configuration file will include the instructions
  • /irc command
    • /irc op|deop|voice|devoice|kick|connect|rejoin|disconnect
    • Permissions are available for each command
  • !players command looks nicer ("There is 1 player" instead of "There are 1 online")
  • Topic changes are shown in Minecraft
  • Some mode changes (op, voice) are shown in Minecraft

0.94 (Jan. 9):

  • Added several configuration options so admins have more control over:
    • Which colors to use in certain types of messages
    • Which events to show in Minecraft or IRC