Max Lee
Max Lee
Updating titles is not supported by the library nor is it properly supported by the plugin API itself without doing some packet hackery. You would need to re-open a new/the...
Accessing the Bukkit API async is in general not a good idea so I'm not too sure if this can be supported directly in the library, I suggest completing the...
1. "latest" is not a version, please provide the exact version or even build that you are using. 2. Please provide some code example.
Hm, you are nesting dynamic elements inside of o dynamic element, that might be what is causing that behaviour. Such a setup is not necessary as the outermost dynamic element...
Seeing as the issue isn't happening for me, yes.
Full plugin (code) would be the easiest to debug this with, otherwise you are going to have to provide an extremely simple example which can reproduce this behaviour. (Because I...
Pretty sure using non-standard numbers can lead to odd behaviour with items in inventories hence why I blocked them. That would require some research if all supported versions can do...
Interesting, I assume that has something to do with it opening the new inventory without explicitly closing the old one in order to avoid the mouse moving back to the...
What exactly is your use case? Because there is already a `GuiStorageElement#setApplyStorage(Runnable)` with which you can define what should happen whenever an item was changed. Theoretically one could also back...
Currently there is no context, it's meant to be used to save the whole inventory. I guess it could be possible to expose some more information about which item changed...