# 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 storagedatabase:enabled:falsehost:"localhost"port:3306name:"minecraft"user:"root"password:""# Autosave optionsautosave:interval_minutes:10# Interval in minutes for autosaving horse data. Must be between 1 and 10080log:true# Log autosave events, disable to reduce server console spam# Leveling system configurationleveling:base_xp:100xp_increment:50# Horse stats configurationstats:speed_base:0.18speed_max_bonus:0.225health_base:15.0health_max_bonus:15.0jump_base:0.6jump_max_bonus:0.6allow_fall_damage:falseallow_other_players_damage_horses:false# Horse backpack configuration# IMPORTANT. Size must be between 9 and 54, and must be a multiple of 9backpack:base_size:9size_per_level:9max_size:54armor_slot_enabled:truedrop_on_death:true# Drop backpack contents on horse death# Cooldown in minutes before a dead horse can be respawnedrespawn_cooldown_minutes:15