Add note about enable-query and enable-status (#37300)

* Add note about enable-query and enable-status

* Change wording for enable-status and query

* add prereq title

* Update source/_integrations/minecraft_server.markdown

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Patrick 2025-02-05 07:43:18 +01:00 committed by GitHub
parent a3c82d3916
commit 1400d55e27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,9 +19,10 @@ ha_integration_type: integration
[Minecraft](https://www.minecraft.net/en-us) is a sandbox video game developed by Mojang Studios. Minecraft servers allow players to play the game 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. Both **Java Edition** and **Bedrock Edition** servers are supported.
{% important %}
Minecraft Java Edition servers must be version 1.7 or newer, since older versions don't expose any information.
{% endimportant %}
## Prerequisites
- Minecraft Java Edition servers must be version 1.7 or newer, since older versions don't expose any information.
- The `enable-status` and `enable-query` must be set to `true` in the Minecraft `server.properties`.
{% include integrations/config_flow.md %}