Advertisement
Guest User

Untitled

a guest
Jul 25th, 2020
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.80 KB | None | 0 0
  1. [00:49:05] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD'
  2. [00:49:06] [main/INFO]: Reloading ResourceManager: Default, bukkit
  3. [00:49:07] [Server-Worker-2/INFO]: Loaded 7 recipes
  4. [00:49:10] [Server thread/INFO]: Starting minecraft server version 1.16.1
  5. [00:49:10] [Server thread/INFO]: Loading properties
  6. [00:49:10] [Server thread/INFO]: This server is running Paper version git-Paper-108 (MC: 1.16.1) (Implementing API version 1.16.1-R0.1-SNAPSHOT)
  7. [00:49:11] [Server thread/INFO]: Server Ping Player Sample Count: 12
  8. [00:49:11] [Server thread/INFO]: Using 4 threads for Netty based IO
  9. [00:49:11] [Server thread/INFO]: Debug logging is disabled
  10. [00:49:11] [Server thread/INFO]: Default game type: SURVIVAL
  11. [00:49:11] [Server thread/INFO]: Generating keypair
  12. [00:49:11] [Server thread/INFO]: Starting Minecraft server on *:39406
  13. [00:49:11] [Server thread/INFO]: Using epoll channel type
  14. [00:49:12] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
  15. [00:49:21] [Server thread/WARN]: Legacy plugin Backpack v2.3 does not specify an api-version.
  16. [00:49:21] [Server thread/WARN]: Legacy plugin AnimatedFrames v4.11.5-SNAPSHOT does not specify an api-version.
  17. [00:49:21] [Server thread/ERROR]: Could not load 'plugins/CraftBook.jar' in folder 'plugins'
  18. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/CommandPermissionsException
  19. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:141) ~[patched_1.16.1.jar:git-Paper-108]
  20. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:397) ~[patched_1.16.1.jar:git-Paper-108]
  21. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:305) ~[patched_1.16.1.jar:git-Paper-108]
  22. at org.bukkit.craftbukkit.v1_16_R1.CraftServer.loadPlugins(CraftServer.java:388) ~[patched_1.16.1.jar:git-Paper-108]
  23. at net.minecraft.server.v1_16_R1.DedicatedServer.init(DedicatedServer.java:208) ~[patched_1.16.1.jar:git-Paper-108]
  24. at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:940) ~[patched_1.16.1.jar:git-Paper-108]
  25. at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.1.jar:git-Paper-108]
  26. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  27. Caused by: java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/CommandPermissionsException
  28. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_212]
  29. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_212]
  30. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:68) ~[patched_1.16.1.jar:git-Paper-108]
  31. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[patched_1.16.1.jar:git-Paper-108]
  32. ... 7 more
  33. Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.CommandPermissionsException
  34. at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212]
  35. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:171) ~[patched_1.16.1.jar:git-Paper-108]
  36. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.16.1.jar:git-Paper-108]
  37. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
  38. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
  39. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_212]
  40. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_212]
  41. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:68) ~[patched_1.16.1.jar:git-Paper-108]
  42. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[patched_1.16.1.jar:git-Paper-108]
  43. ... 7 more
  44. [00:49:21] [Server thread/ERROR]: Could not load 'plugins/WorldEditCUI.jar' in folder 'plugins'
  45. org.bukkit.plugin.UnknownDependencyException: Unknown dependency WorldEdit. Please download and install WorldEdit to run this plugin.
  46. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:272) ~[patched_1.16.1.jar:git-Paper-108]
  47. at org.bukkit.craftbukkit.v1_16_R1.CraftServer.loadPlugins(CraftServer.java:388) ~[patched_1.16.1.jar:git-Paper-108]
  48. at net.minecraft.server.v1_16_R1.DedicatedServer.init(DedicatedServer.java:208) ~[patched_1.16.1.jar:git-Paper-108]
  49. at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:940) ~[patched_1.16.1.jar:git-Paper-108]
  50. at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.1.jar:git-Paper-108]
  51. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  52. [00:49:21] [Server thread/WARN]: Legacy plugin ActionHealth v3.4.1 does not specify an api-version.
  53. [00:49:21] [Server thread/INFO]: [QualityArmory] Loading QualityArmory v1.1.141-MH
  54. [00:49:21] [Server thread/INFO]: [Backpack] Loading Backpack v2.3
  55. [00:49:21] [Server thread/INFO]: [EpicRename] Loading EpicRename v3.8
  56. [00:49:21] [Server thread/INFO]: [AnimatedInventory] Loading AnimatedInventory v7.6
  57. [00:49:21] [Server thread/INFO]: [AnimatedFrames] Loading AnimatedFrames v4.11.5-SNAPSHOT
  58. [00:49:21] [Server thread/INFO]: [PlayerServer] Loading PlayerServer v1.0-SNAPSHOT
  59. [00:49:21] [Server thread/INFO]: [AdvancedAchievements] Loading AdvancedAchievements v6.1.3
  60. [00:49:21] [Server thread/INFO]: [ActionHealth] Loading ActionHealth v3.4.1
  61. [00:49:21] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  62. [00:49:21] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  63. [00:49:21] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  64. [00:49:21] [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.
  65. [00:49:21] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  66. [00:49:21] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  67. [00:49:21] [Server thread/INFO]: Preparing level "world"
  68. [00:49:21] [Server thread/INFO]: -------- World Settings For [world] --------
  69. [00:49:21] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  70. [00:49:21] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  71. [00:49:21] [Server thread/INFO]: Mob Spawn Range: 6
  72. [00:49:21] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  73. [00:49:21] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  74. [00:49:21] [Server thread/INFO]: Item Merge Radius: 2.5
  75. [00:49:21] [Server thread/INFO]: Item Despawn Rate: 6000
  76. [00:49:21] [Server thread/INFO]: View Distance: 10
  77. [00:49:21] [Server thread/INFO]: Experience Merge Radius: 3.0
  78. [00:49:21] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  79. [00:49:21] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  80. [00:49:21] [Server thread/INFO]: Max TNT Explosions: 100
  81. [00:49:21] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  82. [00:49:21] [Server thread/INFO]: Cactus Growth Modifier: 100%
  83. [00:49:21] [Server thread/INFO]: Cane Growth Modifier: 100%
  84. [00:49:21] [Server thread/INFO]: Melon Growth Modifier: 100%
  85. [00:49:21] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  86. [00:49:21] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  87. [00:49:21] [Server thread/INFO]: Sapling Growth Modifier: 100%
  88. [00:49:21] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  89. [00:49:21] [Server thread/INFO]: Carrot Growth Modifier: 100%
  90. [00:49:21] [Server thread/INFO]: Potato Growth Modifier: 100%
  91. [00:49:21] [Server thread/INFO]: Wheat Growth Modifier: 100%
  92. [00:49:21] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  93. [00:49:21] [Server thread/INFO]: Vine Growth Modifier: 100%
  94. [00:49:21] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  95. [00:49:21] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  96. [00:49:21] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  97. [00:49:21] [Server thread/INFO]: Kelp Growth Modifier: 100%
  98. [00:49:21] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  99. [00:49:21] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  100. [00:49:21] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  101. [00:49:21] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  102. [00:49:21] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  103. [00:49:21] [Server thread/INFO]: Mob Spawn Range: 6
  104. [00:49:21] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  105. [00:49:21] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  106. [00:49:21] [Server thread/INFO]: Item Merge Radius: 2.5
  107. [00:49:21] [Server thread/INFO]: Item Despawn Rate: 6000
  108. [00:49:21] [Server thread/INFO]: View Distance: 10
  109. [00:49:21] [Server thread/INFO]: Experience Merge Radius: 3.0
  110. [00:49:21] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  111. [00:49:21] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  112. [00:49:21] [Server thread/INFO]: Max TNT Explosions: 100
  113. [00:49:21] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  114. [00:49:21] [Server thread/INFO]: Cactus Growth Modifier: 100%
  115. [00:49:21] [Server thread/INFO]: Cane Growth Modifier: 100%
  116. [00:49:21] [Server thread/INFO]: Melon Growth Modifier: 100%
  117. [00:49:21] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  118. [00:49:21] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  119. [00:49:21] [Server thread/INFO]: Sapling Growth Modifier: 100%
  120. [00:49:21] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  121. [00:49:21] [Server thread/INFO]: Carrot Growth Modifier: 100%
  122. [00:49:21] [Server thread/INFO]: Potato Growth Modifier: 100%
  123. [00:49:21] [Server thread/INFO]: Wheat Growth Modifier: 100%
  124. [00:49:21] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  125. [00:49:21] [Server thread/INFO]: Vine Growth Modifier: 100%
  126. [00:49:21] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  127. [00:49:21] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  128. [00:49:21] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  129. [00:49:21] [Server thread/INFO]: Kelp Growth Modifier: 100%
  130. [00:49:21] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  131. [00:49:21] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  132. [00:49:22] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  133. [00:49:22] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  134. [00:49:22] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  135. [00:49:22] [Server thread/INFO]: Mob Spawn Range: 6
  136. [00:49:22] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  137. [00:49:22] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  138. [00:49:22] [Server thread/INFO]: Item Merge Radius: 2.5
  139. [00:49:22] [Server thread/INFO]: Item Despawn Rate: 6000
  140. [00:49:22] [Server thread/INFO]: View Distance: 10
  141. [00:49:22] [Server thread/INFO]: Experience Merge Radius: 3.0
  142. [00:49:22] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  143. [00:49:22] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  144. [00:49:22] [Server thread/INFO]: Max TNT Explosions: 100
  145. [00:49:22] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  146. [00:49:22] [Server thread/INFO]: Cactus Growth Modifier: 100%
  147. [00:49:22] [Server thread/INFO]: Cane Growth Modifier: 100%
  148. [00:49:22] [Server thread/INFO]: Melon Growth Modifier: 100%
  149. [00:49:22] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  150. [00:49:22] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  151. [00:49:22] [Server thread/INFO]: Sapling Growth Modifier: 100%
  152. [00:49:22] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  153. [00:49:22] [Server thread/INFO]: Carrot Growth Modifier: 100%
  154. [00:49:22] [Server thread/INFO]: Potato Growth Modifier: 100%
  155. [00:49:22] [Server thread/INFO]: Wheat Growth Modifier: 100%
  156. [00:49:22] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  157. [00:49:22] [Server thread/INFO]: Vine Growth Modifier: 100%
  158. [00:49:22] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  159. [00:49:22] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  160. [00:49:22] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  161. [00:49:22] [Server thread/INFO]: Kelp Growth Modifier: 100%
  162. [00:49:22] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  163. [00:49:22] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  164. [00:49:22] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
  165. [00:49:22] [Server thread/INFO]: Loaded 0 spawn chunks for world world
  166. [00:49:22] [Server thread/INFO]: Preparing spawn area: 0%
  167. [00:49:22] [Server thread/INFO]: Preparing spawn area: 0%
  168. [00:49:22] [Server thread/INFO]: Time elapsed: 805 ms
  169. [00:49:22] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
  170. [00:49:23] [Server thread/INFO]: Loaded 0 spawn chunks for world world_nether
  171. [00:49:23] [Server thread/INFO]: Time elapsed: 680 ms
  172. [00:49:23] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
  173. [00:49:23] [Server thread/INFO]: Loaded 0 spawn chunks for world world_the_end
  174. [00:49:23] [Server thread/INFO]: Time elapsed: 338 ms
  175. [00:49:23] [Server thread/INFO]: [QualityArmory] Enabling QualityArmory v1.1.141-MH
  176. [00:49:25] [Server thread/INFO]: [QualityArmory] -Loaded 11 Ammo types.
  177. [00:49:25] [Server thread/INFO]: [QualityArmory] -Loaded 7 Misc.
  178. [00:49:25] [Server thread/INFO]: [QualityArmory] -Loaded 65 Gun types.
  179. [00:49:25] [Server thread/INFO]: [QualityArmory] -Loading Attachment: p30silenced
  180. [00:49:25] [Server thread/INFO]: [QualityArmory] -Loading Attachment: awpasiimov
  181. [00:49:25] [Server thread/INFO]: [QualityArmory] -Loaded 2 Attachment types.
  182. [00:49:25] [Server thread/INFO]: [QualityArmory] -Loaded 4 Armor types.
  183. [00:49:25] [Server thread/ERROR]: [QualityArmory] Citizens 2.0 not found or not enabled (Ignore this.)
  184. [00:49:25] [Server thread/INFO]: [Backpack] Enabling Backpack v2.3*
  185. [00:49:25] [Server thread/WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:<ID>'. Please ask the author to give their recipe a static key using NamespacedKey.
  186. [00:49:25] [Server thread/WARN]: at org.bukkit.inventory.ShapedRecipe.<init>(ShapedRecipe.java:28)
  187. [00:49:25] [Server thread/WARN]: at me.tade.backpacks.packs.ConfigPack.initializeRecipe(ConfigPack.java:44)
  188. [00:49:25] [Server thread/WARN]: at me.tade.backpacks.packs.ConfigPack.<init>(ConfigPack.java:23)
  189. [00:49:25] [Server thread/WARN]: at me.tade.backpacks.Backpacks.reloadBackpacks(Backpacks.java:108)
  190. [00:49:25] [Server thread/WARN]: at me.tade.backpacks.Backpacks.onEnable(Backpacks.java:49)
  191. [00:49:25] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
  192. [00:49:25] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380)
  193. [00:49:25] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483)
  194. [00:49:25] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugin(CraftServer.java:500)
  195. [00:49:25] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugins(CraftServer.java:414)
  196. [00:49:25] [Server thread/WARN]: at net.minecraft.server.v1_16_R1.MinecraftServer.loadWorld(MinecraftServer.java:471)
  197. [00:49:25] [Server thread/WARN]: at net.minecraft.server.v1_16_R1.DedicatedServer.init(DedicatedServer.java:241)
  198. [00:49:25] [Server thread/WARN]: at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:940)
  199. [00:49:25] [Server thread/WARN]: at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$a$0(MinecraftServer.java:177)
  200. [00:49:25] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  201. [00:49:25] [Server thread/WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:<ID>'. Please ask the author to give their recipe a static key using NamespacedKey.
  202. [00:49:25] [Server thread/WARN]: at org.bukkit.inventory.ShapedRecipe.<init>(ShapedRecipe.java:28)
  203. [00:49:25] [Server thread/WARN]: at me.tade.backpacks.packs.ConfigPack.initializeRecipe(ConfigPack.java:44)
  204. [00:49:25] [Server thread/WARN]: at me.tade.backpacks.packs.ConfigPack.<init>(ConfigPack.java:23)
  205. [00:49:25] [Server thread/WARN]: at me.tade.backpacks.Backpacks.reloadBackpacks(Backpacks.java:108)
  206. [00:49:25] [Server thread/WARN]: at me.tade.backpacks.Backpacks.onEnable(Backpacks.java:49)
  207. [00:49:25] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
  208. [00:49:25] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380)
  209. [00:49:25] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483)
  210. [00:49:25] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugin(CraftServer.java:500)
  211. [00:49:25] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugins(CraftServer.java:414)
  212. [00:49:25] [Server thread/WARN]: at net.minecraft.server.v1_16_R1.MinecraftServer.loadWorld(MinecraftServer.java:471)
  213. [00:49:25] [Server thread/WARN]: at net.minecraft.server.v1_16_R1.DedicatedServer.init(DedicatedServer.java:241)
  214. [00:49:25] [Server thread/WARN]: at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:940)
  215. [00:49:25] [Server thread/WARN]: at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$a$0(MinecraftServer.java:177)
  216. [00:49:25] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  217. [00:49:25] [Server thread/INFO]: [Backpack] Loading bStats... https://bstats.org/plugin/bukkit/Backpack
  218. [00:49:25] [Server thread/INFO]: [EpicRename] Enabling EpicRename v3.8
  219. [00:49:25] [Server thread/INFO]: [EpicRename] Version: 3.8 MC Version: NEWER_THAN_ONE_DOT_EIGHT
  220. [00:49:25] [Server thread/INFO]: [EpicRename] This plugin is Copyright (c) 2020 Justin "JustBru00" Brubaker. This plugin is licensed under the MPL v2.0. You can view a copy of it at: http://bit.ly/2eMknxx
  221. [00:49:25] [Server thread/INFO]: [EpicRename] Starting to enable plugin...
  222. [00:49:25] [Server thread/INFO]: [EpicRename] Vault not found! If you would like to use economy features download Vault at: http://dev.bukkit.org/bukkit-plugins/vault/
  223. [00:49:25] [Server thread/INFO]: [EpicRename] Disabling support for economy features.
  224. [00:49:25] [Server thread/INFO]: [EpicRename] Prefix set to: '[EpicRename] '
  225. [00:49:25] [Server thread/INFO]: [EpicRename] Plugin Enabled!
  226. [00:49:25] [Server thread/INFO]: [AnimatedInventory] Enabling AnimatedInventory v7.6
  227. [00:49:25] [Server thread/WARN]: [AnimatedInventory] ERROR: This version of AnimatedInventory ONLY supports 1.15.X, 1.14.X, or 1.13.2. Please use AnimatedInventory v6.4 or below!
  228. [00:49:25] [Server thread/INFO]: [AnimatedInventory] Disabling AnimatedInventory v7.6
  229. [00:49:25] [Server thread/WARN]: [AnimatedInventory] Disabled because the server is not running 1.15.X, 1.14.X, or 1.13.2...
  230. [00:49:25] [Server thread/INFO]: [AnimatedFrames] Enabling AnimatedFrames v4.11.5-SNAPSHOT*
  231. [00:49:25] [Server thread/WARN]: [AnimatedFrames] **************************************************
  232. [00:49:25] [Server thread/WARN]: [AnimatedFrames]
  233. [00:49:25] [Server thread/WARN]: [AnimatedFrames] This plugin depends on MapManager
  234. [00:49:25] [Server thread/WARN]: [AnimatedFrames] https://r.spiget.org/19198
  235. [00:49:25] [Server thread/WARN]: [AnimatedFrames]
  236. [00:49:25] [Server thread/WARN]: [AnimatedFrames] **************************************************
  237. [00:49:25] [Server thread/INFO]: [AnimatedFrames] Disabling AnimatedFrames v4.11.5-SNAPSHOT
  238. [00:49:25] [Server thread/INFO]: [PlayerServer] Enabling PlayerServer v1.0-SNAPSHOT
  239. [00:49:25] [Server thread/INFO]: [PlayerServer] Server Id: 5f0bfc1a8c3c0d0058aff3da
  240. [00:49:26] [Server thread/INFO]: [AdvancedAchievements] Enabling AdvancedAchievements v6.1.3
  241. [00:49:26] [Server thread/INFO]: [AdvancedAchievements] Loading and backing up configuration files...
  242. [00:49:27] [Server thread/WARN]: [AdvancedAchievements] Overriding configuration: disabling PetMasterGive and PetMasterReceive categories.
  243. [00:49:27] [Server thread/WARN]: [AdvancedAchievements] Ensure you have placed Pet Master with a minimum version of 1.4 in your plugins folder or add PetMasterGive and PetMasterReceive to the DisabledCategories list in config.yml.
  244. [00:49:27] [Server thread/INFO]: [AdvancedAchievements] Loaded 58 achievements in 48 categories.
  245. [00:49:27] [Server thread/INFO]: [AdvancedAchievements] 3 disabled categories: [AdvancementsCompleted, PetMasterGive, PetMasterReceive]
  246. [00:49:27] [Server thread/INFO]: [AdvancedAchievements] Registering event listeners...
  247. [00:49:27] [Server thread/INFO]: [AdvancedAchievements] Initialising database...
  248. [00:49:28] [Server thread/INFO]: [AdvancedAchievements] Setting up command executor and custom tab completers...
  249. [00:49:28] [Server thread/INFO]: [AdvancedAchievements] Launching scheduled tasks...
  250. [00:49:28] [Server thread/INFO]: [AdvancedAchievements] Registering permissions...
  251. [00:49:28] [Thread-9/INFO]: [AdvancedAchievements] Checking for plugin update...
  252. [00:49:28] [Server thread/INFO]: [AdvancedAchievements] Plugin has finished loading and is ready to run! Took 2436ms.
  253. [00:49:28] [Server thread/INFO]: [ActionHealth] Enabling ActionHealth v3.4.1*
  254. [00:49:29] [Server thread/INFO]: Running delayed init tasks
  255. [00:49:29] [Server thread/INFO]: Done (19.042s)! For help, type "help"
  256. [00:49:29] [Server thread/INFO]: Timings Reset
  257. [00:49:32] [Craft Scheduler Thread - 2/INFO]: Trying to get new version of Backpack...
  258. [00:49:32] [Craft Scheduler Thread - 2/INFO]: Current Backpack version: 2.3
  259. [00:49:32] [Craft Scheduler Thread - 2/INFO]: New Backpack version: 2.3
  260.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement