
Better Baby Pets
Minecraft's new baby mobs utilized pets with unique abilities. Collect Pet Eggs and hatch them in the Incubator!
Better Baby Pets 1.2.0
release25 апреля 2026 г.FULL CONFIGURABLE TRANSLATION
Plugin Localization Guide
To fully translate this plugin into a new language (for example, Chinese zh or Spanish es), follow this step-by-step guide.
Step 1: Set the Locale in Config
Open the main config.yml file for the plugin and define the locale string you want to use. Add this property at the root level:
locale: "zh"
Step 2: Create the Language File
The plugin automatically extracts a default lang_en.yml file when the server starts.
- Navigate to the plugin's configuration folder (e.g.,
plugins/BabyPets/orplugins/FishRework/). - Make a duplicate of the existing
lang_en.ymlfile. - Rename the copy to match the locale you set in Step 1 (e.g., rename to
lang_zh.yml).
Step 3: Translate the System Text (The New File)
Open your newly created language file (lang_zh.yml) and translate the values on the right side of the colon.
Example Original:
gui.leftclick_to_select: "Left-click to select"
Example Translated:
gui.leftclick_to_select: "左键点击选择"
Recipe tweaks, Mob tweaks, Battle Totem
Whats next?
- Improving Sea creatures, balance changes, overall gameplay experience
Better Baby Pets 1.2.0
release25 апреля 2026 г.FULL CONFIGURABLE TRANSLATION
Plugin Localization Guide
To fully translate this plugin into a new language (for example, Chinese zh or Spanish es), follow this step-by-step guide.
Step 1: Set the Locale in Config
Open the main config.yml file for the plugin and define the locale string you want to use. Add this property at the root level:
locale: "zh"
Step 2: Create the Language File
The plugin automatically extracts a default lang_en.yml file when the server starts.
- Navigate to the plugin's configuration folder (e.g.,
plugins/BabyPets/orplugins/FishRework/). - Make a duplicate of the existing
lang_en.ymlfile. - Rename the copy to match the locale you set in Step 1 (e.g., rename to
lang_zh.yml).
Step 3: Translate the System Text (The New File)
Open your newly created language file (lang_zh.yml) and translate the values on the right side of the colon.
Example Original:
gui.leftclick_to_select: "Left-click to select"
Example Translated:
gui.leftclick_to_select: "左键点击选择"
Better Baby Pets 1.1.1
release22 апреля 2026 г.Added Configurable Language Support
- Added Spanish translation (LLM generated)
- To translate to your own language, read
LOCALIZATION_GUIDE.mdin the GitHub repo
Better Baby Pets 1.1.1
release22 апреля 2026 г.Added Configurable Language Support
- Added Spanish translation (LLM generated)
- To translate to your own language, read
LOCALIZATION_GUIDE.mdin the GitHub repo
