Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.70 KB | None | 0 0
  1. [18:58:14] [Server thread/INFO]: Starting minecraft server version 1.12.2
  2. [18:58:14] [Server thread/INFO]: Loading properties
  3. [18:58:14] [Server thread/INFO]: Default game type: ADVENTURE
  4. [18:58:15] [Server thread/INFO]: This server is running Paper version git-Paper-1615 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
  5. [18:58:16] [Server thread/INFO]: Server Ping Player Sample Count: 12
  6. [18:58:16] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [18:58:16] [Server thread/INFO]: Debug logging is disabled
  8. [18:58:16] [Server thread/INFO]: Generating keypair
  9. [18:58:16] [Server thread/INFO]: Starting Minecraft server on *:25565
  10. [18:58:17] [Server thread/INFO]: Using epoll channel type
  11. [18:58:17] [Server thread/ERROR]: Could not load 'plugins/rpgitems.jar' in folder 'plugins'
  12. org.bukkit.plugin.UnknownDependencyException: LangUtils
  13. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:218) ~[patched_1.12.2.jar:git-Paper-1615]
  14. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:318) ~[patched_1.12.2.jar:git-Paper-1615]
  15. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:222) ~[patched_1.12.2.jar:git-Paper-1615]
  16. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[patched_1.12.2.jar:git-Paper-1615]
  17. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  18. [18:58:17] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  19. [18:58:18] [Server thread/ERROR]: Could not load 'plugins/Shopkeepers-2.6.0.jar' in folder 'plugins'
  20. org.bukkit.plugin.InvalidPluginException: java.lang.NoSuchFieldError: VILLAGER_SPAWN_EGG
  21. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[patched_1.12.2.jar:git-Paper-1615]
  22. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[patched_1.12.2.jar:git-Paper-1615]
  23. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) ~[patched_1.12.2.jar:git-Paper-1615]
  24. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:318) ~[patched_1.12.2.jar:git-Paper-1615]
  25. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:222) ~[patched_1.12.2.jar:git-Paper-1615]
  26. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[patched_1.12.2.jar:git-Paper-1615]
  27. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  28. Caused by: java.lang.NoSuchFieldError: VILLAGER_SPAWN_EGG
  29. at com.nisovin.shopkeepers.Settings.<clinit>(Settings.java:53) ~[?:?]
  30. at com.nisovin.shopkeepers.shopobjects.living.SKLivingShopObjectTypes.<init>(SKLivingShopObjectTypes.java:115) ~[?:?]
  31. at com.nisovin.shopkeepers.shopobjects.living.LivingShops.<init>(LivingShops.java:14) ~[?:?]
  32. at com.nisovin.shopkeepers.SKShopkeepersPlugin.<init>(SKShopkeepersPlugin.java:103) ~[?:?]
  33. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_212]
  34. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_212]
  35. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_212]
  36. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_212]
  37. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_212]
  38. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:94) ~[patched_1.12.2.jar:git-Paper-1615]
  39. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[patched_1.12.2.jar:git-Paper-1615]
  40. ... 6 more
  41. [18:58:18] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.0-rc-2;7be00cc
  42. [18:58:20] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@d0a1367]
  43. [18:58:20] [Server thread/WARN]:
  44. **********************************************
  45. ** This WorldEdit version does not fully support your version of Bukkit.
  46. **
  47. ** When working with blocks or undoing, chests will be empty, signs
  48. ** will be blank, and so on. There will be no support for entity
  49. ** and block property-related functions.
  50. **
  51. ** Please see http://wiki.sk89q.com/wiki/WorldEdit/Bukkit_adapters
  52. **********************************************
  53.  
  54. [18:58:21] [Server thread/ERROR]: [org.bukkit.craftbukkit.v1_12_R1.CraftServer] org.bukkit.Material.isLegacy()Z initializing WorldEdit v7.0.0-rc-2;7be00cc (Is it up to date?)
  55. java.lang.NoSuchMethodError: org.bukkit.Material.isLegacy()Z
  56. at com.sk89q.worldedit.bukkit.WorldEditPlugin.setupRegistries(WorldEditPlugin.java:145) ~[?:?]
  57. at com.sk89q.worldedit.bukkit.WorldEditPlugin.onLoad(WorldEditPlugin.java:106) ~[?:?]
  58. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:323) ~[patched_1.12.2.jar:git-Paper-1615]
  59. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:222) ~[patched_1.12.2.jar:git-Paper-1615]
  60. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[patched_1.12.2.jar:git-Paper-1615]
  61. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  62. [18:58:21] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.8.3
  63. [18:58:21] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0.1-b332
  64. [18:58:21] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.3.3-SNAPSHOT
  65. [18:58:21] [Server thread/INFO]: [Vault] Loading Vault v1.7.1-b91
  66. [18:58:21] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.0-rc-1;d542ba7
  67. [18:58:21] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.25-SNAPSHOT (build 1702)
  68. [18:58:21] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.9.2 (build 86)
  69. [18:58:21] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.5.5-2586
  70. [18:58:21] [Server thread/INFO]: [Essentials] Loading Essentials v2.16.1.156
  71. [18:58:21] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.16.1.156
  72. [18:58:21] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.16.1.156
  73. [18:58:21] [Server thread/INFO]: [NyaaCore] Loading NyaaCore v6.3.329-mc1.13.2
  74. [18:58:21] [Server thread/INFO]: [NyaaCore] NyaaCore internalMap loaded: en_US
  75. [18:58:21] [Server thread/INFO]: [NyaaCore] NyaaCore internalMap loaded: zh_CN
  76. [18:58:21] [Server thread/INFO]: [Factions] Loading Factions v1.6.9.5-U0.3.0-b133
  77. [18:58:21] [Server thread/INFO]: [Quests] Loading Quests v3.6.2-b654
  78. [18:58:21] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  79. [18:58:21] [Server thread/INFO]: [Vault] Enabling Vault v1.7.1-b91
  80. [18:58:21] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  81. [18:58:21] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
  82. [18:58:21] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  83. [18:58:21] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
  84. [18:58:21] [Server thread/INFO]: [Vault] Enabled Version 1.7.1-b91
  85. [18:58:21] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  86. [18:58:21] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  87. [18:58: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.
  88. [18:58:21] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  89. [18:58:21] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  90. [18:58:21] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  91. [18:58:21] [Server thread/INFO]: Preparing level "world"
  92. [18:58:22] [Server thread/INFO]: -------- World Settings For [world] --------
  93. [18:58:22] [Server thread/INFO]: Mob Spawn Range: 4
  94. [18:58:22] [Server thread/INFO]: Cactus Growth Modifier: 100%
  95. [18:58:22] [Server thread/INFO]: Cane Growth Modifier: 100%
  96. [18:58:22] [Server thread/INFO]: Melon Growth Modifier: 100%
  97. [18:58:22] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  98. [18:58:22] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  99. [18:58:22] [Server thread/INFO]: Sapling Growth Modifier: 100%
  100. [18:58:22] [Server thread/INFO]: Wheat Growth Modifier: 100%
  101. [18:58:22] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  102. [18:58:22] [Server thread/INFO]: Vine Growth Modifier: 100%
  103. [18:58:22] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  104. [18:58:22] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  105. [18:58:22] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  106. [18:58:22] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  107. [18:58:22] [Server thread/INFO]: Random Lighting Updates: false
  108. [18:58:22] [Server thread/INFO]: Structure Info Saving: true
  109. [18:58:22] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  110. [18:58:22] [Server thread/INFO]: Max TNT Explosions: 100
  111. [18:58:22] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  112. [18:58:22] [Server thread/INFO]: Item Despawn Rate: 6000
  113. [18:58:22] [Server thread/INFO]: Item Merge Radius: 2.5
  114. [18:58:22] [Server thread/INFO]: View Distance: 10
  115. [18:58:22] [Server thread/INFO]: Arrow Despawn Rate: 1200
  116. [18:58:22] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  117. [18:58:22] [Server thread/INFO]: Experience Merge Radius: 3.0
  118. [18:58:22] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  119. [18:58:22] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  120. [18:58:23] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  121. [18:58:23] [Server thread/INFO]: Mob Spawn Range: 4
  122. [18:58:23] [Server thread/INFO]: Cactus Growth Modifier: 100%
  123. [18:58:23] [Server thread/INFO]: Cane Growth Modifier: 100%
  124. [18:58:23] [Server thread/INFO]: Melon Growth Modifier: 100%
  125. [18:58:23] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  126. [18:58:23] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  127. [18:58:23] [Server thread/INFO]: Sapling Growth Modifier: 100%
  128. [18:58:23] [Server thread/INFO]: Wheat Growth Modifier: 100%
  129. [18:58:23] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  130. [18:58:23] [Server thread/INFO]: Vine Growth Modifier: 100%
  131. [18:58:23] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  132. [18:58:23] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  133. [18:58:23] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  134. [18:58:23] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  135. [18:58:23] [Server thread/INFO]: Random Lighting Updates: false
  136. [18:58:23] [Server thread/INFO]: Structure Info Saving: true
  137. [18:58:23] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  138. [18:58:23] [Server thread/INFO]: Max TNT Explosions: 100
  139. [18:58:23] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  140. [18:58:23] [Server thread/INFO]: Item Despawn Rate: 6000
  141. [18:58:23] [Server thread/INFO]: Item Merge Radius: 2.5
  142. [18:58:23] [Server thread/INFO]: View Distance: 10
  143. [18:58:23] [Server thread/INFO]: Arrow Despawn Rate: 1200
  144. [18:58:23] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  145. [18:58:23] [Server thread/INFO]: Experience Merge Radius: 3.0
  146. [18:58:23] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  147. [18:58:23] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  148. [18:58:23] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  149. [18:58:23] [Server thread/INFO]: Mob Spawn Range: 4
  150. [18:58:23] [Server thread/INFO]: Cactus Growth Modifier: 100%
  151. [18:58:23] [Server thread/INFO]: Cane Growth Modifier: 100%
  152. [18:58:23] [Server thread/INFO]: Melon Growth Modifier: 100%
  153. [18:58:23] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  154. [18:58:23] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  155. [18:58:23] [Server thread/INFO]: Sapling Growth Modifier: 100%
  156. [18:58:23] [Server thread/INFO]: Wheat Growth Modifier: 100%
  157. [18:58:23] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  158. [18:58:23] [Server thread/INFO]: Vine Growth Modifier: 100%
  159. [18:58:23] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  160. [18:58:23] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  161. [18:58:23] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  162. [18:58:23] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  163. [18:58:23] [Server thread/INFO]: Random Lighting Updates: false
  164. [18:58:23] [Server thread/INFO]: Structure Info Saving: true
  165. [18:58:23] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  166. [18:58:23] [Server thread/INFO]: Max TNT Explosions: 100
  167. [18:58:23] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  168. [18:58:23] [Server thread/INFO]: Item Despawn Rate: 6000
  169. [18:58:23] [Server thread/INFO]: Item Merge Radius: 2.5
  170. [18:58:23] [Server thread/INFO]: View Distance: 10
  171. [18:58:23] [Server thread/INFO]: Arrow Despawn Rate: 1200
  172. [18:58:23] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  173. [18:58:23] [Server thread/INFO]: Experience Merge Radius: 3.0
  174. [18:58:23] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  175. [18:58:23] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  176. [18:58:24] [Server thread/INFO]: Preparing start region for level 0 (Seed: -1050032562874377521)
  177. [18:58:24] [Server thread/WARN]: java.lang.RuntimeException: Server attempted to load chunk saved with newer version of minecraft! 1631 > 1343
  178. [18:58:24] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:104)
  179. [18:58:24] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:83)
  180. [18:58:24] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:23)
  181. [18:58:24] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:16)
  182. [18:58:24] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:336)
  183. [18:58:24] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295)
  184. [18:58:24] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOExecutor.lambda$syncChunkLoad$0(ChunkIOExecutor.java:18)
  185. [18:58:24] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MCUtil.ensureMain(MCUtil.java:69)
  186. [18:58:24] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:18)
  187. [18:58:24] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:170)
  188. [18:58:24] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:153)
  189. [18:58:24] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:149)
  190. [18:58:24] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:394)
  191. [18:58:24] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341)
  192. [18:58:24] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289)
  193. [18:58:24] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616)
  194. [18:58:24] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement