mirror of
https://github.com/tanyaofei/minecraft-fakeplayer.git
synced 2025-07-13 21:02:27 +08:00
PlaceholderAPI supporting
This commit is contained in:
parent
4b6fbcfb67
commit
ce13799ce2
@ -8,7 +8,6 @@ import io.github.hello09x.fakeplayer.core.manager.FakeplayerManager;
|
||||
import me.clip.placeholderapi.expansion.PlaceholderExpansion;
|
||||
import org.bukkit.entity.Player;
|
||||
import org.bukkit.event.EventHandler;
|
||||
import org.bukkit.event.Listener;
|
||||
import org.bukkit.event.server.PluginDisableEvent;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
@ -20,7 +19,7 @@ import java.util.Optional;
|
||||
* @since 2024/8/15
|
||||
**/
|
||||
@Singleton
|
||||
public class FakeplayerPlaceholderExpansionImpl extends PlaceholderExpansion implements FakeplayerPlaceholderExpansion, Listener {
|
||||
public class FakeplayerPlaceholderExpansionImpl extends PlaceholderExpansion implements FakeplayerPlaceholderExpansion {
|
||||
|
||||
private final FakeplayerManager manager;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user