[17:11:52] [main/INFO]: Booting up Velocity 1.0.0...
[17:11:52] [main/INFO]: Connections will use epoll channels, native (Linux amd64) compression, Java ciphers
[17:11:52] [main/INFO]: Loading plugins...
[17:11:53] [main/INFO]: [AltFinder] Downloading Google Guava
[17:11:54] [main/INFO]: [AltFinder] Checking version of ACF
[17:11:55] [main/INFO]: [AltFinder] Downloading ACF
[17:11:55] [main/INFO]: [AltFinder] Downloading Event Chain
[17:11:55] [main/INFO]: [AltFinder] Downloading Configurate
[17:12:03] [main/INFO]: [AltFinder] Downloading Spigot Updater
[17:12:03] [main/INFO]: [AltFinder] Downloading Service Locator
[17:12:04] [main/INFO]: [AltFinder] Downloading Apache Commons (Net)
[17:12:04] [main/INFO]: [AltFinder] Downloading Apache Commons (Lang 3)
[17:12:04] [main/INFO]: [AltFinder] Checking version of SQLite
[17:12:04] [main/INFO]: [AltFinder] Downloading SQLite
[17:12:04] [main/INFO]: [AltFinder] Checking version of MySQL
[17:12:04] [main/INFO]: [AltFinder] Downloading MySQL
[17:12:06] [main/INFO]: [AltFinder] Downloading Caffeine
[17:12:06] [main/INFO]: [AltFinder] Downloading ConcurrentLinkedHashMap
[17:12:06] [main/INFO]: [AltFinder] Downloading RabbitMQ
[17:12:06] [main/INFO]: [AltFinder] Downloading Javassist
[17:12:06] [main/INFO]: [AltFinder] Downloading Javax Annotations
[17:12:06] [main/INFO]: [AltFinder] Downloading GameAnalytics API
[17:12:09] [main/INFO]: [AltFinder] Downloading Abstract Configuration
[17:12:09] [main/INFO]: [AltFinder] Downloading JSON Web
[17:12:09] [main/INFO]: [AltFinder] Downloading Reflection Utils
[17:12:09] [main/INFO]: [AltFinder] Downloading EasySQL
[17:12:09] [main/INFO]: [AltFinder] Downloading Collections
[17:12:09] [main/INFO]: [AltFinder] Downloading Apache Commons Validator
[17:12:10] [main/INFO]: [AltFinder] Downloading Jedis
[17:12:10] [main/ERROR]: me.egg82.altfinder.AltFinder.<init>(java.lang.Object, com.velocitypowered.api.proxy.ProxyServer, com.velocitypowered.api.plugin.PluginDescription)
java.lang.NoSuchMethodException: me.egg82.altfinder.AltFinder.<init>(java.lang.Object, com.velocitypowered.api.proxy.ProxyServer, com.velocitypowered.api.plugin.PluginDescription)
at java.lang.Class.getConstructor0(Class.java:3082) ~[?:1.8.0_212]
at java.lang.Class.getDeclaredConstructor(Class.java:2178) ~[?:1.8.0_212]
at me.egg82.altfinder.VelocityBootstrap.<init>(VelocityBootstrap.java:75) ~[?:?]
at me.egg82.altfinder.VelocityBootstrap$$FastClassByGuice$$e978da4d.newInstance(<generated>) ~[?:?]
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:89) ~[Velocity.jar:1.0.0]
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[Velocity.jar:1.0.0]
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[Velocity.jar:1.0.0]
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:306) ~[Velocity.jar:1.0.0]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1050) ~[Velocity.jar:1.0.0]
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1086) ~[Velocity.jar:1.0.0]
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:78) ~[Velocity.jar:1.0.0]
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:98) ~[Velocity.jar:1.0.0]
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:240) ~[Velocity.jar:1.0.0]
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:200) ~[Velocity.jar:1.0.0]
at com.velocitypowered.proxy.Velocity.main(Velocity.java:41) ~[Velocity.jar:1.0.0]
[17:12:10] [main/ERROR]: Can't create plugin altfinder
com.google.inject.ProvisionException: Unable to provision, see the following errors:

  1. Error injecting constructor, java.lang.RuntimeException: Could not create main class.
    at me.egg82.altfinder.VelocityBootstrap.<init>(VelocityBootstrap.java:53)
    while locating me.egg82.altfinder.VelocityBootstrap

1 error
at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:226) ~[Velocity.jar:1.0.0]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1053) ~[Velocity.jar:1.0.0]
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1086) ~[Velocity.jar:1.0.0]
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:78) ~[Velocity.jar:1.0.0]
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:98) ~[Velocity.jar:1.0.0]
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:240) ~[Velocity.jar:1.0.0]
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:200) ~[Velocity.jar:1.0.0]
at com.velocitypowered.proxy.Velocity.main(Velocity.java:41) ~[Velocity.jar:1.0.0]
Caused by: java.lang.RuntimeException: Could not create main class.
at me.egg82.altfinder.VelocityBootstrap.<init>(VelocityBootstrap.java:79) ~[?:?]
at me.egg82.altfinder.VelocityBootstrap$$FastClassByGuice$$e978da4d.newInstance(<generated>) ~[?:?]
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:89) ~[Velocity.jar:1.0.0]
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[Velocity.jar:1.0.0]
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[Velocity.jar:1.0.0]
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:306) ~[Velocity.jar:1.0.0]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1050) ~[Velocity.jar:1.0.0]
... 6 more
[17:12:10] [main/INFO]: [Anti-VPN] Downloading Google Guava
[17:12:11] [main/INFO]: [Anti-VPN] Checking version of ACF
[17:12:12] [main/INFO]: [Anti-VPN] Downloading ACF
[17:12:12] [main/INFO]: [Anti-VPN] Downloading Event Chain
[17:12:12] [main/INFO]: [Anti-VPN] Downloading Configurate
[17:12:20] [main/INFO]: [Anti-VPN] Downloading Spigot Updater
[17:12:20] [main/INFO]: [Anti-VPN] Downloading Service Locator
[17:12:20] [main/INFO]: [Anti-VPN] Downloading Apache Commons (Net)
[17:12:20] [main/INFO]: [Anti-VPN] Checking version of SQLite
[17:12:20] [main/INFO]: [Anti-VPN] Downloading SQLite
[17:12:20] [main/INFO]: [Anti-VPN] Checking version of MySQL
[17:12:20] [main/INFO]: [Anti-VPN] Downloading MySQL
[17:12:21] [main/INFO]: [Anti-VPN] Downloading Caffeine
[17:12:21] [main/INFO]: [Anti-VPN] Downloading ConcurrentLinkedHashMap
[17:12:21] [main/INFO]: [Anti-VPN] Downloading RabbitMQ
[17:12:21] [main/INFO]: [Anti-VPN] Downloading Javassist
[17:12:21] [main/INFO]: [Anti-VPN] Downloading Javax Annotations
[17:12:21] [main/INFO]: [Anti-VPN] Downloading GameAnalytics API
[17:12:24] [main/INFO]: [Anti-VPN] Downloading Abstract Configuration
[17:12:24] [main/INFO]: [Anti-VPN] Downloading JSON Web
[17:12:24] [main/INFO]: [Anti-VPN] Downloading Reflection Utils
[17:12:24] [main/INFO]: [Anti-VPN] Downloading EasySQL
[17:12:24] [main/INFO]: [Anti-VPN] Downloading Collections
[17:12:24] [main/INFO]: [Anti-VPN] Downloading Apache Commons Validator
[17:12:25] [main/INFO]: [Anti-VPN] Downloading Jedis
[17:12:25] [main/ERROR]: me.egg82.antivpn.AntiVPN.<init>(java.lang.Object, com.velocitypowered.api.proxy.ProxyServer, com.velocitypowered.api.plugin.PluginDescription)
java.lang.NoSuchMethodException: me.egg82.antivpn.AntiVPN.<init>(java.lang.Object, com.velocitypowered.api.proxy.ProxyServer, com.velocitypowered.api.plugin.PluginDescription)
at java.lang.Class.getConstructor0(Class.java:3082) ~[?:1.8.0_212]
at java.lang.Class.getDeclaredConstructor(Class.java:2178) ~[?:1.8.0_212]
at me.egg82.antivpn.VelocityBootstrap.<init>(VelocityBootstrap.java:75) ~[?:?]
at me.egg82.antivpn.VelocityBootstrap$$FastClassByGuice$$c2373590.newInstance(<generated>) ~[?:?]
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:89) ~[Velocity.jar:1.0.0]
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[Velocity.jar:1.0.0]
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[Velocity.jar:1.0.0]
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:306) ~[Velocity.jar:1.0.0]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1050) ~[Velocity.jar:1.0.0]
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1086) ~[Velocity.jar:1.0.0]
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:78) ~[Velocity.jar:1.0.0]
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:98) ~[Velocity.jar:1.0.0]
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:240) ~[Velocity.jar:1.0.0]
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:200) ~[Velocity.jar:1.0.0]
at com.velocitypowered.proxy.Velocity.main(Velocity.java:41) ~[Velocity.jar:1.0.0]
[17:12:25] [main/ERROR]: Can't create plugin antivpn
com.google.inject.ProvisionException: Unable to provision, see the following errors:

  1. Error injecting constructor, java.lang.RuntimeException: Could not create main class.
    at me.egg82.antivpn.VelocityBootstrap.<init>(VelocityBootstrap.java:53)
    while locating me.egg82.antivpn.VelocityBootstrap

1 error
at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:226) ~[Velocity.jar:1.0.0]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1053) ~[Velocity.jar:1.0.0]
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1086) ~[Velocity.jar:1.0.0]
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:78) ~[Velocity.jar:1.0.0]
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:98) ~[Velocity.jar:1.0.0]
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:240) ~[Velocity.jar:1.0.0]
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:200) ~[Velocity.jar:1.0.0]
at com.velocitypowered.proxy.Velocity.main(Velocity.java:41) ~[Velocity.jar:1.0.0]
Caused by: java.lang.RuntimeException: Could not create main class.
at me.egg82.antivpn.VelocityBootstrap.<init>(VelocityBootstrap.java:79) ~[?:?]
at me.egg82.antivpn.VelocityBootstrap$$FastClassByGuice$$c2373590.newInstance(<generated>) ~[?:?]
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:89) ~[Velocity.jar:1.0.0]
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[Velocity.jar:1.0.0]
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[Velocity.jar:1.0.0]
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:306) ~[Velocity.jar:1.0.0]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1050) ~[Velocity.jar:1.0.0]
... 6 more
[17:12:25] [main/INFO]: Plugin has enabled!
[17:12:25] [main/INFO]: Loaded 4 plugins
[17:12:25] [Velocity Event Executor - #0/INFO]:
[17:12:25] [Velocity Event Executor - #0/INFO]: | |
) LuckPerms v4.4.26
[17:12:25] [Velocity Event Executor - #0/INFO]: |___ | Running on Velocity - Velocity
[17:12:25] [Velocity Event Executor - #0/INFO]:
[17:12:25] [Velocity Event Executor - #0/INFO]: Loading configuration...
[17:12:25] [Velocity Event Executor - #0/INFO]: Loading storage provider... [H2]
[17:12:26] [Velocity Event Executor - #0/INFO]: Loading internal permission managers...
[17:12:26] [Velocity Event Executor - #0/INFO]: Performing initial data load...
[17:12:26] [Velocity Event Executor - #0/INFO]: Successfully enabled. (took 683ms)
[17:12:26] [Velocity Event Executor - #0/INFO]: Loaded fallback locale: en_US
[17:12:26] [Velocity Event Executor - #0/INFO]: Locales loaded: 1
[17:12:26] [Velocity Event Executor - #0/INFO]: Announcements loaded: 1
[17:12:26] [Velocity Event Executor - #0/INFO]: Modules loaded: 4 (enabled: 4)
[17:12:26] [main/INFO]: Done (34.21s)!
[17:12:26] [Netty epoll Boss #0/INFO]: Listening on /0:0:0:0:0:0:0:0%0:25565
[17:12:51] [Thread-4/INFO]: Shutting down the proxy...
[17:12:51] [Thread-4/INFO]: Closing endpoint /0:0:0:0:0:0:0:0%0:25565
[17:12:51] [Thread-4/INFO]: Shutting down active modules...
[17:12:51] [Thread-4/INFO]: Closing storage...
[17:12:51] [Thread-4/INFO]: Shutting down internal scheduler...
[17:12:51] [Thread-4/INFO]: Goodbye!

Edit
Pub: 14 Jun 2019 17:19 UTC
Views: 32