Advertisement
tmoflash

Untitled

Dec 14th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 66.89 KB | None | 0 0
  1. [11:17:00] [main/INFO]: Loaded 0 recipes
  2. [11:17:00] [Server thread/INFO]: Starting minecraft server version 1.13.2
  3. [11:17:00] [Server thread/INFO]: Loading properties
  4. [11:17:00] [Server thread/INFO]: Default game type: SURVIVAL
  5. [11:17:02] [Server thread/INFO]: This server is running Paper version git-Paper-480 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
  6. [11:17:02] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [11:17:02] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [11:17:02] [Server thread/INFO]: Debug logging is disabled
  9. [11:17:02] [Server thread/INFO]: Generating keypair
  10. [11:17:03] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25567
  11. [11:17:03] [Server thread/INFO]: Using epoll channel type
  12. [11:17:11] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  13. [11:17:11] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %name% for plugin BannerBoard...
  14. [11:17:11] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %BannerBoard:name% for plugin BannerBoard...
  15. [11:17:11] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %uuid% for plugin BannerBoard...
  16. [11:17:11] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %BannerBoard:uuid% for plugin BannerBoard...
  17. [11:17:11] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer COLOR for plugin BannerBoard...
  18. [11:17:11] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:COLOR for plugin BannerBoard...
  19. [11:17:11] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer IMAGE for plugin BannerBoard...
  20. [11:17:11] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:IMAGE for plugin BannerBoard...
  21. [11:17:11] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer TEXT for plugin BannerBoard...
  22. [11:17:11] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:TEXT for plugin BannerBoard...
  23. [11:17:11] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer SKIN for plugin BannerBoard...
  24. [11:17:11] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:SKIN for plugin BannerBoard...
  25. [11:17:11] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer LIVEIMG for plugin BannerBoard...
  26. [11:17:11] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:LIVEIMG for plugin BannerBoard...
  27. [11:17:11] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer URLIMG for plugin BannerBoard...
  28. [11:17:11] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:URLIMG for plugin BannerBoard...
  29. [11:17:11] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer INTERACT for plugin BannerBoard...
  30. [11:17:11] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:INTERACT for plugin BannerBoard...
  31. [11:17:11] [Server thread/INFO]: [ViaVersion] Hooking into ProtocolSupport, to prevent issues!
  32. [11:17:12] [Server thread/INFO]: [github.scarsz.discordsrv.dependencies.reflections.Reflections] Reflections took 159 ms to scan 12 urls, producing 13 keys and 21 values
  33. [11:17:13] [Server thread/INFO]: [FastAsyncWorldEdit] Using com.boydti.fawe.bukkit.adapter.v1_13_1.Spigot_v1_13_R2 as the Bukkit adapter
  34. [11:17:13] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  35. [11:17:14] [Server thread/ERROR]: Could not load 'plugins/FastAsyncVoxelSniper-favs-18.11.21-99fb2b5-2072.jar' in folder 'plugins'
  36. org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: Plugin already initialized!
  37. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[patched_1.13.2.jar:git-Paper-480]
  38. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[patched_1.13.2.jar:git-Paper-480]
  39. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) ~[patched_1.13.2.jar:git-Paper-480]
  40. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:329) ~[patched_1.13.2.jar:git-Paper-480]
  41. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-480]
  42. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:791) ~[patched_1.13.2.jar:git-Paper-480]
  43. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
  44. Caused by: java.lang.IllegalArgumentException: Plugin already initialized!
  45. at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:189) ~[patched_1.13.2.jar:git-Paper-480]
  46. at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:52) ~[patched_1.13.2.jar:git-Paper-480]
  47. at com.thevoxelbox.voxelsniper.VoxelSniper.<init>(VoxelSniper.java:25) ~[?:?]
  48. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_181]
  49. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_181]
  50. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_181]
  51. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_181]
  52. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_181]
  53. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:94) ~[patched_1.13.2.jar:git-Paper-480]
  54. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[patched_1.13.2.jar:git-Paper-480]
  55. ... 6 more
  56. Caused by: java.lang.IllegalStateException: Initial initialization
  57. at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:192) ~[patched_1.13.2.jar:git-Paper-480]
  58. at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:52) ~[patched_1.13.2.jar:git-Paper-480]
  59. at com.thevoxelbox.voxelsniper.VoxelSniper.<init>(VoxelSniper.java:25) ~[?:?]
  60. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_181]
  61. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_181]
  62. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_181]
  63. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_181]
  64. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_181]
  65. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:94) ~[patched_1.13.2.jar:git-Paper-480]
  66. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[patched_1.13.2.jar:git-Paper-480]
  67. ... 6 more
  68. [11:17:14] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.9.2
  69. [11:17:14] [Server thread/INFO]: [SuperTrails] Loading SuperTrails v9.6.8
  70. [11:17:14] [Server thread/INFO]: [AutoRestart] Loading AutoRestart v3.3.1
  71. [11:17:14] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.171.0-SNAPSHOT
  72. [11:17:14] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.15.1
  73. [11:17:14] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.3.17
  74. [11:17:14] [Server thread/INFO]: [DragonEggDrop] Loading DragonEggDrop v1.6.1
  75. [11:17:14] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  76. [11:17:14] [Server thread/INFO]: [MineableSpawners] Loading MineableSpawners v1.4
  77. [11:17:14] [Server thread/INFO]: [PacketListenerApi] Loading PacketListenerApi v3.7.1-SNAPSHOT
  78. [11:17:14] [Server thread/INFO]: [ReflectionHelper] Version is v1_13_R2 (11302)
  79. [11:17:14] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
  80. [11:17:14] [Server thread/WARN]: java.lang.NoSuchFieldException: list
  81. [11:17:14] [Server thread/WARN]: at java.lang.Class.getDeclaredField(Class.java:2070)
  82. [11:17:14] [Server thread/WARN]: at org.inventivetalent.packetlistener.channel.ChannelAbstract.addServerChannel(ChannelAbstract.java:69)
  83. [11:17:14] [Server thread/WARN]: at org.inventivetalent.packetlistener.ChannelInjector.addServerChannel(ChannelInjector.java:55)
  84. [11:17:14] [Server thread/WARN]: at org.inventivetalent.packetlistener.PacketListenerAPI.load(PacketListenerAPI.java:32)
  85. [11:17:14] [Server thread/WARN]: at org.inventivetalent.apihelper.APIManager.registerAPI(APIManager.java:46)
  86. [11:17:14] [Server thread/WARN]: at org.inventivetalent.apihelper.APIManager.registerAPI(APIManager.java:65)
  87. [11:17:14] [Server thread/WARN]: at org.inventivetalent.packetlistener.PacketListenerPlugin.onLoad(PacketListenerPlugin.java:17)
  88. [11:17:14] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:334)
  89. [11:17:14] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235)
  90. [11:17:14] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:791)
  91. [11:17:14] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  92. [11:17:14] [Server thread/INFO]: [PacketListenerAPI] Injected custom channel handlers.
  93. [11:17:14] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.9.0
  94. [11:17:14] [Server thread/INFO]: [RandomTP] Loading RandomTP v1.0.0
  95. [11:17:14] [Server thread/INFO]: [BannerBoard] Loading BannerBoard v1.9.10.4
  96. [11:17:14] [Server thread/INFO]: [Votifier] Loading Votifier v2.4.1
  97. [11:17:14] [Server thread/INFO]: [LaggRemover] Loading LaggRemover v2.0.4
  98. [11:17:14] [Server thread/INFO]: [AdvancedPortals] Loading AdvancedPortals v0.0.49
  99. [11:17:14] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v5.17
  100. [11:17:14] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.0
  101. [11:17:14] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  102. [11:17:14] [Server thread/INFO]: [Vault] Loading Vault v1.7.1-b91
  103. [11:17:14] [Server thread/INFO]: [ProtocolSupport] Loading ProtocolSupport v4.29-dev
  104. [11:17:14] [Server thread/INFO]: [ProtocolSupport] Detected Spigot server implementation type
  105. [11:17:15] [Server thread/INFO]: [ProtocolSupport] Compression level: 3
  106. [11:17:15] [Server thread/INFO]: [ProtocolSupport] Assume 1.5.2 ping delay: 100
  107. [11:17:15] [Server thread/INFO]: [ProtocolSupport] Assume legacy ping delay: 200
  108. [11:17:15] [Server thread/INFO]: [ProtocolSupport] Login threads keep alive time: 60
  109. [11:17:15] [Server thread/INFO]: [ProtocolSupport] Status threads max count: 2, keep alive time: 60
  110. [11:17:16] [Server thread/INFO]: [BossShopPro] Loading BossShopPro v2.0.0
  111. [11:17:16] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.6.0
  112. [11:17:16] [Server thread/INFO]: [ViaVersion] ViaVersion 1.6.0 is now loaded, injecting!
  113. [11:17:16] [Server thread/INFO]: [ViaVersion] Loading block mapping...
  114. [11:17:17] [Server thread/INFO]: [ViaVersion] Loading item mapping...
  115. [11:17:17] [Server thread/INFO]: [ViaVersion] Loading new tags...
  116. [11:17:17] [Server thread/INFO]: [ViaVersion] Loading enchantments...
  117. [11:17:17] [Server thread/INFO]: [ViaVersion] Loading sound mapping...
  118. [11:17:17] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  119. [11:17:17] [Server thread/INFO]: [ViaBackwards] Loading ViaBackwards v2.3.1
  120. [11:17:17] [Server thread/INFO]: [BungeeTabListPlus] Loading BungeeTabListPlus v2.8.9
  121. [11:17:17] [Server thread/INFO]: [TitleManager] Loading TitleManager v2.1.3
  122. [11:17:17] [Server thread/INFO]: [Towny] Loading Towny v0.93.0.0
  123. [11:17:17] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
  124. [11:17:17] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.13.2) has not yet been tested! Proceed with caution.
  125. [11:17:17] [Server thread/INFO]: [TownyChat] Loading TownyChat v0.53
  126. [11:17:17] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.16.4
  127. [11:17:17] [Server thread/INFO]: [TimeIsMoney] Loading TimeIsMoney v1.9.6.5
  128. [11:17:17] [Server thread/INFO]: [iConomy] Loading iConomy v5.05
  129. [11:17:17] [Server thread/INFO]: [ViaRewind] Loading ViaRewind v1.3.13
  130. [11:17:17] [Server thread/INFO]: [MobArena] Loading MobArena v0.103
  131. [11:17:17] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.3.0-SNAPSHOT
  132. [11:17:17] [Server thread/INFO]: [Spartan] Loading Spartan vBuild 209
  133. [11:17:17] [Server thread/INFO]: [OldCombatMechanics] Loading OldCombatMechanics v1.6.6
  134. [11:17:17] [Server thread/INFO]: [TownyNameUpdater] Loading TownyNameUpdater v2.0
  135. [11:17:17] [Server thread/INFO]: [CratesPlus] Loading CratesPlus v4.5.1
  136. [11:17:17] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v11.0.0
  137. [11:17:17] [Server thread/INFO]: [TouchscreenHolograms] Loading TouchscreenHolograms v1.3.2
  138. [11:17:17] [Server thread/INFO]: [PluginLibrary] Loading PluginLibrary v1.2.1
  139. [11:17:17] [Server thread/INFO]: [Autorank] Loading Autorank v4.2.6
  140. [11:17:17] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.9.3-SNAPSHOT (build 109)
  141. [11:17:17] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.0-SNAPSHOT;0dc5781 loaded.
  142. [11:17:17] [Server thread/INFO]: [FastAsyncWorldEdit] Loading WorldEdit vunspecified
  143. [11:17:17] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.0-SNAPSHOT;0dc5781
  144. [11:17:17] [Server thread/INFO]: [AreaShop] Loading AreaShop v2.5.0
  145. [11:17:17] [Server thread/INFO]: [PVP Arena] Loading pvparena v1.3.4.298
  146. [11:17:17] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.11.5
  147. [11:17:17] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  148. [11:17:17] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.3.17*
  149. [11:17:17] [Server thread/INFO]: __
  150. [11:17:17] [Server thread/INFO]: | |__) LuckPerms v4.3.17
  151. [11:17:17] [Server thread/INFO]: |___ | Running on Bukkit - Paper
  152. [11:17:17] [Server thread/INFO]:
  153. [11:17:17] [Server thread/INFO]: [LuckPerms] Loading configuration...
  154. [11:17:17] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MARIADB]
  155. [11:17:17] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
  156. [11:17:17] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
  157. [11:17:17] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
  158. [11:17:17] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
  159. [11:17:18] [Server thread/INFO]: [LuckPerms] Performing initial data load...
  160. [11:17:18] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1059ms)
  161. [11:17:18] [Server thread/INFO]: [Vault] Enabling Vault v1.7.1-b91*
  162. [11:17:18] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  163. [11:17:18] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  164. [11:17:18] [Server thread/INFO]: [Vault] Enabled Version 1.7.1-b91
  165. [11:17:18] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
  166. [11:17:18] [Server thread/INFO]: [ProtocolSupport] Enabling ProtocolSupport v4.29-dev
  167. [11:17:18] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v2.3.1*
  168. [11:17:18] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0*
  169. [11:17:18] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  170. [11:17:18] [Server thread/INFO]: [iConomy] Enabling iConomy v5.05*
  171. [11:17:18] [Server thread/INFO]: [iConomy] Registered Vault interface.
  172. [11:17:19] [Server thread/INFO]: [iConomy] Logging enabled.
  173. [11:17:19] [Server thread/INFO]: [iConomy] v5.05 (Towny Edition) loaded.
  174. [11:17:19] [Server thread/INFO]: [iConomy] Developed by: [Nijikokun, ElgarL, LlmDl]
  175. [11:17:19] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v1.3.13*
  176. [11:17:19] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  177. [11:17:19] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  178. [11:17:19] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
  179. [11:17:19] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  180. [11:17:19] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  181. [11:17:19] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  182. [11:17:19] [Server thread/INFO]: Preparing level "world"
  183. [11:17:19] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
  184. [11:17:19] [Server thread/INFO]: Loaded 524 recipes
  185. [11:17:20] [Server thread/INFO]: -------- World Settings For [world] --------
  186. [11:17:20] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  187. [11:17:20] [Server thread/INFO]: Cactus Growth Modifier: 100%
  188. [11:17:20] [Server thread/INFO]: Cane Growth Modifier: 100%
  189. [11:17:20] [Server thread/INFO]: Melon Growth Modifier: 100%
  190. [11:17:20] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  191. [11:17:20] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  192. [11:17:20] [Server thread/INFO]: Sapling Growth Modifier: 100%
  193. [11:17:20] [Server thread/INFO]: Wheat Growth Modifier: 100%
  194. [11:17:20] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  195. [11:17:20] [Server thread/INFO]: Vine Growth Modifier: 100%
  196. [11:17:20] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  197. [11:17:20] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  198. [11:17:20] [Server thread/INFO]: Mob Spawn Range: 4
  199. [11:17:20] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  200. [11:17:20] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  201. [11:17:20] [Server thread/INFO]: Random Lighting Updates: false
  202. [11:17:20] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  203. [11:17:20] [Server thread/INFO]: Max TNT Explosions: 100
  204. [11:17:20] [Server thread/INFO]: Experience Merge Radius: 3.0
  205. [11:17:20] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  206. [11:17:20] [Server thread/INFO]: Item Merge Radius: 2.5
  207. [11:17:20] [Server thread/INFO]: Item Despawn Rate: 6000
  208. [11:17:20] [Server thread/INFO]: View Distance: 10
  209. [11:17:20] [Server thread/INFO]: Arrow Despawn Rate: 1200
  210. [11:17:20] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  211. [11:17:20] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  212. [11:17:20] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  213. [11:17:20] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  214. [11:17:20] [Server thread/INFO]: Cactus Growth Modifier: 100%
  215. [11:17:20] [Server thread/INFO]: Cane Growth Modifier: 100%
  216. [11:17:20] [Server thread/INFO]: Melon Growth Modifier: 100%
  217. [11:17:20] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  218. [11:17:20] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  219. [11:17:20] [Server thread/INFO]: Sapling Growth Modifier: 100%
  220. [11:17:20] [Server thread/INFO]: Wheat Growth Modifier: 100%
  221. [11:17:20] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  222. [11:17:20] [Server thread/INFO]: Vine Growth Modifier: 100%
  223. [11:17:20] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  224. [11:17:20] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  225. [11:17:20] [Server thread/INFO]: Mob Spawn Range: 4
  226. [11:17:20] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  227. [11:17:20] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  228. [11:17:20] [Server thread/INFO]: Random Lighting Updates: false
  229. [11:17:20] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  230. [11:17:20] [Server thread/INFO]: Max TNT Explosions: 100
  231. [11:17:20] [Server thread/INFO]: Experience Merge Radius: 3.0
  232. [11:17:20] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  233. [11:17:20] [Server thread/INFO]: Item Merge Radius: 2.5
  234. [11:17:20] [Server thread/INFO]: Item Despawn Rate: 6000
  235. [11:17:20] [Server thread/INFO]: View Distance: 10
  236. [11:17:20] [Server thread/INFO]: Arrow Despawn Rate: 1200
  237. [11:17:20] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  238. [11:17:20] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  239. [11:17:20] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  240. [11:17:20] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  241. [11:17:20] [Server thread/INFO]: Cactus Growth Modifier: 100%
  242. [11:17:20] [Server thread/INFO]: Cane Growth Modifier: 100%
  243. [11:17:20] [Server thread/INFO]: Melon Growth Modifier: 100%
  244. [11:17:20] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  245. [11:17:20] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  246. [11:17:20] [Server thread/INFO]: Sapling Growth Modifier: 100%
  247. [11:17:20] [Server thread/INFO]: Wheat Growth Modifier: 100%
  248. [11:17:20] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  249. [11:17:20] [Server thread/INFO]: Vine Growth Modifier: 100%
  250. [11:17:20] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  251. [11:17:20] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  252. [11:17:20] [Server thread/INFO]: Mob Spawn Range: 4
  253. [11:17:20] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  254. [11:17:20] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  255. [11:17:20] [Server thread/INFO]: Random Lighting Updates: false
  256. [11:17:20] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  257. [11:17:20] [Server thread/INFO]: Max TNT Explosions: 100
  258. [11:17:20] [Server thread/INFO]: Experience Merge Radius: 3.0
  259. [11:17:20] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  260. [11:17:20] [Server thread/INFO]: Item Merge Radius: 2.5
  261. [11:17:20] [Server thread/INFO]: Item Despawn Rate: 6000
  262. [11:17:20] [Server thread/INFO]: View Distance: 10
  263. [11:17:20] [Server thread/INFO]: Arrow Despawn Rate: 1200
  264. [11:17:20] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  265. [11:17:20] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  266. [11:17:20] [Server thread/INFO]: Preparing start region for level minecraft:overworld (Seed: 123627095030930521)
  267. [11:17:20] [Server thread/INFO]: Preparing start region for level minecraft:the_nether (Seed: 123627095030930521)
  268. [11:17:20] [Server thread/INFO]: Preparing start region for level minecraft:the_end (Seed: 123627095030930521)
  269. [11:17:20] [Server thread/INFO]: Time elapsed: 61 ms
  270. [11:17:20] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.9.2
  271. [11:17:20] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  272. [11:17:20] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  273. [11:17:20] [Server thread/INFO]: [SuperTrails] Enabling SuperTrails v9.6.8*
  274. [11:17:21] [Server thread/INFO]: [AutoRestart] Enabling AutoRestart v3.3.1*
  275. [11:17:21] [Server thread/INFO]: [AutoRestart] Loaded!
  276. [11:17:21] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.171.0-SNAPSHOT*
  277. [11:17:21] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
  278. [11:17:21] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
  279. [11:17:21] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.15.1
  280. [11:17:22] [Server thread/INFO]: === Super Trails ===SuperTrails 9.6.8 for MC 1.13 enabledThank you for using !===================== [CoreProtect] CoreProtect has been successfully enabled!
  281. [11:17:22] [Server thread/INFO]: [CoreProtect] Using MySQL for data storage.
  282. [11:17:22] [Server thread/INFO]: [DragonEggDrop] Enabling DragonEggDrop v1.6.1
  283. [11:17:22] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity*
  284. [11:17:22] [Server thread/WARN]: [Essentials] Ignoring attempt to change parent of plugin logger
  285. [11:17:22] [Server thread/INFO]: [Essentials] Using locale en_US
  286. [11:17:22] [Server thread/INFO]: [Essentials] Using locale en_US
  287. [11:17:22] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  288. [11:17:22] [Server thread/INFO]: [Essentials] Essentials: Using config file enhanced permissions.
  289. [11:17:22] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  290. [11:17:22] [Server thread/INFO]: [Essentials] Payment method found (iConomy version: 5)
  291. [11:17:22] [Server thread/INFO]: [MineableSpawners] Enabling MineableSpawners v1.4
  292. [11:17:22] [Server thread/INFO]: [PacketListenerApi] Enabling PacketListenerApi v3.7.1-SNAPSHOT*
  293. [11:17:22] [Server thread/INFO]: [PacketListenerAPI] Adding channels for online players...
  294. [11:17:22] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.9.0
  295. [11:17:22] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
  296. [11:17:22] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  297. [11:17:22] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 10000 at X: 0.5 Z: 0.5
  298. [11:17:22] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 0.0 Y: 72.0 Z: 0.0
  299. [11:17:22] [Server thread/INFO]: [RandomTP] Enabling RandomTP v1.0.0*
  300. [11:17:22] [Server thread/INFO]: [BannerBoard] Enabling BannerBoard v1.9.10.4*
  301. [11:17:22] [Server thread/INFO]: [Votifier] Enabling Votifier v2.4.1
  302. [11:17:22] [Server thread/INFO]: [Votifier] Loaded token for website: default
  303. [11:17:22] [Server thread/INFO]: [Votifier] ------------------------------------------------------------------------------
  304. [11:17:22] [Server thread/INFO]: [Votifier] Votifier protocol v1 parsing has been disabled. Most voting websites do not
  305. [11:17:22] [Server thread/INFO]: [Votifier] currently support the modern Votifier protocol in NuVotifier.
  306. [11:17:22] [Server thread/INFO]: [Votifier] ------------------------------------------------------------------------------
  307. [11:17:22] [Server thread/INFO]: [Votifier] Receiving votes over PluginMessaging channel 'nuvotifier:votes'.
  308. [11:17:22] [Server thread/INFO]: [LaggRemover] Enabling LaggRemover v2.0.4*
  309. [11:17:22] [Votifier NIO boss/INFO]: [Votifier] Votifier enabled on socket /0:0:0:0:0:0:0:0:8194.
  310. [11:17:22] [Server thread/INFO]:
  311. [11:17:22] [Server thread/INFO]: __ ____ _ _____
  312. [11:17:22] [Server thread/INFO]: / / ____ _____ _____ _/ __ \___ ____ ___ ____ _ _____ _____ | | / /__ \
  313. [11:17:22] [Server thread/INFO]: / / / __ `/ __ `/ __ `/ /_/ / _ \/ __ `__ \/ __ \ | / / _ \/ ___/ | | / /__/ /
  314. [11:17:22] [Server thread/INFO]: / /___/ /_/ / /_/ / /_/ / _, _/ __/ / / / / / /_/ / |/ / __/ / | |/ // __/
  315. [11:17:22] [Server thread/INFO]: /_____/\__,_/\__, /\__, /_/ |_|\___/_/ /_/ /_/\____/|___/\___/_/ |___//____/
  316. [11:17:22] [Server thread/INFO]: /____//____/
  317. [11:17:22] [Server thread/INFO]:
  318. [11:17:22] [Server thread/INFO]: [LaggRemover] Loaded 0 module(s)
  319. [11:17:22] [Server thread/INFO]: [LaggRemover] The LaggRemover AI is now active!
  320. [11:17:22] [Server thread/INFO]: [LaggRemover] LaggRemover has been enabled!
  321. [11:17:22] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v0.0.49
  322. [11:17:22] [Server thread/INFO]: [AdvancedPortals] Bukkit version detected v1_13_R2
  323. [11:17:22] [Server thread/INFO]: [AdvancedPortals] Got field f from TileEntityEndGateway
  324. [11:17:22] [Server thread/INFO]: [AdvancedPortals] BLOCK_PORTAL_TRAVEL found
  325. [11:17:22] [Server thread/WARN]: [AdvancedPortals] Material may be from old name format
  326. [11:17:22] [Server thread/INFO]: Advanced portals have been successfully enabled!
  327. [11:17:22] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v5.17
  328. [11:17:22] [Server thread/WARN]: [VotingPlugin] Detected no voting sites, this may mean something isn't properly setup
  329. [11:17:23] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlugin 5.17
  330. [11:17:25] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.0*
  331. [11:17:25] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity*
  332. [11:17:25] [Server thread/INFO]: [BossShopPro] Enabling BossShopPro v2.0.0
  333. [11:17:25] [Server thread/INFO]: [BossShopPro] Loading data...
  334. [11:17:25] [Server thread/INFO]: [BossShopPro] Hooked into PlaceholderAPI.
  335. [11:17:25] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.6.0*
  336. [11:17:25] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity*
  337. [11:17:25] [Server thread/INFO]: [BungeeTabListPlus] Enabling BungeeTabListPlus v2.8.9*
  338. [11:17:25] [Server thread/INFO]: [TitleManager] Enabling TitleManager v2.1.3*
  339. [11:17:26] [Server thread/INFO]: [Towny] Enabling Towny v0.93.0.0*
  340. [11:17:26] [Server thread/INFO]: ==================== Towny ========================
  341. [11:17:26] [Server thread/INFO]: [Towny] Database: [Load] flatfile [Save] flatfile
  342. [11:17:26] [Server thread/INFO]: [com.palmergames.bukkit.towny.log] [Towny] Using: Vault v1.7.1-b91, iConomy 5.05 via Vault
  343. [11:17:26] [Server thread/INFO]: [com.palmergames.bukkit.towny.log] [Towny] Time until a New Day: 42 minutes, 34 seconds
  344. [11:17:27] [Server thread/INFO]: [com.palmergames.bukkit.towny.log] =============================================================
  345. [11:17:27] [Server thread/INFO]: [com.palmergames.bukkit.towny.log] [Towny] Version: 0.93.0.0 - Mod Enabled
  346. [11:17:27] [Server thread/INFO]: [com.palmergames.bukkit.towny.log] =============================================================
  347. [11:17:27] [Server thread/INFO]: [TownyChat] Enabling TownyChat v0.53*
  348. [11:17:27] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.16.4
  349. [11:17:27] [Server thread/INFO]: [TimeIsMoney] Enabling TimeIsMoney v1.9.6.5*
  350. [11:17:27] [Server thread/INFO]: [TimeIsMoney] Loaded 4 Payouts!
  351. [11:17:27] [Server thread/INFO]: Time is Money: Essentials found. Hook in it -> Will use Essentials's AFK feature if afk is enabled.
  352. [11:17:27] [Server thread/INFO]: Time is Money v1.9.6.5 started.
  353. [11:17:27] [Server thread/INFO]: [MobArena] Enabling MobArena v0.103
  354. [11:17:27] [Server thread/INFO]: [MobArena] Vault found; economy rewards enabled.
  355. [11:17:27] [Server thread/INFO]: [MobArena] Loaded arena 'Greek'
  356. [11:17:27] [Server thread/INFO]: [MobArena] Loaded 3 sign templates.
  357. [11:17:27] [Server thread/INFO]: [MobArena] Loaded 3 arena signs.
  358. [11:17:27] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.3.0-SNAPSHOT*
  359. [11:17:27] [Server thread/WARN]: [HolographicDisplays] ******************************************************
  360. [11:17:27] [Server thread/WARN]: [HolographicDisplays] This version of HolographicDisplays only
  361. [11:17:27] [Server thread/WARN]: [HolographicDisplays] works on server versions from 1.8 to 1.13.
  362. [11:17:27] [Server thread/WARN]: [HolographicDisplays] The plugin will be disabled.
  363. [11:17:27] [Server thread/WARN]: [HolographicDisplays] ******************************************************
  364. [11:17:27] [Server thread/INFO]: [Spartan] Enabling Spartan vBuild 209
  365. [11:17:27] [Thread-24/WARN]: [MobArena] The updater could not find any files for the project id 31265
  366. [11:17:28] [Server thread/INFO]: [OldCombatMechanics] Enabling OldCombatMechanics v1.6.6*
  367. [11:17:28] [Server thread/INFO]: Registering hook...
  368. [11:17:28] [DiscordSRV - Initialization/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (79dc7d6d17f1df41e64a7edd527705e3c8049868)
  369. [11:17:28] [Server thread/INFO]: [OldCombatMechanics] OldCombatMechanics v1.6.6 has been enabled
  370. [11:17:28] [Server thread/INFO]: [TownyNameUpdater] Enabling TownyNameUpdater v2.0*
  371. [11:17:28] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v4.5.1
  372. [11:17:28] [Server thread/WARN]: [CratesPlus] CratesPlus has not yet been officially tested with Bukkit 1.13.2 but should still work
  373. [11:17:28] [Server thread/WARN]: [CratesPlus] Please let me know if there are any errors or issues
  374. [11:17:28] [Server thread/INFO]: CratesPlus Version 4.5.1
  375. [11:17:28] [Server thread/INFO]: You are using the built in handler for holograms. This will be removed in a future update! It is recommended to install Individual Holograms or HolographicDisplays which CratesPlus will then use to handle holograms.
  376. [11:17:28] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v11.0.0*
  377. [11:17:28] [Server thread/INFO]: [BuycraftX] Validating your server key...
  378. [11:17:28] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Language initialized as English
  379. [11:17:28] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Thank you so much to these people for allowing DiscordSRV to grow to what it is: Ac3dUd3, Androkai, anton8604, buildblox, Bysokar, CoreyD97, DeeKay, Diamondman121314/DMAN, FataL, Foxy, geekhideout, Helmic, KaizenWorlds, LDSG Ghost, Mick, mikedmd, mikedmd again, Mitecraft, PChard, Rui, Ryan (The Loyal One), Sicnus
  380. [11:17:29] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
  381. [11:17:29] [Log4j2-TF-1-AsyncLogger[AsyncContext@55f96302]-1/INFO]: [DiscordSRV] [JDA] Login Successful!
  382. [11:17:29] [Server thread/INFO]: [TouchscreenHolograms] Enabling TouchscreenHolograms v1.3.2*
  383. [11:17:29] [Server thread/INFO]:
  384. [11:17:29] [Server thread/INFO]:
  385. [11:17:29] [Server thread/INFO]: ***********************************************
  386. [11:17:29] [Server thread/INFO]: TouchscreenHolograms requires the plugin
  387. [11:17:29] [Server thread/INFO]: HolographicDisplays v2+ enabled to run.
  388. [11:17:29] [Server thread/INFO]: This plugin will be disabled.
  389. [11:17:29] [Server thread/INFO]: ***********************************************
  390. [11:17:29] [Server thread/INFO]:
  391. [11:17:29] [Log4j2-TF-1-AsyncLogger[AsyncContext@55f96302]-1/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
  392. [11:17:29] [Log4j2-TF-1-AsyncLogger[AsyncContext@55f96302]-1/INFO]: [DiscordSRV] [JDA] Finished Loading!
  393. [11:17:34] [Server thread/INFO]: [TouchscreenHolograms] Disabling TouchscreenHolograms v1.3.2
  394. [11:17:34] [Server thread/INFO]: [PluginLibrary] Enabling PluginLibrary v1.2.1*
  395. [11:17:34] [Server thread/INFO]: [PluginLibrary] ***== Loading libraries ==***
  396. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:CorinthMC(354942319893544960)
  397. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:announcements(354943440154525696)
  398. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:info-and-rules(354943494584008705)
  399. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:welcome(368271969306804224)
  400. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general-chat(354942319893544961)
  401. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:beta(368086620718759940)
  402. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bug-report(368939365981749258)
  403. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ideas-tempchannel(368940355095101450)
  404. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:donator-chat(400656459374919681)
  405. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:vanilla-server(490944425330081812)
  406. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:music-commands(354944125205872640)
  407. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:support-chat(355464683962105857)
  408. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-general(354944270681112576)
  409. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:off-topic(368278207280971776)
  410. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:development(354944184777441280)
  411. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:dev-general(379395081360375809)
  412. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:sysops(355772463264563200)
  413. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:git-updates(354944230252216321)
  414. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:skynet(362885024233553920)
  415. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:dyno(365208267959435264)
  416. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:management-chat(354944300439830529)
  417. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:continuum(500386576631726100)
  418. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:dw20(513509252632150026)
  419. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console channel ID was invalid, not forwarding console output
  420. [11:17:34] [Server thread/INFO]: [PluginLibrary] ***== Loaded 2 libraries! ==***
  421. [11:17:34] [Server thread/INFO]: [PluginLibrary] Loaded libraries: Vault (by Kainzo) and EssentialsX (by drtshock)
  422. [11:17:34] [Server thread/INFO]: [PluginLibrary] *** Ready for plugins to send/retrieve data. ***
  423. [11:17:34] [Server thread/INFO]: [PluginLibrary] PluginLibrary v1.2.1 is now enabled!
  424. [11:17:34] [Server thread/INFO]: [Autorank] Enabling Autorank v4.2.6
  425. [11:17:34] [Server thread/INFO]: [Autorank] Interval check every 5 minutes.
  426. [11:17:34] [Server thread/INFO]: [Autorank] Primary storage provider of Autorank: FlatFileStorageProvider
  427. [11:17:34] [Server thread/INFO]: [Autorank] Using timings of: autorank
  428. [11:17:34] [Server thread/INFO]: [Autorank] Autorank 4.2.6 has been enabled!
  429. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling TownyChat hook
  430. [11:17:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] No TownyChat channels were automatically hooked. This might cause problems...
  431. [11:17:34] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.9.3-SNAPSHOT (build 109)
  432. [11:17:35] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
  433. [11:17:35] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.0-SNAPSHOT;0dc5781
  434. [11:17:35] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  435. [11:17:35] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  436. [11:17:35] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  437. [11:17:35] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  438. [11:17:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  439. [11:17:35] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  440. [11:17:35] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  441. [11:17:35] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  442. [11:17:35] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  443. [11:17:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  444. [11:17:35] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  445. [11:17:35] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  446. [11:17:35] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  447. [11:17:35] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  448. [11:17:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  449. [11:17:35] [Server thread/INFO]: [WorldGuard] Loading region data...
  450. [11:17:35] [Server thread/INFO]: [AreaShop] Enabling AreaShop v2.5.0*
  451. [11:17:35] [Server thread/INFO]: [PVP Arena] Enabling pvparena v1.3.4.298*
  452. [11:17:36] [Server thread/INFO]: [PVP Arena] debugging: off
  453. [11:17:36] [Server thread/INFO]: [PVP Arena] Downloading module update file...
  454. [11:17:36] [Server thread/INFO]: [PVP Arena] Downloaded module update file
  455. [11:17:36] [Server thread/INFO]: [PVP Arena] Plugin tracking enabled. Set 'tracker: false' inside the main config to disable.
  456. [11:17:36] [Server thread/INFO]: [PVP Arena] enabled (version pvparena v1.3.4.298)
  457. [11:17:36] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.11.5
  458. [11:17:36] [Server thread/INFO]: [GriefPrevention] Siege Configuration: Material not found: LONG_GRASS.
  459. [11:17:36] [Server thread/INFO]: [GriefPrevention] Siege Configuration: Material not found: THIN_GLASS.
  460. [11:17:36] [Server thread/INFO]: [GriefPrevention] Siege Configuration: Material not found: WOOD.
  461. [11:17:36] [Server thread/INFO]: [GriefPrevention] Siege Configuration: Material not found: WOOL.
  462. [11:17:36] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
  463. [11:17:36] [Server thread/INFO]: [GriefPrevention] 7 total claims loaded.
  464. [11:17:38] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
  465. [11:17:38] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
  466. [11:17:38] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
  467. [11:17:38] [Server thread/INFO]: [GriefPrevention] Boot finished.
  468. [11:17:38] [Thread-30/INFO]: pa_goals v1.3.4.298, an experimental version! Latest stable: v1.3.4.291
  469. [11:17:39] [Thread-30/INFO]: pa_mods v1.3.4.298, an experimental version! Latest stable: v1.3.4.291
  470. [11:17:39] [Server thread/INFO]: Done (20.086s)! For help, type "help"
  471. [11:17:39] [Server thread/INFO]: Starting GS4 status listener
  472. [11:17:39] [Query Listener #1/INFO]: Query running on 0.0.0.0:25567
  473. [11:17:39] [Server thread/INFO]: Timings Reset
  474. [11:17:39] [Craft Scheduler Thread - 4/INFO]: [Autorank] Loading UUID storage files...
  475. [11:17:39] [Craft Scheduler Thread - 26/INFO]: [Autorank] Removed 0 old storage entries from database!
  476. [11:17:39] [Craft Scheduler Thread - 4/INFO]: [Autorank] Loaded UUID storage in 0 seconds.
  477. [11:17:39] [Server thread/INFO]: (FAWE) Plugin 'WorldGuard' found. Using it now.
  478. [11:17:39] [Server thread/INFO]: (FAWE) Plugin 'Towny' found. Using it now.
  479. [11:17:39] [Server thread/INFO]: (FAWE) Plugin 'GriefPrevention' found. Using it now.
  480. [11:17:39] [ForkJoinPool.commonPool-worker-1/INFO]: [DragonEggDrop] Your version of DragonEggDrop (1.6.1) is up to date!
  481. [11:17:39] [Server thread/INFO]: [AutoRestart] Up to date!
  482. [11:17:39] [Server thread/INFO]: [INFO] [BannerBoard] Loading images...
  483. [11:17:39] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded 0 image(s).
  484. [11:17:39] [Server thread/INFO]: [INFO] [BannerBoard] Connecting to skinrender.com with key ***********EY_HERE...
  485. [11:17:39] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.13.2(404)
  486. [11:17:39] [Server thread/WARN]: [ViaVersion] ViaVersion does not have any compatible versions for this server version, please read our resource page carefully.
  487. [11:17:40] [Craft Scheduler Thread - 13/INFO]: [PacketListenerApi] Plugin is up-to-date
  488. [11:17:40] [Server thread/INFO]: [TownyChat] -******* TownyChat enabled *******-
  489. [11:17:40] [Server thread/INFO]: [Autorank] No stats plugin found! Most requirements cannot be used!
  490. [11:17:40] [Server thread/INFO]: [Autorank] Loaded libraries and dependencies
  491. [11:17:40] [Craft Scheduler Thread - 7/INFO]: [PlaceholderAPI] 127 placeholder expansions are available on the cloud.
  492. [11:17:40] [Craft Scheduler Thread - 25/INFO]: [Vault] Checking for Updates ...
  493. [11:17:40] [Server thread/INFO]: [VotingPlugin] Successfully hooked into vault economy!
  494. [11:17:40] [Server thread/INFO]: [VotingPlugin] Hooked into vault permissions
  495. [11:17:41] [Craft Scheduler Thread - 7/INFO]: [BossShopPro] Successfully hooked into Points plugin VotingPlugin.
  496. [11:17:41] [Craft Scheduler Thread - 25/WARN]: [Vault] No files found, or Feed URL is bad.
  497. [11:17:41] [Craft Scheduler Thread - 25/INFO]: [Vault] No new version available
  498. [11:17:41] [Craft Scheduler Thread - 17/INFO]: Checking for updates via Spigot...
  499. [11:17:41] [Craft Scheduler Thread - 25/INFO]: [VotingPlugin] VotingPlugin is up to date! Version: 5.17
  500. [11:17:41] [Craft Scheduler Thread - 19/INFO]: [BuycraftX] Fetching all due players...
  501. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  502. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  503. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  504. [11:17:41] [Craft Scheduler Thread - 19/INFO]: [BuycraftX] Fetched due players (0 found).
  505. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  506. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  507. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  508. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  509. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  510. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  511. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  512. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  513. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  514. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  515. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  516. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  517. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  518. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  519. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  520. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  521. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  522. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  523. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  524. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  525. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  526. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  527. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  528. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  529. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  530. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  531. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  532. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  533. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  534. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  535. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  536. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  537. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  538. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  539. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  540. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  541. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  542. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  543. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  544. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  545. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  546. [11:17:41] [Craft Scheduler Thread - 7/INFO]: [BossShopPro] Loaded 11 Shops!
  547. [11:17:41] [Craft Scheduler Thread - 7/INFO]: [BossShopPro] Vault found.
  548. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  549. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  550. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  551. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  552. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  553. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  554. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  555. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  556. [11:17:41] [Craft Scheduler Thread - 17/INFO]: [CratesPlus] No update was found, you are running the latest version. Will check again later.
  557. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  558. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  559. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  560. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  561. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  562. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  563. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  564. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  565. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  566. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  567. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  568. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  569. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  570. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  571. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  572. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  573. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  574. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  575. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  576. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  577. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  578. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  579. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  580. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  581. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  582. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  583. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  584. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  585. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  586. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  587. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  588. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  589. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  590. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  591. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  592. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  593. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  594. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  595. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  596. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  597. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  598. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  599. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  600. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  601. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  602. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  603. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  604. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  605. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  606. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  607. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  608. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  609. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  610. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  611. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  612. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  613. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  614. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  615. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  616. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  617. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  618. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  619. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  620. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  621. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  622. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  623. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  624. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  625. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  626. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  627. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  628. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  629. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  630. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  631. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  632. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  633. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  634. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  635. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  636. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  637. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  638. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  639. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  640. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  641. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  642. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  643. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  644. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  645. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  646. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  647. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  648. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  649. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  650. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  651. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  652. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  653. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  654. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  655. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  656. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  657. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  658. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  659. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  660. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  661. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  662. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  663. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  664. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  665. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  666. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  667. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  668. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  669. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  670. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  671. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  672. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  673. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'owner' as uuid for a region member/owner, is your flagProfiles section correct?
  674. [11:17:41] [Server thread/WARN]: [AreaShop] Tried using 'admin' as uuid for a region member/owner, is your flagProfiles section correct?
  675. [11:18:05] [Timer-5/INFO]: [WorldGuard] Region data changes made in 'world' have been background saved
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement