Dieser Commit ist enthalten in:
Ursprung
65ef082ddb
Commit
c06c094d41
@ -16,13 +16,12 @@ public class EggHunt {
|
||||
public static final String EGG_HUNT_CONFIG_KEY = "egghunt2023";
|
||||
|
||||
public static void init() {
|
||||
}
|
||||
|
||||
static {
|
||||
new EggHuntCommand();
|
||||
new EggClickListener();
|
||||
new EggHuntListener();
|
||||
}
|
||||
|
||||
static {
|
||||
File file = new File(LobbySystem.getPlugin().getDataFolder(), "eggs.yml");
|
||||
FileConfiguration fileConfiguration = YamlConfiguration.loadConfiguration(file);
|
||||
fileConfiguration.getList("eggs")
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren