Blu
Blu
Is there currently any other workaround to invite users to a group and when they accept, that they join the group? Currently i thought about saving a group invite in...
Minestom newest Version. 1.19.2 Badlion Client, also came with Vanilla 1.19.2. There is no code that causes this (not from my side) so something internal
Doesn't happen every time, i dont know in which case it happen. It happens with the Method getNearbyEntities(). If i see it correctly, the chunks are loaded but could be...
I dont know. This happens somewhere, you can see the line where it occurs. It only appears sometimes not everytime. Also appeared on Player join & leave, not exactly sure...
I dont know. This happens somewhere, you can see the line where it occurs. It only appears sometimes not everytime. iirc it appeared after the Player joined and left after...
A warning is usually a hint to change anything but i dont know what i should change. If i cant do anything to resolve it, the warning can be removed...
Good point but while i was reading it seems that the Event will not be called if some code executes ```java Player player; player.setHealth(0); ```
EntityDeathEvent is not cancelable
I dont know. This happens somewhere, you can see the line where it occurs. It only appears sometimes not everytime.
```java // Registering the SignHandler MinecraftServer.getBlockManager().registerHandler(NamespaceID.from("minecraft:sign"), SignHandler::new); // SignHandler Class public final class SignHandler implements BlockHandler { @Override public @NotNull NamespaceID getNamespaceId() { return NamespaceID.from("minecraft", "sign"); } public Collection