mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-11-07 08:05:04 +01: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