Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Integrations: add PremiumVanish support
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFaser committed Dec 3, 2023
1 parent 239f415 commit 260b55d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void init() {
if (isPluginEnabled("LuckPerms")) {
INTEGRATIONS_MAP.put("LuckPerms", new FLuckPerms());
}
if (isPluginEnabled("SuperVanish")) {
if (isPluginEnabled("SuperVanish") || isPluginEnabled("PremiumVanish")) {
INTEGRATIONS_MAP.put("SuperVanish", new FSuperVanish());
}
if (isPluginEnabled("Vault")) {
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/settings/integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ LuckPerms:
enable: true
SuperVanish:
enable: true
PremiumVanish:
enable: true
Vault:
enable: true
PlasmoVoice:
Expand Down

0 comments on commit 260b55d

Please sign in to comment.