This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?[Pistons]1.[Creative] Put a diamond bloc (or anything else) in front of a piston, place some redstones2./bsc toggle [Survial] place a red stone torch => the diamond bloc will move and then you will be able to pick it up.[Enchantment tables /Brewing stand]You can use these two blocs in [Creative] mode to put some stuff inside and then toggle to [Suvival] to get it in your inventory.
What version of the product are you using?1.8
Do you have an error log of what happened?Nope
Please provide any additional information below.I think it's easy to solve the issue with enchantment table etc...in the "onPlayerInteract" java method you wrote, something here" if ((block.getType() == Material.CHEST || block.getType() == Material.FURNACE || block.getType() == Material.DISPENSER || block.getType() == Material.WORKBENCH) && .... " but you know better than me !
I started to think about the "piston" issue, and ATM I don't know how to handle it...
If you have an idea how to resolve this and you do not have time to code it : can you tell me how would you do so I can try to do the work, I know java and I'm learning bukkit API.
Anyway, thank you for all you've done, this plugin is still a very good idea !
Regards,
Niak
Any tickets submitted as of September 30, 2011, without this line at the end will be deleted.
I'm aware of the piston issue, as it is listed in issue #12. I'll start work on fixing this problem once I return from my vacation.
To post a comment, please login or register a new account.