From 0d9822165d406a2e6abc53674b2d680c4d0b10b6 Mon Sep 17 00:00:00 2001
From: Stephen Seo
Date: Tue, 5 Nov 2024 08:57:48 +0000
Subject: [PATCH] Deployed 94497ac with MkDocs version: 1.6.1
---
index.html | 2 +-
search/search_index.json | 2 +-
server_config/index.html | 13 +++++++++----
sitemap.xml.gz | Bin 127 -> 127 bytes
4 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/index.html b/index.html
index d2c5383..960ccad 100644
--- a/index.html
+++ b/index.html
@@ -200,5 +200,5 @@
diff --git a/search/search_index.json b/search/search_index.json
index 85a3859..6d24412 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. 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
+{"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.~~ As of version 1.26.5 of the mod, this should happen less frequently! Changes were added in 1.26.5 such that entries that exist in the default config but not in the current config will be appended to the current config. Older versions of this mod still retain the previous behavior: 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. Though this probably shouldn't happen anymore in newer versions of this mod.","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.~~ As of version 1.26.5 of the mod, this should happen less frequently! Changes were added in 1.26.5 such that entries that exist in the default config but not in the current config will be appended to the current config. Older versions of this mod still retain the previous behavior: 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. Though this probably shouldn't happen anymore in newer versions of this mod.","title":"Other Things to Know"}]}
\ No newline at end of file
diff --git a/server_config/index.html b/server_config/index.html
index 951873f..380ff3a 100644
--- a/server_config/index.html
+++ b/server_config/index.html
@@ -216,11 +216,16 @@ battle.
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
+
~~Sometimes a mod update will "reset" the settings in the server-config to
+defaults. This is due to new mob entries in the settings.~~
+As of version 1.26.5 of the mod, this should happen less frequently!
+Changes were added in 1.26.5 such that entries that exist in the default config
+but not in the current config will be appended to the current config.
+Older versions of this mod still retain the previous behavior: 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.
+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. Though this
+probably shouldn't happen anymore in newer versions of this mod.
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index 606733849003756b51c292f707c7cccbc5356172..dc4da9bf5e8fcb13ceb40401a52f7c20a49221de 100644
GIT binary patch
delta 13
Ucmb=gXP58h;9yA5oXB1Q02mJgSpWb4
delta 13
Ucmb=gXP58h;9!tanaExN02ZAC4gdfE