CraftBook 3

CraftBook 3

139k Downloads

Craftbook cauldron bug

LadyCailinBot opened this issue ยท 8 comments

commented

CRAFTBOOK-2990 - Reported by the_real_legend

I found a problem with cauldrons: if you put objects on it with a dropper and you click constantly, it duplicate objects. It's a little bit hard to explain, so i've done a video:

http://youtu.be/fLe7WOO9upw

It could be a solution if only admin have the permission to create them. Because now there are only permissions to use cauldrons and decide what recipes you can use. All players can do cauldrons now so this is a big problem.

Why i can't select Craftbook as project in this issue?

commented

Comment by the_real_legend

okay, if you add that option i can solve the problem for now because i will let build cauldrons only to admins

commented

Comment by me4502

Done.

But I'd still like to fix this dupe issue.

From what I can tell, the hopper doesn't check if an item has been removed before grabbing it. So I presume I'd have to make this check after the hopper, which would be rather difficult as there isn't a way to check the hopper timings.

commented

Comment by the_real_legend

Without open another ticket, i have another request.
I want to ask you if you can add a feature: an option that i place a sign and every player that click on it open a book. I mean that clicking on a sign don't give you a book but just open a book. The contents of the book can be write in a file, for example written-book.yml.

commented

Comment by me4502

I don't believe that is possible with bukkit sorry.

commented

Comment by me4502

With the dupe, I'm presuming the dropper is taking the stone block but it's still being counted for the cauldron?

And with create permissions, to do that I'd have to either disallow the placement of the cauldron block which a lot of people use for aesthetics, or disallow filling cauldrons, which has the same problem.

commented

Comment by me4502

With the dupe, I'm presuming the dropper is taking the stone block but it's still being counted for the cauldron?

And with create permissions, to do that I'd have to either disallow the placement of the cauldron block which a lot of people use for aesthetics, or disallow filling cauldrons, which has the same problem.

^ I posted this earlier (8.5 hours ago), but I accidentally made it hidden.

commented

Comment by the_real_legend

Can be a temporary solution that to do a cauldron you have to put a sign on netherrack where you have to write [cauldron] for example so that only admin can create cauldrons? Could be a temporary solution until you find a final solution?

commented

Comment by me4502

If I do that it'd be an option in the config, but I can look into something like that.