rough prototype

This commit is contained in:
PiggyPiglet
2026-07-01 21:45:23 +08:00
parent 6dc238c45d
commit 144eca2af5
8 changed files with 195 additions and 26 deletions
@@ -20,6 +20,7 @@
package me.clip.placeholderapi.expansion;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import java.util.logging.Level;
@@ -140,6 +141,10 @@ public abstract class PlaceholderExpansion extends PlaceholderHook {
|| Bukkit.getPluginManager().getPlugin(getRequiredPlugin()) != null;
}
public Collection<TypeHandler<?>> provideTypeHandlers() {
return Collections.emptyList();
}
/**
* Attempt to register this PlaceholderExpansion
*