Implement Linkage for Teamserver

This commit is contained in:
2025-10-23 17:20:07 +02:00
parent 383604ec9f
commit d75c82dca5
12 changed files with 35 additions and 23 deletions
@@ -25,6 +25,7 @@ import de.steamwar.inventory.SWAnvilInv;
import de.steamwar.inventory.SWInventory;
import de.steamwar.inventory.SWItem;
import de.steamwar.inventory.SWListInv;
import de.steamwar.linkage.Linked;
import de.steamwar.teamserver.Builder;
import org.bukkit.Material;
import org.bukkit.block.data.BlockData;
@@ -41,6 +42,7 @@ import java.util.List;
import java.util.Map;
import java.util.regex.Pattern;
@Linked
public class MaterialCommand extends SWCommand implements Listener {
public MaterialCommand() {