permission

Issue #9 new
Lucas Dupont created an issue

Hello People who want to click the panels to join parties do not have permissions. I use GroupManager as permission plugin. I put the splatoon.match.join permission but it does not.

Thank you in advance for your assistance

Small video : https://www.youtube.com/watch?v=HKM6TevQ3mk&feature=youtu.be Logs :

[09:50:35] [Server thread/INFO]: Starting minecraft server version 1.8.3
[09:50:35] [Server thread/INFO]: Loading properties
[09:50:35] [Server thread/INFO]: Default game type: SURVIVAL
[09:50:35] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-fcb68de-1e56438 (MC: 1.8.3) (Implementing API version 1.8.3-R0.1-SNAPSHOT)
[09:50:35] [Server thread/INFO]: Server Ping Player Sample Count: 12
[09:50:35] [Server thread/INFO]: Using 4 threads for Netty based IO
[09:50:35] [Server thread/INFO]: Debug logging is disabled
[09:50:35] [Server thread/INFO]: Generating keypair
[09:50:35] [Server thread/INFO]: Starting Minecraft server on *:35740
[09:50:35] [Server thread/INFO]: Using epoll channel type
[09:50:35] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[09:50:35] [Server thread/ERROR]: Could not load 'plugins/MOTD.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/kayozmine/motd/Main : Unsupported major.minor version 52.0
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[Spigot-1.8.3.jar:git-Spigot-fcb68de-1e56438]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[Spigot-1.8.3.jar:git-Spigot-fcb68de-1e56438]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [Spigot-1.8.3.jar:git-Spigot-fcb68de-1e56438]
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugins(CraftServer.java:291) [Spigot-1.8.3.jar:git-Spigot-fcb68de-1e56438]
at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:199) [Spigot-1.8.3.jar:git-Spigot-fcb68de-1e56438]
at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:526) [Spigot-1.8.3.jar:git-Spigot-fcb68de-1e56438]
at java.lang.Thread.run(Thread.java:744) [?:1.7.0_45]
Caused by: java.lang.UnsupportedClassVersionError: com/kayozmine/motd/Main : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_45]
at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_45]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_45]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_45]
at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_45]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_45]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_45]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_45]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_45]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[Spigot-1.8.3.jar:git-Spigot-fcb68de-1e56438]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot-1.8.3.jar:git-Spigot-fcb68de-1e56438]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_45]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_45]
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_45]
at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_45]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot-1.8.3.jar:git-Spigot-fcb68de-1e56438]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[Spigot-1.8.3.jar:git-Spigot-fcb68de-1e56438]
... 6 more
[09:50:35] [Server thread/ERROR]: Could not load 'plugins/PerWorldPlugins.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/incomprehendable/dev/pwp/PerWorldPlugins : Unsupported major.minor version 52.0
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[Spigot-1.8.3.jar:git-Spigot-fcb68de-1e56438]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[Spigot-1.8.3.jar:git-Spigot-fcb68de-1e56438]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [Spigot-1.8.3.jar:git-Spigot-fcb68de-1e56438]
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugins(CraftServer.java:291) [Spigot-1.8.3.jar:git-Spigot-fcb68de-1e56438]
at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:199) [Spigot-1.8.3.jar:git-Spigot-fcb68de-1e56438]
at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:526) [Spigot-1.8.3.jar:git-Spigot-fcb68de-1e56438]
at java.lang.Thread.run(Thread.java:744) [?:1.7.0_45]
Caused by: java.lang.UnsupportedClassVersionError: me/incomprehendable/dev/pwp/PerWorldPlugins : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_45]
at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_45]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_45]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_45]
at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_45]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_45]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_45]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_45]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_45]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[Spigot-1.8.3.jar:git-Spigot-fcb68de-1e56438]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot-1.8.3.jar:git-Spigot-fcb68de-1e56438]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_45]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_45]
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_45]
at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_45]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot-1.8.3.jar:git-Spigot-fcb68de-1e56438]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[Spigot-1.8.3.jar:git-Spigot-fcb68de-1e56438]
... 6 more
[09:50:35] [Server thread/INFO]: Are titles supported? false
[09:50:35] [Server thread/INFO]: [MOTDColor] Loading MOTDColor v0.5
[09:50:35] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
[09:50:35] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v4.2
[09:50:35] [Server thread/INFO]: [ColoredSigns] Loading ColoredSigns v2.0
[09:50:35] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b691
[09:50:35] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.4
[09:50:36] [Server thread/INFO]: [ShortCommands] Loading ShortCommands v1.6.1
[09:50:36] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
[09:50:36] [Server thread/INFO]: [ColoredChat] Loading ColoredChat v0.3
[09:50:36] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
[09:50:36] [Server thread/INFO]: [WorldReset] Loading WorldReset v1.4.6
[09:50:36] [Server thread/INFO]: [WorldReset] Loading configuration...
[09:50:36] [Server thread/INFO]: [WorldReset] Loading world manager...
[09:50:36] [Server thread/INFO]: [WorldReset] No world resets scheduled in the config, aborting.
[09:50:36] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
[09:50:36] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
[09:50:36] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v8.6.5
[09:50:36] [Server thread/INFO]: [SplatoonUltimate] Loading SplatoonUltimate v1.5.4
[09:50:36] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
[09:50:36] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.4
[09:50:36] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[09:50:36] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[09:50:36] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[09:50:36] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[09:50:36] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[09:50:36] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[09:50:36] [Server thread/INFO]: Preparing level "world"
[09:50:36] [Server thread/INFO]: -------- World Settings For [world] --------
[09:50:36] [Server thread/INFO]: Anti X-Ray: true
[09:50:36] [Server thread/INFO]: Engine Mode: 1
[09:50:36] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[09:50:36] [Server thread/INFO]: Replace Blocks: [1, 5]
[09:50:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[09:50:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
[09:50:36] [Server thread/INFO]: Cane Growth Modifier: 100%
[09:50:36] [Server thread/INFO]: Melon Growth Modifier: 100%
[09:50:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[09:50:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[09:50:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
[09:50:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
[09:50:36] [Server thread/INFO]: Mob Spawn Range: 4
[09:50:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[09:50:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[09:50:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[09:50:36] [Server thread/INFO]: Random Lighting Updates: false
[09:50:36] [Server thread/INFO]: Structure Info Saving: true
[09:50:36] [Server thread/INFO]: Sending up to 10 chunks per packet
[09:50:36] [Server thread/INFO]: Max Entity Collisions: 8
[09:50:36] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[09:50:36] [Server thread/INFO]: Max TNT Explosions: 100
[09:50:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[09:50:36] [Server thread/INFO]: Item Despawn Rate: 6000
[09:50:36] [Server thread/INFO]: Item Merge Radius: 2.5
[09:50:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
[09:50:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[09:50:36] [Server thread/INFO]: View Distance: 10
[09:50:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[09:50:36] [Server thread/INFO]: Experience Merge Radius: 3.0
[09:50:36] [Server thread/INFO]: Chunks to Grow per Tick: 650
[09:50:36] [Server thread/INFO]: Clear tick list: false
[09:50:36] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[09:50:36] [Server thread/INFO]: Anti X-Ray: true
[09:50:36] [Server thread/INFO]: Engine Mode: 1
[09:50:36] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[09:50:36] [Server thread/INFO]: Replace Blocks: [1, 5]
[09:50:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[09:50:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
[09:50:36] [Server thread/INFO]: Cane Growth Modifier: 100%
[09:50:36] [Server thread/INFO]: Melon Growth Modifier: 100%
[09:50:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[09:50:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[09:50:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
[09:50:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
[09:50:36] [Server thread/INFO]: Mob Spawn Range: 4
[09:50:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[09:50:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[09:50:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[09:50:36] [Server thread/INFO]: Random Lighting Updates: false
[09:50:36] [Server thread/INFO]: Structure Info Saving: true
[09:50:36] [Server thread/INFO]: Sending up to 10 chunks per packet
[09:50:36] [Server thread/INFO]: Max Entity Collisions: 8
[09:50:36] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[09:50:36] [Server thread/INFO]: Max TNT Explosions: 100
[09:50:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[09:50:36] [Server thread/INFO]: Item Despawn Rate: 6000
[09:50:36] [Server thread/INFO]: Item Merge Radius: 2.5
[09:50:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
[09:50:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[09:50:36] [Server thread/INFO]: View Distance: 10
[09:50:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[09:50:36] [Server thread/INFO]: Experience Merge Radius: 3.0
[09:50:36] [Server thread/INFO]: Chunks to Grow per Tick: 650
[09:50:36] [Server thread/INFO]: Clear tick list: false
[09:50:36] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[09:50:36] [Server thread/INFO]: Anti X-Ray: true
[09:50:36] [Server thread/INFO]: Engine Mode: 1
[09:50:36] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[09:50:36] [Server thread/INFO]: Replace Blocks: [1, 5]
[09:50:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[09:50:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
[09:50:36] [Server thread/INFO]: Cane Growth Modifier: 100%
[09:50:36] [Server thread/INFO]: Melon Growth Modifier: 100%
[09:50:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[09:50:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[09:50:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
[09:50:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
[09:50:36] [Server thread/INFO]: Mob Spawn Range: 4
[09:50:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[09:50:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[09:50:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[09:50:36] [Server thread/INFO]: Random Lighting Updates: false
[09:50:36] [Server thread/INFO]: Structure Info Saving: true
[09:50:36] [Server thread/INFO]: Sending up to 10 chunks per packet
[09:50:36] [Server thread/INFO]: Max Entity Collisions: 8
[09:50:36] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[09:50:36] [Server thread/INFO]: Max TNT Explosions: 100
[09:50:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[09:50:36] [Server thread/INFO]: Item Despawn Rate: 6000
[09:50:36] [Server thread/INFO]: Item Merge Radius: 2.5
[09:50:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
[09:50:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[09:50:36] [Server thread/INFO]: View Distance: 10
[09:50:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[09:50:36] [Server thread/INFO]: Experience Merge Radius: 3.0
[09:50:36] [Server thread/INFO]: Chunks to Grow per Tick: 650
[09:50:36] [Server thread/INFO]: Clear tick list: false
[09:50:36] [Server thread/INFO]: Preparing start region for level 0 (Seed: -5992221602997486342)
[09:50:36] [Server thread/INFO]: Preparing start region for level 1 (Seed: -5992221602997486342)
[09:50:37] [Server thread/INFO]: Preparing start region for level 2 (Seed: -5992221602997486342)
[09:50:37] [Server thread/INFO]: [MOTDColor] Enabling MOTDColor v0.5
[09:50:37] [Server thread/INFO]: [MOTDColor] MOTDColor event priority: NORMAL
[09:50:37] [Server thread/INFO]: [MOTDColor] MOTDColor: icon url loaded.
[09:50:37] [Server thread/INFO]: [MOTDColor] MOTDColor: icon loaded.
[09:50:37] [Server thread/INFO]: [MOTDColor] MOTDColor enabled!
[09:50:37] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
[09:50:37] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[09:50:37] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R2 as the Bukkit adapter
[09:50:37] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v4.2
[09:50:37] [Server thread/INFO]: [ServerSigns] Please download Vault at http://dev.bukkit.org/server-mods/vault/ for Economy and "Permission grant" support.
[09:50:37] [Server thread/ERROR]: [ServerSigns] Plugin ServerSigns v4.2 has failed to register events for class de.czymm.serversigns.queueSystem.QueueHandler because net/milkbowl/vault/permission/Permission does not exist.
[09:50:37] [Server thread/INFO]: [ServerSigns] Version 4.2 is now enabled.
[09:50:37] [Server thread/INFO]: [ColoredSigns] Enabling ColoredSigns v2.0
[09:50:37] [Server thread/INFO]: [ColoredSigns] ColoredSigns enabling.
[09:50:37] [Server thread/WARN]: [ColoredSigns] PermissionsEx support is disabled.
[09:50:37] [Server thread/INFO]: [ColoredSigns] Starting services.. loading file and library's.
[09:50:37] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b691
[09:50:37] [Server thread/INFO]: [Multiverse-Core] [AllPay] - Version 13.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b691
[09:50:37] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
[09:50:37] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
[09:50:37] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
[09:50:37] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
[09:50:38] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: splatoon
[09:50:38] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[09:50:38] [Server thread/INFO]: -------- World Settings For [Splatoon] --------
[09:50:38] [Server thread/INFO]: Anti X-Ray: true
[09:50:38] [Server thread/INFO]: Engine Mode: 1
[09:50:38] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[09:50:38] [Server thread/INFO]: Replace Blocks: [1, 5]
[09:50:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[09:50:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
[09:50:38] [Server thread/INFO]: Cane Growth Modifier: 100%
[09:50:38] [Server thread/INFO]: Melon Growth Modifier: 100%
[09:50:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[09:50:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[09:50:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
[09:50:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
[09:50:38] [Server thread/INFO]: Mob Spawn Range: 4
[09:50:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[09:50:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[09:50:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[09:50:38] [Server thread/INFO]: Random Lighting Updates: false
[09:50:38] [Server thread/INFO]: Structure Info Saving: true
[09:50:38] [Server thread/INFO]: Sending up to 10 chunks per packet
[09:50:38] [Server thread/INFO]: Max Entity Collisions: 8
[09:50:38] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[09:50:38] [Server thread/INFO]: Max TNT Explosions: 100
[09:50:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[09:50:38] [Server thread/INFO]: Item Despawn Rate: 6000
[09:50:38] [Server thread/INFO]: Item Merge Radius: 2.5
[09:50:38] [Server thread/INFO]: Arrow Despawn Rate: 1200
[09:50:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[09:50:38] [Server thread/INFO]: View Distance: 10
[09:50:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[09:50:38] [Server thread/INFO]: Experience Merge Radius: 3.0
[09:50:38] [Server thread/INFO]: Chunks to Grow per Tick: 650
[09:50:38] [Server thread/INFO]: Clear tick list: false
[09:50:38] [Server thread/INFO]: Preparing start region for level 3 (Seed: -1146729838)
[09:50:38] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: splatoon1
[09:50:38] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[09:50:38] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: splatoon2
[09:50:38] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[09:50:38] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: splatoon3
[09:50:38] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[09:50:38] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[09:50:38] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b691 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
[09:50:38] [Server thread/INFO]: [ShortCommands] Enabling ShortCommands v1.6.1
[09:50:38] [Server thread/INFO]: [ShortCommands] ShortCommands by ShortCircuit908
[09:50:38] [Server thread/INFO]: [ShortCommands] Registered command: ShortCommands:DisableCommand
[09:50:38] [Server thread/INFO]: [ShortCommands] Registered command: ShortCommands:EnableCommand
[09:50:38] [Server thread/INFO]: [ShortCommands] Registered command: ShortCommands:InfoCommand
[09:50:38] [Server thread/INFO]: [ShortCommands] Registered command: ShortCommands:ListCommand
[09:50:38] [Server thread/INFO]: [ShortCommands] ShortCommands enabled
[09:50:38] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
[09:50:38] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[09:50:38] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[09:50:38] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[09:50:38] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[09:50:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[09:50:38] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[09:50:38] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[09:50:38] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[09:50:38] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[09:50:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[09:50:38] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[09:50:38] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[09:50:38] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[09:50:38] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[09:50:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[09:50:38] [Server thread/INFO]: [WorldGuard] (Splatoon) TNT ignition is PERMITTED.
[09:50:38] [Server thread/INFO]: [WorldGuard] (Splatoon) Lighters are PERMITTED.
[09:50:38] [Server thread/INFO]: [WorldGuard] (Splatoon) Lava fire is blocked.
[09:50:38] [Server thread/INFO]: [WorldGuard] (Splatoon) Fire spread is UNRESTRICTED.
[09:50:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Splatoon'
[09:50:38] [Server thread/INFO]: [WorldGuard] Loading region data...
[09:50:38] [Server thread/INFO]: [ColoredChat] Enabling ColoredChat v0.3
[09:50:38] [Server thread/INFO]: ColoredChat v0.3 enabled!
[09:50:38] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
[09:50:38] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[09:50:38] [Server thread/INFO]: git-Spigot-fcb68de-1e56438 (MC: 1.8.3)
[09:50:38] [Server thread/INFO]: 1.8.3-R0.1-SNAPSHOT
[09:50:38] [Server thread/INFO]: Using locale en_GB
[09:50:39] [Server thread/INFO]: Using locale en_GB
[09:50:39] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
[09:50:39] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
[09:50:39] [Server thread/INFO]: [WorldReset] Enabling WorldReset v1.4.6
[09:50:39] [Server thread/INFO]: [WorldReset] Registering listener...
[09:50:39] [Server thread/INFO]: [WorldReset] Activating command handler...
[09:50:39] [Server thread/INFO]: [WorldReset] Enabled!
[09:50:39] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
[09:50:39] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
[09:50:39] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v8.6.5
[09:50:39] [Server thread/INFO]: [SplatoonUltimate] Enabling SplatoonUltimate v1.5.4
[09:50:39] [Server thread/INFO]: [ShortCommands] Registered command: SplatoonUltimate:SpawnpointCommand
[09:50:39] [Server thread/INFO]: [ShortCommands] Registered command: SplatoonUltimate:MatchCommand
[09:50:39] [Server thread/INFO]: [ShortCommands] Registered command: SplatoonUltimate:UpdateCommand
[09:50:39] [Server thread/INFO]: [ShortCommands] Registered command: SplatoonUltimate:SplatSignCommand
[09:50:39] [Server thread/INFO]: [ShortCommands] Registered command: SplatoonUltimate:GameCommand
[09:50:39] [Server thread/INFO]: [ShortCommands] Registered command: SplatoonUltimate:RulesCommand
[09:50:39] [Server thread/INFO]: [ShortCommands] Registered command: SplatoonUltimate:VoteStartCommand
[09:50:39] [Server thread/INFO]: [ShortCommands] Registered command: SplatoonUltimate:ArenaCommand
[09:50:39] [Server thread/INFO]: [ShortCommands] Registered command: SplatoonUltimate:SwitchSplatCommand
[09:50:39] [Server thread/INFO]: [Splatoon] Metrics started
[09:50:39] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
[09:50:39] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[09:50:39] [Server thread/INFO]: Done (3.319s)! For help, type "help" or "?"
[09:50:39] [Server thread/INFO]: Starting GS4 status listener
[09:50:39] [Server thread/INFO]: Starting remote control listener
[09:50:39] [Query Listener #1/INFO]: Query running on 0.0.0.0:35742
[09:50:39] [RCON Listener #2/INFO]: RCON running on 0.0.0.0:35741
[09:50:39] [Server thread/INFO]: [ShortCommands] Wrapping commands from Bukkit...
[09:50:39] [Craft Scheduler Thread - 7/INFO]: [Splatoon] Checking for updates...
[09:50:39] [Craft Scheduler Thread - 7/WARN]: Exception in thread "Craft Scheduler Thread - 7"
[09:50:39] [Craft Scheduler Thread - 7/WARN]: org.apache.commons.lang.UnhandledException: Plugin SplatoonUltimate v1.5.4 generated an exception while executing task 20
at org.bukkit.craftbukkit.v1_8_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.LinkageError: loader (instance of org/bukkit/plugin/java/PluginClassLoader): attempted duplicate class definition for name: "net/gravitydevelopment/updater/Updater"
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:195)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:97)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at com.shortcircuit.splatoon.commands.UpdateCommand$1.run(UpdateCommand.java:62)
at org.bukkit.craftbukkit.v1_8_R2.scheduler.CraftTask.run(CraftTask.java:71)
at org.bukkit.craftbukkit.v1_8_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
... 3 more
[09:50:47] [Netty Epoll Server IO #2/INFO]: UUID of player 22558lu is 6200fe54-cf58-3937-a9db-a8dd8f963771
[09:50:47] [Server thread/INFO]: 22558lu[/92.135.208.32:56279] logged in with entity id 162 at ([Splatoon]1944.780466139467, 49.0, 3.784025971791767)
[09:50:47] [Server thread/WARN]: Problem with: /proc/cpuinfo
[09:50:47] [Server thread/WARN]: /proc/cpuinfo (Permission denied)
[09:50:49] [Server thread/INFO]: [Splatoon]<22558lu> c
[09:50:53] [Server thread/INFO]: 22558lu issued server command: /deop 22558lu
[09:50:55] [Server thread/INFO]: [Splatoon]<22558lu> c
[09:51:04] [Server thread/INFO]: splatoon
[09:51:04] [Server thread/INFO]: match
[09:51:04] [Server thread/INFO]: join
[09:51:04] [Server thread/INFO]: splatoon
[09:51:04] [Server thread/INFO]: match
[09:51:04] [Server thread/INFO]: join
[09:51:04] [Server thread/INFO]: splatoon
[09:51:04] [Server thread/INFO]: match
[09:51:04] [Server thread/INFO]: join
[09:51:07] [Server thread/INFO]: splatoon
[09:51:07] [Server thread/INFO]: match
[09:51:07] [Server thread/INFO]: join
[09:51:09] [Server thread/INFO]: splatoon
[09:51:09] [Server thread/INFO]: match
[09:51:09] [Server thread/INFO]: join
[09:51:09] [Server thread/INFO]: splatoon
[09:51:09] [Server thread/INFO]: match
[09:51:09] [Server thread/INFO]: join
[09:51:09] [Server thread/INFO]: splatoon
[09:51:09] [Server thread/INFO]: match
[09:51:09] [Server thread/INFO]: join
[09:51:11] [Server thread/INFO]: splatoon
[09:51:11] [Server thread/INFO]: match
[09:51:11] [Server thread/INFO]: join
[09:51:12] [Server thread/INFO]: splatoon
[09:51:12] [Server thread/INFO]: match
[09:51:12] [Server thread/INFO]: join

Comments (0)

  1. Log in to comment