9
0
mirror of https://github.com/Xiao-MoMi/Custom-Nameplates.git synced 2025-12-29 11:49:14 +00:00
This commit is contained in:
XiaoMoMi
2024-10-09 22:33:22 +08:00
parent 7eb3296294
commit aa919d18e0
4 changed files with 22 additions and 12 deletions

View File

@@ -148,13 +148,13 @@ public class BukkitCustomNameplates extends CustomNameplates implements Listener
this.senderFactory = new BukkitSenderFactory(this);
this.configManager = new BukkitConfigManager(this);
this.translationManager = new TranslationManager(this);
this.placeholderManager = new PlaceholderManagerImpl(this);
this.actionBarManager = new ActionBarManagerImpl(this);
this.bossBarManager = new BossBarManagerImpl(this);
this.advanceManager = new AdvanceManagerImpl(this);
this.backgroundManager = new BackgroundManagerImpl(this);
this.bubbleManager = new BubbleManagerImpl(this);
this.nameplateManager = new NameplateManagerImpl(this);
this.placeholderManager = new PlaceholderManagerImpl(this);
this.imageManager = new ImageManagerImpl(this);
this.unlimitedTagManager = new UnlimitedTagManagerImpl(this);
this.requirementManager = new BukkitRequirementManager(this);