mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-21 11:45:16 +01:00
Expose plugins dir
This commit is contained in:
parent
f66bc3c435
commit
48e20167c2
@ -34,9 +34,9 @@ import java.util.Map;
|
||||
public class PluginManager {
|
||||
|
||||
public static final LambdaManager EVENT_MANAGER = LambdaManager.threadSafe(new LambdaMetaFactoryGenerator());
|
||||
public static final File PLUGINS_DIR = new File("plugins");
|
||||
|
||||
private static final Yaml YAML = new Yaml();
|
||||
private static final File PLUGINS_DIR = new File("plugins");
|
||||
private static final List<ViaProxyPlugin> PLUGINS = new ArrayList<>();
|
||||
|
||||
public static List<ViaProxyPlugin> getPlugins() {
|
||||
|
Loading…
Reference in New Issue
Block a user