Plugin Help PermissionsEx invalid Plugin.yml

Discussion in 'Plugin Help/Development/Requests' started by ItzOlin, Nov 1, 2017.

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

    ItzOlin

    Hey guys! First of all, my English is very bad so, sorry for that!
    I have a Spigot 1.8.8 Server and I installed PermmissionsEx(PEX). When I restarted the Server after putting the jar file in the plugin Folder, everything was fine! But when I stopped and started the Server, PEX didn't worked!
    Heres my console:
    Code:
    Loading libraries, please wait...
    [18:51:53 INFO]: Starting minecraft server version 1.8.8
    [18:51:53 INFO]: Loading properties
    [18:51:53 INFO]: Default game type: SURVIVAL
    [18:51:53 INFO]: This server is running CraftBukkit version git-Spigot-db6de12-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
    [18:51:54 INFO]: Debug logging is disabled
    [18:51:54 INFO]: Server Ping Player Sample Count: 12
    [18:51:54 INFO]: Using 4 threads for Netty based IO
    [18:51:54 INFO]: Generating keypair
    [18:51:54 INFO]: Starting Minecraft server on *:25565
    [18:51:54 INFO]: Using default channel type
    [18:51:55 ERROR]: Could not load 'plugins\PermissionsEx-1.23.3.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
      at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
      at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
      at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
      at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
      at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
      at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
    Caused by: java.util.zip.ZipException: error in opening zip file
      at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_25]
      at java.util.zip.ZipFile.<init>(ZipFile.java:220) ~[?:1.8.0_25]
      at java.util.zip.ZipFile.<init>(ZipFile.java:150) ~[?:1.8.0_25]
      at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_25]
      at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_25]
      at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
      ... 5 more
    [18:51:55 INFO]: Set PluginClassLoader as parallel capable
    [18:51:55 INFO]: [ClickWarp] Loading ClickWarp v1.3.5
    [18:51:55 INFO]: [Messages] Loading Messages v1.0
    [18:51:55 INFO]: [Messages] Plugin lõdt!
    [18:51:55 INFO]: [WorldEdit] Loading WorldEdit v6.1.3;7a097ca
    [18:51:55 INFO]: [MineSecure] Loading MineSecure v4.8
    [18:51:55 INFO]: [ChatEx] Loading ChatEx v1.6
    [18:51:55 INFO]: [Modifyworld] Loading Modifyworld v1.19.7
    [18:51:55 INFO]: [ChestCommands] Loading ChestCommands v3.1.4
    [18:51:55 INFO]: [CustomJoinItems] Loading CustomJoinItems v1.5.2
    [18:51:55 INFO]: [Healing] Loading Healing v1.0
    [18:51:55 INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b699
    [18:51:55 INFO]: [WorldGuard] Loading WorldGuard v6.1
    [18:51:55 INFO]: **** Beginning UUID conversion, this may take A LONG time ****
    [18:51:55 INFO]: Preparing level "world"
    [18:51:56 INFO]: -------- World Settings For [world] --------
    [18:51:56 INFO]: Zombie Aggressive Towards Villager: true
    [18:51:56 INFO]: Max Entity Collisions: 8
    [18:51:56 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
    [18:51:56 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [18:51:56 INFO]: Item Despawn Rate: 6000
    [18:51:56 INFO]: Item Merge Radius: 2.5
    [18:51:56 INFO]: Arrow Despawn Rate: 1200
    [18:51:56 INFO]: View Distance: 10
    [18:51:56 INFO]: Chunks to Grow per Tick: 650
    [18:51:56 INFO]: Clear tick list: false
    [18:51:56 INFO]: Experience Merge Radius: 3.0
    [18:51:56 INFO]: Nerfing mobs spawned from spawners: false
    [18:51:56 INFO]: Cactus Growth Modifier: 100%
    [18:51:56 INFO]: Cane Growth Modifier: 100%
    [18:51:56 INFO]: Melon Growth Modifier: 100%
    [18:51:56 INFO]: Mushroom Growth Modifier: 100%
    [18:51:56 INFO]: Pumpkin Growth Modifier: 100%
    [18:51:56 INFO]: Sapling Growth Modifier: 100%
    [18:51:56 INFO]: Wheat Growth Modifier: 100%
    [18:51:56 INFO]: NetherWart Growth Modifier: 100%
    [18:51:56 INFO]: Anti X-Ray: true
    [18:51:56 INFO]:  Engine Mode: 1
    [18:51:56 INFO]:  Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
    [18:51:56 INFO]:  Replace Blocks: [1, 5]
    [18:51:56 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [18:51:56 INFO]: Mob Spawn Range: 4
    [18:51:56 INFO]: Sending up to 10 chunks per packet
    [18:51:56 INFO]: Max TNT Explosions: 100
    [18:51:56 INFO]: Structure Info Saving: true
    [18:51:56 INFO]: Random Lighting Updates: false
    [18:51:56 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    [18:51:56 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [18:51:56 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [18:51:56 INFO]: -------- World Settings For [world_nether] --------
    [18:51:56 INFO]: Zombie Aggressive Towards Villager: true
    [18:51:56 INFO]: Max Entity Collisions: 8
    [18:51:56 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
    [18:51:56 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [18:51:56 INFO]: Item Despawn Rate: 6000
    [18:51:56 INFO]: Item Merge Radius: 2.5
    [18:51:56 INFO]: Arrow Despawn Rate: 1200
    [18:51:56 INFO]: View Distance: 10
    [18:51:56 INFO]: Chunks to Grow per Tick: 650
    [18:51:56 INFO]: Clear tick list: false
    [18:51:56 INFO]: Experience Merge Radius: 3.0
    [18:51:56 INFO]: Nerfing mobs spawned from spawners: false
    [18:51:56 INFO]: Cactus Growth Modifier: 100%
    [18:51:56 INFO]: Cane Growth Modifier: 100%
    [18:51:56 INFO]: Melon Growth Modifier: 100%
    [18:51:56 INFO]: Mushroom Growth Modifier: 100%
    [18:51:56 INFO]: Pumpkin Growth Modifier: 100%
    [18:51:56 INFO]: Sapling Growth Modifier: 100%
    [18:51:56 INFO]: Wheat Growth Modifier: 100%
    [18:51:56 INFO]: NetherWart Growth Modifier: 100%
    [18:51:56 INFO]: Anti X-Ray: true
    [18:51:56 INFO]:  Engine Mode: 1
    [18:51:56 INFO]:  Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
    [18:51:56 INFO]:  Replace Blocks: [1, 5]
    [18:51:56 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [18:51:56 INFO]: Mob Spawn Range: 4
    [18:51:56 INFO]: Sending up to 10 chunks per packet
    [18:51:56 INFO]: Max TNT Explosions: 100
    [18:51:56 INFO]: Structure Info Saving: true
    [18:51:56 INFO]: Random Lighting Updates: false
    [18:51:56 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    [18:51:56 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [18:51:56 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [18:51:56 INFO]: -------- World Settings For [world_the_end] --------
    [18:51:56 INFO]: Zombie Aggressive Towards Villager: true
    [18:51:56 INFO]: Max Entity Collisions: 8
    [18:51:56 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
    [18:51:56 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [18:51:56 INFO]: Item Despawn Rate: 6000
    [18:51:56 INFO]: Item Merge Radius: 2.5
    [18:51:56 INFO]: Arrow Despawn Rate: 1200
    [18:51:56 INFO]: View Distance: 10
    [18:51:56 INFO]: Chunks to Grow per Tick: 650
    [18:51:56 INFO]: Clear tick list: false
    [18:51:56 INFO]: Experience Merge Radius: 3.0
    [18:51:56 INFO]: Nerfing mobs spawned from spawners: false
    [18:51:56 INFO]: Cactus Growth Modifier: 100%
    [18:51:56 INFO]: Cane Growth Modifier: 100%
    [18:51:56 INFO]: Melon Growth Modifier: 100%
    [18:51:56 INFO]: Mushroom Growth Modifier: 100%
    [18:51:56 INFO]: Pumpkin Growth Modifier: 100%
    [18:51:56 INFO]: Sapling Growth Modifier: 100%
    [18:51:56 INFO]: Wheat Growth Modifier: 100%
    [18:51:56 INFO]: NetherWart Growth Modifier: 100%
    [18:51:56 INFO]: Anti X-Ray: true
    [18:51:56 INFO]:  Engine Mode: 1
    [18:51:56 INFO]:  Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
    [18:51:56 INFO]:  Replace Blocks: [1, 5]
    [18:51:56 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [18:51:56 INFO]: Mob Spawn Range: 4
    [18:51:56 INFO]: Sending up to 10 chunks per packet
    [18:51:56 INFO]: Max TNT Explosions: 100
    [18:51:56 INFO]: Structure Info Saving: true
    [18:51:56 INFO]: Random Lighting Updates: false
    [18:51:56 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    [18:51:56 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [18:51:56 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [18:51:56 INFO]: Preparing start region for level 0 (Seed: 1378813051143965559)
    [18:51:57 INFO]: Preparing spawn area: 62%
    [18:51:57 INFO]: Preparing start region for level 1 (Seed: 392447858001324185)
    [18:51:58 INFO]: Preparing start region for level 2 (Seed: 392447858001324185)
    [18:51:59 INFO]: [ClickWarp] Enabling ClickWarp v1.3.5
    [18:51:59 INFO]: [ClickWarp] Metrics started!
    [18:51:59 INFO]: [ClickWarp] Plugin v1.3.5 by comniemeer enabled.
    [18:51:59 INFO]: [Messages] Enabling Messages v1.0
    [18:51:59 INFO]: [Messages] Plugin erfolgreich gestartet!
    [18:51:59 INFO]: [WorldEdit] Enabling WorldEdit v6.1.3;7a097ca
    [18:51:59 INFO]: WEPIF: Using the Bukkit Permissions API.
    [18:51:59 INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
    [18:51:59 INFO]: [MineSecure] Enabling MineSecure v4.8
    [18:52:20 INFO]: Made by GERVobis
    [18:52:20 INFO]: Supported Hacks: Aimbot, BowAimbot, Glide, Reach, Spam, AutoClicker, CreativeNuker, FastBow, Regen, FastEat, NoSwing, WaterWalk, AutoRespawn
    [18:52:21 INFO]: [ChatEx] Enabling ChatEx v1.6
    [18:52:21 INFO]: [ChatEx] Disabling ChatEx v1.6
    [18:52:21 INFO]: [ChatEx] is now disabled!
    [18:52:21 INFO]: [ChatEx] disabled, check config!
    [18:52:21 INFO]: [Modifyworld] Enabling Modifyworld v1.19.7
    [18:52:21 INFO]: [Modifyworld] Modifyworld enabled!
    [18:52:21 INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
    [18:52:21 WARN]: [ChestCommands] Vault with a compatible economy plugin was not found! Icons with a PRICE or commands that give money will not work.
    [18:52:21 INFO]: [CustomJoinItems] Enabling CustomJoinItems v1.5.2
    [18:52:21 INFO]: [Healing] Enabling Healing v1.0
    [18:52:21 INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b699
    [18:52:22 INFO]: -------- World Settings For [BWLobby] --------
    [18:52:22 INFO]: Zombie Aggressive Towards Villager: true
    [18:52:22 INFO]: Max Entity Collisions: 8
    [18:52:22 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
    [18:52:22 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [18:52:22 INFO]: Item Despawn Rate: 6000
    [18:52:22 INFO]: Item Merge Radius: 2.5
    [18:52:22 INFO]: Arrow Despawn Rate: 1200
    [18:52:22 INFO]: View Distance: 10
    [18:52:22 INFO]: Chunks to Grow per Tick: 650
    [18:52:22 INFO]: Clear tick list: false
    [18:52:22 INFO]: Experience Merge Radius: 3.0
    [18:52:22 INFO]: Nerfing mobs spawned from spawners: false
    [18:52:22 INFO]: Cactus Growth Modifier: 100%
    [18:52:22 INFO]: Cane Growth Modifier: 100%
    [18:52:22 INFO]: Melon Growth Modifier: 100%
    [18:52:22 INFO]: Mushroom Growth Modifier: 100%
    [18:52:22 INFO]: Pumpkin Growth Modifier: 100%
    [18:52:22 INFO]: Sapling Growth Modifier: 100%
    [18:52:22 INFO]: Wheat Growth Modifier: 100%
    [18:52:22 INFO]: NetherWart Growth Modifier: 100%
    [18:52:22 INFO]: Anti X-Ray: true
    [18:52:22 INFO]:  Engine Mode: 1
    [18:52:22 INFO]:  Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
    [18:52:22 INFO]:  Replace Blocks: [1, 5]
    [18:52:22 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [18:52:22 INFO]: Mob Spawn Range: 4
    [18:52:22 INFO]: Sending up to 10 chunks per packet
    [18:52:22 INFO]: Max TNT Explosions: 100
    [18:52:22 INFO]: Structure Info Saving: true
    [18:52:22 INFO]: Random Lighting Updates: false
    [18:52:22 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    [18:52:22 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [18:52:22 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [18:52:22 INFO]: Preparing start region for level 3 (Seed: -3776474949014216220)
    [18:52:22 INFO]: -------- World Settings For [Mine] --------
    [18:52:22 INFO]: Zombie Aggressive Towards Villager: true
    [18:52:22 INFO]: Max Entity Collisions: 8
    [18:52:22 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
    [18:52:22 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [18:52:22 INFO]: Item Despawn Rate: 6000
    [18:52:22 INFO]: Item Merge Radius: 2.5
    [18:52:22 INFO]: Arrow Despawn Rate: 1200
    [18:52:22 INFO]: View Distance: 10
    [18:52:22 INFO]: Chunks to Grow per Tick: 650
    [18:52:22 INFO]: Clear tick list: false
    [18:52:22 INFO]: Experience Merge Radius: 3.0
    [18:52:22 INFO]: Nerfing mobs spawned from spawners: false
    [18:52:22 INFO]: Cactus Growth Modifier: 100%
    [18:52:22 INFO]: Cane Growth Modifier: 100%
    [18:52:22 INFO]: Melon Growth Modifier: 100%
    [18:52:22 INFO]: Mushroom Growth Modifier: 100%
    [18:52:22 INFO]: Pumpkin Growth Modifier: 100%
    [18:52:22 INFO]: Sapling Growth Modifier: 100%
    [18:52:22 INFO]: Wheat Growth Modifier: 100%
    [18:52:22 INFO]: NetherWart Growth Modifier: 100%
    [18:52:22 INFO]: Anti X-Ray: true
    [18:52:22 INFO]:  Engine Mode: 1
    [18:52:22 INFO]:  Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
    [18:52:22 INFO]:  Replace Blocks: [1, 5]
    [18:52:22 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [18:52:22 INFO]: Mob Spawn Range: 4
    [18:52:22 INFO]: Sending up to 10 chunks per packet
    [18:52:22 INFO]: Max TNT Explosions: 100
    [18:52:22 INFO]: Structure Info Saving: true
    [18:52:22 INFO]: Random Lighting Updates: false
    [18:52:22 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    [18:52:22 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [18:52:22 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [18:52:22 INFO]: Preparing start region for level 4 (Seed: 1435672245)
    [18:52:23 INFO]: -------- World Settings For [Spawn] --------
    [18:52:23 INFO]: Zombie Aggressive Towards Villager: true
    [18:52:23 INFO]: Max Entity Collisions: 8
    [18:52:23 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
    [18:52:23 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [18:52:23 INFO]: Item Despawn Rate: 6000
    [18:52:23 INFO]: Item Merge Radius: 2.5
    [18:52:23 INFO]: Arrow Despawn Rate: 1200
    [18:52:23 INFO]: View Distance: 10
    [18:52:23 INFO]: Chunks to Grow per Tick: 650
    [18:52:23 INFO]: Clear tick list: false
    [18:52:23 INFO]: Experience Merge Radius: 3.0
    [18:52:23 INFO]: Nerfing mobs spawned from spawners: false
    [18:52:23 INFO]: Cactus Growth Modifier: 100%
    [18:52:23 INFO]: Cane Growth Modifier: 100%
    [18:52:23 INFO]: Melon Growth Modifier: 100%
    [18:52:23 INFO]: Mushroom Growth Modifier: 100%
    [18:52:23 INFO]: Pumpkin Growth Modifier: 100%
    [18:52:23 INFO]: Sapling Growth Modifier: 100%
    [18:52:23 INFO]: Wheat Growth Modifier: 100%
    [18:52:23 INFO]: NetherWart Growth Modifier: 100%
    [18:52:23 INFO]: Anti X-Ray: true
    [18:52:23 INFO]:  Engine Mode: 1
    [18:52:23 INFO]:  Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
    [18:52:23 INFO]:  Replace Blocks: [1, 5]
    [18:52:23 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [18:52:23 INFO]: Mob Spawn Range: 4
    [18:52:23 INFO]: Sending up to 10 chunks per packet
    [18:52:23 INFO]: Max TNT Explosions: 100
    [18:52:23 INFO]: Structure Info Saving: true
    [18:52:23 INFO]: Random Lighting Updates: false
    [18:52:23 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    [18:52:23 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [18:52:23 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [18:52:23 INFO]: Preparing start region for level 5 (Seed: 3517668760837453042)
    [18:52:23 INFO]: [Multiverse-Core] 6 - World(s) loaded.
    [18:52:24 INFO]: [Multiverse-Core] Version 2.5-b699 (API v19) Enabled - By Rigby, fernferret, lithium3141 and main--
    [18:52:24 INFO]: [WorldGuard] Enabling WorldGuard v6.1
    [18:52:24 INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
    [18:52:24 INFO]: [WorldGuard] (world) Lighters are PERMITTED.
    [18:52:24 INFO]: [WorldGuard] (world) Lava fire is blocked.
    [18:52:24 INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
    [18:52:24 INFO]: [WorldGuard] Loaded configuration for world 'world'
    [18:52:24 INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
    [18:52:24 INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
    [18:52:24 INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
    [18:52:24 INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
    [18:52:24 INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
    [18:52:24 INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
    [18:52:24 INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
    [18:52:24 INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
    [18:52:24 INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
    [18:52:24 INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
    [18:52:24 INFO]: [WorldGuard] (BWLobby) TNT ignition is PERMITTED.
    [18:52:24 INFO]: [WorldGuard] (BWLobby) Lighters are PERMITTED.
    [18:52:24 INFO]: [WorldGuard] (BWLobby) Lava fire is blocked.
    [18:52:24 INFO]: [WorldGuard] (BWLobby) Fire spread is UNRESTRICTED.
    [18:52:24 INFO]: [WorldGuard] Loaded configuration for world 'BWLobby'
    [18:52:24 INFO]: [WorldGuard] (Mine) TNT ignition is PERMITTED.
    [18:52:24 INFO]: [WorldGuard] (Mine) Lighters are PERMITTED.
    [18:52:24 INFO]: [WorldGuard] (Mine) Lava fire is blocked.
    [18:52:24 INFO]: [WorldGuard] (Mine) Fire spread is UNRESTRICTED.
    [18:52:24 INFO]: [WorldGuard] Loaded configuration for world 'Mine'
    [18:52:24 INFO]: [WorldGuard] (Spawn) TNT ignition is PERMITTED.
    [18:52:24 INFO]: [WorldGuard] (Spawn) Lighters are PERMITTED.
    [18:52:24 INFO]: [WorldGuard] (Spawn) Lava fire is blocked.
    [18:52:24 INFO]: [WorldGuard] (Spawn) Fire spread is UNRESTRICTED.
    [18:52:24 INFO]: [WorldGuard] Loaded configuration for world 'Spawn'
    [18:52:24 INFO]: [WorldGuard] Loading region data...
    [18:52:24 INFO]: Server permissions file permissions.yml is empty, ignoring it
    [18:52:25 INFO]: Done (29,242s)! For help, type "help" or "?"
    I tried different versions of PEX. Can somebody help me?
    Thanks!
    ItzOlin
     
    Last edited by a moderator: Nov 1, 2017
  2. Offline

    Zombie_Striker

    @ItzOlin
    There was an error loading the jar. Can you try redownloading the PEX file?
     
  3. Offline

    ItzOlin

    @Zombie_Striker
    I redownloaded 5 times and 3 different versions. All the same
    I found the solution: I had to download the newest PermissionsEx. It said it's only for 1.9 and 1.11 I think, but it works brilliant!
    Thanks for your Help!
     
    Last edited: Nov 1, 2017
Thread Status:
Not open for further replies.

Share This Page