diff --git a/src/main/java/at/helpch/placeholderapi/expansion/Configurable.java b/src/main/java/at/helpch/placeholderapi/expansion/Configurable.java index e2bc118..af77c09 100644 --- a/src/main/java/at/helpch/placeholderapi/expansion/Configurable.java +++ b/src/main/java/at/helpch/placeholderapi/expansion/Configurable.java @@ -26,12 +26,10 @@ import java.util.Map; /** * Implementing this interface allows {@link at.helpch.placeholderapi.expansion.PlaceholderExpansion PlaceholderExpansions} - * to set a list of default configuration values through the {@link #getDefaults() getDefaults method} - * that should be added to the config.yml of PlaceholderAPI. + * allows you to map an object to a section of yaml in the main config.yml. * *

The entries will be added under {@code expansions} as their own section. *

Example:

- * returning a Map with key {@code foo} and value {@code bar} will result in the following config entry: * *

  * expansions: