Single Player sleep won't load in spigot.
NewgroundGaming opened this issue · 34 comments
I tried to launch single player sleep in my server and here is what I got from the console.
13.06 13:04:17 [Server] ERROR Could not load 'plugins/SinglePlayerSleep.jar' in folder 'plugins'
13.06 13:04:17 [Server] INFO org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/github/joelgodofwar/sps/PluginBase : Unsupported major.minor version 52.0
13.06 13:04:17 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
13.06 13:04:17 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
13.06 13:04:17 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
13.06 13:04:17 [Server] INFO at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:297) [spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
13.06 13:04:17 [Server] INFO at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
13.06 13:04:17 [Server] INFO at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:539) [spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
13.06 13:04:17 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
13.06 13:04:17 [Server] INFO Caused by: java.lang.UnsupportedClassVersionError: com/github/joelgodofwar/sps/PluginBase : Unsupported major.minor version 52.0
13.06 13:04:17 [Server] INFO at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_79]
13.06 13:04:17 [Server] INFO at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_79]
13.06 13:04:17 [Server] INFO at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_79]
13.06 13:04:17 [Server] INFO at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_79]
13.06 13:04:17 [Server] INFO at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_79]
13.06 13:04:17 [Server] INFO at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_79]
13.06 13:04:17 [Server] INFO at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_79]
13.06 13:04:17 [Server] INFO at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_79]
13.06 13:04:17 [Server] INFO at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_79]
13.06 13:04:17 [Multicraft] Skipped 39 lines due to rate limit (30/s)
Sorry to be asking so much of you. I know nothing about java coding. If I did I would update it myself. Hope some of this console dump helped.
Run it again, and send me the latest.log file from the logs folder. I need to see the big stack trace.
Pasting Entire log now.
[13:26:51] [Server thread/INFO]: Starting minecraft server version 1.10
[13:26:51] [Server thread/INFO]: Loading properties
[13:26:51] [Server thread/INFO]: Default game type: SURVIVAL
[13:26:51] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-6016ac7-10c10b3 (MC: 1.10) (Implementing API version 1.10-R0.1-SNAPSHOT)
[13:26:51] [Server thread/INFO]: Using 4 threads for Netty based IO
[13:26:51] [Server thread/INFO]: Server Ping Player Sample Count: 12
[13:26:51] [Server thread/INFO]: Debug logging is disabled
[13:26:51] [Server thread/INFO]: Generating keypair
[13:26:51] [Server thread/INFO]: Starting Minecraft server on 100.255.1.1:25562
[13:26:51] [Server thread/INFO]: Using epoll channel type
[13:26:51] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[13:26:51] [Server thread/ERROR]: Could not load 'plugins/SinglePlayerSleep.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/github/joelgodofwar/sps/PluginBase : Unsupported major.minor version 52.0
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:297) [spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:539) [spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
Caused by: java.lang.UnsupportedClassVersionError: com/github/joelgodofwar/sps/PluginBase : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_79]
at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_79]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_79]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_79]
at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_79]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_79]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_79]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_79]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_79]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_79]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_79]
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_79]
at java.lang.Class.forName(Class.java:274) ~[?:1.7.0_79]
at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:64) ~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
... 6 more
[13:26:52] [Server thread/INFO]: [NoEndermanGrief] Loading NoEndermanGrief v1.0.1
[13:26:52] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[13:26:52] [Server thread/INFO]: Preparing level "world"
[13:26:52] [Server thread/INFO]: -------- World Settings For [world] --------
[13:26:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:26:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[13:26:52] [Server thread/INFO]: Random Lighting Updates: false
[13:26:52] [Server thread/INFO]: Structure Info Saving: true
[13:26:52] [Server thread/INFO]: Max Entity Collisions: 8
[13:26:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[13:26:52] [Server thread/INFO]: Max TNT Explosions: 100
[13:26:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:26:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[13:26:52] [Server thread/INFO]: Mob Spawn Range: 4
[13:26:52] [Server thread/INFO]: Item Despawn Rate: 6000
[13:26:52] [Server thread/INFO]: Item Merge Radius: 2.5
[13:26:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:26:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:26:52] [Server thread/INFO]: View Distance: 10
[13:26:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:26:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:26:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:26:52] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[13:26:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:26:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[13:26:52] [Server thread/INFO]: Random Lighting Updates: false
[13:26:52] [Server thread/INFO]: Structure Info Saving: true
[13:26:52] [Server thread/INFO]: Max Entity Collisions: 8
[13:26:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[13:26:52] [Server thread/INFO]: Max TNT Explosions: 100
[13:26:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:26:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[13:26:52] [Server thread/INFO]: Mob Spawn Range: 4
[13:26:52] [Server thread/INFO]: Item Despawn Rate: 6000
[13:26:52] [Server thread/INFO]: Item Merge Radius: 2.5
[13:26:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:26:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:26:52] [Server thread/INFO]: View Distance: 10
[13:26:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:26:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:26:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:26:52] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[13:26:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:26:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[13:26:52] [Server thread/INFO]: Random Lighting Updates: false
[13:26:52] [Server thread/INFO]: Structure Info Saving: true
[13:26:52] [Server thread/INFO]: Max Entity Collisions: 8
[13:26:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[13:26:52] [Server thread/INFO]: Max TNT Explosions: 100
[13:26:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:26:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[13:26:52] [Server thread/INFO]: Mob Spawn Range: 4
[13:26:52] [Server thread/INFO]: Item Despawn Rate: 6000
[13:26:52] [Server thread/INFO]: Item Merge Radius: 2.5
[13:26:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:26:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:26:52] [Server thread/INFO]: View Distance: 10
[13:26:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:26:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:26:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:26:52] [Server thread/INFO]: Preparing start region for level 0 (Seed: -5068105647928649762)
[13:26:53] [Server thread/INFO]: Preparing spawn area: 6%
[13:26:54] [Server thread/INFO]: Preparing spawn area: 50%
[13:26:55] [Server thread/INFO]: Preparing start region for level 1 (Seed: -5068105647928649762)
[13:26:56] [Server thread/INFO]: Preparing spawn area: 61%
[13:26:56] [Server thread/INFO]: Preparing start region for level 2 (Seed: -5068105647928649762)
[13:26:57] [Server thread/INFO]: [NoEndermanGrief] Enabling NoEndermanGrief v1.0.1
[13:26:57] [Server thread/INFO]: [NoEndermanGrief] plugins/NoEndermanGrief/config.yml
[13:26:57] [Server thread/INFO]: **************************************************************
[13:26:57] [Server thread/INFO]: NoEndermanGrief version 1.0.1 Has been enabled
[13:26:57] [Server thread/INFO]: **************************************************************
[13:26:57] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[13:26:57] [Server thread/INFO]: Done (5.202s)! For help, type "help" or "?"
[13:27:30] [Server thread/INFO]: There are 0/50 players online:
[13:27:30] [Server thread/INFO]:
[13:28:03] [Server thread/INFO]: There are 0/50 players online:
[13:28:03] [Server thread/INFO]:
I can't seem to be able to tell which version is newer, the one i'm on or
yours. When did you run the buildtools for the 1.10 server?
On Mon, Jun 13, 2016 at 12:27 PM, NewgroundGaming [email protected]
wrote:
Pasting Entire log now.
[13:26:51] [Server thread/INFO]: Starting minecraft server version 1.10
[13:26:51] [Server thread/INFO]: Loading properties
[13:26:51] [Server thread/INFO]: Default game type: SURVIVAL
[13:26:51] [Server thread/INFO]: This server is running CraftBukkit
version git-Spigot-6016ac7-10c10b3 (MC: 1.10) (Implementing API version
1.10-R0.1-SNAPSHOT)
[13:26:51] [Server thread/INFO]: Using 4 threads for Netty based IO
[13:26:51] [Server thread/INFO]: Server Ping Player Sample Count: 12
[13:26:51] [Server thread/INFO]: Debug logging is disabled
[13:26:51] [Server thread/INFO]: Generating keypair
[13:26:51] [Server thread/INFO]: Starting Minecraft server on
100.255.1.1:25562
[13:26:51] [Server thread/INFO]: Using epoll channel type
[13:26:51] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[13:26:51] [Server thread/ERROR]: Could not load
'plugins/SinglePlayerSleep.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException:
java.lang.UnsupportedClassVersionError:
com/github/joelgodofwar/sps/PluginBase : Unsupported major.minor version
52.0
at
org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at
org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at
org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251)
[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at
org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:297)
[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at
net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:202)
[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at
net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:539)
[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
Caused by: java.lang.UnsupportedClassVersionError:
com/github/joelgodofwar/sps/PluginBase : Unsupported major.minor version
52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_79]
at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_79]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
~[?:1.7.0_79]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
~[?:1.7.0_79]
at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_79]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_79]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_79]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_79]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_79]
at
org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at
org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_79]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_79]
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_79]
at java.lang.Class.forName(Class.java:274) ~[?:1.7.0_79]
at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:64)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at
org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
... 6 more
[13:26:52] [Server thread/INFO]: [NoEndermanGrief] Loading NoEndermanGrief
v1.0.1
[13:26:52] [Server thread/INFO]: **** Beginning UUID conversion, this may
take A LONG time ****
[13:26:52] [Server thread/INFO]: Preparing level "world"[13:26:52] [Server thread/INFO]: -------- World Settings For [world]
[13:26:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo
48 / Mi 32 / Other 64
[13:26:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper
Amount: 1
[13:26:52] [Server thread/INFO]: Random Lighting Updates: false
[13:26:52] [Server thread/INFO]: Structure Info Saving: true
[13:26:52] [Server thread/INFO]: Max Entity Collisions: 8
[13:26:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312
Feature: 14357617
[13:26:52] [Server thread/INFO]: Max TNT Explosions: 100
[13:26:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick
Time: 50ms
[13:26:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 /
Mi 16
[13:26:52] [Server thread/INFO]: Mob Spawn Range: 4
[13:26:52] [Server thread/INFO]: Item Despawn Rate: 6000
[13:26:52] [Server thread/INFO]: Item Merge Radius: 2.5
[13:26:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:26:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal
blocks: true
[13:26:52] [Server thread/INFO]: View Distance: 10
[13:26:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:26:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:26:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:26:52] [Server thread/INFO]: -------- World Settings For
[world_nether] --------
[13:26:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo
48 / Mi 32 / Other 64
[13:26:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper
Amount: 1
[13:26:52] [Server thread/INFO]: Random Lighting Updates: false
[13:26:52] [Server thread/INFO]: Structure Info Saving: true
[13:26:52] [Server thread/INFO]: Max Entity Collisions: 8
[13:26:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312
Feature: 14357617
[13:26:52] [Server thread/INFO]: Max TNT Explosions: 100
[13:26:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick
Time: 50ms
[13:26:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 /
Mi 16
[13:26:52] [Server thread/INFO]: Mob Spawn Range: 4
[13:26:52] [Server thread/INFO]: Item Despawn Rate: 6000
[13:26:52] [Server thread/INFO]: Item Merge Radius: 2.5
[13:26:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:26:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal
blocks: true
[13:26:52] [Server thread/INFO]: View Distance: 10
[13:26:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:26:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:26:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:26:52] [Server thread/INFO]: -------- World Settings For
[world_the_end] --------
[13:26:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo
48 / Mi 32 / Other 64
[13:26:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper
Amount: 1
[13:26:52] [Server thread/INFO]: Random Lighting Updates: false
[13:26:52] [Server thread/INFO]: Structure Info Saving: true
[13:26:52] [Server thread/INFO]: Max Entity Collisions: 8
[13:26:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312
Feature: 14357617
[13:26:52] [Server thread/INFO]: Max TNT Explosions: 100
[13:26:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick
Time: 50ms
[13:26:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 /
Mi 16
[13:26:52] [Server thread/INFO]: Mob Spawn Range: 4
[13:26:52] [Server thread/INFO]: Item Despawn Rate: 6000
[13:26:52] [Server thread/INFO]: Item Merge Radius: 2.5
[13:26:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:26:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal
blocks: true
[13:26:52] [Server thread/INFO]: View Distance: 10
[13:26:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:26:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:26:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:26:52] [Server thread/INFO]: Preparing start region for level 0 (Seed:
-5068105647928649762)
[13:26:53] [Server thread/INFO]: Preparing spawn area: 6%
[13:26:54] [Server thread/INFO]: Preparing spawn area: 50%
[13:26:55] [Server thread/INFO]: Preparing start region for level 1 (Seed:
-5068105647928649762)
[13:26:56] [Server thread/INFO]: Preparing spawn area: 61%
[13:26:56] [Server thread/INFO]: Preparing start region for level 2 (Seed:
-5068105647928649762)
[13:26:57] [Server thread/INFO]: [NoEndermanGrief] Enabling
NoEndermanGrief v1.0.1
[13:26:57] [Server thread/INFO]: [NoEndermanGrief]
plugins/NoEndermanGrief/config.yml
[13:26:57] [Server thread/INFO]:
[13:26:57] [Server thread/INFO]: NoEndermanGrief version 1.0.1 Has been
enabled
[13:26:57] [Server thread/INFO]:
[13:26:57] [Server thread/INFO]: Server permissions file permissions.yml
is empty, ignoring it
[13:26:57] [Server thread/INFO]: Done (5.202s)! For help, type "help" or
"?"
[13:27:30] [Server thread/INFO]: There are 0/50 players online:
[13:27:30] [Server thread/INFO]:
[13:28:03] [Server thread/INFO]: There are 0/50 players online:
[13:28:03] [Server thread/INFO]:—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AL5qtabMivc8JvusAQ1sk5BVm69vE6YCks5qLZMRgaJpZM4I0ide
.
Cordially,
Joel Stoner
The Last Mayor of
City of Macks Creek
Missouri
Could you possibly explain to me what buildtools is? then maybe I can get
you a better answer.
On Mon, Jun 13, 2016 at 2:12 PM, JoelGodOfwar [email protected]
wrote:
I can't seem to be able to tell which version is newer, the one i'm on or
yours. When did you run the buildtools for the 1.10 server?On Mon, Jun 13, 2016 at 12:27 PM, NewgroundGaming <
[email protected]>
wrote:Pasting Entire log now.
[13:26:51] [Server thread/INFO]: Starting minecraft server version 1.10
[13:26:51] [Server thread/INFO]: Loading properties
[13:26:51] [Server thread/INFO]: Default game type: SURVIVAL
[13:26:51] [Server thread/INFO]: This server is running CraftBukkit
version git-Spigot-6016ac7-10c10b3 (MC: 1.10) (Implementing API version
1.10-R0.1-SNAPSHOT)
[13:26:51] [Server thread/INFO]: Using 4 threads for Netty based IO
[13:26:51] [Server thread/INFO]: Server Ping Player Sample Count: 12
[13:26:51] [Server thread/INFO]: Debug logging is disabled
[13:26:51] [Server thread/INFO]: Generating keypair
[13:26:51] [Server thread/INFO]: Starting Minecraft server on
100.255.1.1:25562
[13:26:51] [Server thread/INFO]: Using epoll channel type
[13:26:51] [Server thread/INFO]: Set PluginClassLoader as parallel
capable
[13:26:51] [Server thread/ERROR]: Could not load
'plugins/SinglePlayerSleep.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException:
java.lang.UnsupportedClassVersionError:
com/github/joelgodofwar/sps/PluginBase : Unsupported major.minor version
52.0
atorg.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atorg.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atorg.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251)
[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atorg.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:297)
[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atnet.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:202)
[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atnet.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:539)
[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
Caused by: java.lang.UnsupportedClassVersionError:
com/github/joelgodofwar/sps/PluginBase : Unsupported major.minor version
52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_79]
at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_79]
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
~[?:1.7.0_79]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
~[?:1.7.0_79]
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
~[?:1.7.0_79]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_79]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_79]
at java.security.AccessController.doPrivileged(Native Method)
~[?:1.7.0_79]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
~[?:1.7.0_79]
atorg.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atorg.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_79]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_79]
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_79]
at java.lang.Class.forName(Class.java:274) ~[?:1.7.0_79]
at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:64)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atorg.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
... 6 more
[13:26:52] [Server thread/INFO]: [NoEndermanGrief] Loading
NoEndermanGrief
v1.0.1
[13:26:52] [Server thread/INFO]: **** Beginning UUID conversion, this may
take A LONG time ****
[13:26:52] [Server thread/INFO]: Preparing level "world"[13:26:52] [Server thread/INFO]: -------- World Settings For [world]
[13:26:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 /
Mo
48 / Mi 32 / Other 64
[13:26:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8
Hopper
Amount: 1
[13:26:52] [Server thread/INFO]: Random Lighting Updates: false
[13:26:52] [Server thread/INFO]: Structure Info Saving: true
[13:26:52] [Server thread/INFO]: Max Entity Collisions: 8
[13:26:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312
Feature: 14357617
[13:26:52] [Server thread/INFO]: Max TNT Explosions: 100
[13:26:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick
Time: 50ms
[13:26:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 /
Mi 16
[13:26:52] [Server thread/INFO]: Mob Spawn Range: 4
[13:26:52] [Server thread/INFO]: Item Despawn Rate: 6000
[13:26:52] [Server thread/INFO]: Item Merge Radius: 2.5
[13:26:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:26:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal
blocks: true
[13:26:52] [Server thread/INFO]: View Distance: 10
[13:26:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:26:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:26:52] [Server thread/INFO]: Nerfing mobs spawned from spawners:
false
[13:26:52] [Server thread/INFO]: -------- World Settings For
[world_nether] --------
[13:26:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 /
Mo
48 / Mi 32 / Other 64
[13:26:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8
Hopper
Amount: 1
[13:26:52] [Server thread/INFO]: Random Lighting Updates: false
[13:26:52] [Server thread/INFO]: Structure Info Saving: true
[13:26:52] [Server thread/INFO]: Max Entity Collisions: 8
[13:26:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312
Feature: 14357617
[13:26:52] [Server thread/INFO]: Max TNT Explosions: 100
[13:26:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick
Time: 50ms
[13:26:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 /
Mi 16
[13:26:52] [Server thread/INFO]: Mob Spawn Range: 4
[13:26:52] [Server thread/INFO]: Item Despawn Rate: 6000
[13:26:52] [Server thread/INFO]: Item Merge Radius: 2.5
[13:26:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:26:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal
blocks: true
[13:26:52] [Server thread/INFO]: View Distance: 10
[13:26:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:26:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:26:52] [Server thread/INFO]: Nerfing mobs spawned from spawners:
false
[13:26:52] [Server thread/INFO]: -------- World Settings For
[world_the_end] --------
[13:26:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 /
Mo
48 / Mi 32 / Other 64
[13:26:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8
Hopper
Amount: 1
[13:26:52] [Server thread/INFO]: Random Lighting Updates: false
[13:26:52] [Server thread/INFO]: Structure Info Saving: true
[13:26:52] [Server thread/INFO]: Max Entity Collisions: 8
[13:26:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312
Feature: 14357617
[13:26:52] [Server thread/INFO]: Max TNT Explosions: 100
[13:26:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick
Time: 50ms
[13:26:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 /
Mi 16
[13:26:52] [Server thread/INFO]: Mob Spawn Range: 4
[13:26:52] [Server thread/INFO]: Item Despawn Rate: 6000
[13:26:52] [Server thread/INFO]: Item Merge Radius: 2.5
[13:26:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:26:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal
blocks: true
[13:26:52] [Server thread/INFO]: View Distance: 10
[13:26:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:26:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:26:52] [Server thread/INFO]: Nerfing mobs spawned from spawners:
false
[13:26:52] [Server thread/INFO]: Preparing start region for level 0
(Seed:
-5068105647928649762)
[13:26:53] [Server thread/INFO]: Preparing spawn area: 6%
[13:26:54] [Server thread/INFO]: Preparing spawn area: 50%
[13:26:55] [Server thread/INFO]: Preparing start region for level 1
(Seed:
-5068105647928649762)
[13:26:56] [Server thread/INFO]: Preparing spawn area: 61%
[13:26:56] [Server thread/INFO]: Preparing start region for level 2
(Seed:
-5068105647928649762)
[13:26:57] [Server thread/INFO]: [NoEndermanGrief] Enabling
NoEndermanGrief v1.0.1
[13:26:57] [Server thread/INFO]: [NoEndermanGrief]
plugins/NoEndermanGrief/config.yml
[13:26:57] [Server thread/INFO]:
[13:26:57] [Server thread/INFO]: NoEndermanGrief version 1.0.1 Has been
enabled
[13:26:57] [Server thread/INFO]:
[13:26:57] [Server thread/INFO]: Server permissions file permissions.yml
is empty, ignoring it
[13:26:57] [Server thread/INFO]: Done (5.202s)! For help, type "help" or
"?"
[13:27:30] [Server thread/INFO]: There are 0/50 players online:
[13:27:30] [Server thread/INFO]:
[13:28:03] [Server thread/INFO]: There are 0/50 players online:
[13:28:03] [Server thread/INFO]:—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<
#3 (comment)
,
or mute the thread
<
https://github.com/notifications/unsubscribe/AL5qtabMivc8JvusAQ1sk5BVm69vE6YCks5qLZMRgaJpZM4I0ide.
Cordially,
Joel Stoner
The Last Mayor of
City of Macks Creek
Missouri—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ARs_RjsGq8KpBwch4uEcf-WXJQyl7-ZGks5qLZ2PgaJpZM4I0ide
.
I have the Latest spigot. I downloaded it only 15 hours ago.
On Mon, Jun 13, 2016 at 6:56 PM, JoelGodOfwar [email protected]
wrote:
you have to run Buildtools.jar to get spigot. My only suggestion is to
redownload / update spigot.On Mon, Jun 13, 2016 at 3:04 PM, NewgroundGaming <[email protected]
wrote:
Could you possibly explain to me what buildtools is? then maybe I can get
you a better answer.On Mon, Jun 13, 2016 at 2:12 PM, JoelGodOfwar [email protected]
wrote:I can't seem to be able to tell which version is newer, the one i'm on
or
yours. When did you run the buildtools for the 1.10 server?On Mon, Jun 13, 2016 at 12:27 PM, NewgroundGaming <
[email protected]>
wrote:Pasting Entire log now.
[13:26:51] [Server thread/INFO]: Starting minecraft server version
1.10
[13:26:51] [Server thread/INFO]: Loading properties
[13:26:51] [Server thread/INFO]: Default game type: SURVIVAL
[13:26:51] [Server thread/INFO]: This server is running CraftBukkit
version git-Spigot-6016ac7-10c10b3 (MC: 1.10) (Implementing API
version
1.10-R0.1-SNAPSHOT)
[13:26:51] [Server thread/INFO]: Using 4 threads for Netty based IO
[13:26:51] [Server thread/INFO]: Server Ping Player Sample Count: 12
[13:26:51] [Server thread/INFO]: Debug logging is disabled
[13:26:51] [Server thread/INFO]: Generating keypair
[13:26:51] [Server thread/INFO]: Starting Minecraft server on
100.255.1.1:25562
[13:26:51] [Server thread/INFO]: Using epoll channel type
[13:26:51] [Server thread/INFO]: Set PluginClassLoader as parallel
capable
[13:26:51] [Server thread/ERROR]: Could not load
'plugins/SinglePlayerSleep.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException:
java.lang.UnsupportedClassVersionError:
com/github/joelgodofwar/sps/PluginBase : Unsupported major.minor
version
52.0
atorg.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atorg.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atorg.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251)
[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atorg.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:297)
[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atnet.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:202)
[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atnet.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:539)
[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
Caused by: java.lang.UnsupportedClassVersionError:
com/github/joelgodofwar/sps/PluginBase : Unsupported major.minor
version
52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_79]
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
~[?:1.7.0_79]
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
~[?:1.7.0_79]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
~[?:1.7.0_79]
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
~[?:1.7.0_79]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
~[?:1.7.0_79]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
~[?:1.7.0_79]
at java.security.AccessController.doPrivileged(Native Method)
~[?:1.7.0_79]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
~[?:1.7.0_79]
atorg.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atorg.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
~[?:1.7.0_79]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
~[?:1.7.0_79]
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_79]
at java.lang.Class.forName(Class.java:274) ~[?:1.7.0_79]
at
org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:64)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atorg.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
... 6 more
[13:26:52] [Server thread/INFO]: [NoEndermanGrief] Loading
NoEndermanGrief
v1.0.1
[13:26:52] [Server thread/INFO]: **** Beginning UUID conversion, this
may
take A LONG time ****
[13:26:52] [Server thread/INFO]: Preparing level "world"[13:26:52] [Server thread/INFO]: -------- World Settings For [world]
[13:26:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An
48 /
Mo
48 / Mi 32 / Other 64
[13:26:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8
Hopper
Amount: 1
[13:26:52] [Server thread/INFO]: Random Lighting Updates: false
[13:26:52] [Server thread/INFO]: Structure Info Saving: true
[13:26:52] [Server thread/INFO]: Max Entity Collisions: 8
[13:26:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312
Feature: 14357617
[13:26:52] [Server thread/INFO]: Max TNT Explosions: 100
[13:26:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max
Tick
Time: 50ms
[13:26:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo
32 /
Mi 16
[13:26:52] [Server thread/INFO]: Mob Spawn Range: 4
[13:26:52] [Server thread/INFO]: Item Despawn Rate: 6000
[13:26:52] [Server thread/INFO]: Item Merge Radius: 2.5
[13:26:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:26:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from
portal
blocks: true
[13:26:52] [Server thread/INFO]: View Distance: 10
[13:26:52] [Server thread/INFO]: Zombie Aggressive Towards Villager:
true
[13:26:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:26:52] [Server thread/INFO]: Nerfing mobs spawned from spawners:
false
[13:26:52] [Server thread/INFO]: -------- World Settings For
[world_nether] --------
[13:26:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An
48 /
Mo
48 / Mi 32 / Other 64
[13:26:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8
Hopper
Amount: 1
[13:26:52] [Server thread/INFO]: Random Lighting Updates: false
[13:26:52] [Server thread/INFO]: Structure Info Saving: true
[13:26:52] [Server thread/INFO]: Max Entity Collisions: 8
[13:26:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312
Feature: 14357617
[13:26:52] [Server thread/INFO]: Max TNT Explosions: 100
[13:26:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max
Tick
Time: 50ms
[13:26:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo
32 /
Mi 16
[13:26:52] [Server thread/INFO]: Mob Spawn Range: 4
[13:26:52] [Server thread/INFO]: Item Despawn Rate: 6000
[13:26:52] [Server thread/INFO]: Item Merge Radius: 2.5
[13:26:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:26:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from
portal
blocks: true
[13:26:52] [Server thread/INFO]: View Distance: 10
[13:26:52] [Server thread/INFO]: Zombie Aggressive Towards Villager:
true
[13:26:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:26:52] [Server thread/INFO]: Nerfing mobs spawned from spawners:
false
[13:26:52] [Server thread/INFO]: -------- World Settings For
[world_the_end] --------
[13:26:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An
48 /
Mo
48 / Mi 32 / Other 64
[13:26:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8
Hopper
Amount: 1
[13:26:52] [Server thread/INFO]: Random Lighting Updates: false
[13:26:52] [Server thread/INFO]: Structure Info Saving: true
[13:26:52] [Server thread/INFO]: Max Entity Collisions: 8
[13:26:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312
Feature: 14357617
[13:26:52] [Server thread/INFO]: Max TNT Explosions: 100
[13:26:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max
Tick
Time: 50ms
[13:26:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo
32 /
Mi 16
[13:26:52] [Server thread/INFO]: Mob Spawn Range: 4
[13:26:52] [Server thread/INFO]: Item Despawn Rate: 6000
[13:26:52] [Server thread/INFO]: Item Merge Radius: 2.5
[13:26:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:26:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from
portal
blocks: true
[13:26:52] [Server thread/INFO]: View Distance: 10
[13:26:52] [Server thread/INFO]: Zombie Aggressive Towards Villager:
true
[13:26:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:26:52] [Server thread/INFO]: Nerfing mobs spawned from spawners:
false
[13:26:52] [Server thread/INFO]: Preparing start region for level 0
(Seed:
-5068105647928649762)
[13:26:53] [Server thread/INFO]: Preparing spawn area: 6%
[13:26:54] [Server thread/INFO]: Preparing spawn area: 50%
[13:26:55] [Server thread/INFO]: Preparing start region for level 1
(Seed:
-5068105647928649762)
[13:26:56] [Server thread/INFO]: Preparing spawn area: 61%
[13:26:56] [Server thread/INFO]: Preparing start region for level 2
(Seed:
-5068105647928649762)
[13:26:57] [Server thread/INFO]: [NoEndermanGrief] Enabling
NoEndermanGrief v1.0.1
[13:26:57] [Server thread/INFO]: [NoEndermanGrief]
plugins/NoEndermanGrief/config.yml
[13:26:57] [Server thread/INFO]:
[13:26:57] [Server thread/INFO]: NoEndermanGrief version 1.0.1 Has
been
enabled
[13:26:57] [Server thread/INFO]:
[13:26:57] [Server thread/INFO]: Server permissions file
permissions.yml
is empty, ignoring it
[13:26:57] [Server thread/INFO]: Done (5.202s)! For help, type "help"
or
"?"
[13:27:30] [Server thread/INFO]: There are 0/50 players online:
[13:27:30] [Server thread/INFO]:
[13:28:03] [Server thread/INFO]: There are 0/50 players online:
[13:28:03] [Server thread/INFO]:—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<,
or mute the thread
<https://github.com/notifications/unsubscribe/AL5qtabMivc8JvusAQ1sk5BVm69vE6YCks5qLZMRgaJpZM4I0ide
.
Cordially,
Joel Stoner
The Last Mayor of
City of Macks Creek
Missouri—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<,
or mute the thread
<https://github.com/notifications/unsubscribe/ARs_RjsGq8KpBwch4uEcf-WXJQyl7-ZGks5qLZ2PgaJpZM4I0ide
.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<
#3 (comment)
,
or mute the thread
<
https://github.com/notifications/unsubscribe/AL5qtVYoCR9eaHPdcqLk6YhutzyaOHo_ks5qLbfXgaJpZM4I0ide.
Cordially,
Joel Stoner
The Last Mayor of
City of Macks Creek
Missouri—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ARs_RjJmP-s_5FJ4hloMDuw1OK1Z7tuaks5qLeACgaJpZM4I0ide
.
Try updating the server jar, according to the /version command i built the
plugin on the latest version. Try deleting the config folder for
SinglePlayerSleep. It will recreate it fresh. If this does not work, please
send me your spigot-1.10.jar file, so i can see what is causing the crash.
[23:51:40] [Server thread/INFO]: Starting minecraft server version 1.10
[23:51:40] [Server thread/INFO]: Loading properties
[23:51:40] [Server thread/INFO]: Default game type: SURVIVAL
[23:51:41] [Server thread/INFO]: This server is running CraftBukkit version
git-Spigot-3ccadba-fb568fd (MC: 1.10) (Implementing API version
1.10-R0.1-SNAPSHOT)
[23:51:41] [Server thread/INFO]: Debug logging is disabled
[23:51:41] [Server thread/INFO]: Server Ping Player Sample Count: 12
[23:51:41] [Server thread/INFO]: Using 4 threads for Netty based IO
[23:51:41] [Server thread/INFO]: Generating keypair
[23:51:41] [Server thread/INFO]: Starting Minecraft server on :25565
[23:51:41] [Server thread/INFO]: Using default channel type
[23:51:41] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[23:51:41] [Server thread/INFO]: [DragonDropElytra] Loading
DragonDropElytra v2.13.2
[23:51:41] [Server thread/INFO]: [SinglePlayerSleep] Loading
SinglePlayerSleep v2.13.13
[23:51:41] [Server thread/INFO]: [NoEndermanGrief] Loading NoEndermanGrief
v1.0.2
[23:51:41] [Server thread/INFO]: *** Beginning UUID conversion, this may
take A LONG time ****
[23:51:41] [Server thread/INFO]: Preparing level "world"
[23:51:41] [Server thread/INFO]: -------- World Settings For [world]
[23:51:41] [Server thread/INFO]: Max Entity Collisions: 8
[23:51:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312
Feature: 14357617
[23:51:41] [Server thread/INFO]: Item Despawn Rate: 6000
[23:51:41] [Server thread/INFO]: Item Merge Radius: 2.5
[23:51:41] [Server thread/INFO]: Arrow Despawn Rate: 1200
[23:51:41] [Server thread/INFO]: Experience Merge Radius: 3.0
[23:51:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[23:51:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal
blocks: true
[23:51:41] [Server thread/INFO]: Structure Info Saving: true
[23:51:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: Cane Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: Melon Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: Random Lighting Updates: false
[23:51:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo
48 / Mi 32 / Other 64
[23:51:41] [Server thread/INFO]: Mob Spawn Range: 4
[23:51:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper
Amount: 1
[23:51:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 /
Mi 16
[23:51:41] [Server thread/INFO]: Max TNT Explosions: 100
[23:51:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick
Time: 50ms
[23:51:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[23:51:41] [Server thread/INFO]: View Distance: 10
[23:51:41] [Server thread/INFO]: -------- World Settings For [world_nether]
[23:51:41] [Server thread/INFO]: Max Entity Collisions: 8
[23:51:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312
Feature: 14357617
[23:51:41] [Server thread/INFO]: Item Despawn Rate: 6000
[23:51:41] [Server thread/INFO]: Item Merge Radius: 2.5
[23:51:41] [Server thread/INFO]: Arrow Despawn Rate: 1200
[23:51:41] [Server thread/INFO]: Experience Merge Radius: 3.0
[23:51:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[23:51:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal
blocks: true
[23:51:41] [Server thread/INFO]: Structure Info Saving: true
[23:51:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: Cane Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: Melon Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: Random Lighting Updates: false
[23:51:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo
48 / Mi 32 / Other 64
[23:51:41] [Server thread/INFO]: Mob Spawn Range: 4
[23:51:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper
Amount: 1
[23:51:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 /
Mi 16
[23:51:41] [Server thread/INFO]: Max TNT Explosions: 100
[23:51:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick
Time: 50ms
[23:51:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[23:51:41] [Server thread/INFO]: View Distance: 10
[23:51:41] [Server thread/INFO]: -------- World Settings For
[world_the_end] --------
[23:51:41] [Server thread/INFO]: Max Entity Collisions: 8
[23:51:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312
Feature: 14357617
[23:51:41] [Server thread/INFO]: Item Despawn Rate: 6000
[23:51:41] [Server thread/INFO]: Item Merge Radius: 2.5
[23:51:41] [Server thread/INFO]: Arrow Despawn Rate: 1200
[23:51:41] [Server thread/INFO]: Experience Merge Radius: 3.0
[23:51:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[23:51:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal
blocks: true
[23:51:41] [Server thread/INFO]: Structure Info Saving: true
[23:51:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: Cane Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: Melon Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[23:51:41] [Server thread/INFO]: Random Lighting Updates: false
[23:51:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo
48 / Mi 32 / Other 64
[23:51:41] [Server thread/INFO]: Mob Spawn Range: 4
[23:51:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper
Amount: 1
[23:51:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 /
Mi 16
[23:51:41] [Server thread/INFO]: Max TNT Explosions: 100
[23:51:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick
Time: 50ms
[23:51:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[23:51:41] [Server thread/INFO]: View Distance: 10
[23:51:41] [Server thread/INFO]: Preparing start region for level 0 (Seed:
-7870782489180049704)
[23:51:42] [Server thread/INFO]: Preparing spawn area: 18%
[23:51:43] [Server thread/INFO]: Preparing start region for level 1 (Seed:
-7870782489180049704)
[23:51:44] [Server thread/INFO]: Preparing start region for level 2 (Seed:
-7870782489180049704)
[23:51:45] [Server thread/INFO]: [DragonDropElytra] Enabling
DragonDropElytra v2.13.2
[23:51:45] [Server thread/INFO]: [DragonDropElytra]
plugins\DragonDropElytra\config.yml
[23:51:45] [Server thread/INFO]:
[23:51:45] [Server thread/INFO]: DragonDropElytra version 2.13.2 Has been
enabled
[23:51:45] [Server thread/INFO]:
[23:51:45] [Server thread/INFO]: [SinglePlayerSleep] Enabling
SinglePlayerSleep v2.13.13
[23:51:45] [Server thread/INFO]: [SinglePlayerSleep]
plugins\SinglePlayerSleep\config.yml
[23:51:45] [Server thread/INFO]:
[23:51:45] [Server thread/INFO]: SinglePlayerSleep version 2.13.13 Has been
enabled
[23:51:45] [Server thread/INFO]:
[23:51:45] [Server thread/INFO]: SinglePlayerSleep SinglePlayerSleep
debug=false in plugins\SinglePlayerSleep/config.yml
[23:51:45] [Server thread/INFO]: [NoEndermanGrief] Enabling NoEndermanGrief
v1.0.2
[23:51:45] [Server thread/INFO]: [NoEndermanGrief]
plugins\NoEndermanGrief\config.yml
[23:51:45] [Server thread/INFO]:
[23:51:45] [Server thread/INFO]: NoEndermanGrief version 1.0.2 Has been
enabled
[23:51:45] [Server thread/INFO]:
[23:51:45] [Server thread/INFO]: Server permissions file permissions.yml is
empty, ignoring it
[23:51:45] [Server thread/INFO]: Done (3.617s)! For help, type "help" or "?"
[23:53:15] [Server thread/INFO]: This server is running CraftBukkit
version git-Spigot-3ccadba-fb568fd (MC: 1.10) (Implementing API version
1.10-R0.1-SNAPSHOT) [m[23:53:15] [Server thread/INFO]: Checking version,
please wait... [m[23:53:16] [Thread-8/INFO]: You are running the latest
version [m
On Mon, Jun 13, 2016 at 9:04 PM, NewgroundGaming [email protected]
wrote:
I have the Latest spigot. I downloaded it only 15 hours ago.
On Mon, Jun 13, 2016 at 6:56 PM, JoelGodOfwar [email protected]
wrote:you have to run Buildtools.jar to get spigot. My only suggestion is to
redownload / update spigot.On Mon, Jun 13, 2016 at 3:04 PM, NewgroundGaming <
[email protected]wrote:
Could you possibly explain to me what buildtools is? then maybe I can
get
you a better answer.On Mon, Jun 13, 2016 at 2:12 PM, JoelGodOfwar <
[email protected]>
wrote:I can't seem to be able to tell which version is newer, the one i'm
on
or
yours. When did you run the buildtools for the 1.10 server?On Mon, Jun 13, 2016 at 12:27 PM, NewgroundGaming <
[email protected]>
wrote:Pasting Entire log now.
[13:26:51] [Server thread/INFO]: Starting minecraft server version
1.10
[13:26:51] [Server thread/INFO]: Loading properties
[13:26:51] [Server thread/INFO]: Default game type: SURVIVAL
[13:26:51] [Server thread/INFO]: This server is running CraftBukkit
version git-Spigot-6016ac7-10c10b3 (MC: 1.10) (Implementing API
version
1.10-R0.1-SNAPSHOT)
[13:26:51] [Server thread/INFO]: Using 4 threads for Netty based IO
[13:26:51] [Server thread/INFO]: Server Ping Player Sample Count:
12
[13:26:51] [Server thread/INFO]: Debug logging is disabled
[13:26:51] [Server thread/INFO]: Generating keypair
[13:26:51] [Server thread/INFO]: Starting Minecraft server on
100.255.1.1:25562
[13:26:51] [Server thread/INFO]: Using epoll channel type
[13:26:51] [Server thread/INFO]: Set PluginClassLoader as parallel
capable
[13:26:51] [Server thread/ERROR]: Could not load
'plugins/SinglePlayerSleep.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException:
java.lang.UnsupportedClassVersionError:
com/github/joelgodofwar/sps/PluginBase : Unsupported major.minor
version
52.0
atorg.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atorg.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atorg.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251)
[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atorg.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:297)
[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atnet.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:202)
[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atnet.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:539)
[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
Caused by: java.lang.UnsupportedClassVersionError:
com/github/joelgodofwar/sps/PluginBase : Unsupported major.minor
version
52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_79]
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
~[?:1.7.0_79]
atjava.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
~[?:1.7.0_79]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
~[?:1.7.0_79]
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
~[?:1.7.0_79]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
~[?:1.7.0_79]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
~[?:1.7.0_79]
at java.security.AccessController.doPrivileged(Native Method)
~[?:1.7.0_79]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
~[?:1.7.0_79]
atorg.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atorg.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
~[?:1.7.0_79]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
~[?:1.7.0_79]
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_79]
at java.lang.Class.forName(Class.java:274) ~[?:1.7.0_79]
at
org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:64)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atorg.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
... 6 more
[13:26:52] [Server thread/INFO]: [NoEndermanGrief] Loading
NoEndermanGrief
v1.0.1
[13:26:52] [Server thread/INFO]: **** Beginning UUID conversion,
this
may
take A LONG time ****
[13:26:52] [Server thread/INFO]: Preparing level "world"
[13:26:52] [Server thread/INFO]: -------- World Settings For[world]
[13:26:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An
48 /
Mo
48 / Mi 32 / Other 64
[13:26:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8
Hopper
Amount: 1
[13:26:52] [Server thread/INFO]: Random Lighting Updates: false
[13:26:52] [Server thread/INFO]: Structure Info Saving: true
[13:26:52] [Server thread/INFO]: Max Entity Collisions: 8
[13:26:52] [Server thread/INFO]: Custom Map Seeds: Village:
10387312
Feature: 14357617
[13:26:52] [Server thread/INFO]: Max TNT Explosions: 100
[13:26:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity
max
Tick
Time: 50ms
[13:26:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Entity Activation Range: An 32 /
Mo
32 /
Mi 16
[13:26:52] [Server thread/INFO]: Mob Spawn Range: 4
[13:26:52] [Server thread/INFO]: Item Despawn Rate: 6000
[13:26:52] [Server thread/INFO]: Item Merge Radius: 2.5
[13:26:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:26:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from
portal
blocks: true
[13:26:52] [Server thread/INFO]: View Distance: 10
[13:26:52] [Server thread/INFO]: Zombie Aggressive Towards
Villager:
true
[13:26:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:26:52] [Server thread/INFO]: Nerfing mobs spawned from
spawners:
false
[13:26:52] [Server thread/INFO]: -------- World Settings For
[world_nether] --------
[13:26:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An
48 /
Mo
48 / Mi 32 / Other 64
[13:26:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8
Hopper
Amount: 1
[13:26:52] [Server thread/INFO]: Random Lighting Updates: false
[13:26:52] [Server thread/INFO]: Structure Info Saving: true
[13:26:52] [Server thread/INFO]: Max Entity Collisions: 8
[13:26:52] [Server thread/INFO]: Custom Map Seeds: Village:
10387312
Feature: 14357617
[13:26:52] [Server thread/INFO]: Max TNT Explosions: 100
[13:26:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity
max
Tick
Time: 50ms
[13:26:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Entity Activation Range: An 32 /
Mo
32 /
Mi 16
[13:26:52] [Server thread/INFO]: Mob Spawn Range: 4
[13:26:52] [Server thread/INFO]: Item Despawn Rate: 6000
[13:26:52] [Server thread/INFO]: Item Merge Radius: 2.5
[13:26:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:26:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from
portal
blocks: true
[13:26:52] [Server thread/INFO]: View Distance: 10
[13:26:52] [Server thread/INFO]: Zombie Aggressive Towards
Villager:
true
[13:26:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:26:52] [Server thread/INFO]: Nerfing mobs spawned from
spawners:
false
[13:26:52] [Server thread/INFO]: -------- World Settings For
[world_the_end] --------
[13:26:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An
48 /
Mo
48 / Mi 32 / Other 64
[13:26:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8
Hopper
Amount: 1
[13:26:52] [Server thread/INFO]: Random Lighting Updates: false
[13:26:52] [Server thread/INFO]: Structure Info Saving: true
[13:26:52] [Server thread/INFO]: Max Entity Collisions: 8
[13:26:52] [Server thread/INFO]: Custom Map Seeds: Village:
10387312
Feature: 14357617
[13:26:52] [Server thread/INFO]: Max TNT Explosions: 100
[13:26:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity
max
Tick
Time: 50ms
[13:26:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Entity Activation Range: An 32 /
Mo
32 /
Mi 16
[13:26:52] [Server thread/INFO]: Mob Spawn Range: 4
[13:26:52] [Server thread/INFO]: Item Despawn Rate: 6000
[13:26:52] [Server thread/INFO]: Item Merge Radius: 2.5
[13:26:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:26:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from
portal
blocks: true
[13:26:52] [Server thread/INFO]: View Distance: 10
[13:26:52] [Server thread/INFO]: Zombie Aggressive Towards
Villager:
true
[13:26:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:26:52] [Server thread/INFO]: Nerfing mobs spawned from
spawners:
false
[13:26:52] [Server thread/INFO]: Preparing start region for level 0
(Seed:
-5068105647928649762)
[13:26:53] [Server thread/INFO]: Preparing spawn area: 6%
[13:26:54] [Server thread/INFO]: Preparing spawn area: 50%
[13:26:55] [Server thread/INFO]: Preparing start region for level 1
(Seed:
-5068105647928649762)
[13:26:56] [Server thread/INFO]: Preparing spawn area: 61%
[13:26:56] [Server thread/INFO]: Preparing start region for level 2
(Seed:
-5068105647928649762)
[13:26:57] [Server thread/INFO]: [NoEndermanGrief] Enabling
NoEndermanGrief v1.0.1
[13:26:57] [Server thread/INFO]: [NoEndermanGrief]
plugins/NoEndermanGrief/config.yml
[13:26:57] [Server thread/INFO]:
[13:26:57] [Server thread/INFO]: NoEndermanGrief version 1.0.1 Has
been
enabled
[13:26:57] [Server thread/INFO]:
[13:26:57] [Server thread/INFO]: Server permissions file
permissions.yml
is empty, ignoring it
[13:26:57] [Server thread/INFO]: Done (5.202s)! For help, type
"help"
or
"?"
[13:27:30] [Server thread/INFO]: There are 0/50 players online:
[13:27:30] [Server thread/INFO]:
[13:28:03] [Server thread/INFO]: There are 0/50 players online:
[13:28:03] [Server thread/INFO]:—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<,
or mute the thread
<https://github.com/notifications/unsubscribe/AL5qtabMivc8JvusAQ1sk5BVm69vE6YCks5qLZMRgaJpZM4I0ide
.
Cordially,
Joel Stoner
The Last Mayor of
City of Macks Creek
Missouri—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<,
or mute the thread
<https://github.com/notifications/unsubscribe/ARs_RjsGq8KpBwch4uEcf-WXJQyl7-ZGks5qLZ2PgaJpZM4I0ide
.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<,
or mute the thread
<https://github.com/notifications/unsubscribe/AL5qtVYoCR9eaHPdcqLk6YhutzyaOHo_ks5qLbfXgaJpZM4I0ide
.
Cordially,
Joel Stoner
The Last Mayor of
City of Macks Creek
Missouri—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<
#3 (comment)
,
or mute the thread
<
https://github.com/notifications/unsubscribe/ARs_RjJmP-s_5FJ4hloMDuw1OK1Z7tuaks5qLeACgaJpZM4I0ide.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AL5qtY63jtNN4AsEb-dP8PwW6DEjNaSRks5qLgwqgaJpZM4I0ide
.
Cordially,
Joel Stoner
The Last Mayor of
City of Macks Creek
Missouri
you have to run Buildtools.jar to get spigot. My only suggestion is to
redownload / update spigot.
On Mon, Jun 13, 2016 at 3:04 PM, NewgroundGaming [email protected]
wrote:
Could you possibly explain to me what buildtools is? then maybe I can get
you a better answer.On Mon, Jun 13, 2016 at 2:12 PM, JoelGodOfwar [email protected]
wrote:I can't seem to be able to tell which version is newer, the one i'm on or
yours. When did you run the buildtools for the 1.10 server?On Mon, Jun 13, 2016 at 12:27 PM, NewgroundGaming <
[email protected]>
wrote:Pasting Entire log now.
[13:26:51] [Server thread/INFO]: Starting minecraft server version 1.10
[13:26:51] [Server thread/INFO]: Loading properties
[13:26:51] [Server thread/INFO]: Default game type: SURVIVAL
[13:26:51] [Server thread/INFO]: This server is running CraftBukkit
version git-Spigot-6016ac7-10c10b3 (MC: 1.10) (Implementing API version
1.10-R0.1-SNAPSHOT)
[13:26:51] [Server thread/INFO]: Using 4 threads for Netty based IO
[13:26:51] [Server thread/INFO]: Server Ping Player Sample Count: 12
[13:26:51] [Server thread/INFO]: Debug logging is disabled
[13:26:51] [Server thread/INFO]: Generating keypair
[13:26:51] [Server thread/INFO]: Starting Minecraft server on
100.255.1.1:25562
[13:26:51] [Server thread/INFO]: Using epoll channel type
[13:26:51] [Server thread/INFO]: Set PluginClassLoader as parallel
capable
[13:26:51] [Server thread/ERROR]: Could not load
'plugins/SinglePlayerSleep.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException:
java.lang.UnsupportedClassVersionError:
com/github/joelgodofwar/sps/PluginBase : Unsupported major.minor
version
52.0
atorg.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atorg.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atorg.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251)
[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atorg.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:297)
[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atnet.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:202)
[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atnet.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:539)
[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
Caused by: java.lang.UnsupportedClassVersionError:
com/github/joelgodofwar/sps/PluginBase : Unsupported major.minor
version
52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_79]
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
~[?:1.7.0_79]
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
~[?:1.7.0_79]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
~[?:1.7.0_79]
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
~[?:1.7.0_79]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_79]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_79]
at java.security.AccessController.doPrivileged(Native Method)
~[?:1.7.0_79]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
~[?:1.7.0_79]
atorg.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atorg.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_79]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_79]
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_79]
at java.lang.Class.forName(Class.java:274) ~[?:1.7.0_79]
at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:64)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
atorg.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131)
~[spigot-1.10.jar:git-Spigot-6016ac7-10c10b3]
... 6 more
[13:26:52] [Server thread/INFO]: [NoEndermanGrief] Loading
NoEndermanGrief
v1.0.1
[13:26:52] [Server thread/INFO]: **** Beginning UUID conversion, this
may
take A LONG time ****
[13:26:52] [Server thread/INFO]: Preparing level "world"[13:26:52] [Server thread/INFO]: -------- World Settings For [world]
[13:26:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 /
Mo
48 / Mi 32 / Other 64
[13:26:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8
Hopper
Amount: 1
[13:26:52] [Server thread/INFO]: Random Lighting Updates: false
[13:26:52] [Server thread/INFO]: Structure Info Saving: true
[13:26:52] [Server thread/INFO]: Max Entity Collisions: 8
[13:26:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312
Feature: 14357617
[13:26:52] [Server thread/INFO]: Max TNT Explosions: 100
[13:26:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max
Tick
Time: 50ms
[13:26:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo
32 /
Mi 16
[13:26:52] [Server thread/INFO]: Mob Spawn Range: 4
[13:26:52] [Server thread/INFO]: Item Despawn Rate: 6000
[13:26:52] [Server thread/INFO]: Item Merge Radius: 2.5
[13:26:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:26:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from
portal
blocks: true
[13:26:52] [Server thread/INFO]: View Distance: 10
[13:26:52] [Server thread/INFO]: Zombie Aggressive Towards Villager:
true
[13:26:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:26:52] [Server thread/INFO]: Nerfing mobs spawned from spawners:
false
[13:26:52] [Server thread/INFO]: -------- World Settings For
[world_nether] --------
[13:26:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 /
Mo
48 / Mi 32 / Other 64
[13:26:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8
Hopper
Amount: 1
[13:26:52] [Server thread/INFO]: Random Lighting Updates: false
[13:26:52] [Server thread/INFO]: Structure Info Saving: true
[13:26:52] [Server thread/INFO]: Max Entity Collisions: 8
[13:26:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312
Feature: 14357617
[13:26:52] [Server thread/INFO]: Max TNT Explosions: 100
[13:26:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max
Tick
Time: 50ms
[13:26:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo
32 /
Mi 16
[13:26:52] [Server thread/INFO]: Mob Spawn Range: 4
[13:26:52] [Server thread/INFO]: Item Despawn Rate: 6000
[13:26:52] [Server thread/INFO]: Item Merge Radius: 2.5
[13:26:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:26:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from
portal
blocks: true
[13:26:52] [Server thread/INFO]: View Distance: 10
[13:26:52] [Server thread/INFO]: Zombie Aggressive Towards Villager:
true
[13:26:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:26:52] [Server thread/INFO]: Nerfing mobs spawned from spawners:
false
[13:26:52] [Server thread/INFO]: -------- World Settings For
[world_the_end] --------
[13:26:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 /
Mo
48 / Mi 32 / Other 64
[13:26:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8
Hopper
Amount: 1
[13:26:52] [Server thread/INFO]: Random Lighting Updates: false
[13:26:52] [Server thread/INFO]: Structure Info Saving: true
[13:26:52] [Server thread/INFO]: Max Entity Collisions: 8
[13:26:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312
Feature: 14357617
[13:26:52] [Server thread/INFO]: Max TNT Explosions: 100
[13:26:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max
Tick
Time: 50ms
[13:26:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:26:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo
32 /
Mi 16
[13:26:52] [Server thread/INFO]: Mob Spawn Range: 4
[13:26:52] [Server thread/INFO]: Item Despawn Rate: 6000
[13:26:52] [Server thread/INFO]: Item Merge Radius: 2.5
[13:26:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:26:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from
portal
blocks: true
[13:26:52] [Server thread/INFO]: View Distance: 10
[13:26:52] [Server thread/INFO]: Zombie Aggressive Towards Villager:
true
[13:26:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:26:52] [Server thread/INFO]: Nerfing mobs spawned from spawners:
false
[13:26:52] [Server thread/INFO]: Preparing start region for level 0
(Seed:
-5068105647928649762)
[13:26:53] [Server thread/INFO]: Preparing spawn area: 6%
[13:26:54] [Server thread/INFO]: Preparing spawn area: 50%
[13:26:55] [Server thread/INFO]: Preparing start region for level 1
(Seed:
-5068105647928649762)
[13:26:56] [Server thread/INFO]: Preparing spawn area: 61%
[13:26:56] [Server thread/INFO]: Preparing start region for level 2
(Seed:
-5068105647928649762)
[13:26:57] [Server thread/INFO]: [NoEndermanGrief] Enabling
NoEndermanGrief v1.0.1
[13:26:57] [Server thread/INFO]: [NoEndermanGrief]
plugins/NoEndermanGrief/config.yml
[13:26:57] [Server thread/INFO]:
[13:26:57] [Server thread/INFO]: NoEndermanGrief version 1.0.1 Has been
enabled
[13:26:57] [Server thread/INFO]:
[13:26:57] [Server thread/INFO]: Server permissions file
permissions.yml
is empty, ignoring it
[13:26:57] [Server thread/INFO]: Done (5.202s)! For help, type "help"
or
"?"
[13:27:30] [Server thread/INFO]: There are 0/50 players online:
[13:27:30] [Server thread/INFO]:
[13:28:03] [Server thread/INFO]: There are 0/50 players online:
[13:28:03] [Server thread/INFO]:—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<,
or mute the thread
<https://github.com/notifications/unsubscribe/AL5qtabMivc8JvusAQ1sk5BVm69vE6YCks5qLZMRgaJpZM4I0ide
.
Cordially,
Joel Stoner
The Last Mayor of
City of Macks Creek
Missouri—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<
#3 (comment)
,
or mute the thread
<
https://github.com/notifications/unsubscribe/ARs_RjsGq8KpBwch4uEcf-WXJQyl7-ZGks5qLZ2PgaJpZM4I0ide.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AL5qtVYoCR9eaHPdcqLk6YhutzyaOHo_ks5qLbfXgaJpZM4I0ide
.
Cordially,
Joel Stoner
The Last Mayor of
City of Macks Creek
Missouri
I just ran /version. It says i'm 16 versions behind. What's the easiest way to update?
Ok just looked at the website. I don't have access to a java capable device until maybe tomorrow. Is there a way you could send me the latest spigot?
So odd that there were 16 versions between your setup and mine. within 15
hours even. Of course if the spigot devs didn't change the names of some of
the imports all of my plugins wouldn't have needed updates for 1.10.
https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=oa-2322-a
Virus-free.
www.avast.com
https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=oa-2322-a
<#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
On Tue, Jun 14, 2016 at 11:15 AM, NewgroundGaming [email protected]
wrote:
I just updated my spigot. Here is the log.
14.06 12:13:16 [Multicraft] Loading server properties
14.06 12:13:16 [Multicraft] Starting server!
14.06 12:13:16 [Multicraft] Loaded config for "Default Minecraft Server"
14.06 12:13:16 [Server] INFO Warning, your max perm gen size is not set or
less than 128mb. It is recommended you restart Java with the following
argument: -XX:MaxPermSize=128M
14.06 12:13:16 [Server] INFO Please see
http://www.spigotmc.org/wiki/changing-permgen-size/ for more details and
more in-depth instructions.
14.06 12:13:16 [Server] INFO Loading libraries, please wait...
14.06 12:13:25 [Server] INFO Starting minecraft server version 1.10
14.06 12:13:25 [Server] INFO Loading properties
14.06 12:13:25 [Server] INFO Default game type: SURVIVAL
14.06 12:13:25 [Server] INFO This server is running CraftBukkit version
git-Spigot-3ccadba-fb568fd (MC: 1.10) (Implementing API version
1.10-R0.1-SNAPSHOT)
14.06 12:13:25 [Server] INFO Using 4 threads for Netty based IO
14.06 12:13:25 [Server] INFO Server Ping Player Sample Count: 12
14.06 12:13:25 [Server] INFO Debug logging is disabled
14.06 12:13:25 [Server] INFO Generating keypair
14.06 12:13:25 [Server] INFO Starting Minecraft server on
100.255.1.1:25562
14.06 12:13:26 [Server] INFO Using epoll channel type
14.06 12:13:26 [Server] INFO Set PluginClassLoader as parallel capable
14.06 12:13:26 [Server] ERROR Could not load
'plugins/SinglePlayerSleep.jar' in folder 'plugins'
14.06 12:13:26 [Server] INFO org.bukkit.plugin.InvalidPluginException:
java.lang.UnsupportedClassVersionError:
com/github/joelgodofwar/sps/PluginBase : Unsupported major.minor version
52.0
14.06 12:13:26 [Server] INFO at
org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135)
~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
14.06 12:13:26 [Server] INFO at
org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329)
~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
14.06 12:13:26 [Server] INFO at
org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251)
[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
14.06 12:13:26 [Server] INFO at
org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:297)
[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
14.06 12:13:26 [Server] INFO at
net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:202)
[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
14.06 12:13:26 [Server] INFO at
net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:539)
[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
14.06 12:13:26 [Server] INFO at java.lang.Thread.run(Thread.java:745)
[?:1.7.0_79]
14.06 12:13:26 [Server] INFO Caused by:
java.lang.UnsupportedClassVersionError:
com/github/joelgodofwar/sps/PluginBase : Unsupported major.minor version
52.0
14.06 12:13:26 [Server] INFO at java.lang.ClassLoader.defineClass1(Native
Method) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at
java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at
java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at
java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at
java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at
java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at
java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at
java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at
org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
14.06 12:13:26 [Server] INFO at
org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
14.06 12:13:26 [Server] INFO at
java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at
java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at java.lang.Class.forName0(Native Method)
~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at java.lang.Class.forName(Class.java:274)
~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at
org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:64)
~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
14.06 12:13:26 [Server] INFO at
org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131)
~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
14.06 12:13:26 [Server] INFO ... 6 more
14.06 12:13:26 [Server] INFO [NoEndermanGrief] Loading NoEndermanGrief
v1.0.1
14.06 12:13:28 [Multicraft] Skipped 89 lines due to rate limit (30/s)
14.06 12:13:28 [Server] INFO Preparing spawn area: 8%
14.06 12:13:29 [Server] INFO Preparing spawn area: 82%
14.06 12:13:29 [Server] INFO Preparing start region for level 1 (Seed:
-5068105647928649762)
14.06 12:13:30 [Server] INFO Preparing spawn area: 65%
14.06 12:13:30 [Server] INFO Preparing start region for level 2 (Seed:
-5068105647928649762)
14.06 12:13:30 [Server] INFO [NoEndermanGrief] Enabling NoEndermanGrief
v1.0.1
14.06 12:13:30 [Server] INFO [NoEndermanGrief]
plugins/NoEndermanGrief/config.yml
14.06 12:13:30 [Server] INFO
14.06 12:13:30 [Server] INFO NoEndermanGrief version 1.0.1 Has been enabled
14.06 12:13:30 [Server] INFO
14.06 12:13:30 [Server] INFO [DragonDropElytra] Enabling DragonDropElytra
v2.13.2
14.06 12:13:30 [Server] INFO [DragonDropElytra]
plugins/DragonDropElytra/config.yml
14.06 12:13:30 [Server] INFO
14.06 12:13:30 [Server] INFO DragonDropElytra version 2.13.2 Has been
enabled
14.06 12:13:30 [Server] INFO
14.06 12:13:30 [Server] INFO [DeathMessagesPrime] Enabling
DeathMessagesPrime v1.8
14.06 12:13:31 [Server] INFO [DeathMessagesPrime] Minecraft version is 1.10
14.06 12:13:31 [Server] INFO [dynmap] Enabling dynmap v2.3-1142
14.06 12:13:33 [Server] INFO [dynmap] Added 1 custom biome mappings
14.06 12:13:33 [Server] INFO [dynmap] Using Bukkit Permissions
(superperms) for access control
14.06 12:13:33 [Server] INFO [dynmap] Web interface permissions only
available for online users
14.06 12:13:33 [Server] INFO [dynmap] Mod Support processing completed
14.06 12:13:34 [Server] INFO [dynmap] Loaded 23 shaders.
14.06 12:13:34 [Server] INFO [dynmap] Loaded 82 perspectives.
14.06 12:13:34 [Server] INFO [dynmap] Loaded 14 lightings.
14.06 12:13:35 [Server] INFO [dynmap] Web server started on address
100.255.1.1:8123
14.06 12:13:35 [Server] INFO [dynmap] version 2.3-1142 is enabled - core
version 2.3-2074
14.06 12:13:35 [Server] INFO [dynmap] Loaded 3 maps of world 'world'.
14.06 12:13:35 [Server] INFO [dynmap] Loaded 7 pending tile renders for
world 'world'
14.06 12:13:35 [Server] INFO [dynmap] Loaded 2 maps of world
'world_nether'.
14.06 12:13:35 [Server] INFO [dynmap] Loaded 2 maps of world
'world_the_end'.
14.06 12:13:35 [Server] INFO [dynmap] Enabled
14.06 12:13:35 [Server] INFO Server permissions file permissions.yml is
empty, ignoring it
14.06 12:13:35 [Server] Startup Done (8.790s)! For help, type "help" or "?"
14.06 12:13:36 [Server] INFO [dynmap] Loading default resource pack
14.06 12:13:46 [Server] INFO UUID of player StarBound6494 is
8a6e4026-302b-458f-8635-c6caa221b5b2
14.06 12:13:47 [Connect] User StarBound6494, IP 68.50.7.162
14.06 12:13:47 [Multicraft] StarBound6494 ran command Message of the Day
14.06 12:14:41 [Server] INFO This server is running CraftBukkit version
git-Spigot-3ccadba-fb568fd (MC: 1.10) (Implementing API version
1.10-R0.1-SNAPSHOT)
14.06 12:14:41 [Server] INFO Checking version, please wait...
14.06 12:14:42 [Server] INFO You are running the latest version—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AL5qtfDB4aM7LgpYcvc-Q8zWbHobToAIks5qLtONgaJpZM4I0ide
.
Cordially,
Joel Stoner
The Last Mayor of
City of Macks Creek
Missouri
I just updated my spigot. Here is the log.
14.06 12:13:16 [Multicraft] Loading server properties
14.06 12:13:16 [Multicraft] Starting server!
14.06 12:13:16 [Multicraft] Loaded config for "Default Minecraft Server"
14.06 12:13:16 [Server] INFO Warning, your max perm gen size is not set or less than 128mb. It is recommended you restart Java with the following argument: -XX:MaxPermSize=128M
14.06 12:13:16 [Server] INFO Please see http://www.spigotmc.org/wiki/changing-permgen-size/ for more details and more in-depth instructions.
14.06 12:13:16 [Server] INFO Loading libraries, please wait...
14.06 12:13:25 [Server] INFO Starting minecraft server version 1.10
14.06 12:13:25 [Server] INFO Loading properties
14.06 12:13:25 [Server] INFO Default game type: SURVIVAL
14.06 12:13:25 [Server] INFO This server is running CraftBukkit version git-Spigot-3ccadba-fb568fd (MC: 1.10) (Implementing API version 1.10-R0.1-SNAPSHOT)
14.06 12:13:25 [Server] INFO Using 4 threads for Netty based IO
14.06 12:13:25 [Server] INFO Server Ping Player Sample Count: 12
14.06 12:13:25 [Server] INFO Debug logging is disabled
14.06 12:13:25 [Server] INFO Generating keypair
14.06 12:13:25 [Server] INFO Starting Minecraft server on 100.255.1.1:25562
14.06 12:13:26 [Server] INFO Using epoll channel type
14.06 12:13:26 [Server] INFO Set PluginClassLoader as parallel capable
14.06 12:13:26 [Server] ERROR Could not load 'plugins/SinglePlayerSleep.jar' in folder 'plugins'
14.06 12:13:26 [Server] INFO org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/github/joelgodofwar/sps/PluginBase : Unsupported major.minor version 52.0
14.06 12:13:26 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
14.06 12:13:26 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
14.06 12:13:26 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
14.06 12:13:26 [Server] INFO at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:297) [spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
14.06 12:13:26 [Server] INFO at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
14.06 12:13:26 [Server] INFO at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:539) [spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
14.06 12:13:26 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
14.06 12:13:26 [Server] INFO Caused by: java.lang.UnsupportedClassVersionError: com/github/joelgodofwar/sps/PluginBase : Unsupported major.minor version 52.0
14.06 12:13:26 [Server] INFO at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
14.06 12:13:26 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
14.06 12:13:26 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at java.lang.Class.forName0(Native Method) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at java.lang.Class.forName(Class.java:274) ~[?:1.7.0_79]
14.06 12:13:26 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:64) ~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
14.06 12:13:26 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
14.06 12:13:26 [Server] INFO ... 6 more
14.06 12:13:26 [Server] INFO [NoEndermanGrief] Loading NoEndermanGrief v1.0.1
14.06 12:13:28 [Multicraft] Skipped 89 lines due to rate limit (30/s)
14.06 12:13:28 [Server] INFO Preparing spawn area: 8%
14.06 12:13:29 [Server] INFO Preparing spawn area: 82%
14.06 12:13:29 [Server] INFO Preparing start region for level 1 (Seed: -5068105647928649762)
14.06 12:13:30 [Server] INFO Preparing spawn area: 65%
14.06 12:13:30 [Server] INFO Preparing start region for level 2 (Seed: -5068105647928649762)
14.06 12:13:30 [Server] INFO [NoEndermanGrief] Enabling NoEndermanGrief v1.0.1
14.06 12:13:30 [Server] INFO [NoEndermanGrief] plugins/NoEndermanGrief/config.yml
14.06 12:13:30 [Server] INFO **************************************************************
14.06 12:13:30 [Server] INFO NoEndermanGrief version 1.0.1 Has been enabled
14.06 12:13:30 [Server] INFO **************************************************************
14.06 12:13:30 [Server] INFO [DragonDropElytra] Enabling DragonDropElytra v2.13.2
14.06 12:13:30 [Server] INFO [DragonDropElytra] plugins/DragonDropElytra/config.yml
14.06 12:13:30 [Server] INFO **************************************************************
14.06 12:13:30 [Server] INFO DragonDropElytra version 2.13.2 Has been enabled
14.06 12:13:30 [Server] INFO **************************************************************
14.06 12:13:30 [Server] INFO [DeathMessagesPrime] Enabling DeathMessagesPrime v1.8
14.06 12:13:31 [Server] INFO [DeathMessagesPrime] Minecraft version is 1.10
14.06 12:13:31 [Server] INFO [dynmap] Enabling dynmap v2.3-1142
14.06 12:13:33 [Server] INFO [dynmap] Added 1 custom biome mappings
14.06 12:13:33 [Server] INFO [dynmap] Using Bukkit Permissions (superperms) for access control
14.06 12:13:33 [Server] INFO [dynmap] Web interface permissions only available for online users
14.06 12:13:33 [Server] INFO [dynmap] Mod Support processing completed
14.06 12:13:34 [Server] INFO [dynmap] Loaded 23 shaders.
14.06 12:13:34 [Server] INFO [dynmap] Loaded 82 perspectives.
14.06 12:13:34 [Server] INFO [dynmap] Loaded 14 lightings.
14.06 12:13:35 [Server] INFO [dynmap] Web server started on address 100.255.1.1:8123
14.06 12:13:35 [Server] INFO [dynmap] version 2.3-1142 is enabled - core version 2.3-2074
14.06 12:13:35 [Server] INFO [dynmap] Loaded 3 maps of world 'world'.
14.06 12:13:35 [Server] INFO [dynmap] Loaded 7 pending tile renders for world 'world'
14.06 12:13:35 [Server] INFO [dynmap] Loaded 2 maps of world 'world_nether'.
14.06 12:13:35 [Server] INFO [dynmap] Loaded 2 maps of world 'world_the_end'.
14.06 12:13:35 [Server] INFO [dynmap] Enabled
14.06 12:13:35 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
14.06 12:13:35 [Server] Startup Done (8.790s)! For help, type "help" or "?"
14.06 12:13:36 [Server] INFO [dynmap] Loading default resource pack
14.06 12:13:46 [Server] INFO UUID of player StarBound6494 is 8a6e4026-302b-458f-8635-c6caa221b5b2
14.06 12:13:47 [Connect] User StarBound6494, IP 68.50.7.162
14.06 12:13:47 [Multicraft] StarBound6494 ran command Message of the Day
14.06 12:14:41 [Server] INFO This server is running CraftBukkit version git-Spigot-3ccadba-fb568fd (MC: 1.10) (Implementing API version 1.10-R0.1-SNAPSHOT)
14.06 12:14:41 [Server] INFO Checking version, please wait...
14.06 12:14:42 [Server] INFO You are running the latest version
That makes no sense, if that one wont load the others shouldn't load
either, they were built on the same machine same, JRE version, and same
Spigot version. Somehow i will figure this out.
https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=oa-2322-b
Virus-free
https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=oa-2322-b
<#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
On Tue, Jun 14, 2016 at 3:47 PM, NewgroundGaming [email protected]
wrote:
I just did that one. same thing... Server is running Java 1.8
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AL5qtWU6m05JZvnCS8fztlWgsGrlgeXbks5qLxN2gaJpZM4I0ide
.
Cordially,
Joel Stoner
The Last Mayor of
City of Macks Creek
Missouri
Anyways i've posted in the spigot forums, and hopefully someone there can
help me figure this out.
On Tue, Jun 14, 2016 at 10:57 PM, Mayor Joel Stoner [email protected]
wrote:
That makes no sense, if that one wont load the others shouldn't load
either, they were built on the same machine same, JRE version, and same
Spigot version. Somehow i will figure this out.https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=oa-2322-b
Virus-free
https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=oa-2322-b
<#m_-7652192623823125803_DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2>On Tue, Jun 14, 2016 at 3:47 PM, NewgroundGaming <[email protected]
wrote:
I just did that one. same thing... Server is running Java 1.8
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AL5qtWU6m05JZvnCS8fztlWgsGrlgeXbks5qLxN2gaJpZM4I0ide
.Cordially,
Joel Stoner
The Last Mayor of
City of Macks Creek
Missouri
Cordially,
Joel Stoner
The Last Mayor of
City of Macks Creek
Missouri
Try this one, if it works then it is the java version of your server not
loading the other one. This one was built using jre 1.7
https://github.com/JoelGodOfwar/SinglePlayerSleep/raw/master/1.10-jar/SinglePlayerSleep.jar
https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=oa-2322-a
Virus-free.
www.avast.com
https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=oa-2322-a
<#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
On Tue, Jun 14, 2016 at 2:50 PM, NewgroundGaming [email protected]
wrote:
It still isn't working though...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AL5qtfA2yaJK2_5E2olDB_u0ljZddbt0ks5qLwX2gaJpZM4I0ide
.
Cordially,
Joel Stoner
The Last Mayor of
City of Macks Creek
Missouri
Try this version, i changed the java it is compiled on. If it doesn't work,
the only solution is to downgrade java version. 2.13.13b
https://github.com/JoelGodOfwar/SinglePlayerSleep/raw/master/1.10-jar/SinglePlayerSleep.jar
https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=oa-2322-a
Virus-free.
www.avast.com
https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=oa-2322-a
<#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
On Wed, Jun 15, 2016 at 10:11 AM, NewgroundGaming [email protected]
wrote:
I can ask my server host to downgrade the server to java 7 and see if that
fixes it.—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AL5qtYmM7Uq8kyf4pphSAAHMMrWdYsXAks5qMBY0gaJpZM4I0ide
.
Cordially,
Joel Stoner
The Last Mayor of
City of Macks Creek
Missouri
I can ask my server host to downgrade the server to java 7 and see if that fixes it.
I'll need the log file to see what is happening.
On Thu, Jun 30, 2016 at 9:17 PM, The-Unnamed-Engineer <
[email protected]> wrote:
I got the latest update and It still refuses to work... By the Way I am no
longer using that account. This is my new one.—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AL5qtaykusuAojfrQzgNcGYsxwW2qV6Rks5qRHjSgaJpZM4I0ide
.
Cordially,
Joel Stoner
The Last Mayor of
City of Macks Creek
Missouri
I got the latest update and It still refuses to work... By the Way I am no longer using that account. This is my new one.
Github doesn't support .log files... ok time to copy paste the thing.
[11:41:41] [Server thread/INFO]: Starting minecraft server version 1.10
[11:41:41] [Server thread/INFO]: Loading properties
[11:41:41] [Server thread/INFO]: Default game type: SURVIVAL
[11:41:41] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-3ccadba-fb568fd (MC: 1.10) (Implementing API version 1.10-R0.1-SNAPSHOT)
[11:41:41] [Server thread/INFO]: Using 4 threads for Netty based IO
[11:41:41] [Server thread/INFO]: Server Ping Player Sample Count: 12
[11:41:41] [Server thread/INFO]: Debug logging is disabled
[11:41:41] [Server thread/INFO]: Generating keypair
[11:41:42] [Server thread/INFO]: Starting Minecraft server on 100.255.1.1:25562
[11:41:42] [Server thread/INFO]: Using epoll channel type
[11:41:42] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[11:41:42] [Server thread/ERROR]: Could not load 'plugins/SinglePlayerSleep.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/github/joelgodofwar/sps/PluginBase : Unsupported major.minor version 52.0
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:297) [spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:539) [spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
Caused by: java.lang.UnsupportedClassVersionError: com/github/joelgodofwar/sps/PluginBase : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_79]
at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_79]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_79]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_79]
at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_79]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_79]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_79]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_79]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_79]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_79]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_79]
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_79]
at java.lang.Class.forName(Class.java:274) ~[?:1.7.0_79]
at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:64) ~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
... 6 more
[11:41:42] [Server thread/INFO]: [NoEndermanGrief] Loading NoEndermanGrief v1.0.1
[11:41:42] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.3.4
[11:41:42] [Server thread/INFO]: [DragonDropElytra] Loading DragonDropElytra v2.13.2
[11:41:42] [Server thread/INFO]: [DeathMessagesPrime] Loading DeathMessagesPrime v1.8
[11:41:42] [Server thread/INFO]: [dynmap] Loading dynmap v2.3-1142
[11:41:42] [Server thread/INFO]: [dynmap] version=git-Spigot-3ccadba-fb568fd (MC: 1.10)
[11:41:42] [Server thread/INFO]: [dynmap] Mod Support API available
[11:41:42] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[11:41:42] [Server thread/INFO]: Preparing level "world"
[11:41:43] [Server thread/INFO]: -------- World Settings For [world] --------
[11:41:43] [Server thread/INFO]: Mob Spawn Range: 4
[11:41:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Cane Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Melon Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[11:41:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[11:41:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[11:41:43] [Server thread/INFO]: Random Lighting Updates: false
[11:41:43] [Server thread/INFO]: Structure Info Saving: true
[11:41:43] [Server thread/INFO]: Max Entity Collisions: 8
[11:41:43] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[11:41:43] [Server thread/INFO]: Max TNT Explosions: 100
[11:41:43] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[11:41:43] [Server thread/INFO]: Item Despawn Rate: 6000
[11:41:43] [Server thread/INFO]: Item Merge Radius: 2.5
[11:41:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
[11:41:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[11:41:43] [Server thread/INFO]: View Distance: 10
[11:41:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[11:41:43] [Server thread/INFO]: Experience Merge Radius: 3.0
[11:41:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[11:41:43] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[11:41:43] [Server thread/INFO]: Mob Spawn Range: 4
[11:41:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Cane Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Melon Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[11:41:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[11:41:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[11:41:43] [Server thread/INFO]: Random Lighting Updates: false
[11:41:43] [Server thread/INFO]: Structure Info Saving: true
[11:41:43] [Server thread/INFO]: Max Entity Collisions: 8
[11:41:43] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[11:41:43] [Server thread/INFO]: Max TNT Explosions: 100
[11:41:43] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[11:41:43] [Server thread/INFO]: Item Despawn Rate: 6000
[11:41:43] [Server thread/INFO]: Item Merge Radius: 2.5
[11:41:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
[11:41:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[11:41:43] [Server thread/INFO]: View Distance: 10
[11:41:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[11:41:43] [Server thread/INFO]: Experience Merge Radius: 3.0
[11:41:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[11:41:43] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[11:41:43] [Server thread/INFO]: Mob Spawn Range: 4
[11:41:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Cane Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Melon Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[11:41:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[11:41:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[11:41:43] [Server thread/INFO]: Random Lighting Updates: false
[11:41:43] [Server thread/INFO]: Structure Info Saving: true
[11:41:43] [Server thread/INFO]: Max Entity Collisions: 8
[11:41:43] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[11:41:43] [Server thread/INFO]: Max TNT Explosions: 100
[11:41:43] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[11:41:43] [Server thread/INFO]: Item Despawn Rate: 6000
[11:41:43] [Server thread/INFO]: Item Merge Radius: 2.5
[11:41:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
[11:41:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[11:41:43] [Server thread/INFO]: View Distance: 10
[11:41:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[11:41:43] [Server thread/INFO]: Experience Merge Radius: 3.0
[11:41:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[11:41:43] [Server thread/INFO]: Preparing start region for level 0 (Seed: -5068105647928649762)
[11:41:44] [Server thread/INFO]: Preparing spawn area: 1%
[11:41:45] [Server thread/INFO]: Preparing spawn area: 45%
[11:41:46] [Server thread/INFO]: Preparing start region for level 1 (Seed: -5068105647928649762)
[11:41:47] [Server thread/INFO]: Preparing spawn area: 48%
[11:41:48] [Server thread/INFO]: Preparing start region for level 2 (Seed: -5068105647928649762)
[11:41:48] [Server thread/INFO]: [NoEndermanGrief] Enabling NoEndermanGrief v1.0.1
[11:41:48] [Server thread/INFO]: [NoEndermanGrief] plugins/NoEndermanGrief/config.yml
[11:41:48] [Server thread/INFO]: **************************************************************
[11:41:48] [Server thread/INFO]: NoEndermanGrief version 1.0.1 Has been enabled
[11:41:48] [Server thread/INFO]: **************************************************************
[11:41:48] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.3.4
[11:41:48] [Server thread/INFO]: -=-=-=-=-=-=-=-=-=- MyCommand -=-=-=-=-=-=-=-=-=-=-
[11:41:48] [Server thread/INFO]: | Vault : Not found! Using BukkitPermissions
[11:41:48] [Server thread/INFO]: | No Economy Support without Vault!
[11:41:48] [Server thread/INFO]: | Command file(s) found : 1
[11:41:48] [Server thread/INFO]: | Config : Ready.
[11:41:48] [Server thread/INFO]: | PlaceholderAPI: Not Found
[11:41:48] [Server thread/INFO]: | Custom commands loaded : 38
[11:41:48] [Server thread/INFO]: | Version: 5.3.4
[11:41:48] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
[11:41:49] [Server thread/INFO]: | You are running the latest version of MyCommand.
[11:41:49] [Server thread/INFO]: -=-=-=-=-=-=-=-=-=- Done! -=-=-=-=-=-=-=-=-=-=-
[11:41:49] [Server thread/INFO]: [DragonDropElytra] Enabling DragonDropElytra v2.13.2
[11:41:49] [Server thread/INFO]: [DragonDropElytra] plugins/DragonDropElytra/config.yml
[11:41:49] [Server thread/INFO]: **************************************************************
[11:41:49] [Server thread/INFO]: DragonDropElytra version 2.13.2 Has been enabled
[11:41:49] [Server thread/INFO]: **************************************************************
[11:41:49] [Server thread/INFO]: [DeathMessagesPrime] Enabling DeathMessagesPrime v1.8
[11:41:49] [Server thread/INFO]: [DeathMessagesPrime] Minecraft version is 1.10
[11:41:49] [Server thread/INFO]: [dynmap] Enabling dynmap v2.3-1142
[11:41:52] [Server thread/INFO]: [dynmap] Added 1 custom biome mappings
[11:41:52] [Server thread/INFO]: [dynmap] Using Bukkit Permissions (superperms) for access control
[11:41:52] [Server thread/INFO]: [dynmap] Web interface permissions only available for online users
[11:41:52] [Server thread/INFO]: [dynmap] Mod Support processing completed
[11:41:53] [Server thread/INFO]: [dynmap] Loaded 23 shaders.
[11:41:53] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
[11:41:53] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
[11:41:54] [Server thread/INFO]: [dynmap] Web server started on address 100.255.1.1:8123
[11:41:54] [Server thread/INFO]: [dynmap] version 2.3-1142 is enabled - core version 2.3-2074
[11:41:54] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'.
[11:41:54] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
[11:41:54] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
[11:41:54] [Server thread/INFO]: [dynmap] Enabled
[11:41:54] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[11:41:54] [Server thread/INFO]: Done (11.645s)! For help, type "help" or "?"
[11:42:27] [Server thread/INFO]: There are 0/50 players online:
[11:42:27] [Server thread/INFO]:
[11:43:00] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack
What is the installed version of Java on the server?
On Fri, Jul 1, 2016 at 10:43 AM, The-Unnamed-Engineer <
[email protected]> wrote:
Github doesn't support .log files... ok time to copy paste the thing.
[11:41:41] [Server thread/INFO]: Starting minecraft server version 1.10
[11:41:41] [Server thread/INFO]: Loading properties
[11:41:41] [Server thread/INFO]: Default game type: SURVIVAL
[11:41:41] [Server thread/INFO]: This server is running CraftBukkit
version git-Spigot-3ccadba-fb568fd (MC: 1.10) (Implementing API version
1.10-R0.1-SNAPSHOT)
[11:41:41] [Server thread/INFO]: Using 4 threads for Netty based IO
[11:41:41] [Server thread/INFO]: Server Ping Player Sample Count: 12
[11:41:41] [Server thread/INFO]: Debug logging is disabled
[11:41:41] [Server thread/INFO]: Generating keypair
[11:41:42] [Server thread/INFO]: Starting Minecraft server on
100.255.1.1:25562
[11:41:42] [Server thread/INFO]: Using epoll channel type
[11:41:42] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[11:41:42] [Server thread/ERROR]: Could not load
'plugins/SinglePlayerSleep.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException:
java.lang.UnsupportedClassVersionError:
com/github/joelgodofwar/sps/PluginBase : Unsupported major.minor version
52.0
at
org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135)
~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
at
org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329)
~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
at
org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251)
[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
at
org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:297)
[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
at
net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:202)
[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
at
net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:539)
[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
Caused by: java.lang.UnsupportedClassVersionError:
com/github/joelgodofwar/sps/PluginBase : Unsupported major.minor version
52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_79]
at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_79]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
~[?:1.7.0_79]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
~[?:1.7.0_79]
at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_79]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_79]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_79]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_79]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_79]
at
org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
at
org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_79]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_79]
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_79]
at java.lang.Class.forName(Class.java:274) ~[?:1.7.0_79]
at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:64)
~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
at
org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131)
~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
... 6 more
[11:41:42] [Server thread/INFO]: [NoEndermanGrief] Loading NoEndermanGrief
v1.0.1
[11:41:42] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.3.4
[11:41:42] [Server thread/INFO]: [DragonDropElytra] Loading
DragonDropElytra v2.13.2
[11:41:42] [Server thread/INFO]: [DeathMessagesPrime] Loading
DeathMessagesPrime v1.8
[11:41:42] [Server thread/INFO]: [dynmap] Loading dynmap v2.3-1142
[11:41:42] [Server thread/INFO]: [dynmap]
version=git-Spigot-3ccadba-fb568fd (MC: 1.10)
[11:41:42] [Server thread/INFO]: [dynmap] Mod Support API available
[11:41:42] [Server thread/INFO]: **** Beginning UUID conversion, this may
take A LONG time ****
[11:41:42] [Server thread/INFO]: Preparing level "world"[11:41:43] [Server thread/INFO]: -------- World Settings For [world]
[11:41:43] [Server thread/INFO]: Mob Spawn Range: 4
[11:41:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Cane Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Melon Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 /
Mi 16
[11:41:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo
48 / Mi 32 / Other 64
[11:41:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper
Amount: 1
[11:41:43] [Server thread/INFO]: Random Lighting Updates: false
[11:41:43] [Server thread/INFO]: Structure Info Saving: true
[11:41:43] [Server thread/INFO]: Max Entity Collisions: 8
[11:41:43] [Server thread/INFO]: Custom Map Seeds: Village: 10387312
Feature: 14357617
[11:41:43] [Server thread/INFO]: Max TNT Explosions: 100
[11:41:43] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick
Time: 50ms
[11:41:43] [Server thread/INFO]: Item Despawn Rate: 6000
[11:41:43] [Server thread/INFO]: Item Merge Radius: 2.5
[11:41:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
[11:41:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal
blocks: true
[11:41:43] [Server thread/INFO]: View Distance: 10
[11:41:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[11:41:43] [Server thread/INFO]: Experience Merge Radius: 3.0
[11:41:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[11:41:43] [Server thread/INFO]: -------- World Settings For
[world_nether] --------
[11:41:43] [Server thread/INFO]: Mob Spawn Range: 4
[11:41:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Cane Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Melon Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 /
Mi 16
[11:41:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo
48 / Mi 32 / Other 64
[11:41:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper
Amount: 1
[11:41:43] [Server thread/INFO]: Random Lighting Updates: false
[11:41:43] [Server thread/INFO]: Structure Info Saving: true
[11:41:43] [Server thread/INFO]: Max Entity Collisions: 8
[11:41:43] [Server thread/INFO]: Custom Map Seeds: Village: 10387312
Feature: 14357617
[11:41:43] [Server thread/INFO]: Max TNT Explosions: 100
[11:41:43] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick
Time: 50ms
[11:41:43] [Server thread/INFO]: Item Despawn Rate: 6000
[11:41:43] [Server thread/INFO]: Item Merge Radius: 2.5
[11:41:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
[11:41:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal
blocks: true
[11:41:43] [Server thread/INFO]: View Distance: 10
[11:41:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[11:41:43] [Server thread/INFO]: Experience Merge Radius: 3.0
[11:41:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[11:41:43] [Server thread/INFO]: -------- World Settings For
[world_the_end] --------
[11:41:43] [Server thread/INFO]: Mob Spawn Range: 4
[11:41:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Cane Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Melon Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[11:41:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 /
Mi 16
[11:41:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo
48 / Mi 32 / Other 64
[11:41:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper
Amount: 1
[11:41:43] [Server thread/INFO]: Random Lighting Updates: false
[11:41:43] [Server thread/INFO]: Structure Info Saving: true
[11:41:43] [Server thread/INFO]: Max Entity Collisions: 8
[11:41:43] [Server thread/INFO]: Custom Map Seeds: Village: 10387312
Feature: 14357617
[11:41:43] [Server thread/INFO]: Max TNT Explosions: 100
[11:41:43] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick
Time: 50ms
[11:41:43] [Server thread/INFO]: Item Despawn Rate: 6000
[11:41:43] [Server thread/INFO]: Item Merge Radius: 2.5
[11:41:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
[11:41:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal
blocks: true
[11:41:43] [Server thread/INFO]: View Distance: 10
[11:41:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[11:41:43] [Server thread/INFO]: Experience Merge Radius: 3.0
[11:41:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[11:41:43] [Server thread/INFO]: Preparing start region for level 0 (Seed:
-5068105647928649762)
[11:41:44] [Server thread/INFO]: Preparing spawn area: 1%
[11:41:45] [Server thread/INFO]: Preparing spawn area: 45%
[11:41:46] [Server thread/INFO]: Preparing start region for level 1 (Seed:
-5068105647928649762)
[11:41:47] [Server thread/INFO]: Preparing spawn area: 48%
[11:41:48] [Server thread/INFO]: Preparing start region for level 2 (Seed:
-5068105647928649762)
[11:41:48] [Server thread/INFO]: [NoEndermanGrief] Enabling
NoEndermanGrief v1.0.1
[11:41:48] [Server thread/INFO]: [NoEndermanGrief]
plugins/NoEndermanGrief/config.yml
[11:41:48] [Server thread/INFO]:
[11:41:48] [Server thread/INFO]: NoEndermanGrief version 1.0.1 Has been
enabled
[11:41:48] [Server thread/INFO]:
[11:41:48] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.3.4
[11:41:48] [Server thread/INFO]: -=-=-=-=-=-=-=-=-=- MyCommand
-=-=-=-=-=-=-=-=-=-=-
[11:41:48] [Server thread/INFO]: | Vault : Not found! Using
BukkitPermissions
[11:41:48] [Server thread/INFO]: | No Economy Support without Vault!
[11:41:48] [Server thread/INFO]: | Command file(s) found : 1
[11:41:48] [Server thread/INFO]: | Config : Ready.
[11:41:48] [Server thread/INFO]: | PlaceholderAPI: Not Found
[11:41:48] [Server thread/INFO]: | Custom commands loaded : 38
[11:41:48] [Server thread/INFO]: | Version: 5.3.4
[11:41:48] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
[11:41:49] [Server thread/INFO]: | You are running the latest version of
MyCommand.
[11:41:49] [Server thread/INFO]: -=-=-=-=-=-=-=-=-=- Done!
-=-=-=-=-=-=-=-=-=-=-
[11:41:49] [Server thread/INFO]: [DragonDropElytra] Enabling
DragonDropElytra v2.13.2
[11:41:49] [Server thread/INFO]: [DragonDropElytra]
plugins/DragonDropElytra/config.yml
[11:41:49] [Server thread/INFO]:
[11:41:49] [Server thread/INFO]: DragonDropElytra version 2.13.2 Has been
enabled
[11:41:49] [Server thread/INFO]:
[11:41:49] [Server thread/INFO]: [DeathMessagesPrime] Enabling
DeathMessagesPrime v1.8
[11:41:49] [Server thread/INFO]: [DeathMessagesPrime] Minecraft version is
1.10
[11:41:49] [Server thread/INFO]: [dynmap] Enabling dynmap v2.3-1142
[11:41:52] [Server thread/INFO]: [dynmap] Added 1 custom biome mappings
[11:41:52] [Server thread/INFO]: [dynmap] Using Bukkit Permissions
(superperms) for access control
[11:41:52] [Server thread/INFO]: [dynmap] Web interface permissions only
available for online users
[11:41:52] [Server thread/INFO]: [dynmap] Mod Support processing completed
[11:41:53] [Server thread/INFO]: [dynmap] Loaded 23 shaders.
[11:41:53] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
[11:41:53] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
[11:41:54] [Server thread/INFO]: [dynmap] Web server started on address
100.255.1.1:8123
[11:41:54] [Server thread/INFO]: [dynmap] version 2.3-1142 is enabled -
core version 2.3-2074
[11:41:54] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'.
[11:41:54] [Server thread/INFO]: [dynmap] Loaded 2 maps of world
'world_nether'.
[11:41:54] [Server thread/INFO]: [dynmap] Loaded 2 maps of world
'world_the_end'.
[11:41:54] [Server thread/INFO]: [dynmap] Enabled
[11:41:54] [Server thread/INFO]: Server permissions file permissions.yml
is empty, ignoring it
[11:41:54] [Server thread/INFO]: Done (11.645s)! For help, type "help" or
"?"
[11:42:27] [Server thread/INFO]: There are 0/50 players online:
[11:42:27] [Server thread/INFO]:
[11:43:00] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource
pack—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AL5qtQkI_bEgGtjr-1JoXopJk0qcilavks5qRTW_gaJpZM4I0ide
.
Cordially,
Joel Stoner
The Last Mayor of
City of Macks Creek
Missouri
Sunday i will try compiling it on a different machine with java 8, and java
7. hopefully one of them will work for you.
On Fri, Jul 1, 2016 at 11:58 AM, The-Unnamed-Engineer <
[email protected]> wrote:
Java 8
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AL5qtbOy268AbiNcb1MsmOjTPqteJJJrks5qRUcmgaJpZM4I0ide
.
Cordially,
Joel Stoner
The Last Mayor of
City of Macks Creek
Missouri
Ok. If that doesn't work then maybe you missed something that needed changing to allow it to work with 1.10?
It works in 1.10, i've tested it with spigot and bukkit 1.10. The error
code in the log references it trying to load in the wrong Java version.
On Sat, Jul 2, 2016 at 12:37 AM, The-Unnamed-Engineer <
[email protected]> wrote:
Ok. If that doesn't work then maybe you missed something that needed
changing to allow it to work with 1.10?—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AL5qtVgg1ZEVe8NxejTVasBZBbOlOAHpks5qRfkHgaJpZM4I0ide
.
Cordially,
Joel Stoner
The Last Mayor of
City of Macks Creek
Missouri
Try this version, it is built on Java 8. I completely uninstalled all java
versions, and then installed Java jdk 1.8.
https://github.com/JoelGodOfwar/SinglePlayerSleep/raw/master/1.10-jar/SinglePlayerSleep.jar
On Sat, Jul 2, 2016 at 12:37 AM, The-Unnamed-Engineer <
[email protected]> wrote:
Ok. If that doesn't work then maybe you missed something that needed
changing to allow it to work with 1.10?—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AL5qtVgg1ZEVe8NxejTVasBZBbOlOAHpks5qRfkHgaJpZM4I0ide
.
Cordially,
Joel Stoner
The Last Mayor of
City of Macks Creek
Missouri
Good to hear, i'll add it to the download sections on spigotmc, and bukkit.
For those wanting to use java 8 servers.
On Mon, Jul 4, 2016 at 12:11 AM, The-Unnamed-Engineer <
[email protected]> wrote:
AND that fixed it!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AL5qtT3fsz-cnAkt5dCwQTEzggT7wHXGks5qSJYIgaJpZM4I0ide
.
Cordially,
Joel Stoner
The Last Mayor of
City of Macks Creek
Missouri
Then I guess we move on to the missing jar file on the dragon drop elytra github.
DragonDropElytra | SpigotMC - High Performance Minecraft
https://www.spigotmc.org/resources/dragondropelytra.22803/ or
DragonDropElytra
On Mon, Jul 4, 2016 at 10:25 AM, The-Unnamed-Engineer <
[email protected]> wrote:
Then I guess we move on to the missing jar file on the dragon drop elytra
github.—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AL5qtYnVMrhrTYJ6kY2EWmXtsI3huzzWks5qSSX3gaJpZM4I0ide
.
Cordially,
Joel Stoner
The Last Mayor of
City of Macks Creek
Missouri