Skip to content

3.1.12 Release

Compare
Choose a tag to compare
@DuckySoLucky DuckySoLucky released this 21 Feb 15:52
· 358 commits to main since this release

Changes

  • Added Guild Level Up message
  • Updated DiscordManager.js
    ・ Failing to create webhook in webhook mode
    ・ Embed in bot mode has color of player's ++ of rank
  • Updated /help, /info & /online
    /help complete rewrite to the system
    /info added few extra fields
    /online command, doesn't require ChatHandler.js anymore. Has it's own handler inside the command - Better error handling
  • Updated Discord MessageHandler.js
    ・Replaces <@486155512568741900> with @DuckySoLucky
    ・Replaces <#1072863636596465726> with #💬・guild-chat
    ・Replaces <:KEKW:628249422253391902> with :KEKW: || Replaces <a:KEKW:628249422253391902> with :KEKW:
    ・Added proper replying system for every message mode
    ・Uploaded images are uploaded to imgur - Shorter links
    ・Fixed where sending default discord emojis would send empty message in guild chat
  • Updated MinecraftManager.js
    ・Added messageFormat option to config, custom symbol for message
  • Updated minecraf/commands/
    ・Updated this.options to be like discord commands - /help command shows proper symbols for optional & required commands arguments
  • Added !quickmaths and !warpout commands
    !quickmaths - Test your math skills, try to solve simple equation as fast as possible
    !warpout - Warp player out of your lobby using a single command!
  • Updated getLatestProfile.js
    ・Added error handling in case API Key is invalid or API is down
  • Guild chat commands are shown on discord
  • Few bug fixes