mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-28 03:19:12 +00:00
removed isEnabled check for some plugins
This commit is contained in:
@@ -26,6 +26,15 @@ import java.util.Map;
|
||||
|
||||
public interface PlaceholderManager {
|
||||
|
||||
/**
|
||||
* Register a custom placeholder
|
||||
*
|
||||
* @param placeholder for instance {level}
|
||||
* @param original for instance %player_level%
|
||||
* @return success or not, it would fail if the placeholder has been registered
|
||||
*/
|
||||
boolean registerCustomPlaceholder(String placeholder, String original);
|
||||
|
||||
/**
|
||||
* Set placeholders in a text string for a player.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user