Permissions

These are the permissions for PersonalHorses.

permissions:
# Players with this permission will inherit its child permissions to spawn undead and skeleton horses
    personalhorses.spawn.*:
        description: Spawn undead and skeleton horses
        default: op
        children:
            personalhorses.spawn.undead: true
            personalhorses.spawn.skeleton: true
            
#Players with this permission will inherit its child permissions for all admin-like functions
    personalhorses.admin:
        description: Interact with and modify other players'' horses
        default: op
        children:
            personalhorses.ride.others: true
            personalhorses.damage.others: true
            personalhorses.damage.wild: true
            personalhorses.clone.others: true
            personalhorses.name.others: true
            personalhorses.lead.others: true
            personalhorses.modify.others: true
            
#Players with this permission can ride other players' horses regardless of the horse's access list
    personalhorses.ride.others:
        description: Ride horses which are not tamed by yourself
        default: op
        
#Players with this permission damage other players' horses
    personalhorses.damage.others:
        description: Damage horses which are not tamed by yourself
        default: op
        
#Players with this permission can damage wild (untamed/unowned) horses
    personalhorses.damage.wild:
        description: Damage wild horses
        default: op

#Players with this permission can clone horses they do not own using spawn eggs
    personalhorses.clone.others:
        description: Clone horses you don't own with Horse spawn eggs
        default: op
        
#Players with this permission can rename any horse, even if they do not own it
    personalhorses.name.others:
        description: Name horses you don't own
        default: op
        
#Players with this permission can lead other players' horses regardless of the horse's access list
    personalhorses.lead.others:
        description: Lead horses you don't own
        default: op

#Players with this permission can modify the access lists of any tamed horse
    personalhorses.modify.others:
        description: Modify a horse of another player
        default: op
        
#Players with this permission can spawn undead horses via command
    personalhorses.spawn.undead:
        description: Spawn an undead horse which is tamed by the command executor
        default: op
        
#Players with thi spermission can spawn skeleton horses via command
    personalhorses.spawn.skeleton:
        description: Spawn a skeleton horse which is tamed by the command executor
        default: op

Comments

Posts Quoted:
Reply
Clear All Quotes