Add testcommand
Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
79164acbbf
Commit
d1e6e87129
@ -53,7 +53,7 @@ public class Kit {
|
|||||||
|
|
||||||
static {
|
static {
|
||||||
if(!kits.exists()) {
|
if(!kits.exists()) {
|
||||||
Bukkit.getLogger().log(Level.SEVERE, "Kitconfig fehlend!");
|
Bukkit.getLogger().log(Level.SEVERE, "Kitconfig fehlend!" + kits.getAbsolutePath());
|
||||||
}
|
}
|
||||||
|
|
||||||
FileConfiguration kitData = YamlConfiguration.loadConfiguration(kits);
|
FileConfiguration kitData = YamlConfiguration.loadConfiguration(kits);
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren