Wesley Smith

Results 20 comments of Wesley Smith

Could you please provide the most minimal code that reproduces this issue? Thanks.

Closing due to inactivity.

While this would be a nice addition, it is another point of maintenance and something that can be easily whipped up for testing when developing. Ultimately, it would be nice...

The best way around this is indeed using a runnable that runs your code a single tick later. The issue that is occurring is that `onClose` is called before the...

If you don't call closeInventory, the users cursor will stay in the same position when the new inventory opens.

> problem is that i want it to go back when i close anvilgui so it opens previous gui, but when player click, i want it to go forward to...

Definitely a feature that we should add. Perhaps requires a bit more thought than just adding a Response, because ideally a developer should be able to change the title and...

With the change to `ResponseAction`s (#243), this is actually now very possible. Adding a `ResponseAction.replaceTitle(String)` would require some implementation from the VersionWrapper side though, since titles are only supported in...

There is only a certain amount of colors, so I'm not sure if there is even a solution for this.

~~What map was this on? Possibly there aren't enough teams and size is not set (if possible?) or it is ignoring the size.~~ There seems to be no team declaration...