Minecordbot 2.2.0 Beta (Commit 9d61cc5)

Details

  • Filename
    Minecordbot-2.2.0-9d61cc5.jar
  • Uploaded by
  • Uploaded
    Dec 6, 2017
  • Size
    12.42 MB
  • Downloads
    159
  • MD5
    2adb997ec9f27475f26536e1bc40fb49

Supported Bukkit Versions

  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8

Changelog

This is the second beta build of Minecordbot that was released on GitHub for the up-comming 2.2.0 Stable release. The change log reflects both builds of this pre-release.

What's New?

New Key Features

  • New Discord command: mcstat - Shows the status of Mojang's services.
  • New Discord command: mcserver - Shows information about a Minecraft server.
  • New Discord command: mcskin - Shows the skin for a given account
  • New Discord command: mcusername - Shows the username for a given UUID.
  • New Discord command: mcuuid - Shows the UUID of a given user.
  • New Discord command: tps - shows ticks per second of the Minecraft server.
  • Discord role prefix placeholder now fetches the primary role for users.
  • MCB will now send an error log in the form of a .txt file when a command causes an error. This is for ease-of-use bug reporting.
  • New permission system! The system is flag based and works like the flag system of channel limitation flags. If you don't know how the flag system works just do !!permission help or refer to this page.

Interface

  • Embeds now have time stamps on them.
  • Better Embed format.
  • Help footer now dynamically fetches Author's Discord avatar and username.
    There were more but Cy forgot lol ❤

Optimizations

  • Now using SRegex to parse data sets, prefix, etc.
  • Categorized commands that have responses that update like list, tps, etc. as update-able. This allows efficient, on-the-fly, command response updates.
  • Auto delete update-able messages to remove clutter since that update-able message will no longer be updated and will have old information on them.
  • Content of messages that are coming from Minecraft are no longer changed, but they are formatted. (See our Discord's #announcement channel pins for as to why.)

Bug Fixes

  • Fixed in-game mentions.
  • Fixed 'no owner permission' response.
  • Fixed 'no admin permission' response.
  • Fixed spoiler command argument type.
  • Fixed /minecordbot help, removed permission check.
  • Fixed PvP death localization. [mc.deaths.deaths.pvp]
  • Fixed IndexOutOfBouncedException when parsing Discord role placeholders.
  • Fixed player connection listener for MCBSync when listening for username changes.
  • Fixed MCBSync confirmation constructor for cases when player used an invalid verification code to confirm synchronization.