ZetoFakePlayers-6.0.11.jar
What's new
ZetoFakePlayers 6.0.11 - Changelog
## Update
- Rebuilt the mod class against the local latest Hytale server installation:
`C:\Users\chasz\AppData\Roaming\Hytale\install\release\package\game\latest\Server\HytaleServer.jar`
- Updated `manifest.json` version to `6.0.11`.
- Kept the working player list/tab-list implementation from the stable `6.0.7+` line to avoid bringing back the issue where FakePlayers were not visible in the player list.
## Dialogues and Language
- Kept support for bilingual dialogue pools:
- `messagesPl` for Polish,
- `messagesEn` for English.
- Changing `botLanguage` to `pl` or `en` makes the mod use the matching dialogue list.
- The `messages` field remains available as the compatibility/current-language message list.
## Configuration
- This version is compatible with the existing bilingual config:
`ZetoFakePlayers-config-bilingual.json`
- To switch bots to English, set:
```json
"botLanguage": "en"
```
- To switch bots back to Polish, set:
```json
"botLanguage": "pl"
This mod has no additional files