DevSolaris

Results 3 issues of DevSolaris

### Identify the Bug Fixes #490 ### Description of the Change Fix being able to interact with the shop though own inventory ### Alternate Designs Could have checked on the...

### Expected behavior I expect this code to work and to give the "config" argument ```java public final class BrigadierTest extends JavaPlugin { @Override public void onEnable() { // Plugin...

type: bug
status: needs triage
version: 1.21.1

Adds PlotSquared flag to ChestShop. The Async task is neccesary because the GlobalFlagContainer gets constructed later in PlotSquared. We load dependencies in onLoad, but the container isn't available before the...