From f2118c8f925fb3386a573826362619d7229fa5bc Mon Sep 17 00:00:00 2001
From: Stephen Seo
Date: Fri, 1 Nov 2024 06:04:29 +0000
Subject: [PATCH] Deployed 4feba9f with MkDocs version: 1.6.1
---
index.html | 2 +-
search/search_index.json | 2 +-
server_config/index.html | 18 ++++++++++++++++++
sitemap.xml.gz | Bin 127 -> 127 bytes
tbm-edit-player-cmd.png | Bin 0 -> 8339 bytes
tbm-edit-player-display.png | Bin 0 -> 12985 bytes
6 files changed, 20 insertions(+), 2 deletions(-)
create mode 100644 tbm-edit-player-cmd.png
create mode 100644 tbm-edit-player-display.png
diff --git a/index.html b/index.html
index 9405e58..d2c5383 100644
--- a/index.html
+++ b/index.html
@@ -200,5 +200,5 @@
diff --git a/search/search_index.json b/search/search_index.json
index 3d01b97..85a3859 100644
--- a/search/search_index.json
+++ b/search/search_index.json
@@ -1 +1 @@
-{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"TurnBasedMinecraftMod Main repository link. Alternate repository link. Pages Client-side config Server-side config Frequently Asked Questions","title":"TurnBasedMinecraftMod"},{"location":"#turnbasedminecraftmod","text":"Main repository link. Alternate repository link.","title":"TurnBasedMinecraftMod"},{"location":"#pages","text":"Client-side config Server-side config Frequently Asked Questions","title":"Pages"},{"location":"FAQ/","text":"Frequently Asked Questions The FAQ is hosted on the repository.","title":"Frequently Asked Questions"},{"location":"FAQ/#frequently-asked-questions","text":"The FAQ is hosted on the repository.","title":"Frequently Asked Questions"},{"location":"client_config/","text":"Client-side Config The client config can be opened in two ways. One way is via the mod-list (only works in NeoForge, not Forge). The other way is via the /tbm-client-edit command. Currently, the client config allows for configuration for client-side music playback. The \"categories\" settings are comma-separated words that define what \"category\" triggers the \"battle\" music or the \"silly\" music. \"Silly Music Threshold\" determines the percentage of silly-category-mobs in battle required to play silly music. This means if the setting is 49%, and there is one player, one zombie, and two sheep in battle, then the game will play silly music (since 50% of the combatants are sheep and is greater than 49%). Battle/Silly Music Note The TurnBasedMinecraftMod (TBMM) configuration folders need to be generated. Run the mod once to generate them, then close Minecraft. There are two folders in the .minecraft/config/TurnBasedMinecraft/Music/ directory: battle and silly . Place your music files in those folders, and the appropriate music will play depending on if the battle is with silly mobs or not. Note A random song will be picked in the battle folder on battle music, and in the silly music folder on silly music. Warning It is recommended to use .ogg Vorbis files for music. There is support for .mp3 files, but currently .ogg Vorbis files are more stable in this mod. Note that .ogg Opus files are NOT supported, but .ogg Vorbis files are. Note The following command can convert to .ogg Vorbis using ffmpeg: ffmpeg -i -map a:0 -c:a libvorbis output.ogg","title":"Client-Side Config"},{"location":"client_config/#client-side-config","text":"The client config can be opened in two ways. One way is via the mod-list (only works in NeoForge, not Forge). The other way is via the /tbm-client-edit command. Currently, the client config allows for configuration for client-side music playback. The \"categories\" settings are comma-separated words that define what \"category\" triggers the \"battle\" music or the \"silly\" music. \"Silly Music Threshold\" determines the percentage of silly-category-mobs in battle required to play silly music. This means if the setting is 49%, and there is one player, one zombie, and two sheep in battle, then the game will play silly music (since 50% of the combatants are sheep and is greater than 49%).","title":"Client-side Config"},{"location":"client_config/#battlesilly-music","text":"Note The TurnBasedMinecraftMod (TBMM) configuration folders need to be generated. Run the mod once to generate them, then close Minecraft. There are two folders in the .minecraft/config/TurnBasedMinecraft/Music/ directory: battle and silly . Place your music files in those folders, and the appropriate music will play depending on if the battle is with silly mobs or not. Note A random song will be picked in the battle folder on battle music, and in the silly music folder on silly music. Warning It is recommended to use .ogg Vorbis files for music. There is support for .mp3 files, but currently .ogg Vorbis files are more stable in this mod. Note that .ogg Opus files are NOT supported, but .ogg Vorbis files are. Note The following command can convert to .ogg Vorbis using ffmpeg: ffmpeg -i -map a:0 -c:a libvorbis output.ogg","title":"Battle/Silly Music"},{"location":"server_config/","text":"Server-side Config Invoke /tbm-server-edit to print out server settings to the \"chat\" area. In this text area, yellow texts are setting names, green texts are setting values that can be set when clicked on, and dark-green texts are settings that display more settings when clicked on. Note You can hover/click these texts by pressing the \"t\" key to open the chatbox, and using the mouse. When clicking on the dark-green texts, a description and list is shown. You can hover over the text to show what actions may occur when clicked. On click, the action taken will be shown. It is also possible to set config settings via a command, but it is recommended to use the \"click-on-chat\" interface for general server config settings. Per-Mob Settings To demonstrate setting \"per-mob\" settings, it will be shown how to do so with sheep. Invoke /tbm-edit . Some helpful text will show. At this point, TBMM (TurnBasedMinecraftMod) will be keeping track of who you will attack next, so that you can edit their settings. Currently this only applies to mobs like sheep, zombies, skeletons, bees, etc. This is done so that you can physically select the mob you want to \"edit\". In this example, the \"AE\" (attack effect) setting will be changed to \"levitation\", which will cause the sheep to make the player levitate 50% of the time. Also, \"DecisionAttack\" will be set to 100%, so that the sheep will choose to attack instead of fleeing battle. Note Make sure to click on \"Finished Editing\" to save changes to the server-side config. Note that for sheep to enter battle, they must be removed from the \"ignore battle categories\" setting (remove the \"passive\" category). Alternatively, one can set sheep to a category other than \"passive\", like \"animal\" or \"monster\". A category that isn't listed in the \"ignore battle categories\" setting will start turn-based-battle. Now, sheep will attack and cause \"levitation\" 50% of the time. Custom Name Settings Additional entries can be added to the server-side config that applies to mobs named with a specific name (like with a name-tag). Name a mob, then invoke /tbm-edit custom . 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. Other Things to Know 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 .minecraft/config folder (or config folder on the server) to see that the old settings file was renamed and the new settings file is in its place. You may have to compare the files to keep the settings you want.","title":"Server-Side Config"},{"location":"server_config/#server-side-config","text":"Invoke /tbm-server-edit to print out server settings to the \"chat\" area. In this text area, yellow texts are setting names, green texts are setting values that can be set when clicked on, and dark-green texts are settings that display more settings when clicked on. Note You can hover/click these texts by pressing the \"t\" key to open the chatbox, and using the mouse. When clicking on the dark-green texts, a description and list is shown. You can hover over the text to show what actions may occur when clicked. On click, the action taken will be shown. It is also possible to set config settings via a command, but it is recommended to use the \"click-on-chat\" interface for general server config settings.","title":"Server-side Config"},{"location":"server_config/#per-mob-settings","text":"To demonstrate setting \"per-mob\" settings, it will be shown how to do so with sheep. Invoke /tbm-edit . Some helpful text will show. At this point, TBMM (TurnBasedMinecraftMod) will be keeping track of who you will attack next, so that you can edit their settings. Currently this only applies to mobs like sheep, zombies, skeletons, bees, etc. This is done so that you can physically select the mob you want to \"edit\". In this example, the \"AE\" (attack effect) setting will be changed to \"levitation\", which will cause the sheep to make the player levitate 50% of the time. Also, \"DecisionAttack\" will be set to 100%, so that the sheep will choose to attack instead of fleeing battle. Note Make sure to click on \"Finished Editing\" to save changes to the server-side config. Note that for sheep to enter battle, they must be removed from the \"ignore battle categories\" setting (remove the \"passive\" category). Alternatively, one can set sheep to a category other than \"passive\", like \"animal\" or \"monster\". A category that isn't listed in the \"ignore battle categories\" setting will start turn-based-battle. Now, sheep will attack and cause \"levitation\" 50% of the time.","title":"Per-Mob Settings"},{"location":"server_config/#custom-name-settings","text":"Additional entries can be added to the server-side config that applies to mobs named with a specific name (like with a name-tag). Name a mob, then invoke /tbm-edit custom . 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.","title":"Custom Name Settings"},{"location":"server_config/#other-things-to-know","text":"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 .minecraft/config folder (or config folder on the server) to see that the old settings file was renamed and the new settings file is in its place. You may have to compare the files to keep the settings you want.","title":"Other Things to Know"}]}
\ No newline at end of file
+{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"TurnBasedMinecraftMod Main repository link. Alternate repository link. Pages Client-side config Server-side config Frequently Asked Questions","title":"TurnBasedMinecraftMod"},{"location":"#turnbasedminecraftmod","text":"Main repository link. Alternate repository link.","title":"TurnBasedMinecraftMod"},{"location":"#pages","text":"Client-side config Server-side config Frequently Asked Questions","title":"Pages"},{"location":"FAQ/","text":"Frequently Asked Questions The FAQ is hosted on the repository.","title":"Frequently Asked Questions"},{"location":"FAQ/#frequently-asked-questions","text":"The FAQ is hosted on the repository.","title":"Frequently Asked Questions"},{"location":"client_config/","text":"Client-side Config The client config can be opened in two ways. One way is via the mod-list (only works in NeoForge, not Forge). The other way is via the /tbm-client-edit command. Currently, the client config allows for configuration for client-side music playback. The \"categories\" settings are comma-separated words that define what \"category\" triggers the \"battle\" music or the \"silly\" music. \"Silly Music Threshold\" determines the percentage of silly-category-mobs in battle required to play silly music. This means if the setting is 49%, and there is one player, one zombie, and two sheep in battle, then the game will play silly music (since 50% of the combatants are sheep and is greater than 49%). Battle/Silly Music Note The TurnBasedMinecraftMod (TBMM) configuration folders need to be generated. Run the mod once to generate them, then close Minecraft. There are two folders in the .minecraft/config/TurnBasedMinecraft/Music/ directory: battle and silly . Place your music files in those folders, and the appropriate music will play depending on if the battle is with silly mobs or not. Note A random song will be picked in the battle folder on battle music, and in the silly music folder on silly music. Warning It is recommended to use .ogg Vorbis files for music. There is support for .mp3 files, but currently .ogg Vorbis files are more stable in this mod. Note that .ogg Opus files are NOT supported, but .ogg Vorbis files are. Note The following command can convert to .ogg Vorbis using ffmpeg: ffmpeg -i -map a:0 -c:a libvorbis output.ogg","title":"Client-Side Config"},{"location":"client_config/#client-side-config","text":"The client config can be opened in two ways. One way is via the mod-list (only works in NeoForge, not Forge). The other way is via the /tbm-client-edit command. Currently, the client config allows for configuration for client-side music playback. The \"categories\" settings are comma-separated words that define what \"category\" triggers the \"battle\" music or the \"silly\" music. \"Silly Music Threshold\" determines the percentage of silly-category-mobs in battle required to play silly music. This means if the setting is 49%, and there is one player, one zombie, and two sheep in battle, then the game will play silly music (since 50% of the combatants are sheep and is greater than 49%).","title":"Client-side Config"},{"location":"client_config/#battlesilly-music","text":"Note The TurnBasedMinecraftMod (TBMM) configuration folders need to be generated. Run the mod once to generate them, then close Minecraft. There are two folders in the .minecraft/config/TurnBasedMinecraft/Music/ directory: battle and silly . Place your music files in those folders, and the appropriate music will play depending on if the battle is with silly mobs or not. Note A random song will be picked in the battle folder on battle music, and in the silly music folder on silly music. Warning It is recommended to use .ogg Vorbis files for music. There is support for .mp3 files, but currently .ogg Vorbis files are more stable in this mod. Note that .ogg Opus files are NOT supported, but .ogg Vorbis files are. Note The following command can convert to .ogg Vorbis using ffmpeg: ffmpeg -i -map a:0 -c:a libvorbis output.ogg","title":"Battle/Silly Music"},{"location":"server_config/","text":"Server-side Config Invoke /tbm-server-edit to print out server settings to the \"chat\" area. In this text area, yellow texts are setting names, green texts are setting values that can be set when clicked on, and dark-green texts are settings that display more settings when clicked on. Note You can hover/click these texts by pressing the \"t\" key to open the chatbox, and using the mouse. When clicking on the dark-green texts, a description and list is shown. You can hover over the text to show what actions may occur when clicked. On click, the action taken will be shown. It is also possible to set config settings via a command, but it is recommended to use the \"click-on-chat\" interface for general server config settings. Per-Mob Settings To demonstrate setting \"per-mob\" settings, it will be shown how to do so with sheep. Invoke /tbm-edit . Some helpful text will show. At this point, TBMM (TurnBasedMinecraftMod) will be keeping track of who you will attack next, so that you can edit their settings. Currently this only applies to mobs like sheep, zombies, skeletons, bees, etc. This is done so that you can physically select the mob you want to \"edit\". In this example, the \"AE\" (attack effect) setting will be changed to \"levitation\", which will cause the sheep to make the player levitate 50% of the time. Also, \"DecisionAttack\" will be set to 100%, so that the sheep will choose to attack instead of fleeing battle. Note Make sure to click on \"Finished Editing\" to save changes to the server-side config. Note that for sheep to enter battle, they must be removed from the \"ignore battle categories\" setting (remove the \"passive\" category). Alternatively, one can set sheep to a category other than \"passive\", like \"animal\" or \"monster\". A category that isn't listed in the \"ignore battle categories\" setting will start turn-based-battle. Now, sheep will attack and cause \"levitation\" 50% of the time. Custom Name Settings Additional entries can be added to the server-side config that applies to mobs named with a specific name (like with a name-tag). Name a mob, then invoke /tbm-edit custom . 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 . You can make changes as usual, though some options for regular mobs do not apply to the per-Player config. 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. Other Things to Know 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 .minecraft/config folder (or config folder on the server) to see that the old settings file was renamed and the new settings file is in its place. You may have to compare the files to keep the settings you want.","title":"Server-Side Config"},{"location":"server_config/#server-side-config","text":"Invoke /tbm-server-edit to print out server settings to the \"chat\" area. In this text area, yellow texts are setting names, green texts are setting values that can be set when clicked on, and dark-green texts are settings that display more settings when clicked on. Note You can hover/click these texts by pressing the \"t\" key to open the chatbox, and using the mouse. When clicking on the dark-green texts, a description and list is shown. You can hover over the text to show what actions may occur when clicked. On click, the action taken will be shown. It is also possible to set config settings via a command, but it is recommended to use the \"click-on-chat\" interface for general server config settings.","title":"Server-side Config"},{"location":"server_config/#per-mob-settings","text":"To demonstrate setting \"per-mob\" settings, it will be shown how to do so with sheep. Invoke /tbm-edit . Some helpful text will show. At this point, TBMM (TurnBasedMinecraftMod) will be keeping track of who you will attack next, so that you can edit their settings. Currently this only applies to mobs like sheep, zombies, skeletons, bees, etc. This is done so that you can physically select the mob you want to \"edit\". In this example, the \"AE\" (attack effect) setting will be changed to \"levitation\", which will cause the sheep to make the player levitate 50% of the time. Also, \"DecisionAttack\" will be set to 100%, so that the sheep will choose to attack instead of fleeing battle. Note Make sure to click on \"Finished Editing\" to save changes to the server-side config. Note that for sheep to enter battle, they must be removed from the \"ignore battle categories\" setting (remove the \"passive\" category). Alternatively, one can set sheep to a category other than \"passive\", like \"animal\" or \"monster\". A category that isn't listed in the \"ignore battle categories\" setting will start turn-based-battle. Now, sheep will attack and cause \"levitation\" 50% of the time.","title":"Per-Mob Settings"},{"location":"server_config/#custom-name-settings","text":"Additional entries can be added to the server-side config that applies to mobs named with a specific name (like with a name-tag). Name a mob, then invoke /tbm-edit custom . 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.","title":"Custom Name Settings"},{"location":"server_config/#per-player-settings","text":"As of TurnBasedMinecraftMod 1.26.4, one can add Player-specific config via a command /tbm-edit player . You can make changes as usual, though some options for regular mobs do not apply to the per-Player config. 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.","title":"Per-Player Settings"},{"location":"server_config/#other-things-to-know","text":"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 .minecraft/config folder (or config folder on the server) to see that the old settings file was renamed and the new settings file is in its place. You may have to compare the files to keep the settings you want.","title":"Other Things to Know"}]}
\ No newline at end of file
diff --git a/server_config/index.html b/server_config/index.html
index 88ebb0f..951873f 100644
--- a/server_config/index.html
+++ b/server_config/index.html
@@ -119,6 +119,10 @@
+ Per-Player Settings
+
+
Other Things to Know
@@ -197,6 +201,20 @@ 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 <PLAYER_NAME>
.
+
+You can make changes as usual, though some options for regular mobs do not
+apply to the per-Player config.
+
+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.
+
Other Things to Know
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
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index e74d7be6e040d0cc1a3cd188f59f11af4fe8f8e9..606733849003756b51c292f707c7cccbc5356172 100644
GIT binary patch
delta 13
Ucmb=gXP58h;9!tanaExN02ZAC4gdfE
delta 13
Ucmb=gXP58h;Al`)n8;oM02#ysl>h($
diff --git a/tbm-edit-player-cmd.png b/tbm-edit-player-cmd.png
new file mode 100644
index 0000000000000000000000000000000000000000..7b3f530ae6ae9ec775aab6a5dbade617ade2c9a8
GIT binary patch
literal 8339
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
literal 0
HcmV?d00001
diff --git a/tbm-edit-player-display.png b/tbm-edit-player-display.png
new file mode 100644
index 0000000000000000000000000000000000000000..e4754c122bfdb17c552fb7a2c901e61b6b7ef85e
GIT binary patch
literal 12985
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 $w{;*n
zHXpT3DEfY#DZdzkWGwLHt-$ujMJo=a*$oj@-
zZ(A?Esy;Ro7*x7bl|B{kNzphziXM1)k38BU{wCYj#v?0p_0?O%?MamsI$8+Z#Ugu_
zlTXk^;ws$n6WQ!Et11y(o)@CR;7>~@bhAk5LB8IT3**Pa#b3+3n1eOHnff!O9&c5C
zS(T`=1GKsAPD% |