PlaceHolders

All about the placeholders for PlaceholderAPI

PlaceholderAPI placeholders

MMOHorses contains placeholders that are enabled when PlaceholderAPI is enabled on your server. Here you have a list with all of them:

  • %mmohorses_speed%: Use this placeholder to show a bar with the actual speed percent. This bar will show the percent of the speed that is actually using.

  • %mmohorses_jump%: Use this placeholder to show a bar with the actual jump percent. This bar will show the percent of the jump that is actually using, taking reference of the max walk mode set for jump on the Config.yml file. This is useful if jump is on its highest level on earlier walk modes than speed.

  • %mmohorses_walkmode%: Use this placeholder to show the current walk mode in use.

  • %mmohorses_speedamount%: Use this placeholder to show the speed in blocks that your horse has.

  • %mmohorses_jumpamount%: Use this placeholder to show the jump in blocks that your horse has.

  • %mmohorses_gender%: Use this placeholder to show the gender of your horse.

  • %mmohorses_name%: Use this placeholder to show the name of your horse. This only works for claimed horses, where you had to set a custom name for it.

  • %mmohorses_owner%: Use this placeholder to show the horse's owner name. This only works for claimed horses. If the owner is unknown by the server, it'll be replaced with "???".

  • %mmohorses_price%: Use this placeholder to show the price of the horse. This only works for claimed horses.

  • %mmohorses_claimed%: Use this placeholder to show the amount of horses a player has claimed. This placeholder doesn't require a horse to be riden.

  • %mmohorses_level%: Use this placeholder to show the level of thehorse. This only works on claimed horses.

  • %mmohorses_foodlevel%: Use this placeholder to show a bar with the food level of a horse.

Internal placeholders

MMOHorses contains also placeholders that are used on some texts like the horse information or the action bar. To know in which places you can use them, usually they already contain a placeholder by default, with a same name as one of the next placeholders:

For claimed horses:

  • %horse_food_bar%: Shows the food bar with its current food level.

  • %horse_speed_bar%: Shows the speed bar with its current walkmode.

  • %horse_healthupgrade_amount%: Shows the amount of health given by the upgrade.

  • %horse_speed_actual%: Shows the actual speed of the horse on its current walkmode.

  • %horse_speed_amount%: Shows the total speed of the horse.

  • %horse_jump_actual%: Shows the actual jump of the horse on its current walkmode.

  • %horse_jump_amount%: Shows the total jump of the horse.

  • %horse_health_actual%: Shows the actual health of the horse on its current walkmode.

  • %horse_health_amount%: Shows the total health of the horse.

  • %horse_armor%: Shows the total armor points given by the armor's horse upgrade.

  • %horse_level%: Shows the actual horse level.

  • %horse_owner%: Shows the name of the horse.

  • %horse_price%: Shows the actual price of the horse (Uses the Not-in-sale text in case)

  • %horse_lifetime_date%: Shows the claim date of a horse with a date format.

  • %horse_lifetime%: Shows the amount of days since it was claimed.

  • %horse_deathtime_date%: Shows the last death date of a horse with a date format.

  • %horse_deathtime%: Shows the amount of days since the last death.

  • %horse_jumpupgrade_amount%: Shows the amount of jump given by the horse upgrade.

  • %horse_speedupgrade_amount%: Shows the amount of speed given by the horse upgrade.

  • %horse_healthupgrade_amount%: Shows the amount of health given by the horse upgrade.

  • %horse_name%: Shows the name of the horse.

  • %horse_uuid%: Shows the UUID of the horse.

  • %horse_gender%: Shows the gender of the horse.

  • %horse_saddle%: Shows if the horse has a valid saddle.

  • %horse_status%: Shows if the horse is summoned.

  • %horse_walkmode%: Shows the actual walkmode name of the horse.

  • %horse_walkmode_percent%: Shows the percent of speed using with the actual walkmode.

  • \\: In case you want to use the % symbol, use the two backslashes to skip it on your Lang.yml file.

For unclaimed and claimed horses:

  • %horse_food_bar%: Shows the food bar with its current food level.

  • %horse_speed_bar%: Shows the speed bar with its current walkmode.

  • %horse_speed_actual%: Shows the actual speed of the horse on its current walkmode.

  • %horse_speed_amount%: Shows the total speed of the horse.

  • %horse_jump_actual%: Shows the actual jump of the horse on its current walkmode.

  • %horse_jump_amount%: Shows the total jump of the horse.

  • %horse_health_actual%: Shows the actual health of the horse on its current walkmode.

  • %horse_health_amount%: Shows the total health of the horse.

  • %horse_name%: Shows the name of the horse.

  • %horse_uuid%: Shows the UUID of the horse.

  • %horse_gender%: Shows the gender of the horse.

  • %horse_walkmode%: Shows the actual walkmode name of the horse.

  • %horse_walkmode_percent%: Shows the percent of speed using with the actual walkmode.

  • \\: In case you want to use the % symbol, use the two backslashes to skip it on your Lang.yml file.

Last updated