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:
parent
60eaa04a14
commit
dd6319e5be
@ -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> <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> <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> <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>
|
||||
|
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user