Plugin Help PermissionEx breaking

Discussion in 'Plugin Help/Development/Requests' started by murpfull, Jan 14, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    murpfull

    I am using permissionsEx and it worked fine the first time i ran the server but when i stoped the server and restarted the plugin was nowhere to be seen. I would put the log but i looked all the way through it and permissionsEx was listed nowhere whatsoever. It can be temporarily fixed by deleting the .jar and repasting it, but it only works for the next time i run it, and it is very annoying to fix every time I want to restart the server.
     
  2. Offline

    OTF Catastrophe

    Can you remove the plugin and download a fresh jar file and post the log for when it loads up?
     
  3. Offline

    murpfull

    Thats what i did and it works perfectly fine once, than it fails again. I will post the log once i do it again... but the log does not really show anything. But maybe it does show something i do not see.

    this is when it does not work:
    Code:
    [09:02:21] [Server thread/INFO]: Starting minecraft server version 1.8.3
    [09:02:21] [Server thread/INFO]: Loading properties
    [09:02:21] [Server thread/INFO]: Default game type: SURVIVAL
    [09:02:21] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-2ec6f06-7722428 (MC: 1.8.3) (Implementing API version 1.8.3-R0.1-SNAPSHOT)
    [09:02:21] [Server thread/INFO]: Debug logging is disabled
    [09:02:21] [Server thread/INFO]: Using 4 threads for Netty based IO
    [09:02:21] [Server thread/INFO]: Server Ping Player Sample Count: 12
    [09:02:21] [Server thread/INFO]: Generating keypair
    [09:02:22] [Server thread/INFO]: Starting Minecraft server on *:25565
    [09:02:22] [Server thread/INFO]: Using default channel type
    [09:02:22] [Server thread/ERROR]: Could not load 'plugins\Clearlag.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
       at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
       at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
       at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugins(CraftServer.java:291) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
       at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:199) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
       at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:522) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
       at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
    Caused by: java.util.zip.ZipException: error in opening zip file
       at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_111]
       at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_111]
       at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_111]
       at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_111]
       at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_111]
       at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
       ... 5 more
    [09:02:23] [Server thread/ERROR]: Could not load 'plugins\PlugMan.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
       at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
       at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
       at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugins(CraftServer.java:291) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
       at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:199) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
       at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:522) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
       at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
    Caused by: java.util.zip.ZipException: error in opening zip file
       at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_111]
       at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_111]
       at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_111]
       at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_111]
       at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_111]
       at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
       ... 5 more
    [09:02:23] [Server thread/INFO]: Set PluginClassLoader as parallel capable
    [09:02:24] [Server thread/ERROR]: Could not load 'plugins\PermissionsEx-1.23.2.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
       at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:77) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
       at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
       at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
       at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugins(CraftServer.java:291) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
       at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:199) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
       at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:522) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
       at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
    Caused by: org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
       at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
       at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
       ... 6 more
    Caused by: java.util.zip.ZipException: error in opening zip file
       at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_111]
       at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_111]
       at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_111]
       at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_111]
       at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_111]
       at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
       at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
       ... 6 more
    [09:02:25] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.10.0
    [09:02:25] [Server thread/INFO]: [PlayerHeads] Loading PlayerHeads v3.9-e0791a0
    [09:02:25] [Server thread/INFO]: [Deadbolt] Loading Deadbolt v2.2
    [09:02:25] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.0.2-SNAPSHOT;3370-58aac973
    [09:02:25] [Server thread/INFO]: [NetherWater] Loading NetherWater v1.4
    [09:02:25] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
    [09:02:25] [Server thread/INFO]: [Beaming] Loading Beaming v1.03
    [09:02:25] [Server thread/INFO]: [ResPwn] Loading ResPwn v1.1
    [09:02:25] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.3
    [09:02:25] [Server thread/INFO]: [ClientPermissions] Loading ClientPermissions v1.1.0
    [09:02:25] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.3-SNAPSHOT-b116
    [09:02:25] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.0.0-SNAPSHOT.1592-
    [09:02:25] [Server thread/INFO]: [Brewery] Loading Brewery v1.3.1
    [09:02:25] [Server thread/INFO]: [iFill] Loading iFill v0.1.0
    [09:02:25] [Server thread/INFO]: [StructureInABox] Loading StructureInABox v1.1.1
    [09:02:25] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
    [09:02:25] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
    [09:02:25] [Server thread/INFO]: [BlocksHub] Loading BlocksHub v0.5
    [09:02:25] [Server thread/INFO]: [ServerSpy] Loading ServerSpy v0.2
    [09:02:25] [Server thread/INFO]: [WGCustomFlags] Loading WGCustomFlags v1.8.1-beta
    [09:02:25] [Server thread/INFO]: [Vault] Loading Vault v1.5.2-b33
    [09:02:25] [Server thread/INFO]: [CBWrapper] Loading CBWrapper v1.8.3
    [09:02:25] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
    [09:02:25] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.8.0
    [09:02:25] [Server thread/INFO]: TimeUnit.MILLIS_PER_MINUTE: 60000
    [09:02:25] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v2.7.2
    [09:02:25] [Server thread/INFO]: [AreaShop] Loading AreaShop v2.1.5
    [09:02:25] [Server thread/INFO]: [WGBlockRestricter] Loading WGBlockRestricter v2.0
    [09:02:25] [Server thread/INFO]: [WGLandClaim] Loading WGLandClaim v1.3
    [09:02:25] [Server thread/INFO]: [Movecraft] Loading Movecraft v4.0.1
    [09:02:25] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.9
    [09:02:25] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.15-SNAPSHOT (build 1228)
    [09:02:25] [Server thread/INFO]: [Factions] Loading Factions v2.8.0
    [09:02:25] [Server thread/INFO]: [CreeperHeal] Loading CreeperHeal v6.7.9
    [09:02:25] [Server thread/INFO]: [Bounty] Loading Bounty v4.1.2
    [09:02:25] [Server thread/INFO]: [Denizen] Loading Denizen v0.9.6-SNAPSHOT (build 1574)
    [09:02:25] [Server thread/INFO]: [Autorank] Loading Autorank v3.5.1
    [09:02:25] [Server thread/INFO]: [Sentry] Loading Sentry v1.8.5
    [09:02:25] [Server thread/INFO]: [dtlTraders] Loading dtlTraders v3.2.0-snapshot
    [09:02:25] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.3-SNAPSHOT-b116
    [09:02:25] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
    [09:02:25] [Server thread/INFO]: [Vault] Enabling Vault v1.5.2-b33
    [09:02:25] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
    [09:02:25] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
    [09:02:25] [Server thread/INFO]: [Vault] Enabled Version 1.5.2-b33
    [09:02:25] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.8.0
    [09:02:25] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.0[0;36;22m] [0;33;1m=== ENABLE START ===[m
    [09:02:25] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.0[0;36;22m] [0;33;1m[0;33;1mLoading Cachefile datas...[m
    [09:02:25] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.0[0;36;22m] [0;33;1m[0;33;1mLoading Onlineplayer datas...[m
    [09:02:25] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.0[0;36;22m] [0;33;1m[0;33;1mLoading Registry datas...[m
    [09:02:25] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.0[0;36;22m] [0;33;1m[0;33;1mSaving Cachefile...[m
    [09:02:25] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.0[0;36;22m] [0;33;1m[0;33;1mSetup of IdUtil took [0;35;1m35[0;33;1mms.[m
    [09:02:25] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.0[0;36;22m] [0;33;1m[0;32;1mActivated [0;33;1mintegration with [0;35;1mVault[m
    [09:02:25] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.0[0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m231ms[0;33;1m) ===[m
    [09:02:25] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
    [09:02:25] [Server thread/INFO]: Preparing level "world"
    [09:02:25] [Server thread/INFO]: -------- World Settings For [world] --------
    [09:02:25] [Server thread/INFO]: Chunks to Grow per Tick: 650
    [09:02:25] [Server thread/INFO]: Clear tick list: false
    [09:02:25] [Server thread/INFO]: Experience Merge Radius: 3.0
    [09:02:25] [Server thread/INFO]: Item Despawn Rate: 6000
    [09:02:25] [Server thread/INFO]: Item Merge Radius: 2.5
    [09:02:25] [Server thread/INFO]: Anti X-Ray: true
    [09:02:25] [Server thread/INFO]:    Engine Mode: 1
    [09:02:25] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
    [09:02:25] [Server thread/INFO]:    Replace Blocks: [1, 5]
    [09:02:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
    [09:02:25] [Server thread/INFO]: Mob Spawn Range: 4
    [09:02:25] [Server thread/INFO]: Max TNT Explosions: 100
    [09:02:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [09:02:25] [Server thread/INFO]: Cactus Growth Modifier: 100%
    [09:02:25] [Server thread/INFO]: Cane Growth Modifier: 100%
    [09:02:25] [Server thread/INFO]: Melon Growth Modifier: 100%
    [09:02:25] [Server thread/INFO]: Mushroom Growth Modifier: 100%
    [09:02:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
    [09:02:25] [Server thread/INFO]: Sapling Growth Modifier: 100%
    [09:02:25] [Server thread/INFO]: Wheat Growth Modifier: 100%
    [09:02:25] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [09:02:25] [Server thread/INFO]: Structure Info Saving: true
    [09:02:25] [Server thread/INFO]: Random Lighting Updates: false
    [09:02:25] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [09:02:25] [Server thread/INFO]: Sending up to 10 chunks per packet
    [09:02:25] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    [09:02:25] [Server thread/INFO]: Arrow Despawn Rate: 1200
    [09:02:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
    [09:02:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [09:02:25] [Server thread/INFO]: View Distance: 10
    [09:02:25] [Server thread/INFO]: Max Entity Collisions: 8
    [09:02:25] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
    [09:02:25] [Server thread/INFO]: -------- World Settings For [world_nether] --------
    [09:02:25] [Server thread/INFO]: Chunks to Grow per Tick: 650
    [09:02:25] [Server thread/INFO]: Clear tick list: false
    [09:02:25] [Server thread/INFO]: Experience Merge Radius: 3.0
    [09:02:25] [Server thread/INFO]: Item Despawn Rate: 6000
    [09:02:25] [Server thread/INFO]: Item Merge Radius: 2.5
    [09:02:25] [Server thread/INFO]: Anti X-Ray: true
    [09:02:25] [Server thread/INFO]:    Engine Mode: 1
    [09:02:25] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
    [09:02:25] [Server thread/INFO]:    Replace Blocks: [1, 5]
    [09:02:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
    [09:02:25] [Server thread/INFO]: Mob Spawn Range: 4
    [09:02:25] [Server thread/INFO]: Max TNT Explosions: 100
    [09:02:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [09:02:25] [Server thread/INFO]: Cactus Growth Modifier: 100%
    [09:02:25] [Server thread/INFO]: Cane Growth Modifier: 100%
    [09:02:25] [Server thread/INFO]: Melon Growth Modifier: 100%
    [09:02:25] [Server thread/INFO]: Mushroom Growth Modifier: 100%
    [09:02:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
    [09:02:25] [Server thread/INFO]: Sapling Growth Modifier: 100%
    [09:02:25] [Server thread/INFO]: Wheat Growth Modifier: 100%
    [09:02:25] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [09:02:25] [Server thread/INFO]: Structure Info Saving: true
    [09:02:25] [Server thread/INFO]: Random Lighting Updates: false
    [09:02:25] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [09:02:25] [Server thread/INFO]: Sending up to 10 chunks per packet
    [09:02:25] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    [09:02:25] [Server thread/INFO]: Arrow Despawn Rate: 1200
    [09:02:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
    [09:02:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [09:02:25] [Server thread/INFO]: View Distance: 10
    [09:02:25] [Server thread/INFO]: Max Entity Collisions: 8
    [09:02:25] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
    [09:02:25] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
    [09:02:25] [Server thread/INFO]: Chunks to Grow per Tick: 650
    [09:02:25] [Server thread/INFO]: Clear tick list: false
    [09:02:25] [Server thread/INFO]: Experience Merge Radius: 3.0
    [09:02:25] [Server thread/INFO]: Item Despawn Rate: 6000
    [09:02:25] [Server thread/INFO]: Item Merge Radius: 2.5
    [09:02:25] [Server thread/INFO]: Anti X-Ray: true
    [09:02:25] [Server thread/INFO]:    Engine Mode: 1
    [09:02:25] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
    [09:02:25] [Server thread/INFO]:    Replace Blocks: [1, 5]
    [09:02:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
    [09:02:25] [Server thread/INFO]: Mob Spawn Range: 4
    [09:02:25] [Server thread/INFO]: Max TNT Explosions: 100
    [09:02:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [09:02:25] [Server thread/INFO]: Cactus Growth Modifier: 100%
    [09:02:25] [Server thread/INFO]: Cane Growth Modifier: 100%
    [09:02:25] [Server thread/INFO]: Melon Growth Modifier: 100%
    [09:02:25] [Server thread/INFO]: Mushroom Growth Modifier: 100%
    [09:02:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
    [09:02:25] [Server thread/INFO]: Sapling Growth Modifier: 100%
    [09:02:25] [Server thread/INFO]: Wheat Growth Modifier: 100%
    [09:02:25] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [09:02:25] [Server thread/INFO]: Structure Info Saving: true
    [09:02:25] [Server thread/INFO]: Random Lighting Updates: false
    [09:02:25] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [09:02:25] [Server thread/INFO]: Sending up to 10 chunks per packet
    [09:02:25] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    [09:02:25] [Server thread/INFO]: Arrow Despawn Rate: 1200
    [09:02:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
    [09:02:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [09:02:25] [Server thread/INFO]: View Distance: 10
    [09:02:25] [Server thread/INFO]: Max Entity Collisions: 8
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jan 15, 2017
Thread Status:
Not open for further replies.

Share This Page