HorseKeep


Description
Protect your horses from being stolen, with lot of features for Horse management (virtual stable, teleportation...)
This plugin require Vault.
Features
- When you right click a horse with a saddle, it will be automatically protected and nobody will be able to mount it.
- You can set horse protection limit (amount of horses that can be protected)
- If you try to mount horse that you don't own, you will be ejected and you will see horse's owner name in chat
- Add members (riders) for your horse, they will be able to mount your horse
- You can optionally disable horse damages from members.
- TP horse to your position with a simple command
- TP all owned horses to your position
- Set identifiers to your horses (used in commands)
- Un-protect horse, so anyone can take it
- Alert to owner when one of his horses die
- List all owned horses with their identifiers
- Store horse in a virtual stable
- Summon horse from your virtual stable (keep inventory, horse colors/style, health...)
- Localization (default English)
- Admin: Bypass protections and/or limits
- Admin: Transfer horse ownership
- Admin: Can use all commands even if not owner of horse (and list player horses)
How to use HorseKeep
- Right click on a horse with a saddle
- Your horse is now protected, and he will be given a default identifier. Example: 54
- Use /horse id <identifier> <new-identifier> if you want to change identifier. Example: /horse id 54 myhorse
- You can teleport horse to your position by using /horse tp <identifier>. Example: /horse tp myhorse
Commands
See here: http://dev.bukkit.org/bukkit-plugins/horsekeep/pages/commands-and-permissions/
Permissions
See here: http://dev.bukkit.org/bukkit-plugins/horsekeep/pages/commands-and-permissions/
Configuration
# Default horse protection limit by player horsesDefaultLimit: 3 # Disable horse damage from mobs & environment (fall, suffocation...) disableHorseEnvironmentalDamage: true # Disable horse damage from any player disableHorseDamage: false # Disable horse damage from horse members and owner disableHorseDamageFromMembers: true # Used for setting default identifier to horses **don't change this** internalIncrementalIdentifier: 1 # Custom horse protection limit, with permission horsekeep.groups.<group-name> groups: - vip: 5 - staff: 10
Issues
- Can't teleport horses between worlds (you can store horse and summon it in another world)
- Sometimes (bukkit bug?), horses are deleted, and cannot be teleported
- Horse teleportation take alot of CPU, use it carefully or disable it
If you found bug, please report it with tickets
Upcoming features
- Economy (charge player when teleport/protect horse)
- Buy horse
- More admin commands
- WorldGuard integration
- Horse spawns
- Horse lives
- Buy horse health
- Light version of the plugin
Plugin still in Development
HorseKeep can change (configuration, permissions, commands...) at any time during development.
Horses data may not change, so your players will not loose their horses when updating.
Misc
Developer Builds
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.
Source
You can download HorseKeep source from my github : https://github.com/britaniacraft/horsekeep




-
View User Profile
-
Send Message
Posted Jan 25, 2015Due to some recent spigot patchs this plugin will run even smoother. And yeah this is the best horse plugin out there... No flaws really
-
View User Profile
-
Send Message
Posted Dec 5, 2014you sould update and upload to spigot..there are no real good horse plugins and this one is a nice one
-
View User Profile
-
Send Message
Posted Oct 10, 2014dev build server is offline :(
-
View User Profile
-
Send Message
Posted Jul 21, 2014I had a thought that I think makes for a pretty elegant solution to multiple worlds. Only allow summoning the horse from the same world where they were stored. If you want to take your horse to the Nether you just have to ride it through the portal once. I'm assuming that things like Multiverse don't normally allow you to ride a vehicle between worlds.
-
View User Profile
-
Send Message
Posted Jul 21, 2014Hi,
I will update it in next days :)
-
View User Profile
-
Send Message
Posted Jul 20, 2014love this plugin just wondering if its going to be updated for uuids it has not been updated in a while
-
View User Profile
-
Send Message
Posted Jul 19, 2014Hi wonderful plugin but is it somehow possible that it supports multiple worlds, like Multiverse or sth?
-
View User Profile
-
Send Message
Posted Jul 18, 2014I can't ride zombie or skeleton horses. And when I try to store invisible horse, there is an error in Bukkit.
-
View User Profile
-
Send Message
Posted Jul 16, 2014I get the messages saying that a horse has been claimed, but when I do /h list, it doesn't show the new horse.
-
View User Profile
-
Send Message
Posted Jul 10, 2014offline plugin?
-
View User Profile
-
Send Message
Posted Jul 6, 2014@rockintyler8
You can use per-world permissions, if you have a permissions plugin (like PermissionsEX) that supports it, and remove the permissions you don't want to have in the Creative world.
-
View User Profile
-
Send Message
Posted Jun 18, 2014dev build download page offline -,-
-
View User Profile
-
Send Message
Posted Jun 12, 2014Would you, by chance, be able to add multiverse support? The reason the server I play on doesn't use any of the features outside of the horse protection is the fact that someone could teleport their mule to creative and load it up with diamonds. The server happens to have a Survival, PvP, and Creative Inventory with worlds and stuff.
-
View User Profile
-
Send Message
Posted May 30, 2014for some reason the plugin isnt working anymore i type in the commands and it dont do anything
-
View User Profile
-
Send Message
Posted May 17, 2014@britaniacraft
Cool! Can't wait :D
-
View User Profile
-
Send Message
Posted May 12, 2014The 0.3.1 version which support CB 1.7.9 and UUID changes is upcoming. It will also fix some bugs (donkey chests, horse speed..) and maybe add new features.
-
View User Profile
-
Send Message
Posted May 10, 2014@Pasukaru0
Thanks for your pull, but as I said I don't really like to deal with CraftBukkit directly.
The Jenkins dev server is up, adding link to main page !
-
View User Profile
-
Send Message
Posted May 10, 2014@britaniacraft
i made a pull request: https://github.com/britaniacraft/horsekeep/pull/1
-
View User Profile
-
Send Message
Posted May 10, 2014@Pasukaru0
Working on it !
-
View User Profile
-
Send Message
Posted May 10, 2014@britaniacraft
Found a bug:
After retrieving a horse from the virtual stable, its speed is always set to 33.74999 no matter what the value was before. Please fix this!