Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. [22:25:03] [Server thread/INFO]: Starting minecraft server version 1.14.4
  2. [22:25:03] [Server thread/INFO]: Loading properties
  3. [22:25:03] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-9de398a-9c887d4 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
  4. [22:25:04] [Server thread/INFO]: Server Ping Player Sample Count: 12
  5. [22:25:04] [Server thread/INFO]: Using 4 threads for Netty based IO
  6. [22:25:04] [Server thread/INFO]: Debug logging is disabled
  7. [22:25:04] [Server thread/INFO]: Default game type: CREATIVE
  8. [22:25:04] [Server thread/INFO]: Generating keypair
  9. [22:25:06] [Server thread/INFO]: Starting Minecraft server on *:28700
  10. [22:25:07] [Server thread/INFO]: Using epoll channel type
  11. [22:25:30] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.1-SNAPSHOT;4538-7c41949
  12. [22:25:35] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@1205620]
  13. [22:25:35] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.1-SNAPSHOT;4538-7c41949
  14. [22:25:36] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  15. [22:25:38] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_14_R2 as the Bukkit adapter
  16. [22:25:39] [Server thread/WARN]: Failed to load the built-in legacy id registry
  17. java.lang.NoSuchMethodError: net.minecraft.server.v1_14_R1.IBlockState.d()Ljava/util/Collection;
  18. at com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_14_R2.getProperties(Spigot_v1_14_R2.java:400) ~[worldedit-bukkit-7.0.1-SNAPSHOT-dist.jar:?]
  19. at com.sk89q.worldedit.bukkit.BukkitBlockRegistry.getProperties(BukkitBlockRegistry.java:53) ~[worldedit-bukkit-7.0.1-SNAPSHOT-dist.jar:?]
  20. at com.sk89q.worldedit.world.block.BlockType.lambda$getPropertyMap$1(BlockType.java:121) ~[worldedit-bukkit-7.0.1-SNAPSHOT-dist.jar:?]
  21. at com.sk89q.worldedit.world.block.BlockType.updateField(BlockType.java:74) ~[worldedit-bukkit-7.0.1-SNAPSHOT-dist.jar:?]
  22. at com.sk89q.worldedit.world.block.BlockType.getPropertyMap(BlockType.java:120) ~[worldedit-bukkit-7.0.1-SNAPSHOT-dist.jar:?]
  23. at com.sk89q.worldedit.extension.factory.parser.DefaultBlockParser.parseProperties(DefaultBlockParser.java:171) ~[worldedit-bukkit-7.0.1-SNAPSHOT-dist.jar:?]
  24. at com.sk89q.worldedit.extension.factory.parser.DefaultBlockParser.parseLogic(DefaultBlockParser.java:314) ~[worldedit-bukkit-7.0.1-SNAPSHOT-dist.jar:?]
  25. at com.sk89q.worldedit.extension.factory.parser.DefaultBlockParser.parseFromInput(DefaultBlockParser.java:88) ~[worldedit-bukkit-7.0.1-SNAPSHOT-dist.jar:?]
  26. at com.sk89q.worldedit.extension.factory.parser.DefaultBlockParser.parseFromInput(DefaultBlockParser.java:61) ~[worldedit-bukkit-7.0.1-SNAPSHOT-dist.jar:?]
  27. at com.sk89q.worldedit.internal.registry.AbstractFactory.parseFromInput(AbstractFactory.java:73) ~[worldedit-bukkit-7.0.1-SNAPSHOT-dist.jar:?]
  28. at com.sk89q.worldedit.world.registry.LegacyMapper.loadFromResource(LegacyMapper.java:99) ~[worldedit-bukkit-7.0.1-SNAPSHOT-dist.jar:?]
  29. at com.sk89q.worldedit.world.registry.LegacyMapper.<init>(LegacyMapper.java:66) [worldedit-bukkit-7.0.1-SNAPSHOT-dist.jar:?]
  30. at com.sk89q.worldedit.world.registry.LegacyMapper.getInstance(LegacyMapper.java:179) [worldedit-bukkit-7.0.1-SNAPSHOT-dist.jar:?]
  31. at com.sk89q.worldedit.WorldEdit.loadMappings(WorldEdit.java:367) [worldedit-bukkit-7.0.1-SNAPSHOT-dist.jar:?]
  32. at com.sk89q.worldedit.bukkit.WorldEditPlugin.onEnable(WorldEditPlugin.java:156) [worldedit-bukkit-7.0.1-SNAPSHOT-dist.jar:?]
  33. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [Spigot-v1_14_4.jar:git-Spigot-9de398a-9c887d4]
  34. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [Spigot-v1_14_4.jar:git-Spigot-9de398a-9c887d4]
  35. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [Spigot-v1_14_4.jar:git-Spigot-9de398a-9c887d4]
  36. at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461) [Spigot-v1_14_4.jar:git-Spigot-9de398a-9c887d4]
  37. at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375) [Spigot-v1_14_4.jar:git-Spigot-9de398a-9c887d4]
  38. at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:195) [Spigot-v1_14_4.jar:git-Spigot-9de398a-9c887d4]
  39. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:776) [Spigot-v1_14_4.jar:git-Spigot-9de398a-9c887d4]
  40. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement