Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.57 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.57 KB

MobJar

MobJar is a Bukkit plugin that allows you to catch mobs¹ with jars and restore them. This makes trading, transport and storage of mobs easy.

We tested this on Bukkit 1.8 and 1.9, but the plugin should work fine on 1.10 and 1.11, as it doesn't use NMS classes.

¹ For now, only horses and wolves are supported. File an issue if you want to have jars for more creatures.

Usage

There is only one command, /jar. This command is used to buy a mob jar. Vault is required to withdraw the price. If you don't have Vault or don't have an economy plugin, jars will be free.

To catch a mob, right-click it with a jar. To restore a mob from a jar, left-click with that jar.

Permissions

Permission Default Description
mobjar.jar true Allows buying jars using /jar.
mobjar.use true Allows catching mobs with jars.
mobjar.takemounted op Allows putting mobs into jars while another player rides on that mob.
mobjar.steal op Allows putting mobs into jars that are tamed by other players.
mobjar.free false Players with this permission get jars for free.
mobjar.* false Includes all permissions except mobjar.free.

Configuration

Option Default Description
jarprice 500 The price of a mob jar.

License

MobJar is licensed under the MIT license, see the license file.