public class CustomPlaceholdersPack extends PlaceholderPack
plugin| Constructor and Description |
|---|
CustomPlaceholdersPack(Plugin plugin) |
| Modifier and Type | Method and Description |
|---|---|
static CustomPlaceholdersPack |
getInstance() |
void |
onDelete()
Triggers on delete
|
void |
onDisable()
Triggers on disable
|
void |
onEnable()
Triggers on enable
|
addOfflinePlaceholder, addPlaceholder, addPlaceholder, generateConfig, getActionName, getAuthor, getConfig, getConfigBuilder, getConfigVersion, getDescription, getId, getJarFile, getName, getOfflinePlaceholder, getOnlinePlaceholder, getPlaceholder, getPlaceholderConditions, getPlaceholderDescriptions, getPlaceholderReplacer, getPlugin, getPluginURL, getStorage, getVersion, hasWildcards, isActionPlaceholder, isEnabled, isModule, isOffline, removePlaceholder, setActionName, setActionPlaceholder, setAuthor, setConfigBuilder, setConfigVersion, setContainsWildcards, setEnabled, setId, setJarFile, setModule, setName, setStorage, setVersionpublic CustomPlaceholdersPack(Plugin plugin)
public static CustomPlaceholdersPack getInstance()
public void onDisable()
PlaceholderPackonDisable in class PlaceholderPackpublic void onDelete()
PlaceholderPackonDelete in class PlaceholderPackpublic void onEnable()
PlaceholderPackonEnable in class PlaceholderPack