From 66a6396e43c3e8197c807c2ffde200dcf0ade3f1 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Thu, 30 Nov 2023 20:14:03 +0100 Subject: [PATCH] Add AdventsCalendar --- src/de/steamwar/lobby/special/advent/AdventCommand.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/de/steamwar/lobby/special/advent/AdventCommand.java b/src/de/steamwar/lobby/special/advent/AdventCommand.java index 7c737e2..6697eeb 100644 --- a/src/de/steamwar/lobby/special/advent/AdventCommand.java +++ b/src/de/steamwar/lobby/special/advent/AdventCommand.java @@ -26,7 +26,6 @@ import de.steamwar.inventory.SWListInv; import de.steamwar.lobby.LobbySystem; import de.steamwar.sql.NodeMember; import de.steamwar.sql.SteamwarUser; -import de.steamwar.sql.UserGroup; import org.bukkit.Material; import org.bukkit.entity.Player; @@ -43,6 +42,7 @@ public class AdventCommand extends SWCommand { } // @Register + /* public void show(Player player, @Min(intValue = 1) @Max(intValue = 31) int day) { if (SteamwarUser.get(player.getUniqueId()).getUserGroup() == UserGroup.Member) { return; @@ -55,6 +55,7 @@ public class AdventCommand extends SWCommand { } }); } + */ @Register public void genericCommand(Player player, String... args) {