File tree Expand file tree Collapse file tree
src/main/java/net/azisaba/lgw/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838import org .bukkit .plugin .PluginManager ;
3939import org .bukkit .plugin .java .JavaPlugin ;
4040import org .bukkit .scheduler .BukkitTask ;
41- import org .jspecify .annotations .Nullable ;
41+ import org .jetbrains .annotations .Nullable ;
4242import org .slf4j .Logger ;
4343
4444import java .io .IOException ;
@@ -79,14 +79,6 @@ public class LeonGunWar extends JavaPlugin {
7979 private WeaponControlConfig weaponControlConfig ;
8080 private ItemsConfig itemsConfig ;
8181
82- private final MatchStartCountdown matchStartCountdown = new MatchStartCountdown ();
83- private final MapSelectCountdown mapSelectCountdown = new MapSelectCountdown ();
84- private final ScoreboardDisplayer scoreboardDisplayer = new ScoreboardDisplayer ();
85- private final MatchManager manager = new MatchManager ();
86- private final AssistStreaks assistStreaks = new AssistStreaks ();
87- private final KillStreaks killStreaks = new KillStreaks ();
88- private final TradeBoardManager tradeBoardManager = new TradeBoardManager ();
89-
9082 private SQLConnection sqlConnection ;
9183
9284 public static JSONMessage getQuickBar () {
Original file line number Diff line number Diff line change 1717import net .azisaba .lgw .core .tasks .LeaderSelectionTask ;
1818import net .azisaba .lgw .core .tasks .MatchCountdownTask ;
1919import net .azisaba .lgw .core .util .*;
20- import net .azisaba .lgw .core .utils .BroadcastUtils ;
21- import net .azisaba .lgw .core .utils .Chat ;
22- import net .azisaba .lgw .core .utils .CustomItem ;
23- import net .azisaba .lgw .core .utils .SecondOfDay ;
2420import net .azisaba .playersettings .PlayerSettings ;
2521import net .azisaba .playersettings .util .SettingsData ;
2622import net .azisaba .lgw .core .util .BattleTeam ;
Original file line number Diff line number Diff line change 44import org .bukkit .Location ;
55import org .bukkit .World ;
66
7+ import java .util .ArrayList ;
8+ import java .util .List ;
79import java .util .Map ;
810
911/**
You can’t perform that action at this time.
0 commit comments