I know this is an older thread, but it seems like this is only for the Java servers. Any idea if there is a way to monitor a bedrock server?
Apparently there is, I’ve been looking for a way to do it with HA myself. Only thing I know that can do it right now is a Discord bot called Crafty
Another way to display current users online on a JAVA server.
- platform: template
sensors:
minecraftusesrsonline:
friendly_name: Minecraft Server Users
value_template: "{{state_attr('sensor.minecraft_server_players_online', 'players_list')}}"