Skip to content

Commit

Permalink
Add AdvancedVanish to the softdepend list
Browse files Browse the repository at this point in the history
  • Loading branch information
Insprill committed Apr 28, 2024
1 parent 55c89f9 commit 8c2044d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ enum class Dependency(
PREMIUM_VANISH("PremiumVanish", SuperVanishHook::class.java),
SUPER_VANISH("SuperVanish", SuperVanishHook::class.java),
VANISH_NO_PACKET("VanishNoPacket", VanishNoPacketHook::class.java),
VELOCITY_VANISH("VelocityVanish", VelocityVanishHook::class.java),
VAULT("Vault", null, getRegisteredServiceProvider("net.milkbowl.vault.chat.Chat")?.provider),
VELOCITY_VANISH("VelocityVanish", VelocityVanishHook::class.java),
;

val isEnabled get() = Bukkit.getPluginManager().isPluginEnabled(pluginName)
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ author: Insprill
description: The most advanced custom join messages plugin on the market.

softdepend:
- AdvancedVanish
- AuthMe
- CMI
- Essentials
Expand Down

0 comments on commit 8c2044d

Please sign in to comment.