mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Minecraft Server: Add notes about player names list and compatible server versions (#28451)
* Add notes about player names list and compatible server versions * Apply suggestions from code review --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
f1a7587398
commit
6530eb675d
@ -17,10 +17,14 @@ ha_platforms:
|
||||
ha_integration_type: integration
|
||||
---
|
||||
|
||||
Minecraft servers allow players to play the sandbox video game [Minecraft](https://www.minecraft.net/en-us) by Mojang AB online or via a local area network with other players. The `Minecraft Server` integration lets you retrieve information from a Minecraft server (Java edition) within Home Assistant.
|
||||
Minecraft servers allow players to play the sandbox video game [Minecraft](https://www.minecraft.net/en-us) by Mojang Studios online or via a local area network with other players. The `Minecraft Server` integration lets you retrieve information from a Minecraft server within Home Assistant.
|
||||
|
||||
<div class='note'>
|
||||
The server must be version 1.7 or higher, since older versions don't expose any information.
|
||||
Minecraft Java edition servers must be version 1.7 or newer, since older versions don't expose any information.
|
||||
</div>
|
||||
|
||||
<div class='note'>
|
||||
Minecraft Bedrock edition servers are not supported yet.
|
||||
</div>
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
@ -35,9 +39,14 @@ This integration provides a binary sensor for the following information from a M
|
||||
|
||||
This integration provides sensors for the following information from a Minecraft server:
|
||||
|
||||
- Latency time
|
||||
- Latency
|
||||
- Version
|
||||
- Protocol version
|
||||
- Number of online players (player names are available in state attributes)
|
||||
- Number of online players
|
||||
- Including player names list in the state attributes, if available (see note below).
|
||||
- Number of maximum players
|
||||
- World Message / Message of the Day (MOTD)
|
||||
|
||||
<div class='note'>
|
||||
Depending on the server, the player names list may not be shown completely. Some servers and plugins limit or completely hide this list or even replace the player names with fake ones to show some custom messages there.
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user