Max Lee

Results 495 comments of Max Lee

I recently made minedown-adventure the main branch with a note in the readme added about Bungee-chat being legacy. At some point `minedown` 2.0 will be released with a bunch new...

Vault is still the defacto standard and while the project itself might not receive frequent updates that's kinda expected from a project that is basically feature complete and can't modify...

> The feature I'm mostly looking for is multi-currency support, which Vault doesn't do, and since it's no longer developed, it probably won't ever support it. Well multi-currency was already...

> Why ChestShop hasn't been updated on Bukkit and/or Spigot and why hasn't there been a stable release since 2022? Using a dev build feels like its going to be...

Sorry about the late reply as well :S These are the external resources I found in the web inspector: ![image](https://github.com/user-attachments/assets/db1a2356-4f86-4467-8aba-bba45559cafd) My guess would be that the blockly dependency just has...

No ETA seeing as the same functionality can already be achieved by simply reopening the GUI in a close handler e.g. with ```java gui.setCloseAction(close -> { close.getGui().show(close.getPlayer())); return false; }...

I cannot confirm this bug without QualityArmory and just the item's NBT so it seems to be an issue with [QualityArmor's ChestShop integration](https://github.com/Lorenzo0111/QualityArmory/blob/master/src/main/java/me/zombie_striker/qg/handlers/ChestShopHandler.java) itself which provides their own short names...

I tried to look into this a bit but I'm unsure if this is even something that can be fixed in the extension but in the Blockly library itself. (Or...

Sure, it didn't show that locally for me though. How do you build it correctly to trigger the linter to check the code? Because neither the build command from the...

Ah, right, that would explain it. I didn't manage to set that up properly as I run builds via WSL but commit via IntelliJ running on Windows. I remember there...