Horse Equipment

Oxide Horse Equipment 1.0.0

Sign in to download
This plugin randomly equips horses with equipment like saddles and armor as they spawn.


Configuration

JSON:
{
  "Version": "1.0.0",
  "Chance For Double Saddle Seat": 50,
  "Chance For Single Saddle Seat": 50,
  "Minimum Equipment Slots To Fill": 1,
  "Maximum Equipment Slots To Fill": 4,
  "Items To Equip": [
    {
      "Short Name": "horse.armor.roadsign",
      "Amount": 1
    },
    {
      "Short Name": "horse.shoes.advanced",
      "Amount": 1
    },
    {
      "Short Name": "horse.saddlebag",
      "Amount": 1
    },
    {
      "Short Name": "horse.armor.wood",
      "Amount": 1
    },
    {
      "Short Name": "horse.shoes.basic",
      "Amount": 1
    }
  ]
}
  • Chance For Double Saddle Seat - Sets the percentage chance for a horse to spawn with a double saddle seat.
  • Chance For Single Saddle Seat - Sets the percentage chance for a horse to spawn with a single saddle seat.
  • Minimum Equipment Slots To Fill - The minimum number of equipment slots that will be filled when a horse spawns.
  • Maximum Equipment Slots To Fill - The maximum number of equipment slots that can be filled when a horse spawns.
  • Items To Equip - A list of possible items that the plugin will use to equip horses when they spawn. Each item includes its short name and the amount to be equipped.
Author
VisEntities
Downloads
19
First release
Last update

Ratings

5.00 star(s) 1 reviews

Also by VisEntities

Latest reviews

Really neat and simple plugin, adds a configurable set of equipment to horses, The equipment types and % chance are all availble to choose in the config. Adds a nice extra layer of diversity to Horses in the wild and in the stables.
Back
Top