Removed unused repos, and added a new placeholder

This commit is contained in:
2025-04-04 19:11:02 -07:00
parent d256f7da4c
commit 098ce22e11
4 changed files with 20 additions and 27 deletions

View File

@@ -106,7 +106,7 @@ public final class GalaxyBoxPvP extends JavaPlugin implements TabExecutor {
}
}
private void convertInventoryItems(Player player, Material fromMaterial, Material toMaterial, int fromCount, int toCount) {
private void convertInventoryItems(Player player, Material fromMaterial, Material toMaterial, int fromCount, @SuppressWarnings("SameParameterValue") int toCount) {
ItemStack[] inventoryContents = player.getInventory().getContents();
Bukkit.getScheduler().runTask(this, () -> {