Javier León

Results 24 issues of Javier León

`DataConnectorImpl->waitAll()` uses `usleep` and a while loop to receive data from other threads which it might affect the CPU by looping an unnecessary amount of times. This pull request changes...

## Introduction Currently when you destroy an item with contents (ex: shulker box) it doesn’t drop them. ## Changes ### API changes Added the following methods in `Item`: - `Item->getContainedItems()`:...

Category: Gameplay
Type: Enhancement
Opinions Wanted

## Introduction Currently `strtolower` and `strtoupper` changes result according to system locale. This could lead to some bugs listed by the issue below. This pull request replaces every `strtolower` and...

Category: Core
Type: Contribution
Line: Stable
Inconsistency

Please make sure your pull request complies with these guidelines: - * [x] Use same formatting - * [x] Changes must have been tested on PMMP. - * [x] Unless...

When I walk, sprint or swim towards flowing water it detects SpeedB.

bug

When doing `$this->plugin->updateRegion($player)` it will update the player’s region with the player’s position before it actually goes to that position in events like `PlayerMoveEvent` and `EntityTeleportEvent`, so I added a...

Fixes #64, #45, #43, #37

These checks are missing: * Hitbox * ChestStealer * OmniSprint * PacketD (Player swim while not sprinting nor in water) * PacketE (Player glide while not having elytra nor falling)...

enhancement

## Introduction Sometimes we want to limit the number of players that can join our server without needing to restart it and have to make them rejoin it and possibly...

Category: API
Category: Core
Requires translations
BC break
Type: Enhancement

## Introduction Added entity middle-click feature, this is a vanilla feature that it hasn't been implemented for so long. ### Relevant issues * Closes #4766 ## Changes ### API changes...

Category: API
Category: Gameplay
Type: Enhancement