
Pet Horse
Personal horse companion for each player with customization and progression
- Загрузки
- 1K
- Подписчики
- 23
- Обновлён
- 22 января 2026 г.
- Лицензия
- MIT
Опубликован 10 сентября 2025 г.
# Language for the plugin.
# Available: 'en', 'ru', 'es', 'fr', 'zh', 'pt',
# 'de', 'ja', 'ko', 'it', 'hi, 'ar', 'kg', 'pl',
# 'nl', 'sv', 'cs' 'th', 'fi', 'no'
language: 'en'
# Database configuration (MariaDB only) false - yaml storage
database:
enabled: false
host: "localhost"
port: 3306
name: "minecraft"
user: "root"
password: ""
# Autosave options
autosave:
interval_minutes: 10 # Interval in minutes for autosaving horse data. Must be between 1 and 10080
log: true # Log autosave events, disable to reduce server console spam
# Leveling system configuration
leveling:
base_xp: 100
xp_increment: 50
# Horse stats configuration
stats:
speed_base: 0.18
speed_max_bonus: 0.225
health_base: 15.0
health_max_bonus: 15.0
jump_base: 0.6
jump_max_bonus: 0.6
allow_fall_damage: false
allow_other_players_damage_horses: false
# Horse backpack configuration
# IMPORTANT. Size must be between 9 and 54, and must be a multiple of 9
backpack:
base_size: 9
size_per_level: 9
max_size: 54
armor_slot_enabled: true
drop_on_death: true # Drop backpack contents on horse death
# Cooldown in minutes before a dead horse can be respawned
respawn_cooldown_minutes: 15
Ченджлог
2.0.5Релиз1.21 · 22 января 2026 г.
- purpur 1.21
2.0.5Релиз1.21.9, 1.21.10, 1.21.11 · 13 января 2026 г.
- projectile damage fix
2.0.4Релиз1.21.9, 1.21.10, 1.21.11 · 12 января 2026 г.
- Implement autosave interval and logging options
- Update Paper API dependency
2.0.3Релиз1.21.8, 1.21.9, 1.21.10 · 2 декабря 2025 г.
- new translations
- other players damage horses (true, false)
- bug fixes
2.0.2Релиз1.21.9, 1.21.10, 1.21.11 · 27 октября 2025 г.
- bug fixes
2.0.1Релиз1.21.9, 1.21.10, 1.21.11 · 2 октября 2025 г.
- bug fixes
2.0.0Релиз1.21.9, 1.21.10, 1.21.11 · 29 сентября 2025 г.
- Added horse name colors
Horses can now have colored names. Choose your favorite color for your pet's name! - Improved backpack behavior
Backpacks now have improved item handling. Added setting for item drop behavior. - Better horse AI
Horses are now smarter and follow players more smoothly. - Optimization fixes
General performance improvements and bug fixes. - Improved database connection
More reliable and faster connection to the database.
1.2.8Релиз1.21.9, 1.21.10, 1.21.11 · 25 сентября 2025 г.
- Improved horse AI when following the player
- Saddles and leathers no longer drop on death
- Added Hindi and Arabic languages
Комментарии
Загружаем…