mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-24 11:36:51 +01:00
Added MassiveCore to the list of plugins exluded from the verifier.
This commit is contained in:
parent
0375ad5391
commit
aaecb08892
@ -54,7 +54,7 @@ class PluginVerifier {
|
|||||||
/**
|
/**
|
||||||
* Contains a list of plugins that will detect and use ProtocolLib dynamically, instead of relying on the dependency system.
|
* Contains a list of plugins that will detect and use ProtocolLib dynamically, instead of relying on the dependency system.
|
||||||
*/
|
*/
|
||||||
private static final Set<String> DYNAMIC_DEPENDENCY = Sets.newHashSet("mcore");
|
private static final Set<String> DYNAMIC_DEPENDENCY = Sets.newHashSet("mcore", "MassiveCore");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set of plugins that have been loaded after ProtocolLib.
|
* Set of plugins that have been loaded after ProtocolLib.
|
||||||
|
Loading…
Reference in New Issue
Block a user