Skip to content

Instantly share code, notes, and snippets.

@vegeta897
Last active September 6, 2023 17:55
Show Gist options
  • Star 42 You must be signed in to star a gist
  • Fork 14 You must be signed in to fork a gist
  • Save vegeta897/e4410669c921c2ab7635e1d0153b0bc6 to your computer and use it in GitHub Desktop.
Save vegeta897/e4410669c921c2ab7635e1d0153b0bc6 to your computer and use it in GitHub Desktop.
(Outdated) Simple Minecraft server status bot command with Discord.js -- add me on Discord! vegeta897#7777
/*
##############################################################################
# #
# Sorry, this script is outdated and I can't justify maintaining it anymore. #
# #
# If you want to view the last version, it's archived here: #
# https://gist.github.com/vegeta897/e3d2fcd4b661bd9d021c397e7505be05 #
# #
# If you want to see a newer one that is similar, look here: #
# https://github.com/Baggette/minecraft-server-ping-example #
# #
##############################################################################
*/
@vegeta897
Copy link
Author

Hello @PurusWorldYT, are you using the console in Visual Studio Code to run node bot.js or whatever you named the script file? If so, does it show any errors after running that?

@DJKieranl29
Copy link

How do I make the bots precense change to say the amount of ppl online?

@tester248
Copy link

How can i make it do this for multiple mc servers and also autoupdate like every 5 mins

@mchedlo123
Copy link

how to run

@Brottweiler
Copy link

how to run

node mc-status-bot.js

@mroowak
Copy link

mroowak commented Feb 18, 2022

can i use it somehow to see who is playing?

@vegeta897
Copy link
Author

@mroowak you can modify the script to use util.queryFull on line 48 and adjust the message to include the player list. See the docs for more info on that function: https://passthemayo.gitbook.io/minecraft-server-util/api/query#queryfull

@fco131
Copy link

fco131 commented Feb 19, 2022 via email

@Timongcraft
Copy link

Can you update your script to discord.js@13?

@vegeta897
Copy link
Author

Can you update your script to discord.js@13?

Hi @Timong-craft, I appreciate the interest but I think it's time for me to archive this script. I just can't justify maintaining it any longer. If I was a user of discord.js and didn't have to research what changed in version 13 and test everything out I'd be more inclined, but at this point I feel this is one thing I need to let go. Sorry, and I hope you find another solution without much trouble!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment