mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-02-13 02:41:22 +01:00
Added nuVotifier to softdepend
This commit is contained in:
parent
b05ca2e5eb
commit
eba36e45a5
@ -6,4 +6,5 @@ softdepend:
|
||||
- AdvancedBan
|
||||
- LiteBans
|
||||
- LuckPerms
|
||||
- nuVotifier
|
||||
- ViaVersion
|
@ -19,6 +19,7 @@ softdepend:
|
||||
- LuckPerms
|
||||
- mcMMO
|
||||
- MinigamesLib
|
||||
- nuVotifier
|
||||
- ProtocolSupport
|
||||
- RedProtect
|
||||
- SuperbVote
|
||||
|
@ -49,7 +49,8 @@ import java.io.InputStream;
|
||||
@Dependency(id = "griefprevention", optional = true),
|
||||
@Dependency(id = "luckperms", optional = true),
|
||||
@Dependency(id = "nucleus", optional = true),
|
||||
@Dependency(id = "redprotect", optional = true)
|
||||
@Dependency(id = "redprotect", optional = true),
|
||||
@Dependency(id = "nuvotifier", optional = true)
|
||||
}
|
||||
)
|
||||
public class PlanSponge extends SpongePlugin implements PlanPlugin {
|
||||
|
Loading…
Reference in New Issue
Block a user