I missed an error :(

This commit is contained in:
PiggyPiglet
2026-01-24 19:36:23 +08:00
parent 085b09e019
commit fa50fd14a5

View File

@@ -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.
*
* <p>The entries will be added under {@code expansions} as their own section.
* <h2>Example:</h2>
* returning a Map with key {@code foo} and value {@code bar} will result in the following config entry:
*
* <pre><code>
* expansions: