Advertisement
Guest User

Untitled

a guest
May 6th, 2020
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.31 KB | None | 0 0
  1. [14:54:23] [Server thread/INFO]: Starting minecraft server version 1.15.2
  2. [14:54:23] [Server thread/INFO]: Loading properties
  3. [14:54:23] [Server thread/INFO]: This server is running Paper version git-Paper-251 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
  4. [14:54:23] [Server thread/INFO]: Server Ping Player Sample Count: 12
  5. [14:54:23] [Server thread/INFO]: Using 4 threads for Netty based IO
  6. [14:54:23] [Server thread/INFO]: Debug logging is disabled
  7. [14:54:24] [Server thread/INFO]: Default game type: SURVIVAL
  8. [14:54:24] [Server thread/INFO]: Generating keypair
  9. [14:54:24] [Server thread/INFO]: Starting Minecraft server on 127.0.0.1:25566
  10. [14:54:24] [Server thread/INFO]: Using epoll channel type
  11. [14:54:25] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
  12. [14:54:29] [Server thread/WARN]: Legacy plugin dynmap v3.0-beta-10-257 does not specify an api-version.
  13. [14:54:30] [Server thread/WARN]: Legacy plugin CommandExecutor v1.3 does not specify an api-version.
  14. [14:54:30] [Server thread/WARN]: Legacy plugin LightAPI v3.4.3 does not specify an api-version.
  15. [14:54:30] [Server thread/WARN]: Legacy plugin HeadDatabase v4.12.2 does not specify an api-version.
  16. [14:54:31] [Server thread/WARN]: Legacy plugin ProtectionLib v0.9.8 does not specify an api-version.
  17. [14:54:31] [Server thread/WARN]: Legacy plugin Dynmap-GriefPrevention v0.80 does not specify an api-version.
  18. [14:54:31] [Server thread/ERROR]: Could not load 'plugins/DiceFurniture.jar' in folder 'plugins'
  19. org.bukkit.plugin.InvalidPluginException: Cannot find main class `de.Ste3et_C0st.Furniture.Main.main'
  20. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:70) ~[patched_1.15.2.jar:git-Paper-251]
  21. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:136) ~[patched_1.15.2.jar:git-Paper-251]
  22. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:397) ~[patched_1.15.2.jar:git-Paper-251]
  23. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:305) ~[patched_1.15.2.jar:git-Paper-251]
  24. at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:359) ~[patched_1.15.2.jar:git-Paper-251]
  25. at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:234) ~[patched_1.15.2.jar:git-Paper-251]
  26. at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:895) ~[patched_1.15.2.jar:git-Paper-251]
  27. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
  28. Caused by: java.lang.ClassNotFoundException: de.Ste3et_C0st.Furniture.Main.main
  29. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:141) ~[patched_1.15.2.jar:git-Paper-251]
  30. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.15.2.jar:git-Paper-251]
  31. at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_252]
  32. at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_252]
  33. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_252]
  34. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_252]
  35. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:68) ~[patched_1.15.2.jar:git-Paper-251]
  36. ... 7 more
  37. Caused by: java.util.zip.ZipException: invalid LOC header (bad signature)
  38. at java.util.zip.ZipFile.read(Native Method) ~[?:1.8.0_252]
  39. at java.util.zip.ZipFile.access$1400(ZipFile.java:60) ~[?:1.8.0_252]
  40. at java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:734) ~[?:1.8.0_252]
  41. at java.util.zip.ZipFile$ZipFileInflaterInputStream.fill(ZipFile.java:434) ~[?:1.8.0_252]
  42. at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158) ~[?:1.8.0_252]
  43. at java.io.FilterInputStream.read(FilterInputStream.java:107) ~[?:1.8.0_252]
  44. at com.google.common.io.ByteStreams.copy(ByteStreams.java:106) ~[patched_1.15.2.jar:git-Paper-251]
  45. at com.google.common.io.ByteStreams.toByteArray(ByteStreams.java:166) ~[patched_1.15.2.jar:git-Paper-251]
  46. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:139) ~[patched_1.15.2.jar:git-Paper-251]
  47. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.15.2.jar:git-Paper-251]
  48. at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_252]
  49. at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_252]
  50. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_252]
  51. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_252]
  52. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:68) ~[patched_1.15.2.jar:git-Paper-251]
  53. ... 7 more
  54. [14:54:31] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.0.137
  55. [14:54:31] [Server thread/INFO]: [dynmap] Loading dynmap v3.0-beta-10-257
  56. [14:54:31] [Server thread/INFO]: [dynmap] version=git-Paper-251 (MC: 1.15.2)
  57. [14:54:32] [Server thread/INFO]: [dynmap] Unload queue not found - default to unload all chunks
  58. [14:54:32] [Server thread/INFO]: [dynmap] inhabitedTicks field not found - inhabited shader not functional
  59. [14:54:32] [Server thread/INFO]: [dynmap] Mod Support API available
  60. [14:54:32] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.1.0;8e55131
  61. [14:54:33] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@15876318]
  62. [14:54:33] [Server thread/INFO]: [CommandExecutor] Loading CommandExecutor v1.3
  63. [14:54:33] [Server thread/INFO]: [SAML] Loading SAML v2.0.0
  64. [14:54:33] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.6
  65. [14:54:33] [Server thread/INFO]: [VillagerOptimiser] Loading VillagerOptimiser v1.1.2
  66. [14:54:33] [Server thread/INFO]: [DeluxeJoin] Loading DeluxeJoin v2.8.0
  67. [14:54:33] [Server thread/INFO]: [EasyBackup] Loading EasyBackup v3.3.2
  68. [14:54:33] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0
  69. [14:54:33] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.15.2) has not yet been tested! Proceed with caution.
  70. [14:54:33] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.0-b775
  71. [14:54:33] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.2-SNAPSHOT;bf2593e
  72. [14:54:33] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v3.0.0-b459
  73. [14:54:33] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
  74. [14:54:33] [Server thread/INFO]: [TokenManager] Loading TokenManager v3.2.5
  75. [14:54:33] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.12.0-d4d7ac4
  76. [14:54:33] [Server thread/INFO]: [LightAPI] Loading LightAPI v3.4.3
  77. [14:54:33] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.2.77
  78. [14:54:33] [Server thread/INFO]: [WarpSystem] Loading WarpSystem v4.2.4
  79. [14:54:33] [Server thread/INFO]: [HeadDatabase] Loading HeadDatabase v4.12.2
  80. [14:54:33] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.1
  81. [14:54:33] [Server thread/INFO]: [BuildMoney] Loading BuildMoney v3.9
  82. [14:54:33] [Server thread/INFO]: [CommandSigns] Loading CommandSigns v2.1.2
  83. [14:54:33] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.26-SNAPSHOT (build 1866)
  84. [14:54:33] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.18.4
  85. [14:54:33] [Server thread/INFO]: [Plan] Loading Plan v5.1 build 505
  86. [14:54:33] [Server thread/INFO]: [ProtectionLib] Loading ProtectionLib v0.9.8
  87. [14:54:33] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.13.2-Release
  88. [14:54:33] [Server thread/INFO]: [Dynmap-GriefPrevention] Loading Dynmap-GriefPrevention v0.80
  89. [14:54:33] [Server thread/INFO]: [GriefPreventionFlags] Loading GriefPreventionFlags v5.8.0
  90. [14:54:33] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.1.5
  91. [14:54:33] [Server thread/INFO]: [BungeeTabListPlus] Loading BungeeTabListPlus v3.2.0
  92. [14:54:33] [Server thread/INFO]: [WorldGuardExtraFlags] Loading WorldGuardExtraFlags v4.1.3
  93. [14:54:33] [Server thread/INFO]: [MyPet] Loading MyPet v3.1
  94. [14:54:34] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Error-Reporter ENABLED
  95. [14:54:34] [Server thread/INFO]: [ChatControl] Loading ChatControl v8.6.6
  96. [14:54:34] [Server thread/INFO]: [CitizensCMD] Loading CitizensCMD v2.4
  97. [14:54:34] [Server thread/INFO]: [FurnitureLib] Loading FurnitureLib v2.2.4
  98. [14:54:34] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  99. [14:54:34] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.0.137
  100. [14:54:34] [Server thread/INFO]: __
  101. [14:54:34] [Server thread/INFO]: | |__) LuckPerms v5.0.137
  102. [14:54:34] [Server thread/INFO]: |___ | Running on Bukkit - Paper
  103. [14:54:34] [Server thread/INFO]:
  104. [14:54:34] [Server thread/INFO]: [LuckPerms] Loading configuration...
  105. [14:54:35] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MARIADB]
  106. [14:54:35] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
  107. [14:54:35] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
  108. [14:54:36] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
  109. [14:54:36] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
  110. [14:54:36] [Server thread/INFO]: [LuckPerms] Performing initial data load...
  111. [14:54:37] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2106ms)
  112. [14:54:37] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.1.0;8e55131
  113. [14:54:37] [Server thread/WARN]: [WorldEdit] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
  114. [14:54:37] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  115. [14:54:37] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_15_R2 as the Bukkit adapter
  116. [14:54:38] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0
  117. [14:54:38] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  118. [14:54:38] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
  119. [14:54:38] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.17.2.77 which is not a depend, softdepend or loadbefore of this plugin.
  120. [14:54:38] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  121. [14:54:38] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  122. [14:54:38] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
  123. [14:54:38] [Server thread/WARN]: [LuckPerms] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
  124. [14:54:38] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
  125. [14:54:38] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
  126. [14:54:38] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  127. [14:54:38] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  128. [14:54:38] [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.
  129. [14:54:38] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  130. [14:54:38] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  131. [14:54:38] [Server thread/INFO]: Preparing level "CreativePlayground_1"
  132. [14:54:38] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
  133. [14:54:39] [Server thread/INFO]: Loaded 6 recipes
  134. [14:54:40] [Server thread/INFO]: -------- World Settings For [CreativePlayground_1] --------
  135. [14:54:40] [Server thread/INFO]: Mob Spawn Range: 8
  136. [14:54:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  137. [14:54:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  138. [14:54:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
  139. [14:54:40] [Server thread/INFO]: Max TNT Explosions: 100
  140. [14:54:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  141. [14:54:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
  142. [14:54:40] [Server thread/INFO]: Cane Growth Modifier: 100%
  143. [14:54:40] [Server thread/INFO]: Melon Growth Modifier: 100%
  144. [14:54:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  145. [14:54:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  146. [14:54:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
  147. [14:54:40] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  148. [14:54:40] [Server thread/INFO]: Carrot Growth Modifier: 100%
  149. [14:54:40] [Server thread/INFO]: Potato Growth Modifier: 100%
  150. [14:54:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
  151. [14:54:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  152. [14:54:40] [Server thread/INFO]: Vine Growth Modifier: 100%
  153. [14:54:40] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  154. [14:54:40] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  155. [14:54:40] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  156. [14:54:40] [Server thread/INFO]: Kelp Growth Modifier: 100%
  157. [14:54:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  158. [14:54:40] [Server thread/INFO]: Experience Merge Radius: 3.0
  159. [14:54:40] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  160. [14:54:40] [Server thread/INFO]: View Distance: 10
  161. [14:54:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  162. [14:54:40] [Server thread/INFO]: Item Merge Radius: 2.5
  163. [14:54:40] [Server thread/INFO]: Item Despawn Rate: 6000
  164. [14:54:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  165. [14:54:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  166. [14:54:40] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
  167. [14:54:40] [Server thread/INFO]: Preparing start region for dimension 'CreativePlayground_1'/minecraft:overworld
  168. [14:54:40] [Paper RegionFile IO Thread/INFO]: [RegionFile] Using Java 8 DirectByteBuffer cleanup method
  169. [14:54:41] [Server thread/INFO]: Loaded 0 spawn chunks for world CreativePlayground_1
  170. [14:54:41] [Server thread/INFO]: Preparing spawn area: 0%
  171. [14:54:41] [Server thread/INFO]: Preparing spawn area: 0%
  172. [14:54:41] [Server thread/INFO]: Preparing spawn area: 0%
  173. [14:54:42] [Server thread/INFO]: Time elapsed: 1195 ms
  174. [14:54:42] [Server thread/INFO]: [dynmap] Enabling dynmap v3.0-beta-10-257*
  175. [14:54:42] [Server thread/INFO]: [dynmap] Using LuckPerms 5.0.137 for access control
  176. [14:54:42] [Server thread/INFO]: [dynmap] Mod Support processing completed
  177. [14:54:43] [Server thread/INFO]: [dynmap] Loaded 25 shaders.
  178. [14:54:43] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
  179. [14:54:43] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
  180. [14:54:44] [Server thread/INFO]: [dynmap] version 3.0-beta-10-257 is enabled - core version 3.0-beta-10-257
  181. [14:54:44] [Server thread/INFO]: [dynmap] For support, visit https://forums.dynmap.us
  182. [14:54:44] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
  183. [14:54:44] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'CreativePlayground_1'.
  184. [14:54:44] [Server thread/INFO]: [dynmap] Enabled
  185. [14:54:44] [Server thread/INFO]: [CommandExecutor] Enabling CommandExecutor v1.3*
  186. [14:54:44] [Server thread/INFO]: [SAML] Enabling SAML v2.0.0
  187. [14:54:44] [Server thread/INFO]: [SAML] Loading config.yml...
  188. [14:54:44] [Server thread/INFO]: [SAML] Successfully loaded config.yml.
  189. [14:54:44] [Server thread/INFO]: [SAML] Loading custom_groups.yml...
  190. [14:54:44] [Server thread/INFO]: [SAML] Successfully loaded custom_groups.yml.
  191. [14:54:44] [Server thread/INFO]: [SAML] Loading nerfer_goals.yml...
  192. [14:54:44] [Server thread/INFO]: [SAML] Successfully loaded nerfer_goals.yml.
  193. [14:54:44] [Server thread/INFO]: [SAML] Loading messages.yml...
  194. [14:54:44] [Server thread/INFO]: [SAML] Successfully loaded messages.yml.
  195. [14:54:45] [Server thread/INFO]: [SAML] Successfully enabled.
  196. [14:54:45] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.6
  197. [14:54:45] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  198. [14:54:45] [Server thread/INFO]: [VillagerOptimiser] Enabling VillagerOptimiser v1.1.2
  199. [14:54:45] [Server thread/INFO]: [VillagerOptimiser] Loading config.yml...
  200. [14:54:45] [Server thread/INFO]: [VillagerOptimiser] Successfully loaded config.yml.
  201. [14:54:45] [Server thread/INFO]: [VillagerOptimiser] Successfully enabled.
  202. [14:54:45] [Server thread/INFO]: [DeluxeJoin] Enabling DeluxeJoin v2.8.0
  203. [14:54:45] [Server thread/INFO]: [DeluxeJoin] 1 DeluxeJoinFormats loaded!
  204. [14:54:45] [Server thread/INFO]: [DeluxeJoin] 2 DeluxeMotds loaded!
  205. [14:54:45] [Server thread/INFO]: [DeluxeJoin] First join message is enabled!
  206. [14:54:45] [Server thread/INFO]: [DeluxeJoin] Succesfully hooked into PlaceholderAPI for placeholders!
  207. [14:54:45] [Server thread/INFO]: [EasyBackup] Enabling EasyBackup v3.3.2
  208. [14:54:48] [Server thread/INFO]: [EasyBackup] -------------------------------------------------------------
  209. [14:54:48] [Server thread/INFO]: [EasyBackup] _____ ______ _
  210. [14:54:48] [Server thread/INFO]: [EasyBackup] | ___| | ___ \ | |
  211. [14:54:48] [Server thread/INFO]: [EasyBackup] | |__ __ _ ___ _ _ | |_/ / __ _ ___| | ___ _ _ __
  212. [14:54:48] [Server thread/INFO]: [EasyBackup] | __|/ _` / __| | | | | ___ \/ _` |/ __| |/ / | | | '_ \
  213. [14:54:48] [Server thread/INFO]: [EasyBackup] | |__| (_| \__ \ |_| | | |_/ / (_| | (__| <| |_| | |_) |
  214. [14:54:48] [Server thread/INFO]: [EasyBackup] \____/\__,_|___/\__, | \____/ \__,_|\___|_|\_\\__,_| .__/
  215. [14:54:48] [Server thread/INFO]: [EasyBackup] __/ | | |
  216. [14:54:48] [Server thread/INFO]: [EasyBackup] |___/ |_|
  217. [14:54:48] [Server thread/INFO]: [EasyBackup]
  218. [14:54:48] [Server thread/INFO]: [EasyBackup] EasyBackup v3.3.2
  219. [14:54:48] [Server thread/INFO]: [EasyBackup] Made by Forseth11, JarFiles
  220. [14:54:48] [Server thread/INFO]: [EasyBackup] Licensed to mellowism (179916)
  221. [14:54:48] [Server thread/INFO]: [EasyBackup]
  222. [14:54:48] [Server thread/INFO]: [EasyBackup] Loading...
  223. [14:54:51] [Server thread/INFO]: [EasyBackup] Initializing Modules loader...
  224. [14:54:51] [Server thread/INFO]: [EasyBackup] Enabling API...
  225. [14:54:51] [Server thread/INFO]: [EasyBackup] Loading Configurations...
  226. [14:54:51] [Server thread/INFO]: [EasyBackup] Loading settings.yml config...
  227. [14:54:51] [Server thread/INFO]: [EasyBackup] Loading messages.yml config...
  228. [14:54:51] [Server thread/INFO]: [EasyBackup] Loading Addons...
  229. [14:54:51] [Server thread/INFO]: [EasyBackup] Successfully loaded addon 'GoogleDrive (v3.3.2)'
  230. [14:54:51] [Server thread/INFO]: [EasyBackup] 1 Addon(s) loaded successfully
  231. [14:54:51] [Server thread/INFO]: [EasyBackup] Loading Managers...
  232. [14:54:51] [Server thread/INFO]: [EasyBackup] Loaded GoogleDrive Uploader
  233. [14:54:51] [Server thread/INFO]: [EasyBackup] Loading EasyBackup schedule (CRON).
  234. [14:54:51] [Server thread/INFO]: [EasyBackup] Schedule applied: 0 0 5 ? * * * (at 05:00)
  235. [14:54:51] [Server thread/INFO]: [EasyBackup] Loading Listeners...
  236. [14:54:51] [Server thread/INFO]: [EasyBackup] Loading Commands...
  237. [14:54:51] [Server thread/INFO]: [EasyBackup] Starting LagMeter...
  238. [14:54:51] [Server thread/INFO]: [EasyBackup]
  239. [14:54:51] [Server thread/INFO]: [EasyBackup] EasyBackup has been loaded successfully. Starting backup schedule and disk protection...
  240. [14:54:51] [Server thread/INFO]: [EasyBackup] Backup Schedule has been started successfully
  241. [14:54:51] [Server thread/INFO]: [EasyBackup] -------------------------------------------------------------
  242. [14:54:51] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.0-b775
  243. [14:54:51] [Server thread/WARN]: [Multiverse-Core] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
  244. [14:54:51] [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].
  245. [14:54:51] [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.
  246. [14:54:51] [Server thread/INFO]: [Multiverse-Core] 1 - World(s) loaded.
  247. [14:54:52] [Server thread/INFO]: [Multiverse-Core] Version 4.1.0-b775 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
  248. [14:54:52] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman
  249. [14:54:52] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman
  250. [14:54:52] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.2-SNAPSHOT;bf2593e
  251. [14:54:52] [Server thread/INFO]: [WorldGuard] (CreativePlayground_1) TNT ignition is blocked.
  252. [14:54:52] [Server thread/INFO]: [WorldGuard] (CreativePlayground_1) Lighters are blocked.
  253. [14:54:52] [Server thread/INFO]: [WorldGuard] (CreativePlayground_1) Lava fire is blocked.
  254. [14:54:52] [Server thread/INFO]: [WorldGuard] (CreativePlayground_1) All fire spread is disabled.
  255. [14:54:52] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'CreativePlayground_1'
  256. [14:54:52] [Server thread/INFO]: [WorldGuard] Loading region data...
  257. [14:54:52] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v3.0.0-b459
  258. [14:54:52] [Server thread/INFO]: [Multiverse-Inventories] The following worlds for group 'default' are not loaded: world
  259. [14:54:52] [Server thread/INFO]: [Multiverse-Inventories 3.0.0-b459] enabled.
  260. [14:54:52] [Server thread/INFO]: [TokenManager] Enabling TokenManager v3.2.5
  261. [14:54:52] [Server thread/INFO]: [TokenManager] Loaded Config.
  262. [14:54:52] [Server thread/INFO]: [TokenManager] Loaded Lang.
  263. [14:54:52] [Server thread/INFO]: [TokenManager] ===============================================
  264. [14:54:52] [Server thread/INFO]: [TokenManager] TokenManager has detected your server as online mode.
  265. [14:54:52] [Server thread/INFO]: [TokenManager] DataManager will operate with UUIDs.
  266. [14:54:52] [Server thread/INFO]: [TokenManager] If your server is NOT in online mode, please manually set online-mode in TokenManager's config.yml.
  267. [14:54:52] [Server thread/INFO]: [TokenManager] ===============================================
  268. [14:54:52] [Server thread/INFO]: [TokenManager] Loaded DataManager.
  269. [14:54:52] [Server thread/INFO]: [TokenManager] ShopConfig: Failed to load displayed item for slot '0' of shop 'examplesubshop': '373:16421' is not a valid material
  270. [14:54:52] [Server thread/INFO]: [TokenManager] Loaded ShopConfig.
  271. [14:54:52] [Server thread/INFO]: [TokenManager] Loaded ShopManager.
  272. [14:54:52] [Server thread/INFO]: [TokenManager] Loaded WorthConfig.
  273. [14:54:52] [Server thread/INFO]: [TokenManager] Successfully hooked into 'PlaceholderAPI'!
  274. [14:54:52] [Server thread/INFO]: [TokenManager] Successfully hooked into 'Vault'!
  275. [14:54:52] [Server thread/INFO]: [TokenManager] Loaded HookManager.
  276. [14:54:52] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.12.0-d4d7ac4
  277. [14:54:52] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
  278. [14:54:52] [Server thread/INFO]: [GriefPrevention] 96 total claims loaded.
  279. [14:54:54] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
  280. [14:54:54] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
  281. [14:54:54] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
  282. [14:54:54] [Server thread/INFO]: [GriefPrevention] GriefPrevention requires Vault for economy integration.
  283. [14:54:54] [Server thread/INFO]: [GriefPrevention] Attempting to load Vault...
  284. [14:54:54] [Server thread/INFO]: [GriefPrevention] Vault loaded successfully!
  285. [14:54:54] [Server thread/INFO]: [GriefPrevention] Looking for a Vault-compatible economy plugin...
  286. [14:54:54] [Server thread/INFO]: [GriefPrevention] Hooked into economy: Essentials Economy.
  287. [14:54:54] [Server thread/INFO]: [GriefPrevention] Ready to buy/sell claim blocks!
  288. [14:54:54] [Server thread/INFO]: [GriefPrevention] Boot finished.
  289. [14:54:54] [Server thread/INFO]: [LightAPI] Enabling LightAPI v3.4.3*
  290. [14:54:54] [Server thread/INFO]: [LightAPI] Loading implementation for Paper server v1_15_R1.
  291. [14:54:54] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.2.77
  292. [14:54:54] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
  293. [14:54:54] [Server thread/INFO]: [Essentials] No kits found to migrate.
  294. [14:54:54] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  295. [14:54:54] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
  296. [14:54:54] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  297. [14:54:54] [Server thread/INFO]: [Essentials] Loaded 21019 items from items.json.
  298. [14:54:54] [Server thread/INFO]: [Essentials] Using locale en
  299. [14:54:54] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
  300. [14:54:54] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  301. [14:54:54] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
  302. [14:54:54] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
  303. [14:54:54] [Server thread/INFO]: [WarpSystem] Enabling WarpSystem v4.2.4
  304. [14:54:54] [Server thread/INFO]:
  305. [14:54:54] [Server thread/INFO]: __________________________________________________________
  306. [14:54:54] [Server thread/INFO]:
  307. [14:54:54] [Server thread/INFO]: WarpSystem [4.2.4]
  308. [14:54:54] [Server thread/INFO]:
  309. [14:54:54] [Server thread/INFO]: Status:
  310. [14:54:54] [Server thread/INFO]:
  311. [14:54:54] [Server thread/INFO]: MC-Version: v1_15_R1
  312. [14:54:54] [Server thread/INFO]:
  313. [14:54:54] [Server thread/INFO]: Loading features
  314. [14:54:54] [Server thread/INFO]: > Loading Animations
  315. [14:54:54] [Server thread/INFO]: ...got 1 animation(s)
  316. [14:54:54] [Server thread/INFO]: > Loading Icons
  317. [14:54:54] [Server thread/INFO]: > Loading background
  318. [14:54:54] [Server thread/INFO]: ...got 1 background
  319. [14:54:54] [Server thread/INFO]: > Loading Icons
  320. [14:54:54] [Server thread/INFO]: ...got 0 Icons
  321. [14:54:54] [Server thread/INFO]: > Loading SimpleWarps
  322. [14:54:54] [Server thread/INFO]: ...got 3 SimpleWarp(s)
  323. [14:54:54] [Server thread/INFO]: > Loading RandomTeleporters
  324. [14:54:54] [Server thread/INFO]: ...got 0 InteractBlock(s)
  325. [14:54:54] [Server thread/INFO]: > Loading Shortcuts
  326. [14:54:54] [Server thread/INFO]: ...got 5 Shortcut(s)
  327. [14:54:54] [Server thread/INFO]: > Loading PlayerWarps [Bungee: true; TimeDependent: false]
  328. [14:54:54] [Server thread/INFO]: ...got 6 Class(es)
  329. [14:54:54] [Server thread/INFO]: > Loading Portals
  330. [14:54:55] [Server thread/INFO]: ...got 8 Portal(s)
  331. [14:54:55] [Server thread/INFO]: > Loading WarpSigns
  332. [14:54:55] [Server thread/INFO]: ...got 0 WarpSign(s)
  333. [14:54:55] [Server thread/INFO]:
  334. [14:54:55] [Server thread/INFO]: Loading TeleportManager
  335. [14:54:55] [Server thread/INFO]: Starting AutoSaver
  336. [14:54:55] [Server thread/INFO]:
  337. [14:54:55] [Server thread/INFO]: Done (0.394s)
  338. [14:54:55] [Server thread/INFO]:
  339. [14:54:55] [Server thread/INFO]: __________________________________________________________
  340. [14:54:55] [Server thread/INFO]:
  341. [14:54:55] [Server thread/INFO]: [HeadDatabase] Enabling HeadDatabase v4.12.2*
  342. [14:54:55] [Server thread/INFO]: [HeadDatabase] Using default "en_US.lang" created by Arcaniax
  343. [14:54:55] [Server thread/INFO]: [HeadDatabase] Economy succesfully setup!
  344. [14:54:55] [Server thread/WARN]: [HeadDatabase] Loaded class me.clip.placeholderapi.expansion.PlaceholderExpansion from PlaceholderAPI v2.10.6 which is not a depend, softdepend or loadbefore of this plugin.
  345. [14:54:55] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.1
  346. [14:54:55] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  347. [14:54:55] [Server thread/INFO]: [BuildMoney] Enabling BuildMoney v3.9
  348. [14:54:55] [Server thread/INFO]: [BuildMoney] Detected version: v1_15_R1
  349. [14:54:55] [Server thread/INFO]: [BuildMoney] BuildMoney 3.9 loaded successfully.
  350. [14:54:55] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v2.1.2
  351. [14:54:55] [Server thread/INFO]: [CommandSigns] Plugin vault detected
  352. [14:54:55] [Server thread/INFO]: [CommandSigns] Vault economy [Essentials Economy] linked with command signs !
  353. [14:54:55] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.26-SNAPSHOT (build 1866)
  354. [14:54:55] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.18.4
  355. [14:54:55] [Server thread/INFO]: [Plan] Enabling Plan v5.1 build 505
  356. [14:54:55] [Server thread/INFO]:
  357. [14:54:55] [Server thread/INFO]: ██▌
  358. [14:54:55] [Server thread/INFO]: ██▌ ██▌
  359. [14:54:55] [Server thread/INFO]: ██▌██▌██▌██▌ Player Analytics
  360. [14:54:55] [Server thread/INFO]: ██▌██▌██▌██▌ v5.1 build 505
  361. [14:54:55] [Server thread/INFO]:
  362. [14:54:55] [Server thread/INFO]: [Plan] Locale: 'English' by Rsl1122
  363. [14:54:56] [Server thread/INFO]: [Plan] You're using the latest version.
  364. [14:54:56] [DiscordSRV - Initialization/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (2502506a1ae526df46c101156389ed9eebc196e5)
  365. [14:54:56] [DiscordSRV - Initialization/INFO]: [DiscordSRV] ===============================================================================
  366. [14:54:56] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Need a server host? Try PebbleHost! Plans starting at $1/GB!
  367. [14:54:56] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Use promo code "DISCORDSRV" at checkout for 15% off your first three bills!
  368. [14:54:56] [DiscordSRV - Initialization/INFO]: [DiscordSRV] ===============================================================================
  369. [14:54:56] [Server thread/INFO]: [Plan] MySQL-database connection established.
  370. [14:54:56] [Server thread/WARN]: [Plan] WebServer was not initialized. (WebServer.DisableWebServer: true)
  371. [14:54:57] [Plan Non critical-pool-2/INFO]: [Plan] Proxy server detected in the database - Proxy Webserver address is 'https://plan.mellowplanet.com:8804'.
  372. [14:54:57] [Server thread/INFO]: [Plan] Registered extension: DiscordSRV
  373. [14:54:57] [Server thread/INFO]: [DiscordSRV] API listener com.djrapitops.extension.DiscordSRVListener subscribed (2 methods)
  374. [14:54:57] [Server thread/INFO]: [Plan] Registered extension: Essentials
  375. [14:54:57] [Server thread/INFO]: [Plan] Registered extension: GriefPrevention
  376. [14:54:57] [Server thread/INFO]: [Plan] Registered extension: LuckPerms
  377. [14:54:57] [Server thread/INFO]: [Plan] Registered extension: Economy (Vault)
  378. [14:54:57] [Server thread/INFO]: [Plan] Registered extension: Permission Groups (Vault)
  379. [14:54:57] [Server thread/INFO]: [Plan] Player Analytics Enabled. (1673 ms)
  380. [14:54:57] [Server thread/INFO]: [ProtectionLib] Enabling ProtectionLib v0.9.8*
  381. [14:54:57] [Server thread/INFO]: [ProtectionLib] Protection lib hook into: WorldGuard 7.0.2-SNAPSHOT;bf2593e
  382. [14:54:57] [Server thread/INFO]: [ProtectionLib] Protection lib hook into: GriefPrevention 16.12.0-d4d7ac4
  383. [14:54:57] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.13.2-Release
  384. [14:54:57] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
  385. [14:54:57] [Server thread/INFO]: [DeluxeMenus] 12 GUI menus loaded!
  386. [14:54:57] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
  387. [14:54:57] [Server thread/WARN]: [DeluxeMenus] Loaded class me.arcaniax.hdb.api.HeadDatabaseAPI from HeadDatabase v4.12.2 which is not a depend, softdepend or loadbefore of this plugin.
  388. [14:54:57] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement!
  389. [14:54:57] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup
  390. [14:54:57] [Server thread/INFO]: [Dynmap-GriefPrevention] Enabling Dynmap-GriefPrevention v0.80*
  391. [14:54:57] [Server thread/INFO]: [Dynmap-GriefPrevention] initializing
  392. [14:54:57] [Server thread/INFO]: [Dynmap-GriefPrevention] version 0.80 is activated
  393. [14:54:57] [Server thread/INFO]: [GriefPreventionFlags] Enabling GriefPreventionFlags v5.8.0
  394. [14:54:57] [Server thread/INFO]: [GPFlags] 1.13+ Version Loaded
  395. [14:54:57] [Server thread/INFO]: [GPFlags] Finished loading configuration.
  396. [14:54:58] [Server thread/INFO]: [GPFlags] Finished loading data.
  397. [14:54:58] [Server thread/INFO]: [GPFlags] Boot finished.
  398. [14:54:58] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.1.5
  399. [14:54:58] [Server thread/INFO]: [SuperVanish] Hooked into dynmap
  400. [14:54:58] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI
  401. [14:54:58] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
  402. [14:54:58] [Server thread/INFO]: [SuperVanish] Hooked into Citizens
  403. [14:54:58] [Server thread/INFO]: [BungeeTabListPlus] Enabling BungeeTabListPlus v3.2.0
  404. [14:54:58] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.1.3
  405. [14:54:58] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
  406. [14:54:58] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
  407. [14:54:58] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
  408. [14:54:58] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
  409. [14:54:58] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
  410. [14:54:58] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
  411. [14:54:58] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
  412. [14:54:58] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
  413. [14:54:58] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
  414. [14:54:58] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
  415. [14:54:58] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
  416. [14:54:58] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
  417. [14:54:58] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
  418. [14:54:58] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Enabling MyPet v3.1
  419. [14:54:58] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] No Update available.
  420. [14:54:58] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Custom entity registry found: net.citizensnpcs.nms.v1_15_R1.util.CustomEntityRegistry
  421. [14:54:58] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Compat mode for v1_15_R1 loaded.
  422. [14:54:58] [Log4j2-TF-1-AsyncLogger[AsyncContext@1b6d3586]-1/INFO]: [DiscordSRV] [JDA] Login Successful!
  423. [14:54:58] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Exp calculation mode: MyPet
  424. [14:54:59] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Loading WorldGroups...
  425. [14:54:59] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet]  added 'CreativePlayground_1' to 'default'
  426. [14:54:59] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Connect to SQLite database...
  427. [14:54:59] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] SQLite connection successful.
  428. [14:54:59] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Citizens (2.0.26-SNAPSHOT (build 1866)) hook activated.
  429. [14:54:59] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] GriefPrevention (16.12.0-d4d7ac4) hook activated.
  430. [14:54:59] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] PlaceholderAPI (2.10.6) hook activated.
  431. [14:54:59] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] ProtocolLib (4.5.0) hook activated.
  432. [14:54:59] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] SuperVanish (6.1.5) hook activated.
  433. [14:54:59] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Vault (1.7.2-b107) (Economy: Essentials Economy) (Permissions: LuckPerms) hook activated.
  434. [14:54:59] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] WorldGuard (7.0.2-SNAPSHOT;bf2593e) hook activated.
  435. [14:54:59] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Version 3.10-b1542 ENABLED
  436. [14:54:59] [Server thread/INFO]: [ChatControl] Enabling ChatControl v8.6.6
  437. [14:54:59] [Log4j2-TF-1-AsyncLogger[AsyncContext@1b6d3586]-1/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
  438. [14:54:59] [Server thread/INFO]: _____ _ _ _____ _ _ +
  439. [14:54:59] [Server thread/INFO]: / ____| | | | / ____| | | | |
  440. [14:54:59] [Server thread/INFO]: | | | |__ __ _| |_| | ___ _ __ | |_ _ __ ___ | |
  441. [14:54:59] [Server thread/INFO]: | | | '_ \ / _` | __| | / _ \| '_ \| __| '__/ _ \| |
  442. [14:54:59] [Server thread/INFO]: | |____| | | | (_| | |_| |___| (_) | | | | |_| | | (_) | |
  443. [14:54:59] [Server thread/INFO]: \_____|_| |_|\__,_|\__|\_____\___/|_| |_|\__|_| \___/|_|
  444. [14:54:59] [Server thread/INFO]:
  445. [14:54:59] [Server thread/INFO]: Connecting to MySQL database...
  446. [14:54:59] [Server thread/INFO]:
  447. [14:54:59] [Log4j2-TF-1-AsyncLogger[AsyncContext@1b6d3586]-1/INFO]: [DiscordSRV] [JDA] Finished Loading!
  448. [14:54:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:MellowPlanet(565174535230455828)
  449. [14:54:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:welcome-and-rules(565174535230455830)
  450. [14:54:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:suggestions(573160529321918494)
  451. [14:54:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:announcements(573160438724821033)
  452. [14:54:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:worlds(573610918018285588)
  453. [14:54:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:new-members(573167190015082513)
  454. [14:54:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:creative-world(643519109530648581)
  455. [14:54:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:survival-world(643518966136045601)
  456. [14:54:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:minigames-world(678259489861926953)
  457. [14:54:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general(565174764273008651)
  458. [14:54:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:game-channel(678262090498179092)
  459. [14:54:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:console_channel-creative(566616913250353153)
  460. [14:54:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:console-channel-survival(643900702053367819)
  461. [14:54:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:console-minigames(678261859102490655)
  462. [14:54:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:console-lobbyworld(699579741073834034)
  463. [14:54:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:help(678261603090694144)
  464. [14:54:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:testing(573161904814555136)
  465. [14:54:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:admin(690869635427336232)
  466. [14:54:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:global(699012205663879198)
  467. [14:54:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel 566616913250353153
  468. [14:54:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Not using JDBC, one of host/port/database was default
  469. [14:55:00] [Server thread/INFO]: Registering commands...
  470. [14:55:00] [Server thread/INFO]: Command /ignore already used by Essentials, we take it over...
  471. [14:55:00] [Server thread/INFO]: Command /tell already used by Essentials, we take it over...
  472. [14:55:00] [Server thread/INFO]: Command /reply already used by Essentials, we take it over...
  473. [14:55:00] [Server thread/INFO]:
  474. [14:55:00] [Server thread/INFO]: Loaded 43 global, 7 chat, 4 command, 2 packet and 1 book rules
  475. [14:55:00] [Server thread/INFO]: Hooked into: DiscordSRV
  476. [14:55:00] [Server thread/INFO]:
  477. [14:55:00] [Server thread/INFO]: BungeeCord hook enabled. See www.spigotmc.org/resources/13079
  478. [14:55:00] [Server thread/INFO]:
  479. [14:55:00] [Server thread/INFO]: ChatControl loaded. Cracked my kangarko (MineAcademy.org) #joke
  480. [14:55:00] [Server thread/INFO]: ______________________________________________________________
  481. [14:55:00] [Server thread/INFO]: [DiscordSRV] API listener org.mineacademy.chatcontrol.lib.fo.model.m$a subscribed (1 methods)
  482. [14:55:00] [DiscordSRV - Initialization/INFO]: [DiscordSRV] No chat plugin hooks enabled
  483. [14:55:00] [Server thread/INFO]: [CitizensCMD] Enabling CitizensCMD v2.4
  484. [14:55:00] [Server thread/INFO]: [CitizensCMD] CitizensCMD 2.4 By Mateus Moreira @LichtHund
  485. [14:55:00] [Server thread/INFO]: [CitizensCMD] Using English messages!
  486. [14:55:00] [Server thread/INFO]: [CitizensCMD] Using PlaceholderAPI!
  487. [14:55:00] [Server thread/INFO]: [CitizensCMD] Using Vault!
  488. [14:55:00] [Server thread/INFO]: [FurnitureLib] Enabling FurnitureLib v2.2.4
  489. [14:55:00] [Server thread/INFO]: ==========================================
  490. [14:55:00] [Server thread/INFO]: FurnitureLibrary Version: 2.2.4
  491. [14:55:00] [Server thread/INFO]: Furniture Author: Ste3et_C0st
  492. [14:55:00] [Server thread/INFO]: Furniture Website: https://dicecraft.de/furniture/
  493. [14:55:00] [Server thread/INFO]: FurnitureLib load for Minecraft: 1.15
  494. [14:55:00] [Server thread/INFO]: Furniture start load
  495. [14:55:00] [Server thread/INFO]: Furniture find ProtectionLib: true
  496. [14:55:00] [Server thread/INFO]: ==========================================
  497. [14:55:00] [Server thread/INFO]: Auto-Converter:
  498. [14:55:00] [Server thread/INFO]: Model Files already converted
  499. [14:55:00] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] FurnitureLib - Starting...
  500. [14:55:00] [Server thread/WARN]: [FurnitureLib] Loaded class plan.com.mysql.cj.jdbc.Driver from Plan v5.1 build 505 which is not a depend, softdepend or loadbefore of this plugin.
  501. [14:55:00] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] FurnitureLib - Start completed.
  502. [14:55:00] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] FurnitureLib - Starting...
  503. [14:55:00] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] FurnitureLib - Start completed.
  504. [14:55:00] [Server thread/INFO]: Was not able to extract command block location from plugins/CommandSigns/CommandBlocks/configurations/2.jsonWas not able to extract command block location from plugins/CommandSigns/CommandBlocks/configurations/1.jsonWas not able to extract command block location from plugins/CommandSigns/CommandBlocks/configurations/0.jsonWas not able to extract command block location from plugins/CommandSigns/CommandBlocks/configurations/3.jsonFurnitureLib: Found no table to convert
  505. [14:55:00] [Server thread/INFO]: Furniture load finish :)
  506. [14:55:00] [Server thread/INFO]: ==========================================
  507. [14:55:01] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  508. [14:55:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: bungee
  509. [14:55:01] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.ess3.api.IEssentials from Essentials v2.17.2.77 which is not a depend, softdepend or loadbefore of this plugin.
  510. [14:55:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
  511. [14:55:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: otherplayer
  512. [14:55:01] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.luckperms.api.LuckPerms from LuckPerms v5.0.137 which is not a depend, softdepend or loadbefore of this plugin.
  513. [14:55:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms
  514. [14:55:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
  515. [14:55:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
  516. [14:55:01] [Server thread/WARN]: [PlaceholderAPI] Loaded class me.ryanhamshire.GriefPrevention.GriefPrevention from GriefPrevention v16.12.0-d4d7ac4 which is not a depend, softdepend or loadbefore of this plugin.
  517. [14:55:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: griefprevention
  518. [14:55:01] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.onarandombox.MultiverseCore.MultiverseCore from Multiverse-Core v4.1.0-b775 which is not a depend, softdepend or loadbefore of this plugin.
  519. [14:55:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: multiverse
  520. [14:55:01] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.sk89q.worldguard.WorldGuard from WorldGuard v7.0.2-SNAPSHOT;bf2593e which is not a depend, softdepend or loadbefore of this plugin.
  521. [14:55:01] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.sk89q.worldedit.world.World from WorldEdit v7.1.0;8e55131 which is not a depend, softdepend or loadbefore of this plugin.
  522. [14:55:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: worldguard
  523. [14:55:01] [Server thread/WARN]: [PlaceholderAPI] File: example.js for javascript placeholder: example is empty
  524. [14:55:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: javascript
  525. [14:55:01] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
  526. [14:55:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
  527. [14:55:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: listplayers
  528. [14:55:01] [Server thread/WARN]: [PlaceholderAPI] Loaded class github.scarsz.discordsrv.dependencies.google.common.collect.ImmutableMap from DiscordSRV v1.18.4 which is not a depend, softdepend or loadbefore of this plugin.
  529. [14:55:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: discordsrv
  530. [14:55:01] [Server thread/INFO]: Done (23.397s)! For help, type "help"
  531. [14:55:02] [Server thread/INFO]: Timings Reset
  532. [14:55:02] [Craft Scheduler Thread - 11/INFO]: [Vault] Checking for Updates ...
  533. [14:55:02] [Craft Scheduler Thread - 6/INFO]: [PlaceholderAPI] 172 placeholder expansions are available on the cloud.
  534. [14:55:02] [Server thread/WARN]: [HolographicDisplays] Hologram 'survivallobby1' was in the world 'LobbyWorld' but it wasn't loaded.
  535. [14:55:02] [Server thread/WARN]: [HolographicDisplays] Hologram 'survivallobby2' was in the world 'LobbyWorld' but it wasn't loaded.
  536. [14:55:02] [Server thread/WARN]: [HolographicDisplays] Hologram 'survivallobby3' was in the world 'LobbyWorld' but it wasn't loaded.
  537. [14:55:02] [Server thread/WARN]: [HolographicDisplays] Hologram 'survivallobbywelcome' was in the world 'LobbyWorld' but it wasn't loaded.
  538. [14:55:02] [Server thread/WARN]: [HolographicDisplays] Hologram 'survivallobbyfinish' was in the world 'LobbyWorld' but it wasn't loaded.
  539. [14:55:02] [Server thread/WARN]: [HolographicDisplays] Hologram 'newplayer1' was in the world 'LobbyWorld' but it wasn't loaded.
  540. [14:55:02] [Server thread/WARN]: [HolographicDisplays] Hologram 'newplayer2' was in the world 'LobbyWorld' but it wasn't loaded.
  541. [14:55:02] [Server thread/WARN]: [HolographicDisplays] Hologram 'newplayer3' was in the world 'LobbyWorld' but it wasn't loaded.
  542. [14:55:02] [Server thread/WARN]: [HolographicDisplays] Hologram 'RPGPortal' was in the world 'LobbyWorld' but it wasn't loaded.
  543. [14:55:02] [Server thread/WARN]: [HolographicDisplays] Hologram 'CreativeWorld' was in the world 'LobbyWorld' but it wasn't loaded.
  544. [14:55:02] [Server thread/WARN]: [HolographicDisplays] Hologram 'SurvivalWorld' was in the world 'LobbyWorld' but it wasn't loaded.
  545. [14:55:02] [Server thread/WARN]: [HolographicDisplays] Hologram 'MiniGamesWorld' was in the world 'LobbyWorld' but it wasn't loaded.
  546. [14:55:02] [Server thread/WARN]: [HolographicDisplays] Hologram 'creativelobby1' was in the world 'LobbyWorld' but it wasn't loaded.
  547. [14:55:02] [Server thread/WARN]: [HolographicDisplays] Hologram 'creativelobby2' was in the world 'LobbyWorld' but it wasn't loaded.
  548. [14:55:02] [Server thread/WARN]: [HolographicDisplays] Hologram 'creativelobby3' was in the world 'LobbyWorld' but it wasn't loaded.
  549. [14:55:02] [Server thread/WARN]: [HolographicDisplays] Hologram 'creativelobbywelcome' was in the world 'LobbyWorld' but it wasn't loaded.
  550. [14:55:02] [Server thread/WARN]: [HolographicDisplays] Hologram 'LobbyCreativeWorld' was in the world 'LobbyWorld' but it wasn't loaded.
  551. [14:55:02] [Server thread/WARN]: [HolographicDisplays] Hologram 'LobbySurvivalWorld' was in the world 'LobbyWorld' but it wasn't loaded.
  552. [14:55:02] [Server thread/WARN]: [HolographicDisplays] Hologram 'LobbyMiniGamesWorld' was in the world 'LobbyWorld' but it wasn't loaded.
  553. [14:55:02] [Craft Scheduler Thread - 11/INFO]: [Vault] No new version available
  554. [14:55:03] [Craft Scheduler Thread - 13/INFO]: [HeadDatabase] Succesfully loaded 29239 heads!
  555. [14:55:03] [Craft Scheduler Thread - 8/INFO]: [TokenManager] No updates were available. You are on the latest version!
  556. [14:55:03] [Craft Scheduler Thread - 13/INFO]: [HeadDatabase] Successfully loaded 18 featured tags!
  557. [14:55:03] [Server thread/INFO]: [Citizens] Loaded 2 NPCs.
  558. [14:55:04] [Server thread/INFO]: -------< LightAPI-fork 3.4.3 >-------
  559. [14:55:04] [Server thread/INFO]: You are running the latest version!
  560. [14:56:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
  561. [14:57:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
  562. [14:58:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
  563. [14:59:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
  564. [15:00:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
  565. [15:01:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
  566. [15:02:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
  567. [15:03:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
  568. [15:04:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement