Advertisement
Guest User

PasteBin

a guest
Dec 14th, 2019
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 144.38 KB | None | 0 0
  1. [12:53:25] [Server thread/INFO]: Starting minecraft server version 1.14.4
  2. [12:53:25] [Server thread/INFO]: Loading properties
  3. [12:53:26] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-9de398a-9c887d4 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
  4. [12:53:26] [Server thread/INFO]: Server Ping Player Sample Count: 12
  5. [12:53:26] [Server thread/INFO]: Using 4 threads for Netty based IO
  6. [12:53:26] [Server thread/INFO]: Debug logging is disabled
  7. [12:53:26] [Server thread/INFO]: Default game type: SURVIVAL
  8. [12:53:26] [Server thread/INFO]: Generating keypair
  9. [12:53:27] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
  10. [12:53:27] [Server thread/INFO]: Using epoll channel type
  11. [12:53:33] [Server thread/WARN]: Plugin CoreProtect v2.14.4 does not specify an api-version.
  12. [12:53:36] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@e84387e]
  13. [12:53:36] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  14. [12:53:36] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_14_R4 as the Bukkit adapter
  15. [12:53:37] [Server thread/INFO]: Ignoring invalid block minecraft:sign
  16. [12:53:37] [Server thread/INFO]: Ignoring invalid block minecraft:wall_sign
  17. [12:53:37] [Server thread/WARN]: [WorldEdit] ====================================================
  18. [12:53:37] [Server thread/WARN]: [WorldEdit] WorldEdit works better if you use Paper
  19. [12:53:37] [Server thread/WARN]: [WorldEdit] as your server software.
  20. [12:53:37] [Server thread/WARN]: [WorldEdit]
  21. [12:53:37] [Server thread/WARN]: [WorldEdit] Paper offers significant performance improvements,
  22. [12:53:37] [Server thread/WARN]: [WorldEdit] bug fixes, security enhancements and optional
  23. [12:53:37] [Server thread/WARN]: [WorldEdit] features for server owners to enhance their server.
  24. [12:53:37] [Server thread/WARN]: [WorldEdit]
  25. [12:53:37] [Server thread/WARN]: [WorldEdit] Paper includes Timings v2, which is significantly
  26. [12:53:37] [Server thread/WARN]: [WorldEdit] better at diagnosing lag problems over v1.
  27. [12:53:37] [Server thread/WARN]: [WorldEdit]
  28. [12:53:37] [Server thread/WARN]: [WorldEdit] All of your plugins should still work, and the
  29. [12:53:37] [Server thread/WARN]: [WorldEdit] Paper community will gladly help you fix any issues.
  30. [12:53:37] [Server thread/WARN]: [WorldEdit]
  31. [12:53:37] [Server thread/WARN]: [WorldEdit] Join the Paper Community @ https://papermc.io
  32. [12:53:37] [Server thread/WARN]: [WorldEdit] ====================================================
  33. [12:53:37] [Server thread/WARN]: Plugin ColoredSigns v2.0 does not specify an api-version.
  34. [12:53:37] [Server thread/WARN]: Plugin WorldGuard v6.2.2-SNAPSHOT;8eeab68 does not specify an api-version.
  35. [12:53:37] [Server thread/ERROR]: Could not load 'plugins/worldguard-bukkit-6.2.2 (2).jar' in folder 'plugins'
  36. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/sk89q/worldedit/Location
  37. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139) ~[server.jar:git-Spigot-9de398a-9c887d4]
  38. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[server.jar:git-Spigot-9de398a-9c887d4]
  39. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:253) [server.jar:git-Spigot-9de398a-9c887d4]
  40. at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:350) [server.jar:git-Spigot-9de398a-9c887d4]
  41. at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:194) [server.jar:git-Spigot-9de398a-9c887d4]
  42. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:776) [server.jar:git-Spigot-9de398a-9c887d4]
  43. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  44. Caused by: java.lang.NoClassDefFoundError: com/sk89q/worldedit/Location
  45. at com.sk89q.worldguard.protection.flags.DefaultFlag.<clinit>(DefaultFlag.java:134) ~[?:?]
  46. at com.sk89q.worldguard.bukkit.WorldGuardPlugin.<init>(WorldGuardPlugin.java:136) ~[?:?]
  47. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_212]
  48. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_212]
  49. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_212]
  50. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_212]
  51. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_212]
  52. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:71) ~[server.jar:git-Spigot-9de398a-9c887d4]
  53. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[server.jar:git-Spigot-9de398a-9c887d4]
  54. ... 6 more
  55. Caused by: java.lang.ClassNotFoundException: com.sk89q.worldedit.Location
  56. at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212]
  57. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:135) ~[server.jar:git-Spigot-9de398a-9c887d4]
  58. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81) ~[server.jar:git-Spigot-9de398a-9c887d4]
  59. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
  60. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
  61. at com.sk89q.worldguard.protection.flags.DefaultFlag.<clinit>(DefaultFlag.java:134) ~[?:?]
  62. at com.sk89q.worldguard.bukkit.WorldGuardPlugin.<init>(WorldGuardPlugin.java:136) ~[?:?]
  63. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_212]
  64. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_212]
  65. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_212]
  66. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_212]
  67. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_212]
  68. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:71) ~[server.jar:git-Spigot-9de398a-9c887d4]
  69. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[server.jar:git-Spigot-9de398a-9c887d4]
  70. ... 6 more
  71. [12:53:37] [Server thread/WARN]: Plugin AntiPlugins v13.0 does not specify an api-version.
  72. [12:53:37] [Server thread/WARN]: Plugin DeluxeTags v1.7.1 does not specify an api-version.
  73. [12:53:37] [Server thread/WARN]: Plugin PermissionsEx v1.23.4 does not specify an api-version.
  74. [12:53:37] [Server thread/WARN]: Plugin StaffChat v1.0.0 does not specify an api-version.
  75. [12:53:38] [Server thread/WARN]: Plugin SimpleSuffix v2.0 does not specify an api-version.
  76. [12:53:38] [Server thread/WARN]: Plugin ChatEx v2.2.1 does not specify an api-version.
  77. [12:53:38] [Server thread/WARN]: Plugin BetterRTP v2.9.3 does not specify an api-version.
  78. [12:53:38] [Server thread/WARN]: Plugin SuperMobCoins v2.2 does not specify an api-version.
  79. [12:53:38] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.14.4
  80. [12:53:38] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v1.14-152;21d736c
  81. [12:53:38] [Server thread/INFO]: [ColoredSigns] Loading ColoredSigns v2.0
  82. [12:53:38] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.4
  83. [12:53:38] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.6
  84. [12:53:38] [Server thread/INFO]: [UltraCustomizer] Loading UltraCustomizer v1.3.0
  85. [12:53:38] [Server thread/INFO]: [Votifier] Loading Votifier v3.0.0-SNAPSHOT
  86. [12:53:38] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.0-b775
  87. [12:53:38] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0-SNAPSHOT
  88. [12:53:38] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.14.4) has not yet been tested! Proceed with caution.
  89. [12:53:38] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v9.8.2-SNAPSHOT
  90. [12:53:38] [Server thread/INFO]: [AntiPlugins] Loading AntiPlugins v13.0
  91. [12:53:38] [Server thread/INFO]: [Vouchers] Loading Vouchers v1.7.9
  92. [12:53:38] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.14
  93. [12:53:38] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags v1.7.1
  94. [12:53:38] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  95. [12:53:38] [Server thread/INFO]: [UltraPunishments] Loading UltraPunishments v1.2.9
  96. [12:53:38] [Server thread/INFO]: [MOTD] Loading MOTD v2.3.6
  97. [12:53:38] [Server thread/INFO]: [StaffChat] Loading StaffChat v1.0.0
  98. [12:53:38] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
  99. [12:53:38] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.12.0-d4d7ac4
  100. [12:53:38] [Server thread/INFO]: [CrazyEnchantments] Loading CrazyEnchantments v1.8-Dev-Build-v7-RELEASE
  101. [12:53:38] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.1.0
  102. [12:53:38] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.0
  103. [12:53:38] [Server thread/INFO]: [CrateReloaded] Loading CrateReloaded v2.0.18
  104. [12:53:38] [Server thread/INFO]: [WildStacker] Loading WildStacker v3 Pre-4
  105. [12:53:38] [Server thread/INFO]: [TradeSystem] Loading TradeSystem v1.1.3
  106. [12:53:38] [Server thread/INFO]: [GangsPlus] Loading GangsPlus v2.6.1
  107. [12:53:38] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.1.0
  108. [12:53:38] [Server thread/INFO]: [AuctionGUIPlus] Loading AuctionGUIPlus v1.5.1
  109. [12:53:38] [Server thread/INFO]: [SimpleSuffix] Loading SimpleSuffix v2.0
  110. [12:53:38] [Server thread/INFO]: [TAB] Loading TAB v2.5.4
  111. [12:53:38] [Server thread/INFO]: [SuperbVote] Loading SuperbVote v0.5.4
  112. [12:53:38] [Server thread/INFO]: [ChatEx] Loading ChatEx v2.2.1
  113. [12:53:38] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.1.3
  114. [12:53:38] [Server thread/INFO]: [BetterRTP] Loading BetterRTP v2.9.3
  115. [12:53:38] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.1.0
  116. [12:53:38] [Server thread/INFO]: [UltimateKits] Loading UltimateKits v2.4.13
  117. [12:53:39] [Server thread/INFO]: [SuperMobCoins] Loading SuperMobCoins v2.2
  118. [12:53:39] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0-SNAPSHOT
  119. [12:53:39] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  120. [12:53:39] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
  121. [12:53:39] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  122. [12:53:39] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  123. [12:53:39] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  124. [12:53:39] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  125. [12:53:39] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
  126. [12:53:39] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  127. [12:53:39] [Server thread/INFO]: Preparing level "world"
  128. [12:53:39] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
  129. [12:53:39] [Server thread/INFO]: Loaded 6 recipes
  130. [12:53:40] [Server thread/INFO]: -------- World Settings For [world] --------
  131. [12:53:40] [Server thread/INFO]: Experience Merge Radius: 3.0
  132. [12:53:40] [Server thread/INFO]: Mob Spawn Range: 4
  133. [12:53:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
  134. [12:53:40] [Server thread/INFO]: Cane Growth Modifier: 100%
  135. [12:53:40] [Server thread/INFO]: Melon Growth Modifier: 100%
  136. [12:53:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  137. [12:53:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  138. [12:53:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
  139. [12:53:40] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  140. [12:53:40] [Server thread/INFO]: Carrot Growth Modifier: 100%
  141. [12:53:40] [Server thread/INFO]: Potato Growth Modifier: 100%
  142. [12:53:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
  143. [12:53:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  144. [12:53:40] [Server thread/INFO]: Vine Growth Modifier: 100%
  145. [12:53:40] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  146. [12:53:40] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  147. [12:53:40] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  148. [12:53:40] [Server thread/INFO]: Kelp Growth Modifier: 100%
  149. [12:53:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  150. [12:53:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  151. [12:53:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  152. [12:53:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  153. [12:53:40] [Server thread/INFO]: Max TNT Explosions: 100
  154. [12:53:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  155. [12:53:40] [Server thread/INFO]: View Distance: 10
  156. [12:53:40] [Server thread/INFO]: Arrow Despawn Rate: 1200
  157. [12:53:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  158. [12:53:40] [Server thread/INFO]: Item Despawn Rate: 6000
  159. [12:53:40] [Server thread/INFO]: Item Merge Radius: 2.5
  160. [12:53:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  161. [12:53:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  162. [12:53:40] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
  163. [12:53:40] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  164. [12:53:40] [Server thread/INFO]: Experience Merge Radius: 3.0
  165. [12:53:40] [Server thread/INFO]: Mob Spawn Range: 4
  166. [12:53:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
  167. [12:53:40] [Server thread/INFO]: Cane Growth Modifier: 100%
  168. [12:53:40] [Server thread/INFO]: Melon Growth Modifier: 100%
  169. [12:53:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  170. [12:53:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  171. [12:53:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
  172. [12:53:40] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  173. [12:53:40] [Server thread/INFO]: Carrot Growth Modifier: 100%
  174. [12:53:40] [Server thread/INFO]: Potato Growth Modifier: 100%
  175. [12:53:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
  176. [12:53:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  177. [12:53:40] [Server thread/INFO]: Vine Growth Modifier: 100%
  178. [12:53:40] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  179. [12:53:40] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  180. [12:53:40] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  181. [12:53:40] [Server thread/INFO]: Kelp Growth Modifier: 100%
  182. [12:53:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  183. [12:53:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  184. [12:53:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  185. [12:53:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  186. [12:53:40] [Server thread/INFO]: Max TNT Explosions: 100
  187. [12:53:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  188. [12:53:40] [Server thread/INFO]: View Distance: 10
  189. [12:53:40] [Server thread/INFO]: Arrow Despawn Rate: 1200
  190. [12:53:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  191. [12:53:40] [Server thread/INFO]: Item Despawn Rate: 6000
  192. [12:53:40] [Server thread/INFO]: Item Merge Radius: 2.5
  193. [12:53:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  194. [12:53:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  195. [12:53:40] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
  196. [12:53:42] [Server thread/INFO]: Preparing spawn area: 0%
  197. [12:53:42] [Server thread/INFO]: Preparing spawn area: 0%
  198. [12:53:42] [Server thread/INFO]: Preparing spawn area: 0%
  199. [12:53:42] [Server thread/INFO]: Preparing spawn area: 13%
  200. [12:53:42] [Server thread/INFO]: Time elapsed: 1927 ms
  201. [12:53:42] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
  202. [12:53:43] [Server thread/INFO]: Preparing spawn area: 0%
  203. [12:53:43] [Server thread/INFO]: Preparing spawn area: 0%
  204. [12:53:43] [Server thread/INFO]: Preparing spawn area: 0%
  205. [12:53:44] [Server-Worker-4/INFO]: Preparing spawn area: 83%
  206. [12:53:44] [Server-Worker-4/INFO]: Preparing spawn area: 83%
  207. [12:53:45] [Server-Worker-3/INFO]: Preparing spawn area: 83%
  208. [12:53:45] [Server-Worker-2/INFO]: Preparing spawn area: 83%
  209. [12:53:46] [Server-Worker-8/INFO]: Preparing spawn area: 83%
  210. [12:53:46] [Server-Worker-4/INFO]: Preparing spawn area: 84%
  211. [12:53:47] [Server-Worker-7/INFO]: Preparing spawn area: 86%
  212. [12:53:47] [Server-Worker-4/INFO]: Preparing spawn area: 92%
  213. [12:53:48] [Server-Worker-7/INFO]: Preparing spawn area: 96%
  214. [12:53:48] [Server thread/INFO]: Time elapsed: 5835 ms
  215. [12:53:48] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.14.4
  216. [12:53:48] [Server thread/INFO]: [CoreProtect] Invalid WorldEdit version found.
  217. [12:53:48] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
  218. [12:53:48] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  219. [12:53:48] [Server thread/INFO]: [ColoredSigns] Enabling ColoredSigns v2.0
  220. [12:53:48] [Server thread/INFO]: [ColoredSigns] ColoredSigns enabling.
  221. [12:53:48] [Server thread/WARN]: [ColoredSigns] PermissionsEx support is disabled.
  222. [12:53:48] [Server thread/INFO]: [ColoredSigns] Starting services.. loading file and library's.
  223. [12:53:48] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.4
  224. [12:53:48] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  225. [12:53:48] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.6
  226. [12:53:48] [Server thread/INFO]: [UltraCustomizer] Enabling UltraCustomizer v1.3.0
  227. [12:53:48] [Server thread/INFO]: [UltraCustomizer] Loading Plugin...
  228. [12:53:48] [Server thread/INFO]: [UltraCustomizer] Loaded dependency net.sourceforge.htmlunit:htmlunit-osgi:2.24
  229. [12:53:49] [Server thread/INFO]: [UltraCustomizer] Registered 57 Elements
  230. [12:53:55] [User Authenticator #1/INFO]: UUID of player DuckyDude369 is 6c1613e6-a680-484f-8c94-bacd85ee43e5
  231. [12:53:55] [Server thread/INFO]: [UltraCustomizer] Successfully loaded in 6905 ms
  232. [12:53:55] [Server thread/INFO]: [Votifier] Enabling Votifier v3.0.0-SNAPSHOT
  233. [12:53:55] [Server thread/INFO]: [Votifier] Loaded token for website: default
  234. [12:53:56] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
  235. [12:53:56] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.0-b775
  236. [12:53:56] [Votifier NIO boss/ERROR]: [Votifier] Votifier was not able to bind to /173.208.236.162:25565
  237. [12:53:56] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.1.0-b775" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [Rigby, fernferret, lithium3141, main--, dumptruckman].
  238. [12:53:56] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do. The performance impact is negligible.
  239. [12:53:56] [Server thread/INFO]: [Multiverse-Core] 2 - World(s) loaded.
  240. [12:53:58] [Server thread/INFO]: [Multiverse-Core] Version 4.1.0-b775 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
  241. [12:53:58] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman
  242. [12:53:58] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman
  243. [12:53:58] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v9.8.2-SNAPSHOT
  244. [12:53:58] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_14_R1
  245. [12:53:58] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #289
  246. [12:53:58] [Server thread/INFO]: [LibsDisguises] Build Date: 08/06/2019 02:09
  247. [12:54:00] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
  248. [12:54:00] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise
  249. [12:54:00] [Server thread/INFO]: [AntiPlugins] Enabling AntiPlugins v13.0
  250. [12:54:00] [Server thread/INFO]: [Vouchers] Enabling Vouchers v1.7.9
  251. [12:54:00] [Server thread/INFO]: [Vouchers] Loading the Config.yml
  252. [12:54:00] [Server thread/INFO]: [Vouchers] Successfully loaded Config.yml
  253. [12:54:00] [Server thread/INFO]: [Vouchers] Loading the Data.yml
  254. [12:54:00] [Server thread/INFO]: [Vouchers] Successfully loaded Data.yml
  255. [12:54:00] [Server thread/INFO]: [Vouchers] Loading the Messages.yml
  256. [12:54:00] [Server thread/INFO]: [Vouchers] Successfully loaded Messages.yml
  257. [12:54:00] [Server thread/INFO]: [Vouchers] Loading the VoucherCodes.yml
  258. [12:54:00] [Server thread/INFO]: [Vouchers] Successfully loaded VoucherCodes.yml
  259. [12:54:00] [Server thread/INFO]: [Vouchers] Cracked by LegitSpigot@blackspigot.com
  260. [12:54:00] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.14
  261. [12:54:00] [Server thread/INFO]: [DeluxeTags] Enabling DeluxeTags v1.7.1
  262. [12:54:00] [Server thread/INFO]: [DeluxeTags] 6 tags loaded
  263. [12:54:00] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags messages.yml
  264. [12:54:00] [Server thread/INFO]: [DeluxeTags] You are not using DeluxeChat!
  265. [12:54:00] [Server thread/INFO]: [DeluxeTags] DeluxeTags will listen to the AsyncPlayerChatEvent to provide compatibility for some chat plugins.
  266. [12:54:00] [Server thread/INFO]: ----------------------------
  267. [12:54:00] [Server thread/INFO]: DeluxeTags Updater
  268. [12:54:00] [Server thread/INFO]:
  269. [12:54:00] [Server thread/INFO]: Could not connect to spigotmc.org
  270. [12:54:00] [Server thread/INFO]: to check for updates!
  271. [12:54:00] [Server thread/INFO]:
  272. [12:54:00] [Server thread/INFO]: ----------------------------
  273. [12:54:00] [Server thread/INFO]: ----------------------------
  274. [12:54:00] [Server thread/INFO]: DeluxeTags Updater
  275. [12:54:00] [Server thread/INFO]:
  276. [12:54:00] [Server thread/INFO]: You are running 1.7.1
  277. [12:54:00] [Server thread/INFO]: The latest version
  278. [12:54:00] [Server thread/INFO]: of DeluxeTags!
  279. [12:54:00] [Server thread/INFO]:
  280. [12:54:00] [Server thread/INFO]: ----------------------------
  281. [12:54:00] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  282. [12:54:00] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  283. [12:54:00] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  284. [12:54:00] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  285. [12:54:00] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  286. [12:54:00] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx_Chat hooked.
  287. [12:54:00] [Server thread/INFO]: [UltraPunishments] Enabling UltraPunishments v1.2.9
  288. [12:54:00] [Server thread/INFO]: [UltraPunishments] Loading Plugin...
  289. [12:54:00] [Server thread/INFO]: [UltraPunishments] Loaded dependency net.sourceforge.htmlunit:htmlunit-osgi:2.24
  290. [12:54:00] [Server thread/INFO]: [UltraPunishments] Loading Translations from the Web...
  291. [12:54:03] [Server thread/INFO]: [UltraPunishments] Successfully loaded in 2459 ms
  292. [12:54:03] [Server thread/INFO]: [MOTD] Enabling MOTD v2.3.6
  293. [12:54:03] [Server thread/INFO]: [MOTD] [Placeholder] PlaceholderAPI hooked.
  294. [12:54:03] [Server thread/INFO]: [StaffChat] Enabling StaffChat v1.0.0
  295. [12:54:03] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.12.0-d4d7ac4
  296. [12:54:03] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
  297. [12:54:03] [Server thread/INFO]: [GriefPrevention] 0 total claims loaded.
  298. [12:54:04] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
  299. [12:54:04] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
  300. [12:54:04] [Server thread/INFO]: [GriefPrevention] Boot finished.
  301. [12:54:04] [Server thread/INFO]: [CrazyEnchantments] Enabling CrazyEnchantments v1.8-Dev-Build-v7-RELEASE
  302. [12:54:04] [Server thread/INFO]: [CrazyEnchantments] Loading the config.yml
  303. [12:54:04] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded config.yml
  304. [12:54:04] [Server thread/INFO]: [CrazyEnchantments] Loading the BlockList.yml
  305. [12:54:04] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded BlockList.yml
  306. [12:54:04] [Server thread/INFO]: [CrazyEnchantments] Loading the Data.yml
  307. [12:54:04] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Data.yml
  308. [12:54:04] [Server thread/INFO]: [CrazyEnchantments] Loading the Enchantments.yml
  309. [12:54:04] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Enchantments.yml
  310. [12:54:04] [Server thread/INFO]: [CrazyEnchantments] Loading the GKitz.yml
  311. [12:54:04] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded GKitz.yml
  312. [12:54:04] [Server thread/INFO]: [CrazyEnchantments] Loading the Messages.yml
  313. [12:54:04] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Messages.yml
  314. [12:54:04] [Server thread/INFO]: [CrazyEnchantments] Loading the Enchantment-Types.yml
  315. [12:54:04] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Enchantment-Types.yml
  316. [12:54:04] [Server thread/INFO]: [CrazyEnchantments] Loading the Signs.yml
  317. [12:54:04] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Signs.yml
  318. [12:54:04] [Server thread/INFO]: [CrazyEnchantments] Loading the Tinker.yml
  319. [12:54:04] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Tinker.yml
  320. [12:54:05] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.1.0
  321. [12:54:05] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
  322. [12:54:05] [Server thread/INFO]: No kits found to migrate.
  323. [12:54:05] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  324. [12:54:05] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
  325. [12:54:05] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  326. [12:54:05] [Server thread/INFO]: Loaded 20977 items from items.json.
  327. [12:54:05] [Server thread/INFO]: Using locale en
  328. [12:54:05] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
  329. [12:54:05] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  330. [12:54:05] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
  331. [12:54:05] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
  332. [12:54:05] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.0
  333. [12:54:05] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  334. [12:54:05] [Server thread/INFO]: [CrateReloaded] Enabling CrateReloaded v2.0.18
  335. [12:54:05] [Server thread/INFO]: [CrateReloaded] Config Version: 2.X
  336. [12:54:05] [Server thread/INFO]: [CrateReloaded] v1_14_R1
  337. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: DesertedKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} villager_golem 5), display:(mob_spawner 1 name:§7§l5x_§7Iron_Golem_Spawners lore:§r§eOpen_for_spawners! glow:false)
  338. Reason: The item string is invalid (Check material): mob_spawner 1 name:§7§l5x_§7Iron_Golem_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  339. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: DesertedKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} witch 5), display:(mob_spawner 1 name:§5§l5x_§5Witch_Spawners lore:§r§eOpen_for_spawners! glow:false)
  340. Reason: The item string is invalid (Check material): mob_spawner 1 name:§5§l5x_§5Witch_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  341. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: DesertedKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} shulker 5), display:(mob_spawner 1 name:§d§l5x_§dShulker_Spawners lore:§r§eOpen_for_spawners! glow:false)
  342. Reason: The item string is invalid (Check material): mob_spawner 1 name:§d§l5x_§dShulker_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  343. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: VoteKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} villager_golem 5), display:(mob_spawner 1 name:§7§l5x_§7Iron_Golem_Spawners lore:§r§eOpen_for_spawners! glow:false)
  344. Reason: The item string is invalid (Check material): mob_spawner 1 name:§7§l5x_§7Iron_Golem_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  345. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: VoteKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} witch 5), display:(mob_spawner 1 name:§5§l5x_§5Witch_Spawners lore:§r§eOpen_for_spawners! glow:false)
  346. Reason: The item string is invalid (Check material): mob_spawner 1 name:§5§l5x_§5Witch_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  347. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: VoteKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} shulker 5), display:(mob_spawner 1 name:§d§l5x_§dShulker_Spawners lore:§r§eOpen_for_spawners! glow:false)
  348. Reason: The item string is invalid (Check material): mob_spawner 1 name:§d§l5x_§dShulker_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  349. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: ChristmasKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} villager_golem 15), display:(mob_spawner 1 name:§7§l15x_§7Iron_Golem_Spawners lore:§r§eOpen_for_spawners! glow:false)
  350. Reason: The item string is invalid (Check material): mob_spawner 1 name:§7§l15x_§7Iron_Golem_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  351. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: ChristmasKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} witch 15), display:(mob_spawner 1 name:§5§l15x_§5Witch_Spawners lore:§r§eOpen_for_spawners! glow:false)
  352. Reason: The item string is invalid (Check material): mob_spawner 1 name:§5§l15x_§5Witch_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  353. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: ChristmasKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} shulker 15), display:(mob_spawner 1 name:§d§l15x_§dShulker_Spawners lore:§r§eOpen_for_spawners! glow:false)
  354. Reason: The item string is invalid (Check material): mob_spawner 1 name:§d§l15x_§dShulker_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  355. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: SkyKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} villager_golem 3), display:(mob_spawner 1 name:§7§l3x_§7Iron_Golem_Spawners lore:§r§eOpen_for_spawners! glow:false)
  356. Reason: The item string is invalid (Check material): mob_spawner 1 name:§7§l3x_§7Iron_Golem_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  357. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: SkyKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} witch 3), display:(mob_spawner 1 name:§5§l3_§5Witch_Spawners lore:§r§eOpen_for_spawners! glow:false)
  358. Reason: The item string is invalid (Check material): mob_spawner 1 name:§5§l3_§5Witch_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  359. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: SkyKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} shulker 3), display:(mob_spawner 1 name:§d§l3x_§dShulker_Spawners lore:§r§eOpen_for_spawners! glow:false)
  360. Reason: The item string is invalid (Check material): mob_spawner 1 name:§d§l3x_§dShulker_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  361. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: SpawnerKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} villager_golem 5), display:(mob_spawner 1 name:§7§l5x_§7Iron_Golem_Spawners lore:§r§eOpen_for_spawners! glow:false)
  362. Reason: The item string is invalid (Check material): mob_spawner 1 name:§7§l5x_§7Iron_Golem_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  363. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: SpawnerKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} villager_golem 10), display:(mob_spawner 1 name:§7§l10x_§7Iron_Golem_Spawners lore:§r§eOpen_for_spawners! glow:false)
  364. Reason: The item string is invalid (Check material): mob_spawner 1 name:§7§l10x_§7Iron_Golem_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  365. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: SpawnerKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} villager_golem 15), display:(mob_spawner 1 name:§7§l15x_§7Iron_Golem_Spawners lore:§r§eOpen_for_spawners! glow:false)
  366. Reason: The item string is invalid (Check material): mob_spawner 1 name:§7§l15x_§7Iron_Golem_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  367. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: SpawnerKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} witch 5), display:(mob_spawner 1 name:§5§l5x_§5Witch_Spawners lore:§r§eOpen_for_spawners! glow:false)
  368. Reason: The item string is invalid (Check material): mob_spawner 1 name:§5§l5x_§5Witch_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  369. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: SpawnerKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} witch 10), display:(mob_spawner 1 name:§5§l10x_§5Witch_Spawners lore:§r§eOpen_for_spawners! glow:false)
  370. Reason: The item string is invalid (Check material): mob_spawner 1 name:§5§l10x_§5Witch_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  371. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: SpawnerKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} witch 15), display:(mob_spawner 1 name:§5§l15x_§5Witch_Spawners lore:§r§eOpen_for_spawners! glow:false)
  372. Reason: The item string is invalid (Check material): mob_spawner 1 name:§5§l15x_§5Witch_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  373. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: SpawnerKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} shulker 5), display:(mob_spawner 1 name:§d§l5x_§dShulker_Spawners lore:§r§eOpen_for_spawners! glow:false)
  374. Reason: The item string is invalid (Check material): mob_spawner 1 name:§d§l5x_§dShulker_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  375. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: SpawnerKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} shulker 10), display:(mob_spawner 1 name:§d§l10x_§dShulker_Spawners lore:§r§eOpen_for_spawners! glow:false)
  376. Reason: The item string is invalid (Check material): mob_spawner 1 name:§d§l10x_§dShulker_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  377. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: SpawnerKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} shulker 15), display:(mob_spawner 1 name:§d§l15x_§dShulker_Spawners lore:§r§eOpen_for_spawners! glow:false)
  378. Reason: The item string is invalid (Check material): mob_spawner 1 name:§d§l15x_§dShulker_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  379. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: SpawnerKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} vindicator 5), display:(mob_spawner 1 name:§b§l5x_§bVindicator_Spawners lore:§r§eOpen_for_spawners! glow:false)
  380. Reason: The item string is invalid (Check material): mob_spawner 1 name:§b§l5x_§bVindicator_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  381. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: SpawnerKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} vindicator 10), display:(mob_spawner 1 name:§b§l10x_§bVindicator_Spawners lore:§r§eOpen_for_spawners! glow:false)
  382. Reason: The item string is invalid (Check material): mob_spawner 1 name:§b§l10x_§bVindicator_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  383. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: SpawnerKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} vindicator 15), display:(mob_spawner 1 name:§b§l15x_§bVindicator_Spawners lore:§r§eOpen_for_spawners! glow:false)
  384. Reason: The item string is invalid (Check material): mob_spawner 1 name:§b§l15x_§bVindicator_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  385. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: SpawnerKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} zombie 5), display:(mob_spawner 1 name:§a§l5x_§aZombie_Spawners lore:§r§eOpen_for_spawners! glow:false)
  386. Reason: The item string is invalid (Check material): mob_spawner 1 name:§a§l5x_§aZombie_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  387. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: SpawnerKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} zombie 10), display:(mob_spawner 1 name:§a§l10x_§aZombie_Spawners lore:§r§eOpen_for_spawners! glow:false)
  388. Reason: The item string is invalid (Check material): mob_spawner 1 name:§a§l10x_§aZombie_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  389. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: SpawnerKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} zombie 15), display:(mob_spawner 1 name:§a§l15x_§aZombie_Spawners lore:§r§eOpen_for_spawners! glow:false)
  390. Reason: The item string is invalid (Check material): mob_spawner 1 name:§a§l15x_§aZombie_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  391. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: SpawnerKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} skeleton 5), display:(mob_spawner 1 name:§7§l5x_§7Skeleton_Spawners lore:§r§eOpen_for_spawners! glow:false)
  392. Reason: The item string is invalid (Check material): mob_spawner 1 name:§7§l5x_§7Skeleton_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  393. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: SpawnerKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} skeleton 10), display:(mob_spawner 1 name:§7§l10x_§7Skeleton_Spawners lore:§r§eOpen_for_spawners! glow:false)
  394. Reason: The item string is invalid (Check material): mob_spawner 1 name:§7§l10x_§7Skeleton_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  395. [12:54:06] [Server thread/ERROR]: [CrateReloaded] File: crate.yml, Crate: SpawnerKey, Section: Reward, Line: unique:(), chance:(1), cmd:(ss give {player} skeleton 15), display:(mob_spawner 1 name:§7§l15x_§7Skeleton_Spawners lore:§r§eOpen_for_spawners! glow:false)
  396. Reason: The item string is invalid (Check material): mob_spawner 1 name:§7§l15x_§7Skeleton_Spawners lore:§r§eOpen_for_spawners! glow:false [see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html]
  397. [12:54:06] [Server thread/INFO]: [CrateReloaded] Crate Configurations (1): crate.yml
  398. [12:54:06] [Server thread/WARN]: [CrateReloaded] Block.yml: Not able to find world, "void". Queuing listener for world!
  399. [12:54:06] [Server thread/WARN]: [CrateReloaded] Block.yml: Not able to find world, "paradise". Queuing listener for world!
  400. [12:54:06] [Server thread/WARN]: [CrateReloaded] Block.yml: Not able to find world, "place". Queuing listener for world!
  401. [12:54:07] [Server thread/INFO]: [WildStacker] Enabling WildStacker v3 Pre-4
  402. [12:54:07] [Server thread/INFO]: [WildStacker] ******** ENABLE START ********
  403. [12:54:07] [Server thread/INFO]: [WildStacker] Loading configuration started...
  404. [12:54:07] [Server thread/INFO]: [WildStacker] Couldn't find a valid type for fill item 1 - skipping...
  405. [12:54:07] [Server thread/INFO]: [WildStacker] Couldn't find a valid type for fill item 2 - skipping...
  406. [12:54:07] [Server thread/INFO]: [WildStacker] Couldn't find a valid type for fill item 11 - skipping...
  407. [12:54:07] [Server thread/INFO]: [WildStacker] Couldn't find a valid type for fill item 13 - skipping...
  408. [12:54:07] [Server thread/INFO]: [WildStacker] Couldn't find a valid type for fill item 15 - skipping...
  409. [12:54:07] [Server thread/INFO]: [WildStacker] - Stacking drops is enabled
  410. [12:54:07] [Server thread/INFO]: [WildStacker] - Stacking entities is enabled
  411. [12:54:07] [Server thread/INFO]: [WildStacker] - Stacking spawners is enabled
  412. [12:54:07] [Server thread/INFO]: [WildStacker] - Stacking barrels is disabled
  413. [12:54:07] [Server thread/INFO]: [WildStacker] Loading configuration done (Took 148ms)
  414. [12:54:07] [Server thread/INFO]: [WildStacker] Loading loot-tables started...
  415. [12:54:07] [Server thread/INFO]: [WildStacker] [evoker.json] Couldn't load item with an invalid material TOTEM.
  416. [12:54:07] [Server thread/INFO]: [WildStacker] [guardian.json] Couldn't load item with an invalid material RAW_FISH.
  417. [12:54:07] [Server thread/INFO]: [WildStacker] [guardian.json] Couldn't load item with an invalid material RAW_FISH.
  418. [12:54:07] [Server thread/INFO]: [WildStacker] [guardian.json] Couldn't load item with an invalid material RAW_FISH.
  419. [12:54:07] [Server thread/INFO]: [WildStacker] [guardian.json] Couldn't load item with an invalid material RAW_FISH.
  420. [12:54:07] [Server thread/INFO]: [WildStacker] [guardian.json] Couldn't load item with an invalid material RAW_FISH.
  421. [12:54:07] [Server thread/INFO]: [WildStacker] [elder_guardian.json] Couldn't load item with an invalid material RAW_FISH.
  422. [12:54:07] [Server thread/INFO]: [WildStacker] [elder_guardian.json] Couldn't load item with an invalid material RAW_FISH.
  423. [12:54:07] [Server thread/INFO]: [WildStacker] [elder_guardian.json] Couldn't load item with an invalid material RAW_FISH.
  424. [12:54:07] [Server thread/INFO]: [WildStacker] [elder_guardian.json] Couldn't load item with an invalid material RAW_FISH.
  425. [12:54:07] [Server thread/INFO]: [WildStacker] [elder_guardian.json] Couldn't load item with an invalid material RAW_FISH.
  426. [12:54:07] [Server thread/INFO]: [WildStacker] [chicken.json] Couldn't load item with an invalid material RAW_CHICKEN.
  427. [12:54:07] [Server thread/INFO]: [WildStacker] [polar_bear.json] Couldn't load item with an invalid material RAW_FISH.
  428. [12:54:07] [Server thread/INFO]: [WildStacker] [polar_bear.json] Couldn't load item with an invalid material RAW_FISH.
  429. [12:54:07] [Server thread/INFO]: [WildStacker] [creeper.json] Couldn't load item with an invalid material SULPHUR.
  430. [12:54:07] [Server thread/INFO]: [WildStacker] [creeper.json] Couldn't load item with an invalid material SKULL_ITEM.
  431. [12:54:07] [Server thread/INFO]: [WildStacker] [creeper.json] Couldn't load item with an invalid material GOLD_RECORD.
  432. [12:54:07] [Server thread/INFO]: [WildStacker] [creeper.json] Couldn't load item with an invalid material GREEN_RECORD.
  433. [12:54:07] [Server thread/INFO]: [WildStacker] [creeper.json] Couldn't load item with an invalid material RECORD_3.
  434. [12:54:07] [Server thread/INFO]: [WildStacker] [creeper.json] Couldn't load item with an invalid material RECORD_4.
  435. [12:54:07] [Server thread/INFO]: [WildStacker] [creeper.json] Couldn't load item with an invalid material RECORD_5.
  436. [12:54:07] [Server thread/INFO]: [WildStacker] [creeper.json] Couldn't load item with an invalid material RECORD_6.
  437. [12:54:07] [Server thread/INFO]: [WildStacker] [creeper.json] Couldn't load item with an invalid material RECORD_7.
  438. [12:54:07] [Server thread/INFO]: [WildStacker] [creeper.json] Couldn't load item with an invalid material RECORD_8.
  439. [12:54:07] [Server thread/INFO]: [WildStacker] [creeper.json] Couldn't load item with an invalid material RECORD_9.
  440. [12:54:07] [Server thread/INFO]: [WildStacker] [creeper.json] Couldn't load item with an invalid material RECORD_10.
  441. [12:54:07] [Server thread/INFO]: [WildStacker] [creeper.json] Couldn't load item with an invalid material RECORD_11.
  442. [12:54:07] [Server thread/INFO]: [WildStacker] [creeper.json] Couldn't load item with an invalid material RECORD_12.
  443. [12:54:07] [Server thread/INFO]: [WildStacker] [squid.json] Couldn't load item with an invalid material INK_SACK.
  444. [12:54:07] [Server thread/INFO]: [WildStacker] [pig.json] Couldn't load item with an invalid material PORK.
  445. [12:54:07] [Server thread/INFO]: [WildStacker] [zombie.json] Couldn't load item with an invalid material SKULL_ITEM.
  446. [12:54:07] [Server thread/INFO]: [WildStacker] [zombie.json] Couldn't load item with an invalid material CARROT_ITEM.
  447. [12:54:07] [Server thread/INFO]: [WildStacker] [zombie.json] Couldn't load item with an invalid material POTATO_ITEM.
  448. [12:54:07] [Server thread/INFO]: [WildStacker] [skeleton.json] Couldn't load item with an invalid material SKULL_ITEM.
  449. [12:54:07] [Server thread/INFO]: [WildStacker] [witch.json] Couldn't load item with an invalid material SULPHUR.
  450. [12:54:07] [Server thread/INFO]: [WildStacker] [cow.json] Couldn't load item with an invalid material RAW_BEEF.
  451. [12:54:07] [Server thread/INFO]: [WildStacker] [wither_skeleton.json] Couldn't load item with an invalid material SKULL_ITEM.
  452. [12:54:07] [Server thread/INFO]: [WildStacker] [wither_skeleton.json] Couldn't load item with an invalid material SKULL_ITEM.
  453. [12:54:07] [Server thread/INFO]: [WildStacker] [snowman.json] Couldn't load item with an invalid material SNOW_BALL.
  454. [12:54:07] [Server thread/INFO]: [WildStacker] [mooshroom.json] Couldn't load item with an invalid material RAW_BEEF.
  455. [12:54:07] [Server thread/INFO]: [WildStacker] [sheep.json] Couldn't load item with an invalid material WOOL.
  456. [12:54:07] [Server thread/INFO]: [WildStacker] [ghast.json] Couldn't load item with an invalid material SULPHUR.
  457. [12:54:07] [Server thread/INFO]: [WildStacker] Loading loot-tables done (Took 48ms)
  458. [12:54:07] [Server thread/INFO]: [WildStacker] Loading messages started...
  459. [12:54:07] [Server thread/INFO]: [WildStacker] - Found 57 messages in lang.yml.
  460. [12:54:07] [Server thread/INFO]: [WildStacker] Loading messages done (Took 14ms)
  461. [12:54:07] [Server thread/INFO]: [WildStacker]
  462. [12:54:07] [Server thread/INFO]: [WildStacker] Detected FastAsyncWorldEdit - Disabling ticks limiter for items...
  463. [12:54:08] [Server thread/INFO]: [WildStacker]
  464. [12:54:08] [Server thread/INFO]: [WildStacker] A new version is available (v2.9.2)!
  465. [12:54:08] [Server thread/INFO]: [WildStacker] Version's description: "Bug fixing, optimizations & more!"
  466. [12:54:08] [Server thread/INFO]: [WildStacker]
  467. [12:54:08] [Server thread/INFO]: [WildStacker] ******** ENABLE DONE ********
  468. [12:54:08] [Server thread/INFO]: [TradeSystem] Enabling TradeSystem v1.1.3
  469. [12:54:09] [Server thread/INFO]:
  470. [12:54:09] [Server thread/INFO]: __________________________________________________________
  471. [12:54:09] [Server thread/INFO]:
  472. [12:54:09] [Server thread/INFO]: TradeSystem [1.1.3]
  473. [12:54:09] [Server thread/INFO]:
  474. [12:54:09] [Server thread/INFO]: New update available [v1.1.4 - Minecraft 1.15 support &amp; Improvements].
  475. [12:54:09] [Server thread/INFO]: Download it on
  476.  
  477. https://www.spigotmc.org/resources/trade-system-custom-layouts.58434/download?version=305007
  478.  
  479. [12:54:09] [Server thread/INFO]:
  480. [12:54:09] [Server thread/INFO]: Status:
  481. [12:54:09] [Server thread/INFO]:
  482. [12:54:09] [Server thread/INFO]: MC-Version: v1_14
  483. [12:54:09] [Server thread/INFO]:
  484. [12:54:09] [Server thread/INFO]: > Loading sounds
  485. [12:54:09] [Server thread/INFO]: > Loading blacklist
  486. [12:54:09] [Server thread/INFO]: ...got 3 blocked item(s)
  487. [12:54:09] [Server thread/INFO]: > Loading layouts
  488. [12:54:09] [Server thread/INFO]: ...got 0 layout(s)
  489. [12:54:09] [Server thread/INFO]:
  490. [12:54:09] [Server thread/INFO]: Done (1.346s)
  491. [12:54:09] [Server thread/INFO]:
  492. [12:54:09] [Server thread/INFO]: __________________________________________________________
  493. [12:54:09] [Server thread/INFO]:
  494. [12:54:09] [Server thread/INFO]: [GangsPlus] Enabling GangsPlus v2.6.1
  495. [12:54:09] [Server thread/INFO]: [GangsPlus] Clip's PlaceholderAPI support enabled!
  496. [12:54:09] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.1.0
  497. [12:54:09] [Server thread/INFO]: [AuctionGUIPlus] Enabling AuctionGUIPlus v1.5.1
  498. [12:54:09] [Server thread/ERROR]: Error occurred while enabling AuctionGUIPlus v1.5.1 (Is it up to date?)
  499. java.lang.IllegalArgumentException: Material cannot be null
  500. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[server.jar:git-Spigot-9de398a-9c887d4]
  501. at org.bukkit.inventory.ItemStack.<init>(ItemStack.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  502. at org.bukkit.inventory.ItemStack.<init>(ItemStack.java:58) ~[server.jar:git-Spigot-9de398a-9c887d4]
  503. at net.brcdev.auctiongui.util.ItemUtils.loadItemStackFromConfig(ItemUtils.java:49) ~[?:?]
  504. at net.brcdev.auctiongui.config.MenuSettings.load(MenuSettings.java:76) ~[?:?]
  505. at net.brcdev.auctiongui.config.MenuSettings.<init>(MenuSettings.java:30) ~[?:?]
  506. at net.brcdev.auctiongui.config.SettingsMenu.load(SettingsMenu.java:34) ~[?:?]
  507. at net.brcdev.auctiongui.config.SettingsMenu.setConfig(SettingsMenu.java:29) ~[?:?]
  508. at net.brcdev.auctiongui.AuctionGuiPlugin.onEnable(AuctionGuiPlugin.java:148) ~[?:?]
  509. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:git-Spigot-9de398a-9c887d4]
  510. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [server.jar:git-Spigot-9de398a-9c887d4]
  511. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [server.jar:git-Spigot-9de398a-9c887d4]
  512. at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461) [server.jar:git-Spigot-9de398a-9c887d4]
  513. at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375) [server.jar:git-Spigot-9de398a-9c887d4]
  514. at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449) [server.jar:git-Spigot-9de398a-9c887d4]
  515. at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:258) [server.jar:git-Spigot-9de398a-9c887d4]
  516. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:776) [server.jar:git-Spigot-9de398a-9c887d4]
  517. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  518. [12:54:09] [Server thread/INFO]: [SimpleSuffix] Enabling SimpleSuffix v2.0
  519. [12:54:09] [Server thread/INFO]: [Simple Suffix] Using Permissions plugin for chat!
  520. [12:54:09] [Server thread/INFO]: [Simple Suffix] Hooked into Vault v1.7.2-b107 successfully!
  521. [12:54:09] [Server thread/INFO]: [Simple Suffix] Simple Suffix v2.0 has been enabled!
  522. [12:54:09] [Server thread/INFO]: [TAB] Enabling TAB v2.5.4
  523. [12:54:09] [Server thread/INFO]: [TAB] Server version: 1.14.4 (v1_14_R1)
  524. [12:54:09] [Server thread/INFO]: [TAB] Enabled in 155ms
  525. [12:54:09] [Server thread/INFO]: [SuperbVote] Enabling SuperbVote v0.5.4
  526. [12:54:10] [Server thread/INFO]: [SuperbVote] Using clip's PlaceholderAPI to provide extra placeholders.
  527. [12:54:10] [Server thread/INFO]: [ChatEx] Enabling ChatEx v2.2.1
  528. [12:54:10] [Server thread/INFO]: [ChatEx] Successfully hooked into: PermissionsEx
  529. [12:54:10] [Server thread/INFO]: [ChatEx] is now enabled!
  530. [12:54:10] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.1.3
  531. [12:54:10] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI
  532. [12:54:10] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
  533. [12:54:10] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v2.9.3
  534. [12:54:10] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.1.0
  535. [12:54:10] [Server thread/INFO]: [UltimateKits] Enabling UltimateKits v2.4.13
  536. [12:54:10] [Server thread/INFO]: 
  537. [12:54:10] [Server thread/INFO]: =============================
  538. [12:54:10] [Server thread/INFO]: UltimateKits 2.4.13 by Songoda <3!
  539. [12:54:10] [Server thread/INFO]: Action: Enabling...
  540. [12:54:10] [Server thread/INFO]: [UltimateKits] Loaded locale "en_US"
  541. [12:54:10] [Server thread/INFO]: [SongodaCore] Hooked UltimateKits.
  542. [12:54:10] [Server thread/INFO]: [UltimateKits] Data handler connected using SQLite.
  543. [12:54:10] [Server thread/INFO]: =============================
  544. [12:54:10] [Server thread/INFO]: 
  545. [12:54:10] [Server thread/INFO]: [SuperMobCoins] Enabling SuperMobCoins v2.2
  546. [12:54:10] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  547. [12:54:12] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  548. [12:54:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxetags
  549. [12:54:12] [Server thread/ERROR]: Could not pass event ServerLoadEvent to PlaceholderAPI v2.10.4
  550. org.bukkit.event.EventException: null
  551. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  552. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  553. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  554. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:514) [server.jar:git-Spigot-9de398a-9c887d4]
  555. at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:450) [server.jar:git-Spigot-9de398a-9c887d4]
  556. at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:258) [server.jar:git-Spigot-9de398a-9c887d4]
  557. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:776) [server.jar:git-Spigot-9de398a-9c887d4]
  558. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  559. Caused by: java.lang.NoClassDefFoundError: net/luckperms/api/LuckPerms
  560. at me.lucko.luckperms.placeholders.LuckPermsExpansion.canRegister(LuckPermsExpansion.java:48) ~[?:?]
  561. at me.clip.placeholderapi.expansion.ExpansionManager.registerExpansion(ExpansionManager.java:102) ~[?:?]
  562. at me.clip.placeholderapi.expansion.ExpansionManager.registerAllExpansions(ExpansionManager.java:154) ~[?:?]
  563. at me.clip.placeholderapi.ServerLoadEventListener.onServerLoad(ServerLoadEventListener.java:52) ~[?:?]
  564. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  565. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  566. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  567. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  568. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  569. ... 7 more
  570. Caused by: java.lang.ClassNotFoundException: net.luckperms.api.LuckPerms
  571. at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212]
  572. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
  573. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
  574. at me.lucko.luckperms.placeholders.LuckPermsExpansion.canRegister(LuckPermsExpansion.java:48) ~[?:?]
  575. at me.clip.placeholderapi.expansion.ExpansionManager.registerExpansion(ExpansionManager.java:102) ~[?:?]
  576. at me.clip.placeholderapi.expansion.ExpansionManager.registerAllExpansions(ExpansionManager.java:154) ~[?:?]
  577. at me.clip.placeholderapi.ServerLoadEventListener.onServerLoad(ServerLoadEventListener.java:52) ~[?:?]
  578. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  579. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  580. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  581. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  582. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  583. ... 7 more
  584. [12:54:12] [Server thread/INFO]: Done (32.805s)! For help, type "help"
  585. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'logo' was in the world 'Builders' but it wasn't loaded.
  586. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'spawn' was in the world 'Builders' but it wasn't loaded.
  587. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram '1' was in the world 'Builders' but it wasn't loaded.
  588. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'Spawn2' was in the world 'void' but it wasn't loaded.
  589. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'parkour' was in the world 'void' but it wasn't loaded.
  590. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'owner' was in the world 'void' but it wasn't loaded.
  591. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'itz' was in the world 'void' but it wasn't loaded.
  592. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'manager' was in the world 'void' but it wasn't loaded.
  593. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'builder' was in the world 'void' but it wasn't loaded.
  594. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'Builder1' was in the world 'void' but it wasn't loaded.
  595. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'Helper' was in the world 'void' but it wasn't loaded.
  596. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'helper1' was in the world 'void' but it wasn't loaded.
  597. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'Mod' was in the world 'void' but it wasn't loaded.
  598. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'Mod1' was in the world 'void' but it wasn't loaded.
  599. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'manager1' was in the world 'void' but it wasn't loaded.
  600. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'admin1' was in the world 'void' but it wasn't loaded.
  601. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'Ad1' was in the world 'void' but it wasn't loaded.
  602. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'Own1' was in the world 'void' but it wasn't loaded.
  603. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'Ad2' was in the world 'void' but it wasn't loaded.
  604. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'mo1' was in the world 'void' but it wasn't loaded.
  605. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'Build1' was in the world 'void' but it wasn't loaded.
  606. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'build2' was in the world 'void' but it wasn't loaded.
  607. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'man' was in the world 'void' but it wasn't loaded.
  608. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'man2' was in the world 'void' but it wasn't loaded.
  609. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'mod2' was in the world 'void' but it wasn't loaded.
  610. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'help' was in the world 'void' but it wasn't loaded.
  611. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'help2' was in the world 'void' but it wasn't loaded.
  612. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'christmas' was in the world 'void' but it wasn't loaded.
  613. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'Ultra' was in the world 'NewWorld' but it wasn't loaded.
  614. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'Legend' was in the world 'NewWorld' but it wasn't loaded.
  615. [12:54:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'Titan' was in the world 'NewWorld' but it wasn't loaded.
  616. [12:54:12] [Server thread/INFO]: [WildStacker] Loading providers started...
  617. [12:54:12] [Server thread/INFO]: [WildStacker] - Couldn't find any spawners providers, using default one.
  618. [12:54:12] [Server thread/INFO]: [WildStacker] - Using HolographicDisplays as HologramsProvider.
  619. [12:54:12] [Server thread/INFO]: [WildStacker] Loading providers done (Took 7ms)
  620. [12:54:12] [Craft Scheduler Thread - 2/INFO]: [Vault] Checking for Updates ...
  621. [12:54:12] [Craft Scheduler Thread - 2/INFO]: [Vault] No new version available
  622. [12:54:13] [Craft Scheduler Thread - 1/INFO]: [PlaceholderAPI] 164 placeholder expansions are available on the cloud.
  623. [12:54:13] [Server thread/INFO]: DuckyDude369[/5.66.38.91:54870] logged in with entity id 123 at ([world]684.5, 83.0, -126.5)
  624. [12:54:14] [Server thread/INFO]: [LibsDisguises] There is a new build of Lib's Disguises! You are using #289, the latest build is #335!
  625. https://ci.md-5.net/job/LibsDisguises/lastSuccessfulBuild/
  626. [12:54:14] [Server thread/INFO]: [+] DuckyDude369
  627. [12:54:16] [Server thread/ERROR]: [PlaceholderAPI] GangsPlus is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [brc] and urge them to update it ASAP.
  628. [12:55:10] [User Authenticator #2/INFO]: UUID of player ItzHorror is 25499355-ce54-4788-8e9a-c8926682d135
  629. [12:55:11] [Server thread/INFO]: ItzHorror[/5.66.38.91:60598] logged in with entity id 308 at ([world]687.2828010833181, 84.0, -121.07083115337491)
  630. [12:55:11] [Server thread/INFO]: [+] ItzHorror
  631. [12:55:14] [Server thread/INFO]: ItzHorror issued server command: /gmc
  632. [12:56:07] [User Authenticator #3/INFO]: UUID of player Swerp is d011e13e-7ada-4ceb-90f9-74f3ec19b1d1
  633. [12:56:08] [Server thread/INFO]: Swerp[/67.84.43.103:61068] logged in with entity id 360 at ([world]684.5, 83.0, -126.5)
  634. [12:56:08] [Server thread/INFO]: [+] Swerp
  635. [12:56:13] [Async Chat Thread - #0/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  636. org.bukkit.event.EventException: null
  637. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  638. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  639. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  640. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  641. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  642. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  643. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  644. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  645. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  646. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  647. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  648. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  649. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  650. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  651. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  652. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  653. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  654. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  655. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  656. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  657. ... 11 more
  658. [12:56:13] [Server thread/INFO]: [Mod] [MOD] Ducky: Rye what can I do to get sr mod? And wb
  659. [12:56:17] [Async Chat Thread - #0/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  660. org.bukkit.event.EventException: null
  661. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  662. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  663. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  664. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  665. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  666. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  667. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  668. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  669. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  670. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  671. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  672. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  673. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  674. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  675. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  676. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  677. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  678. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  679. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  680. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  681. ... 11 more
  682. [12:56:17] [Server thread/INFO]: [Mod] [MOD] Ducky: no u
  683. [12:56:21] [Server thread/INFO]: Swerp issued server command: /home pillar
  684. [12:56:22] [Server thread/INFO]: Swerp issued server command: /home pillartest
  685. [12:56:26] [Async Chat Thread - #0/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  686. org.bukkit.event.EventException: null
  687. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  688. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  689. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  690. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  691. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  692. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  693. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  694. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  695. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  696. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  697. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  698. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  699. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  700. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  701. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  702. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  703. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  704. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  705. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  706. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  707. ... 11 more
  708. [12:56:26] [Server thread/INFO]: [Mod] [MOD] Ducky: no u
  709. [12:56:28] [Async Chat Thread - #0/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  710. org.bukkit.event.EventException: null
  711. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  712. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  713. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  714. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  715. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  716. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  717. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  718. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  719. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  720. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  721. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  722. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  723. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  724. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  725. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  726. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  727. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  728. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  729. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  730. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  731. ... 11 more
  732. [12:56:28] [Server thread/INFO]: [Mod] [MOD] Ducky: no u
  733. [12:56:28] [Async Chat Thread - #0/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  734. org.bukkit.event.EventException: null
  735. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  736. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  737. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  738. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  739. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  740. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  741. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  742. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  743. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  744. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  745. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  746. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  747. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  748. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  749. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  750. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  751. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  752. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  753. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  754. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  755. ... 11 more
  756. [12:56:28] [Server thread/INFO]: [Mod] [MOD] Ducky: no u
  757. [12:56:29] [Async Chat Thread - #0/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  758. org.bukkit.event.EventException: null
  759. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  760. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  761. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  762. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  763. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  764. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  765. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  766. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  767. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  768. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  769. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  770. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  771. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  772. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  773. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  774. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  775. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  776. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  777. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  778. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  779. ... 11 more
  780. [12:56:29] [Server thread/INFO]: [Mod] [MOD] Ducky: no u
  781. [12:56:48] [Server thread/INFO]: Swerp issued server command: /mute DuckyDude369 3d
  782. [12:56:53] [Server thread/INFO]: DuckyDude369 issued server command: /fly
  783. [12:56:54] [Server thread/INFO]: Swerp issued server command: /tp du
  784. [12:56:55] [Server thread/INFO]: DuckyDude369 issued server command: /god
  785. [12:56:56] [Server thread/INFO]: Swerp issued server command: /i sign
  786. [12:56:58] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_14_R1! Trying to find NMS support
  787. [12:56:58] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_14_R1' loaded!
  788. [12:56:58] [Server thread/INFO]: DuckyDude369 issued server command: /god
  789. [12:57:02] [Server thread/INFO]: [GriefPrevention] Swerp placed a sign @ world: x677, z-111;L;L;L;L
  790. [12:57:08] [Server thread/INFO]: [GriefPrevention] Swerp placed a sign @ world: x677, z-110;L;L;L;L
  791. [12:57:13] [Server thread/INFO]: Swerp issued server command: //wand
  792. [12:57:19] [Server thread/INFO]: Swerp issued server command: //set sign
  793. [12:57:24] [Server thread/INFO]: Swerp issued server command: //set oak_sign
  794. [12:57:53] [Server thread/INFO]: Swerp issued server command: //undo
  795. [12:58:00] [Server thread/INFO]: Swerp issued server command: //set glowstone
  796. [12:58:02] [Server thread/INFO]: Swerp issued server command: //ubndo
  797. [12:58:04] [Server thread/INFO]: Swerp issued server command: //undo
  798. [12:58:07] [Server thread/INFO]: Swerp issued server command: //undo
  799. [12:58:10] [Server thread/INFO]: Swerp issued server command: //night
  800. [12:58:10] [Server thread/INFO]: DuckyDude369 issued server command: //wand
  801. [12:58:11] [Server thread/INFO]: Swerp issued server command: /ight
  802. [12:58:12] [Server thread/INFO]: Swerp issued server command: /night
  803. [12:58:15] [Server thread/INFO]: Swerp issued server command: /day
  804. [12:58:19] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  805. org.bukkit.event.EventException: null
  806. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  807. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  808. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  809. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  810. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  811. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  812. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  813. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  814. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  815. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  816. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  817. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  818. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  819. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  820. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  821. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  822. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  823. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  824. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  825. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  826. ... 11 more
  827. [12:58:20] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  828. org.bukkit.event.EventException: null
  829. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  830. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  831. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  832. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  833. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  834. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  835. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  836. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  837. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  838. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  839. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  840. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  841. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  842. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  843. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  844. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  845. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  846. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  847. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  848. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  849. ... 11 more
  850. [12:58:20] [Server thread/INFO]: [Owner] [Owner] MerryRye: wanna see a way to glitch light Ducky
  851. [12:58:23] [Server thread/INFO]: Swerp issued server command: /night
  852. [12:58:26] [Server thread/INFO]: Swerp issued server command: /tphere DuckyDude369
  853. [12:58:30] [Server thread/INFO]: DuckyDude369 issued server command: /unmute DuckyDude369
  854. [12:58:30] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  855. org.bukkit.event.EventException: null
  856. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  857. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  858. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  859. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  860. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  861. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  862. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  863. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  864. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  865. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  866. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  867. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  868. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  869. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  870. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  871. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  872. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  873. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  874. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  875. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  876. ... 11 more
  877. [12:58:30] [Server thread/INFO]: [admin] [Admin] hHorrorh: I cant download it
  878. [12:58:33] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  879. org.bukkit.event.EventException: null
  880. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  881. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  882. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  883. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  884. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  885. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  886. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  887. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  888. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  889. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  890. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  891. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  892. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  893. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  894. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  895. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  896. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  897. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  898. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  899. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  900. ... 11 more
  901. [12:58:33] [Server thread/INFO]: [Mod] [MOD] Ducky: rye
  902. [12:58:33] [Server thread/INFO]: Swerp issued server command: //set glowstone
  903. [12:58:36] [Server thread/INFO]: Swerp issued server command: //undo
  904. [12:58:41] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  905. org.bukkit.event.EventException: null
  906. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  907. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  908. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  909. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  910. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  911. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  912. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  913. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  914. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  915. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  916. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  917. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  918. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  919. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  920. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  921. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  922. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  923. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  924. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  925. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  926. ... 11 more
  927. [12:58:41] [Server thread/INFO]: [Owner] [Owner] MerryRye: see
  928. [12:58:43] [Server thread/INFO]: Swerp issued server command: /night
  929. [12:58:43] [Server thread/INFO]: Swerp issued server command: /day
  930. [12:58:47] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  931. org.bukkit.event.EventException: null
  932. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  933. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  934. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  935. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  936. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  937. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  938. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  939. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  940. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  941. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  942. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  943. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  944. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  945. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  946. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  947. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  948. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  949. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  950. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  951. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  952. ... 11 more
  953. [12:58:47] [Server thread/INFO]: Swerp issued server command: /night
  954. [12:58:47] [Server thread/INFO]: [Mod] [MOD] Ducky: nice
  955. [12:58:48] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  956. org.bukkit.event.EventException: null
  957. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  958. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  959. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  960. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  961. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  962. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  963. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  964. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  965. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  966. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  967. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  968. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  969. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  970. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  971. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  972. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  973. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  974. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  975. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  976. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  977. ... 11 more
  978. [12:58:48] [Server thread/INFO]: [Mod] [MOD] Ducky: rye
  979. [12:58:48] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  980. org.bukkit.event.EventException: null
  981. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  982. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  983. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  984. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  985. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  986. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  987. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  988. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  989. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  990. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  991. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  992. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  993. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  994. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  995. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  996. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  997. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  998. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  999. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  1000. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1001. ... 11 more
  1002. [12:58:48] [Server thread/INFO]: [Owner] [Owner] MerryRye: look ducky
  1003. [12:58:50] [Server thread/INFO]: Swerp issued server command: /day
  1004. [12:58:51] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  1005. org.bukkit.event.EventException: null
  1006. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1007. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1008. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  1009. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  1010. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  1011. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  1012. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  1013. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  1014. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  1015. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  1016. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  1017. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1018. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  1019. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1020. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  1021. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  1022. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  1023. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  1024. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  1025. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1026. ... 11 more
  1027. [12:58:51] [Server thread/INFO]: [Mod] [MOD] Ducky: can i keep op
  1028. [12:58:51] [Server thread/INFO]: Swerp issued server command: /night
  1029. [12:58:58] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  1030. org.bukkit.event.EventException: null
  1031. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1032. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1033. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  1034. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  1035. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  1036. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  1037. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  1038. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  1039. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  1040. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  1041. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  1042. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1043. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  1044. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1045. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  1046. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  1047. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  1048. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  1049. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  1050. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1051. ... 11 more
  1052. [12:58:58] [Server thread/INFO]: [Owner] [Owner] MerryRye: nah
  1053. [12:59:13] [Server thread/INFO]: DuckyDude369 issued server command: //wand
  1054. [12:59:20] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  1055. org.bukkit.event.EventException: null
  1056. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1057. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1058. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  1059. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  1060. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  1061. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  1062. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  1063. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  1064. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  1065. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  1066. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  1067. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1068. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  1069. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1070. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  1071. at sun.reflect.GeneratedMethodAccessor192.invoke(Unknown Source) ~[?:?]
  1072. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  1073. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  1074. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1075. ... 11 more
  1076. [12:59:20] [Server thread/INFO]: [Mod] [MOD] Ducky: Why not
  1077. [12:59:33] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  1078. org.bukkit.event.EventException: null
  1079. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1080. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1081. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  1082. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  1083. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  1084. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  1085. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  1086. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  1087. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  1088. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  1089. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  1090. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1091. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  1092. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1093. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  1094. at sun.reflect.GeneratedMethodAccessor192.invoke(Unknown Source) ~[?:?]
  1095. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  1096. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  1097. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1098. ... 11 more
  1099. [12:59:33] [Server thread/INFO]: [Owner] [Owner] MerryRye: nah
  1100. [12:59:36] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  1101. org.bukkit.event.EventException: null
  1102. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1103. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1104. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  1105. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  1106. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  1107. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  1108. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  1109. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  1110. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  1111. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  1112. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  1113. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1114. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  1115. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1116. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  1117. at sun.reflect.GeneratedMethodAccessor192.invoke(Unknown Source) ~[?:?]
  1118. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  1119. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  1120. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1121. ... 11 more
  1122. [12:59:36] [Server thread/INFO]: [Mod] [MOD] Ducky: why not
  1123. [12:59:39] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  1124. org.bukkit.event.EventException: null
  1125. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1126. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1127. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  1128. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  1129. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  1130. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  1131. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  1132. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  1133. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  1134. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  1135. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  1136. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1137. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  1138. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1139. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  1140. at sun.reflect.GeneratedMethodAccessor192.invoke(Unknown Source) ~[?:?]
  1141. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  1142. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  1143. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1144. ... 11 more
  1145. [12:59:39] [Server thread/INFO]: [Owner] [Owner] MerryRye: we were thinking of making you builder
  1146. [12:59:46] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  1147. org.bukkit.event.EventException: null
  1148. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1149. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1150. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  1151. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  1152. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  1153. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  1154. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  1155. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  1156. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  1157. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  1158. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  1159. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1160. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  1161. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1162. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  1163. at sun.reflect.GeneratedMethodAccessor192.invoke(Unknown Source) ~[?:?]
  1164. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  1165. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  1166. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1167. ... 11 more
  1168. [12:59:46] [Server thread/INFO]: [Mod] [MOD] Ducky: Ik already
  1169. [12:59:56] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  1170. org.bukkit.event.EventException: null
  1171. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1172. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1173. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  1174. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  1175. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  1176. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  1177. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  1178. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  1179. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  1180. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  1181. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  1182. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1183. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  1184. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1185. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  1186. at sun.reflect.GeneratedMethodAccessor192.invoke(Unknown Source) ~[?:?]
  1187. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  1188. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  1189. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1190. ... 11 more
  1191. [12:59:56] [Server thread/INFO]: [Mod] [MOD] Ducky: But I wanna stay as mod but have build perms
  1192. [12:59:57] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  1193. org.bukkit.event.EventException: null
  1194. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1195. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1196. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  1197. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  1198. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  1199. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  1200. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  1201. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  1202. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  1203. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  1204. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  1205. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1206. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  1207. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1208. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  1209. at sun.reflect.GeneratedMethodAccessor192.invoke(Unknown Source) ~[?:?]
  1210. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  1211. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  1212. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1213. ... 11 more
  1214. [12:59:57] [Server thread/INFO]: [Owner] [Owner] MerryRye: and removing your mod
  1215. [13:00:31] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  1216. org.bukkit.event.EventException: null
  1217. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1218. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1219. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  1220. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  1221. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  1222. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  1223. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  1224. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  1225. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  1226. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  1227. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  1228. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1229. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  1230. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1231. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  1232. at sun.reflect.GeneratedMethodAccessor192.invoke(Unknown Source) ~[?:?]
  1233. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  1234. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  1235. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1236. ... 11 more
  1237. [13:00:31] [Server thread/INFO]: [Mod] [MOD] Ducky: meow
  1238. [13:00:41] [Server thread/INFO]: DuckyDude369 issued server command: //set air
  1239. [13:01:01] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  1240. org.bukkit.event.EventException: null
  1241. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1242. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1243. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  1244. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  1245. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  1246. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  1247. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  1248. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  1249. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  1250. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  1251. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  1252. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1253. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  1254. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1255. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  1256. at sun.reflect.GeneratedMethodAccessor192.invoke(Unknown Source) ~[?:?]
  1257. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  1258. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  1259. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1260. ... 11 more
  1261. [13:01:01] [Server thread/INFO]: [Mod] [MOD] Ducky: Rye
  1262. [13:01:02] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  1263. org.bukkit.event.EventException: null
  1264. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1265. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1266. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  1267. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  1268. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  1269. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  1270. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  1271. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  1272. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  1273. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  1274. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  1275. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1276. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  1277. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1278. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  1279. at sun.reflect.GeneratedMethodAccessor192.invoke(Unknown Source) ~[?:?]
  1280. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  1281. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  1282. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1283. ... 11 more
  1284. [13:01:02] [Server thread/INFO]: [Mod] [MOD] Ducky: No u
  1285. [13:01:31] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  1286. org.bukkit.event.EventException: null
  1287. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1288. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1289. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  1290. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  1291. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  1292. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  1293. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  1294. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  1295. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  1296. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  1297. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  1298. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1299. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  1300. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1301. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  1302. at sun.reflect.GeneratedMethodAccessor192.invoke(Unknown Source) ~[?:?]
  1303. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  1304. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  1305. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1306. ... 11 more
  1307. [13:01:31] [Server thread/INFO]: [admin] [Admin] hHorrorh: t
  1308. [13:01:35] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  1309. org.bukkit.event.EventException: null
  1310. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1311. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1312. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  1313. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  1314. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  1315. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  1316. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  1317. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  1318. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  1319. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  1320. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  1321. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1322. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  1323. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1324. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  1325. at sun.reflect.GeneratedMethodAccessor192.invoke(Unknown Source) ~[?:?]
  1326. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  1327. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  1328. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1329. ... 11 more
  1330. [13:01:36] [Server thread/INFO]: [Mod] [MOD] Ducky: No u
  1331. [13:02:04] [Server thread/INFO]: ItzHorror issued server command: /day
  1332. [13:02:20] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  1333. org.bukkit.event.EventException: null
  1334. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1335. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1336. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  1337. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  1338. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  1339. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  1340. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  1341. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  1342. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  1343. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  1344. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  1345. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1346. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  1347. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1348. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  1349. at sun.reflect.GeneratedMethodAccessor192.invoke(Unknown Source) ~[?:?]
  1350. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  1351. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  1352. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1353. ... 11 more
  1354. [13:02:20] [Server thread/INFO]: [Owner] [Owner] MerryRye: stop hacking
  1355. [13:02:23] [Server thread/INFO]: Swerp issued server command: /nuke
  1356. [13:02:25] [Server thread/INFO]: Swerp issued server command: /tphere DuckyDude369
  1357. [13:02:31] [Server thread/INFO]: Swerp issued server command: /nuke
  1358. [13:02:38] [Server thread/INFO]: Swerp issued server command: /gms DuckyDude369
  1359. [13:02:42] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  1360. org.bukkit.event.EventException: null
  1361. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1362. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1363. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  1364. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  1365. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  1366. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  1367. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  1368. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  1369. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  1370. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  1371. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  1372. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1373. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  1374. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1375. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  1376. at sun.reflect.GeneratedMethodAccessor192.invoke(Unknown Source) ~[?:?]
  1377. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  1378. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  1379. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1380. ... 11 more
  1381. [13:02:42] [Server thread/INFO]: [admin] [Admin] hHorrorh: What is happening
  1382. [13:02:44] [Server thread/INFO]: Swerp issued server command: /deop DuckyDude369
  1383. [13:02:44] [Server thread/INFO]: [Swerp: Made DuckyDude369 no longer a server operator]
  1384. [13:02:47] [Server thread/INFO]: Swerp issued server command: /nuke
  1385. [13:03:04] [Server thread/INFO]: Swerp issued server command: /nuke
  1386. [13:03:04] [Server thread/INFO]: Swerp issued server command: /nuke
  1387. [13:03:04] [Server thread/INFO]: Swerp issued server command: /nuke
  1388. [13:03:04] [Server thread/INFO]: Swerp issued server command: /
  1389. [13:03:12] [Server thread/INFO]: Swerp issued server command: /nuke
  1390. [13:03:12] [Server thread/INFO]: Swerp issued server command: /nuke
  1391. [13:03:12] [Server thread/INFO]: Swerp issued server command: /nuke
  1392. [13:03:13] [Server thread/INFO]: Swerp issued server command: /nuke
  1393. [13:03:13] [Server thread/INFO]: Swerp issued server command: /nuke
  1394. [13:03:13] [Server thread/INFO]: Swerp issued server command: /nuke
  1395. [13:03:13] [Server thread/INFO]: Swerp issued server command: /nuke
  1396. [13:03:13] [Server thread/INFO]: Swerp issued server command: /nuke
  1397. [13:03:14] [Server thread/INFO]: Swerp issued server command: /nuke/
  1398. [13:03:15] [Server thread/INFO]: Swerp issued server command: /nuke
  1399. [13:03:15] [Server thread/INFO]: Swerp issued server command: /nuke
  1400. [13:03:15] [Server thread/INFO]: Swerp issued server command: /nuke
  1401. [13:03:20] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  1402. org.bukkit.event.EventException: null
  1403. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1404. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1405. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  1406. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  1407. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  1408. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  1409. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  1410. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  1411. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  1412. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  1413. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  1414. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1415. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  1416. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1417. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  1418. at sun.reflect.GeneratedMethodAccessor192.invoke(Unknown Source) ~[?:?]
  1419. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  1420. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  1421. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1422. ... 11 more
  1423. [13:03:20] [Server thread/INFO]: [Owner] [Owner] MerryRye: I broke server
  1424. [13:03:22] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  1425. org.bukkit.event.EventException: null
  1426. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1427. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1428. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  1429. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  1430. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  1431. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  1432. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  1433. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  1434. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  1435. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  1436. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  1437. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1438. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  1439. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1440. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  1441. at sun.reflect.GeneratedMethodAccessor192.invoke(Unknown Source) ~[?:?]
  1442. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  1443. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  1444. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1445. ... 11 more
  1446. [13:03:22] [Server thread/INFO]: [Owner] [Owner] MerryRye: too much nukes
  1447. [13:03:52] [Server thread/INFO]: Swerp issued server command: /smite
  1448. [13:03:53] [Server thread/INFO]: Swerp issued server command: /smite
  1449. [13:03:53] [Server thread/INFO]: Swerp issued server command: /smite
  1450. [13:03:53] [Server thread/INFO]: Swerp issued server command: /smite
  1451. [13:03:54] [Server thread/INFO]: Swerp issued server command: /smite
  1452. [13:03:54] [Server thread/INFO]: Swerp issued server command: /smite
  1453. [13:03:54] [Server thread/INFO]: Swerp issued server command: /smite
  1454. [13:03:58] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.2.1
  1455. org.bukkit.event.EventException: null
  1456. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1457. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1458. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [server.jar:git-Spigot-9de398a-9c887d4]
  1459. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) [server.jar:git-Spigot-9de398a-9c887d4]
  1460. at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1563) [server.jar:git-Spigot-9de398a-9c887d4]
  1461. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1501) [server.jar:git-Spigot-9de398a-9c887d4]
  1462. at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) [server.jar:git-Spigot-9de398a-9c887d4]
  1463. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  1464. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  1465. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  1466. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  1467. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1468. Caused by: java.util.UnknownFormatConversionException: Conversion = 'r'
  1469. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:102) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1470. at de.thejeterlp.chatex.ChatListener.onChat(ChatListener.java:101) ~[?:?]
  1471. at sun.reflect.GeneratedMethodAccessor192.invoke(Unknown Source) ~[?:?]
  1472. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  1473. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  1474. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-9c887d4]
  1475. ... 11 more
  1476. [13:03:58] [Server thread/INFO]: [Owner] [Owner] MerryRye: Ducky wanna be thor
  1477. [13:04:00] [Server thread/INFO]: Swerp issued server command: /pex
  1478. [13:04:08] [Server thread/INFO]: Swerp issued server command: /tab player DuckyDude369 tagprefix &d&lMOD
  1479. [13:04:10] [Server thread/INFO]: Swerp issued server command: /tab player DuckyDude369 tagprefix &d&lMOD &d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement