Advertisement
BrainRTP

LimboFilter/LimboAPI error

Jan 19th, 2024
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.48 KB | None | 0 0
  1. [14:46:04] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Booting up Velocity 3.3.0-SNAPSHOT (git-0993ce2f-b330)...
  2. [14:46:04] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Loading localizations...
  3. [14:46:04] [main/INFO] [com.velocitypowered.proxy.network.ConnectionManager]: Connections will use epoll channels, libdeflate (Linux x86_64) compression, OpenSSL 1.1.x (Linux x86_64) ciphers
  4. [14:46:04] [main/WARN] [com.velocitypowered.proxy.config.VelocityConfiguration]: The proxy is running in offline mode! This is a security risk and you will NOT receive any support!
  5. [14:46:04] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Loading plugins...
  6. [14:46:05] [main/INFO] [auth]: Hello there! I made my first plugin with Velocity.
  7. [14:46:05] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin auth 1.0.0 by BrainRTP
  8. [14:46:05] [main/INFO] [limboapi]: Initializing Simple Virtual World system...
  9. [14:46:06] [main/INFO] [limboapi]: Hooking into EventManager, PlayerList/UpsertPlayerInfo and StateRegistry...
  10. [14:46:07] [main/ERROR] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Can't create plugin limboapi
  11. com.google.inject.ProvisionException: Unable to provision, see the following errors:
  12.  
  13. 1) [Guice/ErrorInjectingConstructor]: ReflectionException: An unexpected internal error was caught during the reflection operations.
  14. at LimboAPI.<init>(LimboAPI.java:154)
  15. at VelocityPluginModule.configure(VelocityPluginModule.java:47)
  16. while locating LimboAPI
  17.  
  18. Learn more:
  19. https://github.com/google/guice/wiki/ERROR_INJECTING_CONSTRUCTOR
  20.  
  21. 1 error
  22.  
  23. ======================
  24. Full classname legend:
  25. ======================
  26. LimboAPI: "net.elytrium.limboapi.LimboAPI"
  27. ReflectionException: "net.elytrium.commons.utils.reflection.ReflectionException"
  28. VelocityPluginModule: "com.velocitypowered.proxy.plugin.loader.java.VelocityPluginModule"
  29. ========================
  30. End of classname legend:
  31. ========================
  32.  
  33. at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  34. at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  35. at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  36. at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:126) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  37. at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:155) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  38. at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:361) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  39. at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:243) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  40. at com.velocitypowered.proxy.Velocity.main(Velocity.java:70) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  41. Caused by: net.elytrium.commons.utils.reflection.ReflectionException: An unexpected internal error was caught during the reflection operations.
  42. at net.elytrium.limboapi.LimboAPI.<init>(LimboAPI.java:192) ~[?:?]
  43. at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$16e202.GUICE$TRAMPOLINE(<generated>) ~[?:?]
  44. at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$16e202.apply(<generated>) ~[?:?]
  45. at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  46. at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  47. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  48. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  49. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  50. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  51. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  52. at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  53. ... 6 more
  54. Caused by: java.lang.NoClassDefFoundError: com/velocitypowered/proxy/protocol/packet/LegacyPlayerListItem
  55. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
  56. at java.lang.ClassLoader.defineClass(ClassLoader.java:1027) ~[?:?]
  57. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) ~[?:?]
  58. at java.net.URLClassLoader.defineClass(URLClassLoader.java:524) ~[?:?]
  59. at java.net.URLClassLoader$1.run(URLClassLoader.java:427) ~[?:?]
  60. at java.net.URLClassLoader$1.run(URLClassLoader.java:421) ~[?:?]
  61. at java.security.AccessController.doPrivileged(AccessController.java:714) ~[?:?]
  62. at java.net.URLClassLoader.findClass(URLClassLoader.java:420) ~[?:?]
  63. at java.lang.ClassLoader.loadClass(ClassLoader.java:593) ~[?:?]
  64. at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass0(PluginClassLoader.java:70) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  65. at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass(PluginClassLoader.java:64) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  66. at java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
  67. at net.elytrium.limboapi.LimboAPI.<init>(LimboAPI.java:187) ~[?:?]
  68. at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$16e202.GUICE$TRAMPOLINE(<generated>) ~[?:?]
  69. at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$16e202.apply(<generated>) ~[?:?]
  70. at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  71. at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  72. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  73. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  74. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  75. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  76. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  77. at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  78. ... 6 more
  79. Caused by: java.lang.ClassNotFoundException: com.velocitypowered.proxy.protocol.packet.LegacyPlayerListItem
  80. at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass0(PluginClassLoader.java:87) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  81. at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass(PluginClassLoader.java:64) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  82. at java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
  83. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
  84. at java.lang.ClassLoader.defineClass(ClassLoader.java:1027) ~[?:?]
  85. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) ~[?:?]
  86. at java.net.URLClassLoader.defineClass(URLClassLoader.java:524) ~[?:?]
  87. at java.net.URLClassLoader$1.run(URLClassLoader.java:427) ~[?:?]
  88. at java.net.URLClassLoader$1.run(URLClassLoader.java:421) ~[?:?]
  89. at java.security.AccessController.doPrivileged(AccessController.java:714) ~[?:?]
  90. at java.net.URLClassLoader.findClass(URLClassLoader.java:420) ~[?:?]
  91. at java.lang.ClassLoader.loadClass(ClassLoader.java:593) ~[?:?]
  92. at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass0(PluginClassLoader.java:70) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  93. at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass(PluginClassLoader.java:64) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  94. at java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
  95. at net.elytrium.limboapi.LimboAPI.<init>(LimboAPI.java:187) ~[?:?]
  96. at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$16e202.GUICE$TRAMPOLINE(<generated>) ~[?:?]
  97. at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$16e202.apply(<generated>) ~[?:?]
  98. at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  99. at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  100. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  101. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  102. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  103. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  104. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  105. at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  106. ... 6 more
  107. [14:46:07] [main/ERROR] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Can't create plugin limbofilter
  108. com.google.inject.ProvisionException: Unable to provision, see the following errors:
  109.  
  110. 1) [Guice/ErrorInjectingConstructor]: NoSuchElementException: No value present
  111. at LimboFilter.<init>(LimboFilter.java:122)
  112. at VelocityPluginModule.configure(VelocityPluginModule.java:47)
  113. while locating LimboFilter
  114.  
  115. Learn more:
  116. https://github.com/google/guice/wiki/ERROR_INJECTING_CONSTRUCTOR
  117.  
  118. 1 error
  119.  
  120. ======================
  121. Full classname legend:
  122. ======================
  123. LimboFilter: "net.elytrium.limbofilter.LimboFilter"
  124. VelocityPluginModule: "com.velocitypowered.proxy.plugin.loader.java.VelocityPluginModule"
  125. ========================
  126. End of classname legend:
  127. ========================
  128.  
  129. at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  130. at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  131. at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  132. at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:126) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  133. at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:155) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  134. at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:361) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  135. at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:243) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  136. at com.velocitypowered.proxy.Velocity.main(Velocity.java:70) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  137. Caused by: java.util.NoSuchElementException: No value present
  138. at java.util.Optional.orElseThrow(Optional.java:377) ~[?:?]
  139. at net.elytrium.limbofilter.LimboFilter.<init>(LimboFilter.java:131) ~[?:?]
  140. at net.elytrium.limbofilter.LimboFilter$$FastClassByGuice$$2bd4da.GUICE$TRAMPOLINE(<generated>) ~[?:?]
  141. at net.elytrium.limbofilter.LimboFilter$$FastClassByGuice$$2bd4da.apply(<generated>) ~[?:?]
  142. at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  143. at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  144. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  145. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  146. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  147. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  148. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  149. at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity-3.3.0-SNAPSHOT-330.jar:3.3.0-SNAPSHOT (git-0993ce2f-b330)]
  150. ... 6 more
  151. [14:46:07] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin litebans 2.13.3 by Ruan
  152. [14:46:07] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin luckperms 5.4.113 by Luck
  153. [14:46:07] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin skinsrestorer 15.0.4 by knat, AlexProgrammerDE, Blackfire62, McLive
  154. [14:46:07] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Loaded 4 plugins
  155. [14:46:07] [Velocity Async Event Executor - #0/INFO] [com.velocitypowered.proxy.console.VelocityConsole]: __
  156. [14:46:07] [Velocity Async Event Executor - #0/INFO] [com.velocitypowered.proxy.console.VelocityConsole]: | |__) LuckPerms v5.4.113
  157. [14:46:07] [Velocity Async Event Executor - #0/INFO] [com.velocitypowered.proxy.console.VelocityConsole]: |___ | Running on Velocity - Velocity
  158. [14:46:07] [Velocity Async Event Executor - #0/INFO] [com.velocitypowered.proxy.console.VelocityConsole]:
  159. [14:46:07] [Velocity Async Event Executor - #0/INFO] [luckperms]: Loading configuration...
  160. [14:46:08] [Velocity Async Event Executor - #0/INFO] [luckperms]: Loading storage provider... [POSTGRESQL]
  161. [14:46:08] [Velocity Async Event Executor - #0/INFO] [me.lucko.luckperms.lib.hikari.HikariDataSource]: luckperms-hikari - Starting...
  162. [14:46:08] [Velocity Async Event Executor - #0/INFO] [me.lucko.luckperms.lib.hikari.HikariDataSource]: luckperms-hikari - Start completed.
  163. [14:46:08] [Velocity Async Event Executor - #0/INFO] [luckperms]: Loading messaging service... [POSTGRESQL]
  164. [14:46:08] [Velocity Async Event Executor - #0/INFO] [luckperms]: Loading internal permission managers...
  165. [14:46:08] [Velocity Async Event Executor - #0/INFO] [luckperms]: Performing initial data load...
  166. [14:46:09] [Velocity Async Event Executor - #0/INFO] [luckperms]: Successfully enabled. (took 1707ms)
  167. [14:46:09] [Velocity Async Event Executor - #0/INFO] [org.hibernate.Version]: HHH000412: Hibernate ORM core version [WORKING]
  168. [14:46:10] [Velocity Async Event Executor - #0/INFO] [org.hibernate.cache.internal.RegionFactoryInitiator]: HHH000026: Second-level cache disabled
  169. [14:46:10] [Velocity Async Event Executor - #0/INFO] [org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator]: HHH000130: Instantiating explicit connection provider: com.zaxxer.hikari.hibernate.HikariConnectionProvider
  170. [14:46:10] [Velocity Async Event Executor - #0/WARN] [com.zaxxer.hikari.hibernate.HikariConnectionProvider]: com.zaxxer.hikari.hibernate.HikariConnectionProvider has been deprecated for versions of Hibernate 4.3.6 and newer. Please switch to org.hibernate.hikaricp.internal.HikariCPConnectionProvider.
  171. [14:46:10] [Velocity Async Event Executor - #0/INFO] [com.zaxxer.hikari.HikariDataSource]: HikariPool-1 - Starting...
  172. [14:46:10] [Velocity Async Event Executor - #0/INFO] [com.zaxxer.hikari.pool.HikariPool]: HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@4e9f8477
  173. [14:46:10] [Velocity Async Event Executor - #0/INFO] [com.zaxxer.hikari.HikariDataSource]: HikariPool-1 - Start completed.
  174. [14:46:10] [Velocity Async Event Executor - #0/WARN] [org.hibernate.orm.deprecation]: HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
  175. [14:46:12] [Velocity Async Event Executor - #0/INFO] [auth]: Main string is: 123123;
  176. [14:46:12] [Velocity Async Event Executor - #0/INFO] [auth]: Localization: TextComponentImpl{content="", style=StyleImpl{obfuscated=not_set, bold=not_set, strikethrough=not_set, underlined=not_set, italic=not_set, color=null, clickEvent=null, hoverEvent=null, insertion=null, font=null}, children=[TextComponentImpl{content="trueManukhasd", style=StyleImpl{obfuscated=not_set, bold=not_set, strikethrough=not_set, underlined=not_set, italic=not_set, color=NamedTextColor{name="white", value="#ffffff"}, clickEvent=null, hoverEvent=null, insertion=null, font=null}, children=[]}]}
  177. [14:46:12] [Thread-4/INFO] [com.velocitypowered.proxy.console.VelocityConsole]: [SocketServer] Server started on 9000
  178. [14:46:12] [Thread-5/INFO] [com.velocitypowered.proxy.console.VelocityConsole]: [SocketServer] Client connected as localhost/127.0.0.1:48044
  179. [14:46:12] [Velocity Async Event Executor - #0/WARN] [litebans]: The duration limit group "helper" does not have the "tempban" option specified.
  180. Note that tempban/tempmute durations will default to 27 seconds and the permission will default to none.
  181. [14:46:12] [Velocity Async Event Executor - #0/INFO] [litebans]: Using configured locale (ru)
  182. [14:46:12] [Velocity Async Event Executor - #0/INFO] [litebans]: Loaded 2 templates from templates.yml!
  183. [14:46:12] [Velocity Async Event Executor - #0/INFO] [litebans]: Loaded 0 template groups from templates.yml!
  184. [14:46:12] [Velocity Async Event Executor - #0/INFO] [litebans]: Loading SQL driver: pgsql 42.4.0 (org.postgresql.Driver)
  185. [14:46:12] [Velocity Async Event Executor - #0/INFO] [litebans]: Connecting to database...
  186. [14:46:12] [Velocity Async Event Executor - #0/INFO] [litebans]: litebans-pool - Starting...
  187. [14:46:13] [Velocity Async Event Executor - #0/INFO] [litebans]: litebans-pool - Start completed.
  188. [14:46:13] [Velocity Async Event Executor - #0/INFO] [litebans]: Connected to postgresql database successfully (149.2 ms).
  189. [14:46:13] [Velocity Async Event Executor - #0/INFO] [litebans]: [Sync] Server name: litebans
  190. [14:46:13] [Velocity Async Event Executor - #0/INFO] [litebans]: [Sync] Server UUID: d7b1e07ec80043d9ad8ac80113ea5d1c <2>
  191. [14:46:13] [Velocity Async Event Executor - #0/INFO] [litebans]: Database connection fully initialized (167.9 ms).
  192. [14:46:13] [Velocity Async Event Executor - #0/INFO] [litebans]: v2.13.3 enabled. Startup took 767 ms.
  193. [14:46:13] [Netty epoll Boss #0/INFO] [com.velocitypowered.proxy.network.ConnectionManager]: Listening on /[0:0:0:0:0:0:0:0%0]:25565
  194. [14:46:13] [main/INFO] [com.velocitypowered.proxy.Velocity]: Done (10.17s)!
  195. [14:46:13] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: ----------------------------------------------
  196. [14:46:13] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: +==================+
  197. [14:46:13] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: | SkinsRestorer |
  198. [14:46:13] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: +==================+
  199. [14:46:13] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: ----------------------------------------------
  200. [14:46:13] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: Version: 15.0.4
  201. [14:46:13] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: Commit: 677e967
  202. [14:46:13] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: This is the latest version!
  203. [14:46:13] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: ----------------------------------------------
  204. [14:47:30] [Thread-6/INFO] [com.velocitypowered.proxy.VelocityServer]: Shutting down the proxy...
  205. [14:47:30] [Thread-6/INFO] [com.velocitypowered.proxy.network.ConnectionManager]: Closing endpoint /0.0.0.0:25565
  206. [14:47:30] [Velocity Async Event Executor - #0/INFO] [litebans]: litebans-pool - Shutdown initiated...
  207. [14:47:30] [Velocity Async Event Executor - #0/INFO] [litebans]: litebans-pool - Shutdown completed.
  208. [14:47:31] [Velocity Async Event Executor - #0/INFO] [litebans]: v2.13.3 disabled.
  209. [14:47:31] [Velocity Async Event Executor - #0/INFO] [luckperms]: Starting shutdown process...
  210. [14:47:31] [Velocity Async Event Executor - #0/INFO] [luckperms]: Closing messaging service...
  211. [14:47:31] [Velocity Async Event Executor - #0/INFO] [luckperms]: Closing storage...
  212. [14:47:31] [Velocity Async Event Executor - #0/INFO] [me.lucko.luckperms.lib.hikari.HikariDataSource]: luckperms-hikari - Shutdown initiated...
  213. [14:47:31] [Velocity Async Event Executor - #0/INFO] [me.lucko.luckperms.lib.hikari.HikariDataSource]: luckperms-hikari - Shutdown completed.
  214. [14:47:31] [Velocity Async Event Executor - #0/INFO] [luckperms]: Goodbye!
  215.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement