Skip to content

Permissions

Luis-Dev edited this page Jun 28, 2026 · 2 revisions

Permissions

BetterHorses comes with a fully permission-based system, allowing you to control nearly every feature of the plugin. Permissions for a specific feature only apply when the feature is enabled.


Permission Overview

Permission Description Default
betterhorses.* Grants access to all BetterHorses permissions op
betterhorses.trait.* Grants access to all horse traits true
betterhorses.rider.* Grants access to all rider bonuses true
betterhorses.spawn.* Grants access to all spawn methods true

Basic Permissions

These control the core horse interaction mechanics.

Permission Description Default
betterhorses.mount Allows mounting horses true
betterhorses.feed Allows feeding horses true
betterhorses.breed Allows breeding horses true
betterhorses.tame Allows taming horses true
betterhorses.leash Allows leashing horses true

Feature Permissions

These control special plugin features.

Permission Description Default
betterhorses.bypass Allows riding horses owned by other players false
betterhorses.trample Allows the horse trample feature true
betterhorses.spawn.rightclick Allows spawning horses via right-clicking horse items true
betterhorses.training Allows training horses true
betterhorses.cooldown.bypass Bypasses breeding cooldowns true

Rider Bonuses

These permissions affect the rider while mounted.

Permission Description Default
betterhorses.rider.invincible Enables rider invincibility while mounted true
betterhorses.rider.damageboost Enables mounted damage boost true

Trait Permissions

Global Trait Permissions

Permission Description Default
betterhorses.trait.use Allows using active traits true
betterhorses.trait.receive Allows receiving traited horses through breeding true

Individual Trait Permissions

These permissions allow the usage of specific traits.

Permission Description Default
betterhorses.trait.hellmare Allows the Hellmare trait true
betterhorses.trait.fireheart Allows the Fireheart trait true
betterhorses.trait.featherhooves Allows the Featherhooves trait true
betterhorses.trait.dashboost Allows the Dashboost trait true
betterhorses.trait.kickback Allows the Kickback trait true
betterhorses.trait.ghosthorse Allows the Ghosthorse trait true
betterhorses.trait.heavenhooves Allows the Heavenhooves trait true
betterhorses.trait.undead Allows the Undead trait true

Command Permissions

These permissions control command access.

Permission Description Default
betterhorses.info Allows /horse info true
betterhorses.neuter Allows /horse neuter true
betterhorses.create Allows /horsecreate op
betterhorses.reload Allows /horse reload op
betterhorses.spawn.command Allows /horse spawn true
betterhorses.despawn Allows /horse despawn true

Wildcards

betterhorses.*

Grants:

betterhorses.mount
betterhorses.feed
betterhorses.breed
betterhorses.tame
betterhorses.leash
betterhorses.bypass
betterhorses.trample
betterhorses.spawn.rightclick
betterhorses.training
betterhorses.cooldown.bypass
betterhorses.rider.invincible
betterhorses.rider.damageboost
betterhorses.trait.use
betterhorses.trait.receive
betterhorses.trait.hellmare
betterhorses.trait.fireheart
betterhorses.trait.featherhooves
betterhorses.trait.dashboost
betterhorses.trait.kickback
betterhorses.trait.ghosthorse
betterhorses.trait.heavenhooves
betterhorses.trait.undead
betterhorses.info
betterhorses.neuter
betterhorses.create
betterhorses.reload
betterhorses.spawn.command
betterhorses.despawn
c32a426d-6cdf-4a62-8ea0-025f5afa7006-removebg-preview


Setup


Features


Commands


Developer API


Clone this wiki locally