mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-09 18:31:17 +02:00
Add user-friendly message when host can't connect to ecloud
This commit is contained in:
@@ -47,6 +47,10 @@ public class PlaceholderAPIConfig {
|
||||
return plugin.getConfig().getBoolean("cloud_enabled");
|
||||
}
|
||||
|
||||
public boolean isDebugMode() {
|
||||
return plugin.getConfig().getBoolean("debug", false);
|
||||
}
|
||||
|
||||
public void setCloudEnabled(boolean b) {
|
||||
plugin.getConfig().set("cloud_enabled", b);
|
||||
plugin.reloadConfig();
|
||||
|
Reference in New Issue
Block a user