
AstraHorse 1.0.1 (build 4-REL)
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.
Commands
- /astrahorse reload
— Reloads the plugin.
- /astrahorse item
— Gives you a second-saddle/whistle item.
- /astrahorse info
— Gives you the info about the horse you are looking at.
Permission
- astrahorse.reload
- Gives access to the /astrahorse reload command.
- astrahorse.get
- Gives access to the /astrahorse get command.
- astrahorse.info
- Gives access to the /astrahorse info command.
Configuration
# Language settings
Language:
# Which language file to use
use: en_US
# Enable the prefix before each message
enable_prefix: true
# 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%"
sound: "entity.experience_orb.pickup"
particle: "HEART"