BukkitExtras

Overview
BukkitExtras is a plugin that adds many miscellaneous useful things like: Transportation/trading of animals, more uses for hoes, elevators, ability to get skeletal and zombie horses in survival, Wand of Trading to swap blocks in the world.
Links
Reviews
Thanks to Carrot Inc
Features
Present Features
- AnimalTags
- Put any owned animal into a name tag by shift right clicking it
- Release a animal in a AnimalTag by shift right clicking a block with it
- Can trade the name tags with animals in, new owner can release them and if its a tameable animal it will set its owner to them
- Shift right click a animal with a book to read its stats
- Special Horses
- With enough rotten flesh or bones, you can turn any owned horse into a undead or skeleton horse by shift right clicking the horse with the item
- Elevators
- Block defaults to lapis block
- Space to teleport to closest elevator block above
- Shift to teleport to closest elevator block below
- BetterHoes
- Break a crop with a hoe to auto replant it
- Right click a crop with hoe to auto grow crops and use bonemeal required
- Right click tilled soil with a hoe to plant any seeds in the next slot of your inventory
- Break sugarcane with a hoe to auto break the 2nd lowest sugarcane, will not break the lowest sugarcane
- Will never break any non fully grown crops
- Works in a 3x3 area
- Wands
- Trading
- Shift right click to set its block
- Right click to transform a block if you have it in your inventory
- Crafting
- Right click to open crafting table gui
- Ender
- Right click to open your ender chest gui
- Enchanting
- Right click to open a enchanting table gui
- If your standing near to bookshelves, its max level will go up
- Trading
- When pigs breed they give 1 to 3 babies to make them actually useful
- Shearing sheep gives 1-3 string
- Shops
- To create a shop, place a sign with "[shop]" on its first line, then place a chest up to 5 blocks below that, and a chest up to 5 blocks below that
- To add something to be sold, put it anywhere on the first line of the first chest
- To change what your selling it for, place what you want to sell it for below it in the inventory
- It works with stacks too
- The second chest is for stock and payment, put all stock your selling in it, will receive items from trades
- To add something to be sold, put it anywhere on the first line of the first chest
- To use a shop, right click the sign, click on any item that says "Can be purchased" to buy it, will give you the item(s) and deduct the item(s) from your inventory
- To create a shop, place a sign with "[shop]" on its first line, then place a chest up to 5 blocks below that, and a chest up to 5 blocks below that
- Custom Enchantments
- Feller
- Applies to axes only
- Max level of 4
- When breaking a log with this enchantment, it will break all other logs above it depending on level
- Higher levels break more blocks upwards
- Level 3 or 4 will also search in a 3x3 area
- Fiery
- Applies to pickaxes and shovels
- When breaking a block with this enchantment, it will auto smelt the drops
- Also applies tools fortune levels to smelted drops, so iron ore will give extra iron ingots
- Feller
- Fully supports BukkitProtect by EliteJynx
- Adds three custom UserTypes, Farmers, Brewers and Traders
- Auto updater by Gravity (Edited by EliteJynx)
BukkitProtect Compatibility
UserTypes
- Farmer, Allows the use of betterhoe features
- Brewer, Allows the use of brewing stands and adjacent chests
- Trader, Allows the use of villagers
- Access UserType is needed to use nether portal (To and From)
- Access UserType is needed to use enderpearls in that region
Crafting Recipes
- String and paper in a shapeless recipe gives you a nametag
- Glass in top right corner, stick in middle and emerald in bottom left corner gives you a Wand of Trading
- Glass in top right corner, stick in middle and crafting table in bottom left corner gives you a Wand of Crafting
- Glass in top right corner, stick in middle and eye of ender in bottom left corner gives you a Wand of Ender
- Glass in top right corner, stick in middle and enchanted book in bottom left corner gives you a Wand of Enchanting
- Leather on the top row, string in middle left and middle right, iron ingots below each string gives you a saddle
Commands
| Command | Usage | Description |
|---|---|---|
| givewand | /givewand wand | Give specified wand to player |
| enchantcustom | /enchantcustom enchant level | Gives item in hand custom enchantment with level |
Configuration
| Name | Description | Default |
|---|---|---|
| AutoUpdate | Enables or disables auto update | true |
| ElevatorBlock | Changes material of the block to use as elevators | Lapis block |
Permissions
| Permission | Description |
|---|---|
| bukkitextras.animaltags | Allows you to use AnimalTags |
| bukkitextras.betterhoes | Allows you to use all the Better Hoe features |
| bukkitextras.specialhorses | Allows you to convert your horse into a special horse |
| bukkitextras.elevators | Allows you to use elevators |
| bukkitextras.wands | Allows you to use wand |
| bukkitextras.givewand | Allows you to use /givewand command |
| bukkitextras.shops | Allows you to use shops |
| bukkitextras.usefulanimals | Allows you to get string from shearing sheep |
| bukkitextras.enchantcustom | Allows you to use /enchantcustom command |
| bukkitextras.customenchants | Allows you to get custom enchants on your tools |
| bukkitextras.customenchants.fiery | Allows you to use the fiery enchant |
| bukkitextras.customenchants.feller | Allows you to to use the feller enchant |
-
View User Profile
-
Send Message
Posted Jan 6, 2014@CodeNil
Right on. I also noticed an error in BlockBreakEvent.
Events.java line 120-121
Accidental addition of an enter?
And line 111
This one seems fine, just backtracing.
Then again I could be reading that wrong or have an outdated file?
-
View User Profile
-
Send Message
Posted Jan 6, 2014@k0nker
Ahh thanks, already found the first one, that's what comment below was referring to, just fixed second one, file is uploaded but may take a day or two to be verified.
-
View User Profile
-
Send Message
Posted Jan 6, 2014@CodeNil
I found the problem, man. Two of them. This will fix Animal Tags.
Line 360 of Events.java you have the wrong permission listed.
Is
should be
Line 160 of AnimalTag.java you check for the name "Animal Tag", there's no space given to the name when the plugin stores the animal, it puts the meta display name as "AnimalTag".
is
should be
So in the meantime, folks can add
to permissions and then use an anvil to rename stored animals tags to
-
View User Profile
-
Send Message
Posted Jan 6, 2014@k0nker
Really not sure whats causing that. Uploaded a new version which could fix it, not too sure.
-
View User Profile
-
Send Message
Posted Jan 6, 2014Like Karnstein, I am having an error getting anything out of the animal tags once they are in there. All of mods are disabled, and I've gone down and tried it with each on, then the next on but the rest off, etc. After we had issues with it not working on our public server, I jumped over and booted up a 1.7.2 server (spigot and CB variations) and the same issue persists.
-
View User Profile
-
Send Message
Posted Jan 2, 2014@mikacakes
Ill look into it some more, but it really shouldn't be my plugin causing it.. The only way that can really happen is from server lag, and I've run tests, this plugin doesn't cause much lag.
-
View User Profile
-
Send Message
Posted Jan 2, 2014As mike1360 Mentioned below, I am still getting this issue as well. Even with the latest version of craftbukkit and the latest version of the plugin, when players warp anywhere they fall out the world and die. :S sucks cos i really love this plugin.
-
View User Profile
-
Send Message
Posted Dec 22, 2013@Karnstein
Well if the animal tag isnt used, the event is cancelled by some other plugin, try removing one at a time to see if its fixed.
-
View User Profile
-
Send Message
Posted Dec 22, 2013@CodeNil
OK I just had no luck with the rotten flesh. After 5 more stacks i got a zombie horse ^^
The AnimalTag isn't used, it stays in the inventory. In creative mode i have an using animation when i shift right click, in survival mode nothing happens.
-
View User Profile
-
Send Message
Posted Dec 21, 2013@Karnstein
Is it actually using the animal tag without creating the animal? And try more rotten flesh, its completely random, so it could take more then two stacks if your unlucky
-
View User Profile
-
Send Message
Posted Dec 20, 2013I've not set any permissions or protected areas. I can Build wherever I want. The wand of trading also works.
I've Just seen, special Horses isn't working on my server either. I used over two stacks of Rotten Flesh on a Horse but the Horse didn't change.
-
View User Profile
-
Send Message
Posted Dec 20, 2013@Karnstein
Most likely the area is protected and you dont have permission to build there?
-
View User Profile
-
Send Message
Posted Dec 20, 2013Hi,
I have a problem with your Plugin. I can't get horses/other mobs out of the AnimalTag. I tried to shift right click a block, but nothing happens. I don't even get any messages/errors in the server console.
I'm running my Server on craftbukkit-1.7.2-R0.1 The following plugins are used
-
View User Profile
-
Send Message
Posted Dec 19, 2013@mike1360
Same as not far below, that is due to server lag which my plugin should produce minimal of. It could be the update handler people have been complaining of, try the latest version
-
View User Profile
-
Send Message
Posted Dec 19, 2013This plugin was causing all the players to die whenever they tried warping somewhere such as /home or use a portal into the nether.
-
View User Profile
-
Send Message
Posted Dec 19, 2013@greaperc4
My plugin will have absolutely nothing to do with factions, it is on they're side.
-
View User Profile
-
Send Message
Posted Dec 19, 2013Hello, If you have Mcore and Facitons in your server and you have BukkitExtras also, then it will spam your chat with: ~ Wilderness. if you move even in my own faction it said: ~ Wilderness
-
View User Profile
-
Send Message
Posted Dec 19, 2013@dotlizard
I cant seem to track down the source of that, nor reproduce it.. All i can recommend is to try the latest bukkit developmental versions here
-
View User Profile
-
Send Message
Posted Dec 19, 2013First of all, thanks for this, it's really a lot of fun and the players love it. And it is running, though I haven't fully tested everything since the latest update. But, even before that, we have been getting these huge errors: http://pastebin.com/7iZ34YFe they didn't really change on the update, they were pretty much the same before and after.
Also they've been with about 2 or 3 spigot snapshots during that time, and no change. That error just seems to pop up. We mainly use the elevators, the hoe works, the horses work, the Feller thing - eh, not so much, but it may be a permission issue with that. But those errors do look pretty awful.
Anyway, thanks again for all your work!
-
View User Profile
-
Send Message
Posted Dec 16, 2013@nacramell
Ok its fixed, minecraft and its weirdness xD