Minecord Versions Save

A lightweight but powerful Minecraft Discord bot with recipe lookup, server pings, player profiles, skin renders, and more.

0.17.9

2 weeks ago
  • /stack now supports all stack sizes from 1 to 99 (may take up to 1 hour to propogate)
  • Added a workaround for Discord refusing to embed player/skin render images. Self-hosters can toggle this with reuploadCrafatarImages in the config.
  • Added an easter egg.
  • (Self-hosting change) Added includeSpamStatuses in config to silence frequent status logs

0.17.8

2 months ago
  • Fixed exception when looking up item with trailing :
  • Packaged release in zip file again

0.17.7

2 months ago
  • Fixed /status showing incorrect info
  • Performance improvements
  • (Self-hosting change) Improved exception logging

0.17.6

3 months ago
  • Removed the "Icon data not on one line, will not work on 1.13 or later" warning from /server since latest vanilla client does handle the icon correctly
  • (Self-hosting change) Updated dependencies

0.17.5

3 months ago
  • Fixed an exception when using /server to ping a server with sample player UUID in array format

0.17.4

4 months ago
  • Added all 1.20.3 items and recipes.
  • Added release version to previously experimental items in /item, /recipe, and /ingredient
  • Improved searching in /item, /recipe, and /ingredient
  • Re-ordered smithing recipes so the most recently added recipe is first
  • Optimized images
  • Fixed /item stone slab showing a cobblestone slab
  • Fixed a bug in /recipe where a stonecutting ingredient could be selected even when no recipes can make that ingredient
  • Fixed broken links in /credits

Self-hosting changes:

  • Moved bot ready message from status log to bot log
  • @Minecord usage now combines uses from slash and legacy commands
  • Slash and legacy commands now share cooldowns
  • Updated dependencies

0.17.3

5 months ago
  • Fixed an exception when running /random uniform with a minimum >= maximum

0.17.2

6 months ago
  • Updated dependencies to fix CVE-2023-5072

0.17.1

6 months ago
  • Updated Minecraft Wiki links to new domain

0.17.0

6 months ago
  • Added /random, a new command for generating random numbers
    • /random value - generate a random integer
    • /random uniform - generate a random decimal
    • /random choice - choose randomly from a list
    • /random dice - roll dice using DND dice notation
  • Added /stack, a new command for converting "1 chest, 2 stacks, 7 items" to "1863 items" and vice-versa
  • Added /coords, a new command for converting Overworld to Nether coordinates, finding chunk coordinates, and more
  • Updated player lookup commands with 1.20.2's new skin/name bans
    • Added skin/name ban info to /profile
    • Added skin ban info to /skin
  • /server now shows if a server enforces chat reports or has chat preview enabled (note that not all servers that enforce chat reports will announce it when pinged)
  • /server now shows more details about invalid server icons
  • Updated developer names in /credits
  • Fixed custom skin detection not working with the new 1.19.3+ default skins
  • Fixed player commands showing a Mojang API error when player does not exist, due to an internal API change
  • Fixed an exception when running /recipe or /ingredient without message history permissions
  • (Self-hosting change) Updated dependencies

From 0.16.2:

  • Added a few "suspicious" item search names
  • (Self-hosting change) Fixed &useradmin and &settingsadmin not being accessible
  • (Self-hosting change) Updated dependencies