The plugin adds a system for calling horses via a whistle and allows two people to ride.
AstraHorse — is a Minecraft plugin that adds the ability for a second player to mount horses, donkeys, and mules. The plugin also includes a "Whistle" system for attaching a pet to a player and conveniently controlling it.
🐛 However, if you encounter any problems or bugs! Please file a bug report on the Issues page.
📖 Or you can try to find the answer on our Wiki!.
⚠️ Note: This plugin requires an active internet connection to work properly.
- /astrahorse reload — Command that reloads the plugin.
- /astrahorse item — Command that gives you a second-saddle/whistle item.
- /horse claim — Command to claim a horse
- /horse revoke — Command to revoke the horse
- /horse call — Command to call a horse
- astrahorse.astrahorse.reload — Gives access to the /astrahorse reload command.
- astrahorse.astrahorse.get — Gives access to the /astrahorse get command.
- astrahorse.horse.claim — Gives access to the /horse claim command.
- astrahorse.horse.claim.<number> — The number of horses you can save.
- astrahorse.horse.revoke — Gives access to the /horse revoke command.
- astrahorse.horse.call — Gives access to the /horse call command.
# Language settings
Language:
# Which language file to use
use: en_US
# Enable the prefix before each message
enable_prefix: true
horse-command:
# Allows more than one player to save same horse
horse-save: false
# Two player sit settings
two-player-sits:
# Enable on the horse
horse-enable: true
# Enable on the donkey
donkey-enable: true
# Enable on the mule
mule-enable: true
# Allows to ride a horse with armor on
allow_with_armor: true
# Require the Second Saddle item
require_item: true
# Disable the GSit player siting when the player on horse
disable_gsit_when_on_horse: true
# Blocked commands on horse
blocked-commands:
- "sit"
- "lay"
- "crawl"
- "spin"
# Settings for the Second Saddle item
second-saddle:
item-model: SADDLE
custom-model-data: 1
asset_id: "minecraft:saddle"
name: "&6Second Saddle"
lore:
- "&6Needed to allow two player"
- "&6ride same horse!"
# Settings for the Whistle item
whistle:
material: ECHO_SHARD
custom-model-data: 1
item_cooldown: 5s
name: "&6Whistle"
lore:
- "&6Not linked to any horse!"
linked-lore:
- "&6Linked to %horse%"
mode:
massage: "&6Mode switched to: %mode%"
call: "Call"
saddling: "Saddling"
sound: "entity.experience_orb.pickup"
particle: "HEART"