mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-24 00:15:16 +01:00
!Updated PAPI support
This commit is contained in:
parent
a40093cd66
commit
5e0999e173
Binary file not shown.
@ -1,15 +1,13 @@
|
||||
package net.Indyuce.mmocore.comp.placeholder;
|
||||
|
||||
import net.asangarin.hexcolors.ColorParse;
|
||||
import org.bukkit.OfflinePlayer;
|
||||
|
||||
import me.clip.placeholderapi.PlaceholderAPI;
|
||||
import me.clip.placeholderapi.expansion.PlaceholderExpansion;
|
||||
import net.asangarin.hexcolors.ColorParse;
|
||||
|
||||
public class PlaceholderAPIParser implements PlaceholderParser {
|
||||
public PlaceholderAPIParser() {
|
||||
PlaceholderExpansion expansion = new RPGPlaceholders();
|
||||
expansion.getPlaceholderAPI().getLocalExpansionManager().register(expansion);
|
||||
new RPGPlaceholders().register();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user