-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In-GUI search support #17
Comments
Chat prompts seem to be the way to go with this. The handling of anvils in Bukkit is sub-par to say the least, and "absurd" would be far more realistic. However, this feels like the kind of update that belongs in v1.6, as v1.5 has so far been focused on quality of life updates for server owners. (In-game editor, permissions, economy, etc.) |
Anvils are alright since the PrepareAnvilEvent was added, I think. Before that you need a plugin channel listener like the one I created for BukkitUtilities back then. |
The problem is actually due to the fact that you cannot set items in an anvil inventory, since the anvil inventory itself is actually an instance of |
1 similar comment
The problem is actually due to the fact that you cannot set items in an anvil inventory, since the anvil inventory itself is actually an instance of |
Perhaps using anvils? That, or chat prompts, although anvils would be far more impressive. Will require more research before implementing.
The text was updated successfully, but these errors were encountered: