diff --git a/tbmm-docs/docs/server_config.md b/tbmm-docs/docs/server_config.md index ab1af29..1118759 100644 --- a/tbmm-docs/docs/server_config.md +++ b/tbmm-docs/docs/server_config.md @@ -91,6 +91,25 @@ Hit the named mob to start the editing process. Make your changes and click on "Finished Editing", and any mob with that exact name will have these battle settings applied. +!!! note + These settings are also in the server-side config. + +## Per-Player Settings + +As of TurnBasedMinecraftMod 1.26.4, one can add Player-specific config via a +command `/tbm-edit player `. + +![tbm-edit player command](tbm-edit-player-cmd.png) + +You can make changes as usual, though some options for regular mobs do not +apply to the per-Player config. + +![tbm-edit player editing](tbm-edit-player-display.png) + +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. + !!! note These settings are also in the server-side config. diff --git a/tbmm-docs/docs/tbm-edit-player-cmd.png b/tbmm-docs/docs/tbm-edit-player-cmd.png new file mode 100644 index 0000000..7b3f530 Binary files /dev/null and b/tbmm-docs/docs/tbm-edit-player-cmd.png differ diff --git a/tbmm-docs/docs/tbm-edit-player-display.png b/tbmm-docs/docs/tbm-edit-player-display.png new file mode 100644 index 0000000..e4754c1 Binary files /dev/null and b/tbmm-docs/docs/tbm-edit-player-display.png differ