diff --git a/src/main/java/world/bentobox/bentobox/BentoBox.java b/src/main/java/world/bentobox/bentobox/BentoBox.java index 8b41a6c2c..f3a56cf33 100644 --- a/src/main/java/world/bentobox/bentobox/BentoBox.java +++ b/src/main/java/world/bentobox/bentobox/BentoBox.java @@ -324,8 +324,9 @@ public class BentoBox extends JavaPlugin { } /** - * True if the plugin is loaded and ready - * @return the isLoaded + * Returns whether BentoBox is fully loaded or not. + * This basically means that all managers are instantiated and can therefore be safely accessed. + * @return whether BentoBox is fully loaded or not. */ public boolean isLoaded() { return isLoaded;