David

Results 34 issues of David

**Actual behavior (the bug)** When using virtual threads javalin randomly stops responding to any request **Expected behavior** Javalin should continue to process my requests **To Reproduce** 1. start a new...

![image](https://github.com/user-attachments/assets/6147b36a-fcd7-454e-828f-15e22dad9ac2) I only deprecated the old MSPT command since I thought there might be plugins out there that access the eval or getColor methods or check for the class name...

I encountered this NPE after dying in a world, unloading that specific world, and another plugin trying to access the last death location, _getLevel returns nullable but toBukkit(BlockPos, Level) doesnt...

I added a WorldDifficultyChangeEvent to allow cancellation and tracking of difficulty changes My specific usecase for this is to set the difficulty of specific other worlds to the same when...

### Description Options to configure the default behavior for the background profiler In other terms: flags the background profiler uses like when starting a profiler via the command - --ignore-sleeping...

suggestion

This allows to get an entity's (team) name without having to switch thread context

For those about to type "BUT WE HAVE `Entity#isInvulnerable` ALREADY!!", I know. `Entity#isInvulnerable` does not return the invulnerability state set via `Entity#setInvulnerable` but whether the entity is immune to the...

Also fixed javadoc parameter names

type: enhancement
area: key
status: needs discussion

### Observed/problematic behavior When publishing a multi-module project via hangar-publish, the server returns an error code 400 saying `Error uploading version, returned 400: version.new.error.duplicateNameAndPlatform` even though there are clearly no...