Refactor PlayerShopCommand to use Brigadier.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package com.alttd.playershops.utils;
|
||||
|
||||
public record Pair<X, Y>(X x, Y y) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user