1
0
mirror of https://github.com/chylex/Minecraft-Server-Properties-Reload.git synced 2025-01-06 16:42:49 +01:00

Update README for Minecraft 1.18

This commit is contained in:
chylex 2021-10-23 14:30:49 +02:00
parent 60eaa04a14
commit dd6319e5be
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<h2>How to Use</h2>
<p>Use the command <span style="font-family: courier new, courier, monospace;">/properties reload</span> to reload the server.properties file (requires permission level 2 or higher). You will see a report of which properties were changed, and which are unsupported.</p>
<h3>Supported Properties</h3>
<p>As of 1.17, the following properties are supported:</p>
<p>As of 1.18, the following properties are supported:</p>
<ul>
<li><span style="font-family: courier new, courier, monospace;">allow-flight</span></li>
<li><span style="font-family: courier new, courier, monospace;">allow-nether</span></li>
@ -35,6 +35,7 @@
<li><span style="font-family: courier new, courier, monospace;">resource-pack</span>&nbsp;&nbsp;<span style="color: #808080;">[ Only affects players who login after the change. ]</span></li>
<li><span style="font-family: courier new, courier, monospace;">resource-pack-prompt</span>&nbsp;&nbsp;<span style="color: #808080;">[ Only affects players who login after the change. ]</span></li>
<li><span style="font-family: courier new, courier, monospace;">resource-pack-sha1</span>&nbsp;&nbsp;<span style="color: #808080;">[ Only affects players who login after the change. ]</span></li>
<li><span style="font-family: courier new, courier, monospace;">simulation-distance</span></li>
<li><span style="font-family: courier new, courier, monospace;">spawn-animals</span></li>
<li><span style="font-family: courier new, courier, monospace;">spawn-monsters</span></li>
<li><span style="font-family: courier new, courier, monospace;">spawn-npcs</span></li>

View File

@ -4,7 +4,7 @@ Use the command `/properties reload` to reload the server.properties file (requi
## Supported Properties
As of 1.17, the following properties are supported:
As of 1.18, the following properties are supported:
- `allow-flight`
- `allow-nether`
@ -57,6 +57,7 @@ As of 1.17, the following properties are supported:
- Only affects players who login after the change.
- `resource-pack-sha1`
- Only affects players who login after the change.
- `simulation-distance`
- `spawn-animals`
- `spawn-monsters`
- `spawn-npcs`