| Command | Effect | Permission |
| /stables | All commands are prefixed with /stables | stables.admin grants all permissions |
| /rename | Renames a horse to a new, random name | Requires 'NoTagRename' set to TRUE in config |
| version | Display the version/credits |
| addrider | Adds (rider) to the horse - must be owner |
| delrider | Removes (rider) from the horse - must be owner |
| abandon | Abandons (horse), giving up ownership |
| summon | Summons your horse | stables.summon OR allowSummon true |
| TP | Teleports you to your horse | stables.tp OR allowTP true |
| find | Points a compass to your horse | stables.find OR allowFind true |
| list | Shows all horses owned by you |
| store | Stores horse in the Virtual Stables |
| view | Lists all horses in your stables |
| recover # | Recovers horse from stables - The number is found in /stables view |
| reload | Reloads the Config file | stables.admin |
| config | Changes config options without offline editing | stables.admin |
| save | Manually saves the horse database - for Flatfile only | stables.admin |
| report | View the config options | stables.admin |
| listall | View all horses owned by (player) | stables.list |
| dismount | Force (player) to dismount their horse | stables.dismount |
| check / info | Check the horse's owner | stables.info |
| clearhorses | Remove all horses owned by (player) | stables.clear |
| removeowner | Remove a horse's owner | stables.remove |
| /spawnhorse | Spawns a horse. Add argument 'zombie' or 'skeleton' for those types | stables.spawn |
| Optional argument 3- Player's name, to spawn at their location (useful for command blocks) |
| Allows creation of [Stables] signs | stables.sign |
| Allows player to ride any horse, regardless of owner | stables.ride |
| Allows a player to use the Lure mechanic | stables.lure |
| Enables lure using item # for a specific player. stables.lure is required | stables.lure.# |
| (1.9.7 typo of above permission) | stable.lure.# |
| Allows a player to have # for their max horses | stables.max.# |
| Allows no-cost use of the Virtual Stables | stables.free |
| Allows a player to craft Iron Armor | stables.recipe.armor.iron |
| Allows a player to craft Gold Armor | stables.recipe.armor.gold |
| Allows a player to craft Diamond Armor | stables.recipe.armor.diamond |
| Allows a player to craft Saddles | stables.recipe.saddle |
| Allows a player to craft Name Tags | stables.recipe.nametag |
| Removes the ability for a player to name horses | stables.punish.name |
| Removes the ability for a player to breed horses | stables.punish.breed |
| Removes the ability for a player to ride horses | stables.punish.ride |
| Allows a player to still Summon through worlds when the option is off | stables.summon.world |
| general | none | Header for General Options |
| Debug | true/false | Turn on/off debug messages |
| BlockAll | true/false | Block All damage - Ignores all other settings if set to true |
| PVPDamage | true/false | Block PVP Damage (This includes ALL splash potions, helpful or not) |
| EnviromentDamage | true/false | Blocks environmental (lava/falling/etc) damage |
| OwnerDamage | true/false | Ignores damage to a horse from it's owner |
| MobDamage | true/false | blocks damage from mobs |
| Theft | true/false | Allows stealing/riding of claimed horses |
| CheckUpdates | true/false | Automatically check and notify for updates - Disabled as of 1.8.9 |
| MaxOwned.default | number | The max number of horses a player with no special perms can have |
| ProtectUnclaimed | true/false | Provide protections to unclaimed/unnamed horses as well |
| Save | minutes | How often to save the flatfile database (ignored for SQL) |
| showUnownedWarning | true/false | Display warning about unclaimed horses when dismounting one |
| | |
| MySQL | none | The SQL Settings |
| useSQLite | true/false | Use SQLite instead of flatfile or MySQL |
| useMySQL | true/false | Use MySQL instead of flatfile or SQLite |
| database | YourDBName | The name of your MySQL Database |
| host | localhost | The address |
| user | root | The login |
| password | 12345 | The Password |
| port | 0 | The Port - leave 0 if unknown, or not needed |
| prefix | stables_ | The prefix to all Stables related tables |
| | |
| horses | None | Header for the Horse section |
| tame | | |
| AllowMaxNamed | true/false | Allow horses to still be named if at max limit of horses |
| allowFind | true/false | Points a compass to the last known location of your horse allowTP: false #Allows teleport to a horse you own |
| allowSummon | true/false | Allows you to summon a horse you own |
| allowSummonThroughWorlds | true/false | Allows you to summon horses from other dimensions (ie: Main to Nether) |
| AutoOwn | true/false | Automatically claims a horse when dismounting an unclaimed,tamed horse |
| AutoSaddle | true/false | Automatically adds a saddle to any tamed horse |
| noTagRename | true/false | Allows the use of the /rename command to reset a name of a horse randomly from the names file. |
| lure | | |
| allow | true/false | Allows the use of the lure/spawn horse feature |
| delay | seconds | How long a summon takes |
| timeout | seconds | How many seconds in between each lure attempt |
| disabled | world list | Worlds this feature is DISABLED in, separated by commas. |
| useEnabled | true/false | Disregard the disabled list above - check for enabled worlds ONLY |
| enabled | world list | The only worlds, if useEnabled is set to True, that Lure will work inis true |
| lure | The items allowable for luring a horse |
| 396 | Item Number | What item to use for the lure chance |
| count | number | How many of this item are required (and used) for this lure |
| item2 | item number | Require optional 2nd item for this lure - Set to 0 for none. |
| item2count | number | How many of item 2 are required for this lure. |
| chance | number | The percentage of success for this item only |
| type | number | What type of horse to lure. Set to -1 for any 'regular' horse, donkey or mule, -2 for ANY horse, including zombie and skeleton. |
| health.max | number | The max amount of health a lured horse will have for this item type |
| health.min | number | The minimum health a lured horse will have for this item type |
| | |
| stable | | Header for the Virtual Stables section |
| cost | Number | Cost to store a horse - This feature REQUIRES VAULT |
| useCommand | true/false | Allows commands to store - if false, requires a [Stables] sign nearby |
| timeout | seconds | The timeout for the storage selection |
| disabled | World list | Worlds that Store and Recover are disabled in |
| useEnabled | true/false | Disregard disable list, and check for enabled worlds ONLY |
| enabled | world list | Allow ONLY These worlds to use store/recover |
| | |
| Recipe | | The header for the recipes section |
| usePerms | true/false | Check for required perms (See perms section) |
| hardMode | true/false | Turn on 'hard mode' crafting, requiring blocks instead of ingots for armor |
| saddle | true/false | Allow for saddle creations |
| nametag | true/false | Allow name tags to be created |
| armor.iron | true/false | Allow iron armor to be created |
| armor.gold | True/false | Allow gold armor to be created |
| armor.diamond | true/false | Allow diamond armor to be created |