You are browsing as a guest. Sign up (or log in) to start making projects!

GoldMonke

@GoldMonke

Joined May 31st, 2026

  • 4Devlogs
  • 2Projects
  • 0Ships
  • 0Votes
Open comments for this post

1h 12m 31s logged

Better Bedrock Support & SRV ports

I changed a lot of the code now to use a java server’s SRV port if it’s defined, so now the server icon’s display right if you don’t define a port. I also made servers without an icon (due to an error or it being a bedrock server) display the default server icon (pack.png in BW).

I also started making a new command, /craftie-player which will look up player info like their UUID and skin.

Original post
@GoldMonke

Better Bedrock Support & SRV ports

I changed a lot of the code now to use a java server’s SRV port if it’s defined, so now the server icon’s display right if you don’t define a port. I also made servers without an icon (due to an error or it being a bedrock server) display the default server icon (pack.png in BW).

I also started making a new command, /craftie-player which will look up player info like their UUID and skin.

Replies

Loading replies…

0
1
Open comments for this post

52m 33s logged

Statuses look good now!

I updated the status command to use a slack block kit instead of plain text so now it looks much cleaner. This also allows me to implement more features later like maybe a reload button.

I also fixed a bug causing the bot to freak out if the server being queried was offline because soms data wouldn’t be available then and I was requesting it at the wrong time. Now it just displays “Unavailable” for those stats.:stardance_star:

Original post
@GoldMonke

Statuses look good now!

I updated the status command to use a slack block kit instead of plain text so now it looks much cleaner. This also allows me to implement more features later like maybe a reload button.

I also fixed a bug causing the bot to freak out if the server being queried was offline because soms data wouldn’t be available then and I was requesting it at the wrong time. Now it just displays “Unavailable” for those stats.:stardance_star:

Replies

Loading replies…

0
1
Open comments for this post

1h 9m 6s logged

I updated the bot to show many more statistics such as the mincraft version and MOTD. It also shows the amount of online players and the specific players that are online if the server announces it.

Original post
@GoldMonke

I updated the bot to show many more statistics such as the mincraft version and MOTD. It also shows the amount of online players and the specific players that are online if the server announces it.

Replies

Loading replies…

0
2
Open comments for this post

44m 16s logged

I finally made the first few commands for the bot!

Two commands were from the tutorial (ping and help) and one “from scratch” (of course with help from the tutorial).

  • /craftie-help - tells you all the commands
  • /craftie-ping - tells you the ping between the bot and slack
  • /craftie-status - tells you the status for a server.

It is now just saying “Server Online” if the response.online == true and “Server Offline” if false. Next I want to implement custom parameters so you can select what server you want to check the status for. Then I also want to make the status message look nicer.

Original post
@GoldMonke

I finally made the first few commands for the bot!

Two commands were from the tutorial (ping and help) and one “from scratch” (of course with help from the tutorial).

  • /craftie-help - tells you all the commands
  • /craftie-ping - tells you the ping between the bot and slack
  • /craftie-status - tells you the status for a server.

It is now just saying “Server Online” if the response.online == true and “Server Offline” if false. Next I want to implement custom parameters so you can select what server you want to check the status for. Then I also want to make the status message look nicer.

Replies

Loading replies…

0
2

Followers

Loading…