Refactor PlayerShopCommand to use Brigadier.

This commit is contained in:
Len
2025-11-20 20:47:58 +01:00
parent aaebd64294
commit 4d531ea7b5
12 changed files with 183 additions and 344 deletions
@@ -0,0 +1,5 @@
package com.alttd.playershops.utils;
public record Pair<X, Y>(X x, Y y) {
}