broken1arrow

Results 47 comments of broken1arrow

> > > Hi, update to the latest version New bug. open inventory when break chest, on your newest version.

Yeah I even forget this thread. I think we solved this on discord.

> This would be great for some stuff I am working on, is there any chance this could be merged soon? If this not will be added, I can give...

> I am unsure if this shouldn't live in UnsafeValues. The behaviour is definitely not 100% intented. Yeah is not "intended" behavior but it not exist other options to update...

> > > This would be great for some stuff I am working on, is there any chance this could be merged soon? > > > > > > If...

> > > > > This would be great for some stuff I am working on, is there any chance this could be merged soon? > > > > >...

> > Yeah is not "intended" behavior but it not exist other options to update inventory tittle while is open and under my testing is it safe run it asynchronous....

> > > > > > > This would be great for some stuff I am working on, is there any chance this could be merged soon? > > >...

> > In theory should it work on newer versions (so long mojang not remove the packet some get send to player or get moved). > > Yes the method...

> The title changing generally behaves rather inconsistently when called in a InventoryClickEvent. Here are a few run downs: > > ```java > Bukkit.getScheduler().runTaskLater(this, () -> { > event.getView().title(Component.text(Instant.now().toString())); >...