bugfix 🪱 readded lost getter function for playerDataConfig
This commit is contained in:
@@ -9,6 +9,7 @@ import de.steev.bm.utils.Config;
|
|||||||
import de.steev.bm.utils.exceptions.ConfigEntryExceptions;
|
import de.steev.bm.utils.exceptions.ConfigEntryExceptions;
|
||||||
import org.bukkit.ChatColor;
|
import org.bukkit.ChatColor;
|
||||||
import org.bukkit.World;
|
import org.bukkit.World;
|
||||||
|
import org.bukkit.configuration.file.FileConfiguration;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
import org.bukkit.event.EventHandler;
|
import org.bukkit.event.EventHandler;
|
||||||
import org.bukkit.event.Listener;
|
import org.bukkit.event.Listener;
|
||||||
@@ -88,4 +89,8 @@ public class BetterMinecraft extends JavaPlugin implements Listener {
|
|||||||
// Even more Messaging
|
// Even more Messaging
|
||||||
this.getLogger().info(ChatColor.AQUA + "Ich geh dann mal :c");
|
this.getLogger().info(ChatColor.AQUA + "Ich geh dann mal :c");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public FileConfiguration getPlayerDataConfig() {
|
||||||
|
return this.playerData.getConfig();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user