Allow players to mount and ride animals
Old Video (does not reflect current state of the plugin)
Permissions
tsunhorse.stophorse - Allows use of the /stop command
tsunhorse.spawnhorse - Allows use of the /spawnhorse command
tsunhorse.ridehorse - Allows players to mount animals
Permissions Per Animal
To give players permissions per animal, enter the permission, and replace "animalname" with the name of the animal.
Note that the standard spawn and ride permissions without a animal name specified will override these permissions!
tsunhorse.spawnhorse.animalname
tsunhorse.ridehorse.animalname
Commands
/stop - Allows players to temporarily stop all animals within a radius set in your config to allow them to mount the animal
/spawnhorse <type> - Allows players to spawn a animal to ride on
Config
Old Video (does not reflect current state of the plugin)
Permissions
tsunhorse.stophorse - Allows use of the /stop command
tsunhorse.spawnhorse - Allows use of the /spawnhorse command
tsunhorse.ridehorse - Allows players to mount animals
Permissions Per Animal
To give players permissions per animal, enter the permission, and replace "animalname" with the name of the animal.
Note that the standard spawn and ride permissions without a animal name specified will override these permissions!
tsunhorse.spawnhorse.animalname
tsunhorse.ridehorse.animalname
Commands
/stop - Allows players to temporarily stop all animals within a radius set in your config to allow them to mount the animal
/spawnhorse <type> - Allows players to spawn a animal to ride on
Config
C#:
{
"Settings": {
"Allowed animal types (Horse, Bear, Boar, Chicken, Stag, Wolf)": [
"horse",
"chicken"
],
"Are animals invincible when being ridden": true,
"Allow third person toggle (middle mouse button)": true
},
"Command": {
"Stop command cooldown time (seconds)": 30,
"Spawn command cooldown time (seconds)": 3600,
"Enable command to stop animals within radius": true,
"Radius in which to stop nearby animals": 10,
"Are animals invincible whilst stopped": true,
"Amount of time animals stay stopped": 10
},
"Speeds": {
"bear": {
"Walking speed": 1.8,
"Sprinting speed": 8.0
},
"boar": {
"Walking speed": 1.4,
"Sprinting speed": 7.0
},
"chicken": {
"Walking speed": 0.4,
"Sprinting speed": 2.0
},
"horse": {
"Walking speed": 2.4,
"Sprinting speed": 12.0
},
"stag": {
"Walking speed": 2.2,
"Sprinting speed": 11.0
},
"wolf": {
"Walking speed": 1.8,
"Sprinting speed": 9.0
}
},
"Version": {
"Major": 3,
"Minor": 0,
"Patch": 1
}
}