This repository has been archived by the owner on Oct 6, 2021. It is now read-only.
Releases: CyR1en/Minecordbot
Releases · CyR1en/Minecordbot
Fixes
Bug fix
Added a little salt and pepper
What's new?
not much really
Feature
- Removed the
**
markdown format for prefixes coming from Minecraft to allow maximum customization. Check out Markdown Text 101 and apply what you've learned toMinecraft_Prefix
inChatConfig
.
Fix
- I no longer need to be on your server for discord help command to work.
Didn't know I was that special
Hotfix attempt
What's new?
Updated Discord lib in an attempt to fix an HTTP error.
Bug fixes and Improvements
What's new?
New features
- VentureChat support.
- New diagnostic discord command.
- Server start and shutdown broadcast. Configure in BroadcastConfig.
- Ability to personalize the language used by the bot.
- To use, modify the custom.yml file. You will need to set your localization in BotConfig to 'custom'.
Improvements
- Added Diagnostic module in plugin framework.
- Code optimization for configuration files.
- Cleaner console logs.
- Better Updatable system.
- Better chat classification algorithm.
- Response type (left side of the footer) can now be localized.
- Grammar fix on disclaimer when account syncing.
Bug fix
Informational, Security, and Consistency Update
Minecordbot v2.2.0
Made with ❤️ by CyR1en and the various Minecordbot contributors
Changes in relation to v2.1.4
This list was compiled based on the beta changelogs. Some improvements, additions, or fixes may be missing from this list.
As always, please report bugs to our GitHub issue tracker and feel free to join us on our Discord for development insight, help, or general fun.
Key: D
- Discord, MC
- Minecraft, Sync
- MCBSync, Opt
- General Optimization
Branding
- New Logo
- New thematic colour
rgba(114, 137, 218, 1)
or#7289DA
- MCB's Help commands footer now dynamically fetches the avatar and username for @CyR1en
Additions & Improvements
- [D] New permissions system for Discord! Flag-based and works similar to Discord's Channel limitations flag system.
- Instructions can be found on this page, or by running
!!permission help
. - Command aliases can be used as flag targets.
- A Default option is also included for users without a role.
- Instructions can be found on this page, or by running
- [D] New Commands!
mcstat
- Show the status of Mojang services.mcserver
- Show information about a server.mcskin
- Show the skin of a given player.mcusername
- Fetch the username of a player based off of a UUID.mcuuid
- Fetches the UUID of a given player based off of their username.tps
- Show the current ticks-per-second of the host Minecraft server.
- [D] Role prefix placeholders now get the primary(highest) role of the user.
- [D] Embeded messages now include timestamps
- [D] Improved formatting for embeded messages; improved output for help comman's embeded responses.
- [D] Message content from Minecraft is now untouched, except for formatting.
- [D] An error log text file will be sent to a channel where you tried to execute a command that caused an error. These can be sent to us when filing a report.
- [Opt] Now using SRegex to parse prefixes and other data.
- [Opt] Categorized commands that has responses that updates like list, tps, etc. as Updatable. This allows me to efficiently update those command responses on the fly.
- Updatables will will be automatically deleted when the server shuts down to remove clutter since those updatable messages will no longer be updated and will have old information on them.
Fixes
- [D] Minecraft {ename} placeholder fixed.
- [MC] In-game mentions fixed.
- [D] Fixed the
no owner/admin permission
responses. - [D] Fixed the spoiler command argument type.
- [MC] Removed the permission check for
/minecordbot help
, allowing it to do it's job. - [D] Fixed 'IndexOutOfBouncedException' when parsing Discord role placeholders.
- [D] Fixed errors that are caused by minecraftcommand.
- [MC-D] Fixed some feature incompatibility with
craftbukkit.jar
- [Sync] Fixed player connection listner when listening for username changes.
- [Sync] Fixed confirmation constructor for cases when player used an invalid verification code to confirm syncronization.