This is plugin were you can summon horse, donkey or camel via item
I made that plugin to play on minecraft server with friends, but uploaded here.
You can upgrade them in anvil with player levels
available upgrade is speed, health and jump only for horse
commands:
"/kon help" shows you commands in game
"/kon get <horse/donkey/camel>" give you item to summon your animal
"/kon reload" to reload config file
config file
Code (Text):
animals:
horse:
enabled: true # false if you want to disable
default_health: 26.0
default_speed: 0.25
default_jump: 0.7
death_cooldown: 60000 # in ms, 1000 = 1 sec
speed_increment: 0.01
speed_max: 0.35
speed_cost: 5 # in minecraft player lvl
health_increment: 2.0
health_max: 40.0
health_cost: 5
jump_increment: 0.05
jump_max: 1.0
jump_cost: 5
donkey:
enabled: true
default_health: 26.0
default_speed: 0.175
default_jump: 0.5
death_cooldown: 60000
speed_increment: 0.01
speed_max: 0.35
speed_cost: 5
health_increment: 2.0
health_max: 40.0
health_cost: 5
jump_increment: 0.0
jump_max: 0.5
jump_cost: 0
camel:
enabled: true
default_health: 32.0
default_speed: 0.2
default_jump: 0.5
death_cooldown: 60000
speed_increment: 0.01
speed_max: 0.35
speed_cost: 5
health_increment: 2.0
health_max: 48.0
health_cost: 5
jump_increment: 0.0
jump_max: 0.5
jump_cost: 0