Andrew Wong

Results 14 issues of Andrew Wong

This PR basically overhauls the original HyperCommandManager and splits the code into two classes - HyperCommand and HyperCommandUtil. The naming schemes are not exactly ideal. The HyperCommandUtil is essentially a...

I haven't tested/benchmarked the changes of this PR on a live server just yet. This PR adds non-breaking performance improvements in various places. - Pasting schematics should be faster, owing...

### Server Implementation Paper ### Server Version 1.19.2 ### Describe the bug When using a `ForwardExtentCopy` to paste a schematic which contains only blocks, existing item frames are not removed...

Requires Testing

## Description Fix ghost `BlockStorage` blocks due to players building/spawning iron golems, snow golems, and withers.\ Fixes 2425 (tagged below) ## Proposed changes Adds a new listener (`CreatureBuildListener`) which cancels...

✨ Fix

Progress: - Move to checker-qual - Add the cloud editorconfig - Add the cloud checkstyle and enforce it - Switch from text to adventure - Update MiniMessage - Add missing...

enhancement

Waiting on #62 to be merged as this includes the tests for `CopyUtils`. Whilst the PR has enough tests, there is room for improvement in the quality and (potentially) necessary...

Stale

## Description Bugfix ## Proposed changes * Replace the use of a `HashSet` with `ConcurrentHashMap#newKeySet` in the ticker task to prevent `CME`s from ocurring when we are ticking * Updated...

🎯 Needs testing
✨ Fix