Deployed 4feba9f with MkDocs version: 1.6.1

This commit is contained in:
Stephen Seo 2024-11-01 06:04:29 +00:00
parent b068cc6096
commit f2118c8f92
6 changed files with 20 additions and 2 deletions

View file

@ -200,5 +200,5 @@
<!-- <!--
MkDocs version : 1.6.1 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

View file

@ -119,6 +119,10 @@
<ul class="nav flex-column"> <ul class="nav flex-column">
</ul> </ul>
</li> </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> <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 class="nav flex-column">
</ul> </ul>
@ -197,6 +201,20 @@ name will have these battle settings applied.</p>
<p class="admonition-title">Note</p> <p class="admonition-title">Note</p>
<p>These settings are also in the server-side config.</p> <p>These settings are also in the server-side config.</p>
</div> </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 &lt;PLAYER_NAME&gt;</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> <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 <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 defaults. This is due to new mob entries in the settings. Check the

Binary file not shown.

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB