Added nuVotifier to softdepend

This commit is contained in:
Rsl1122 2019-08-09 09:22:26 +03:00
parent b05ca2e5eb
commit eba36e45a5
3 changed files with 4 additions and 1 deletions

View File

@ -6,4 +6,5 @@ softdepend:
- AdvancedBan
- LiteBans
- LuckPerms
- nuVotifier
- ViaVersion

View File

@ -19,6 +19,7 @@ softdepend:
- LuckPerms
- mcMMO
- MinigamesLib
- nuVotifier
- ProtocolSupport
- RedProtect
- SuperbVote

View File

@ -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 {