Deployed 4feba9f
with MkDocs version: 1.6.1
This commit is contained in:
parent
b068cc6096
commit
f2118c8f92
6 changed files with 20 additions and 2 deletions
|
@ -200,5 +200,5 @@
|
|||
|
||||
<!--
|
||||
MkDocs version : 1.6.1
|
||||
Build Date UTC : 2024-10-29 12:42:09.887795+00:00
|
||||
Build Date UTC : 2024-11-01 06:04:29.715548+00:00
|
||||
-->
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -119,6 +119,10 @@
|
|||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-item" data-bs-level="2"><a href="#per-player-settings" class="nav-link">Per-Player Settings</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-item" data-bs-level="2"><a href="#other-things-to-know" class="nav-link">Other Things to Know</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
|
@ -197,6 +201,20 @@ name will have these battle settings applied.</p>
|
|||
<p class="admonition-title">Note</p>
|
||||
<p>These settings are also in the server-side config.</p>
|
||||
</div>
|
||||
<h2 id="per-player-settings">Per-Player Settings</h2>
|
||||
<p>As of TurnBasedMinecraftMod 1.26.4, one can add Player-specific config via a
|
||||
command <code>/tbm-edit player <PLAYER_NAME></code>.</p>
|
||||
<p><img alt="tbm-edit player command" src="../tbm-edit-player-cmd.png" /></p>
|
||||
<p>You can make changes as usual, though some options for regular mobs do not
|
||||
apply to the per-Player config.</p>
|
||||
<p><img alt="tbm-edit player editing" src="../tbm-edit-player-display.png" /></p>
|
||||
<p>Don't forget to click on "Finished Editing" when done. Once saved, the
|
||||
server/single-player-game should use these settings for the specified Player in
|
||||
battle.</p>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p>These settings are also in the server-side config.</p>
|
||||
</div>
|
||||
<h2 id="other-things-to-know">Other Things to Know</h2>
|
||||
<p>Sometimes a mod update will "reset" the settings in the server-config to
|
||||
defaults. This is due to new mob entries in the settings. Check the
|
||||
|
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
BIN
tbm-edit-player-cmd.png
Normal file
BIN
tbm-edit-player-cmd.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
BIN
tbm-edit-player-display.png
Normal file
BIN
tbm-edit-player-display.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
Reference in a new issue