Muqsit
Muqsit
#### Issue description Items having at least 1 namedtag can/will keep glitching in and out of your inventory. When you drop them, it won't drop anything; and when you pick...
#### Issue description When you spawn in \pocketmine\level\particle\SpellParticle, it not only displays the spawn particle, but also broadcasts the glass-break sound. Is it supposed to be [this](https://github.com/iTXTech/Genisys/blob/78d77cac8053414e35dc609bc5aa3c63115a2d99/src/pocketmine/level/particle/Particle.php#L65) particle instead? ####...
The NetworkStackLatencyPacket method isn't any better than delayed tasks as it has a high rate of failure for low-latency users. A more reliable method would be one that: - Doesn't...
Significantly improves performance of `virion_infect` by placing changed files in a temporary directory and calling `Phar::buildFromDirectory($temp_dir_path)`. This avoids repackaging phar for every changed file (repackaging happens only during the `Phar::buildFromDirectory`...
"ChestShop" collides with [poggit-orphanage/ChestShop](https://github.com/poggit-orphanage/ChestShop) and makes the poggit link redirect to it. Any new name suggestions?
### Bug report PHPStan reports the following error when a variable is incremented in a while loop's _condition_ statement: `Strict comparison using === between int and 5 will always evaluate...
### Description Operator Strength Reduction optimizer directly substitutes a sub-expression `x - x` with `0`, not accounting for `INF` or `NAN` values being supplied to `x` (`inf - inf` and...
Before releasing this plugin on poggit, I'd like to address a few things: - The plugin excessively uses reflection, sometimes in places where reflection may not even be necessary (see...
### Issue While world-editing a massive region (eg: `//pos1: [0, 0, 0]` and `//pos2: [1000, 255, 1000]`), the cuboid formed by the two points may include chunks that have never...
With block cages enabled, if you are in a game that hasn't yet started and you restart the server, the block cages will remain there instead of being deleted during...