Allogeneous submitted a new resource: Place Items on Ground - Set and item down on the ground! Read more about this resource...
This looks pretty awesome, once permissions are added I'll be trying this out! If you want help with anything, I can help you add in permissions.
Allogeneous updated Place Items on Ground with a new update entry: The Functionality Update Read the rest of this update entry...
There should be a patch coming out within the next three days to fix most blacklisted items and all known position bugs.
I put a wooden axe on the ground diagonally yesterday and the place to pick it back up was a block to the left from the centre of the axe.
Thanks for telling me, I'll look into it. I would also avoid placing leads on the ground right now as well. I some how missed them on the blacklist, but they will be fixed in the next update.
It appears that the config is empty until the /updateplaceconfig command has changed the setting once. I will see if I can fix this in the next update. *Update: I just looked at it, I just called the wrong method to save it XD this will be fixed in the new update.
Well, I've been working on the code for the hour or so and I think the update is about ready. All major bugs should be fixed. The list of blocks that the items can be placed on has been updated and practically all blacklisted items have been removed. I should be releasing this update sometime tomorrow.
Allogeneous updated Place Items on Ground with a new update entry: The Tweaks Update Read the rest of this update entry...
Haha, lets hope not too many people disassemble the plugin and look at the class names, my spelling isn't the best thing in the world. XD
Allogeneous updated Place Items on Ground with a new update entry: Extremely Small Tweak Read the rest of this update entry...
There should be a new update for this plugin tomorrow. Some things it includes are full support for 1.10 and 1.9, some other fixes that I will go into more detail on later, and a secret feature that I'll talk about tomorrow. :O
Allogeneous updated Place Items on Ground with a new update entry: The (kinda) Server Friendly Update Read the rest of this update entry...
How about adding 1.8 support? You can simply get the server version with Code (Text): Bukkit.getVersion() Then just store it into a boolean Code (Text): if(Bukkit.getVersion().contains("1.8")){ oneeightversion = true; } Now you can code dynamically for the specific versions! For example if 1.8 is used you can use "player.getItemInHand()", otherwise you can "player.getItemInMainHand()". Would be great if you make it compatible with 1.8