Skip to content

Releases: Cactooz/MinecraftServer-DiscordBot

Version 3.0.0 - Smarter Bot

27 Apr 19:48
b180973
Compare
Choose a tag to compare

A smarter and more reliable bot. It's updated with the latest libraries and is now using a config file so you don't have to change anything in the bot.js file. It's also possible to ping other servers than the default one, in this update

Updates

  • Updated to latest discord.js (v12)
  • Added a config file for easy config
  • Ping any server
  • Extra message checks from other bots
  • Bot log in console.log message
  • Replaced deprecated library request with node-fetch
  • Added package-lock.json

Next Versions

  • Get any server icon

Version 2.2.1

25 Apr 09:30
a5f7848
Compare
Choose a tag to compare

Updates

  • Added .gitignore
  • Indentation fixes

Version 2.2.0

25 Apr 09:15
51958c5
Compare
Choose a tag to compare

Updates

  • Removed unused code
    • Removed unused player check
    • Removed request response
  • Converted strings to Template literals
  • Converted var to let and const
  • Minor fixes

Version 2.1.1

30 Oct 16:03
26b44fc
Compare
Choose a tag to compare

Updates

  • Removed extra variable
    • color
  • Fixed code format

Version 2.1.0

30 Oct 15:50
68938ae
Compare
Choose a tag to compare

Updates

  • Added colors depending on Online/Offline Status
    • Online = Green
    • Offline = Red

Version 2.0.0 - Embed Messages

30 Oct 14:47
68938ae
Compare
Choose a tag to compare

The bot response is now in a clean embed instead of pure text.

Updates

  • Rewritten message system
  • Added embed status messages
  • Added more variables
    • Server Website
    • Server Icon
    • Server Name

Next Versions

  • Be able to ping any server
  • Better code

Version 1.1.2

30 Oct 13:58
27222ef
Compare
Choose a tag to compare

Updates

  • Fixed bug that stopped the bot from starting

Version 1.1.1

30 Oct 12:17
34c8100
Compare
Choose a tag to compare

Updates

  • Added forgoten variables
    • mcIP
    • mcIPort

Version 1.1.0

30 Oct 12:12
e0c3369
Compare
Choose a tag to compare

Updates

  • Added more variables
    • Prefix
    • Server Name
  • Added a Activity for the bot
    • Shows prefix and command
  • Minor edits to improve and fix the code

v1.0.0 - First Release

29 Oct 21:37
0b31a90
Compare
Choose a tag to compare

Updates

  • The code are complete
    • The bot are working
  • Wiki created (More are comming soon)
    • Tutorial for Glitch.com
    • Tips and tricks
  • Issue templates

Next Versions

  • Embed Status Message
  • More features
  • Better code