From fa50fd14a5b6c2a509c997fe6da41d7cf5a9f8a7 Mon Sep 17 00:00:00 2001 From: PiggyPiglet Date: Sat, 24 Jan 2026 19:36:23 +0800 Subject: [PATCH] I missed an error :( --- .../java/at/helpch/placeholderapi/expansion/Configurable.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: