Advertisement
Emis0056

Untitled

Feb 18th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.95 KB | None | 0 0
  1. [20:29:12] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [20:29:13] [Server thread/INFO]: Loading properties
  3. [20:29:13] [Server thread/INFO]: Default game type: SURVIVAL
  4. [20:29:13] [Server thread/INFO]: Generating keypair
  5. [20:29:13] [Server thread/INFO]: Starting Minecraft server on
  6. [20:29:13] [Server thread/INFO]: Using default channel type
  7. [20:29:13] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
  8. [20:29:13] [Server thread/ERROR]: Could not load 'plugins\PleaseWork.jar' in folder 'plugins'
  9. org.bukkit.plugin.InvalidPluginException: Cannot find main class `me.emis.labaspasauli.main'
  10.     at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:42) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  11.     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  12.     at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  13.     at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit.jar:git-Bukkit-18fbb24]
  14.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:289) [craftbukkit.jar:git-Bukkit-18fbb24]
  15.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.<init>(CraftServer.java:251) [craftbukkit.jar:git-Bukkit-18fbb24]
  16.     at net.minecraft.server.v1_8_R3.PlayerList.<init>(PlayerList.java:69) [craftbukkit.jar:git-Bukkit-18fbb24]
  17.     at net.minecraft.server.v1_8_R3.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-18fbb24]
  18.     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:179) [craftbukkit.jar:git-Bukkit-18fbb24]
  19.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit.jar:git-Bukkit-18fbb24]
  20.     at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  21. Caused by: java.lang.ClassNotFoundException: me.emis.labaspasauli.main
  22.     at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_171]
  23.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  24.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  25.     at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_171]
  26.     at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_171]
  27.     at java.lang.Class.forName0(Native Method) ~[?:1.8.0_171]
  28.     at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_171]
  29.     at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  30.     ... 10 more
  31. [20:29:13] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  32. [20:29:13] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  33. [20:29:13] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  34. [20:29:13] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  35. [20:29:13] [Server thread/INFO]: Preparing level "world"
  36. [20:29:13] [Server thread/INFO]: Preparing start region for level 0 (Seed: -6696132836004971356)
  37. [20:29:14] [Server thread/INFO]: Preparing spawn area: 59%
  38. [20:29:15] [Server thread/INFO]: Preparing start region for level 1 (Seed: -6696132836004971356)
  39. [20:29:16] [Server thread/INFO]: Preparing spawn area: 67%
  40. [20:29:16] [Server thread/INFO]: Preparing start region for level 2 (Seed: -6696132836004971356)
  41. [20:29:16] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  42. [20:29:16] [Server thread/INFO]: Done (3.170s)! For help, type "help" or "?"
  43. [20:29:17] [Server thread/INFO]: asd[/192.168.1.68:61607] logged in with entity id 236 at ([world]-36.49501419010427, 80.0, 325.7113544529653)
  44. [20:29:19] [Server thread/INFO]: asd issued server command: /plugins
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement