Plugin Help could not load PermissionsEX

Discussion in 'Plugin Help/Development/Requests' started by SummerAnimations, Apr 14, 2017.

Thread Status:
Not open for further replies.
  1. Hey,

    i have a problem with my MC 1.8 server. If I put PermissionsEX into my plugins folder and start the Server everything is OK but if I reload or restart the server the PermissionsEX is gone but still existing in the plugins folder.
    The latestlog says : [Server thread/ERROR]: Could not load 'plugins/PermissionsEx.jar' in folder 'plugins'

    This is the latestlog:
    Code:
    [12:54:54] [Server thread/INFO]: Starting minecraft server version 1.8.8
    [12:54:54] [Server thread/INFO]: Loading properties
    [12:54:54] [Server thread/INFO]: Default game type: SURVIVAL
    [12:54:54] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-5f38d38-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
    [12:54:54] [Server thread/INFO]: Debug logging is disabled
    [12:54:54] [Server thread/INFO]: Server Ping Player Sample Count: 12
    [12:54:54] [Server thread/INFO]: Using 4 threads for Netty based IO
    [12:54:54] [Server thread/INFO]: Generating keypair
    [12:54:54] [Server thread/INFO]: Starting Minecraft server on 94.250.205.173:25565
    [12:54:54] [Server thread/INFO]: Using epoll channel type
    [12:54:54] [Server thread/ERROR]: Could not load 'plugins/PermissionsEX.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.jar:git-Spigot-5f38d38-18fbb24]
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot.jar:git-Spigot-5f38d38-18fbb24]
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot.jar:git-Spigot-5f38d38-18fbb24]
        at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot.jar:git-Spigot-5f38d38-18fbb24]
        at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.jar:git-Spigot-5f38d38-18fbb24]
        at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.jar:git-Spigot-5f38d38-18fbb24]
        at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
    Caused by: org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
        at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot.jar:git-Spigot-5f38d38-18fbb24]
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75) ~[spigot.jar:git-Spigot-5f38d38-18fbb24]
        ... 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>(ZipFile.java:219) ~[?:1.8.0_111]
        at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_111]
        at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_111]
        at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_111]
        at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot.jar:git-Spigot-5f38d38-18fbb24]
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75) ~[spigot.jar:git-Spigot-5f38d38-18fbb24]
        ... 6 more
    [12:54:54] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
    [12:54:54] [Server thread/INFO]: [EnchantPlus] Loading EnchantPlus v1.3.3
    [12:54:54] [Server thread/INFO]: [iConomy] Loading iConomy v7.0.4
    [12:54:54] [Server thread/INFO]: [WarpSigns] Loading WarpSigns v5.2
    [12:54:54] [Server thread/INFO]: [SetSpawn] Loading SetSpawn v2.1
    [12:54:54] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
    [12:54:54] [Server thread/INFO]: [ChatManager] Loading ChatManager v4.0
    [12:54:54] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b699
    [12:54:54] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
    [12:54:54] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b460
    [12:54:54] [Server thread/INFO]: [BuyRegion] Loading BuyRegion v1.1.7
    [12:54:54] [Server thread/INFO]: [SignShop] Loading SignShop v2.11.1
    [12:54:54] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
    [12:54:54] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
    [12:54:54] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
    [12:54:54] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
    [12:54:54] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
    [12:54:54] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
    [12:54:54] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
    [12:54:54] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
    [12:54:54] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
    [12:54:54] [Server thread/INFO]: Preparing level "world"
    [12:54:55] [Server thread/INFO]: -------- World Settings For [world] --------
    [12:54:55] [Server thread/INFO]: Mob Spawn Range: 4
    [12:54:55] [Server thread/INFO]: Anti X-Ray: true
    [12:54:55] [Server thread/INFO]:     Engine Mode: 1
    [12:54:55] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
    [12:54:55] [Server thread/INFO]:     Replace Blocks: [1, 5]
    [12:54:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
    [12:54:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: Cane Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: Melon Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: NetherWart Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [12:54:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [12:54:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    [12:54:55] [Server thread/INFO]: Random Lighting Updates: false
    [12:54:55] [Server thread/INFO]: Structure Info Saving: true
    [12:54:55] [Server thread/INFO]: Sending up to 10 chunks per packet
    [12:54:55] [Server thread/INFO]: Max Entity Collisions: 8
    [12:54:55] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
    [12:54:55] [Server thread/INFO]: Max TNT Explosions: 100
    [12:54:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [12:54:55] [Server thread/INFO]: Item Despawn Rate: 6000
    [12:54:55] [Server thread/INFO]: Item Merge Radius: 2.5
    [12:54:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
    [12:54:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [12:54:55] [Server thread/INFO]: View Distance: 10
    [12:54:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
    [12:54:55] [Server thread/INFO]: Chunks to Grow per Tick: 650
    [12:54:55] [Server thread/INFO]: Clear tick list: false
    [12:54:55] [Server thread/INFO]: Experience Merge Radius: 3.0
    [12:54:55] [Server thread/INFO]: -------- World Settings For [world_nether] --------
    [12:54:55] [Server thread/INFO]: Mob Spawn Range: 4
    [12:54:55] [Server thread/INFO]: Anti X-Ray: true
    [12:54:55] [Server thread/INFO]:     Engine Mode: 1
    [12:54:55] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
    [12:54:55] [Server thread/INFO]:     Replace Blocks: [1, 5]
    [12:54:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
    [12:54:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: Cane Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: Melon Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: NetherWart Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [12:54:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [12:54:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    [12:54:55] [Server thread/INFO]: Random Lighting Updates: false
    [12:54:55] [Server thread/INFO]: Structure Info Saving: true
    [12:54:55] [Server thread/INFO]: Sending up to 10 chunks per packet
    [12:54:55] [Server thread/INFO]: Max Entity Collisions: 8
    [12:54:55] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
    [12:54:55] [Server thread/INFO]: Max TNT Explosions: 100
    [12:54:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [12:54:55] [Server thread/INFO]: Item Despawn Rate: 6000
    [12:54:55] [Server thread/INFO]: Item Merge Radius: 2.5
    [12:54:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
    [12:54:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [12:54:55] [Server thread/INFO]: View Distance: 10
    [12:54:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
    [12:54:55] [Server thread/INFO]: Chunks to Grow per Tick: 650
    [12:54:55] [Server thread/INFO]: Clear tick list: false
    [12:54:55] [Server thread/INFO]: Experience Merge Radius: 3.0
    [12:54:55] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
    [12:54:55] [Server thread/INFO]: Mob Spawn Range: 4
    [12:54:55] [Server thread/INFO]: Anti X-Ray: true
    [12:54:55] [Server thread/INFO]:     Engine Mode: 1
    [12:54:55] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
    [12:54:55] [Server thread/INFO]:     Replace Blocks: [1, 5]
    [12:54:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
    [12:54:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: Cane Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: Melon Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: NetherWart Growth Modifier: 100%
    [12:54:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [12:54:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [12:54:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    [12:54:55] [Server thread/INFO]: Random Lighting Updates: false
    [12:54:55] [Server thread/INFO]: Structure Info Saving: true
    [12:54:55] [Server thread/INFO]: Sending up to 10 chunks per packet
    [12:54:55] [Server thread/INFO]: Max Entity Collisions: 8
    [12:54:55] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
    [12:54:55] [Server thread/INFO]: Max TNT Explosions: 100
    [12:54:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [12:54:55] [Server thread/INFO]: Item Despawn Rate: 6000
    [12:54:55] [Server thread/INFO]: Item Merge Radius: 2.5
    [12:54:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
    [12:54:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [12:54:55] [Server thread/INFO]: View Distance: 10
    [12:54:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
    [12:54:55] [Server thread/INFO]: Chunks to Grow per Tick: 650
    [12:54:55] [Server thread/INFO]: Clear tick list: false
    [12:54:55] [Server thread/INFO]: Experience Merge Radius: 3.0
    [12:54:55] [Server thread/INFO]: Preparing start region for level 0 (Seed: 7834915663484995112)
    [12:54:56] [Server thread/INFO]: Preparing spawn area: 75%
    [12:54:56] [Server thread/INFO]: Preparing start region for level 1 (Seed: 8000828194512685008)
    [12:54:56] [Server thread/INFO]: Preparing start region for level 2 (Seed: 8000828194512685008)
    [12:54:56] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
    [12:54:57] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
    [12:54:57] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
    [12:54:57] [Server thread/INFO]: [EnchantPlus] Enabling EnchantPlus v1.3.3
    [12:54:57] [Server thread/INFO]: [EnchantPlus] This plugin is using Metrics by Hidendra!
    [12:54:57] [Server thread/INFO]: [EnchantPlus] Plugin version 1.3.3 activated! (16 ms)
    [12:54:57] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0.4
    [12:54:57] [Server thread/INFO]: [iConomy - April Fools] Enabled (14 ms)
    [12:54:57] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
    [12:54:57] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
    [12:54:57] [Server thread/INFO]: [WarpSigns] Enabling WarpSigns v5.2
    [12:54:57] [Thread-8/INFO]: [iConomy - April Fools] Purged accounts with default balance.
    [12:54:57] [Server thread/INFO]: [SetSpawn] Enabling SetSpawn v2.1
    [12:54:57] [Server thread/INFO]: [ChatManager] Enabling ChatManager v4.0
    [12:54:57] [Server thread/INFO]: [ChatManager] Aktiviert!
    [12:54:57] [Server thread/INFO]: PERMISSIONSEX NOT DETECTET
    [12:54:57] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b699
    [12:54:57] [Server thread/INFO]: Could not set generator for world 'Plotworld': Plugin 'PlotMe-DefaultGenerator' does not exist
    [12:54:57] [Server thread/INFO]: -------- World Settings For [Plotworld] --------
    [12:54:57] [Server thread/INFO]: Mob Spawn Range: 4
    [12:54:57] [Server thread/INFO]: Anti X-Ray: true
    [12:54:57] [Server thread/INFO]:     Engine Mode: 1
    [12:54:57] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
    [12:54:57] [Server thread/INFO]:     Replace Blocks: [1, 5]
    [12:54:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
    [12:54:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
    [12:54:57] [Server thread/INFO]: Cane Growth Modifier: 100%
    [12:54:57] [Server thread/INFO]: Melon Growth Modifier: 100%
    [12:54:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
    [12:54:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
    [12:54:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
    [12:54:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
    [12:54:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
    [12:54:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [12:54:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [12:54:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    [12:54:57] [Server thread/INFO]: Random Lighting Updates: false
    [12:54:57] [Server thread/INFO]: Structure Info Saving: true
    [12:54:57] [Server thread/INFO]: Sending up to 10 chunks per packet
    [12:54:57] [Server thread/INFO]: Max Entity Collisions: 8
    [12:54:57] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
    [12:54:57] [Server thread/INFO]: Max TNT Explosions: 100
    [12:54:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [12:54:57] [Server thread/INFO]: Item Despawn Rate: 6000
    [12:54:57] [Server thread/INFO]: Item Merge Radius: 2.5
    [12:54:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
    [12:54:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [12:54:57] [Server thread/INFO]: View Distance: 10
    [12:54:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
    [12:54:57] [Server thread/INFO]: Chunks to Grow per Tick: 650
    [12:54:57] [Server thread/INFO]: Clear tick list: false
    [12:54:57] [Server thread/INFO]: Experience Merge Radius: 3.0
    [12:54:57] [Server thread/INFO]: Preparing start region for level 3 (Seed: 7583233246362694952)
    [12:54:57] [Server thread/INFO]: Could not set generator for world 'Plotworld': Plugin 'PlotMe-DefaultGenerator' does not exist
    [12:54:57] [Server thread/INFO]: -------- World Settings For [pvp] --------
    [12:54:57] [Server thread/INFO]: Mob Spawn Range: 4
    [12:54:57] [Server thread/INFO]: Anti X-Ray: true
    [12:54:57] [Server thread/INFO]:     Engine Mode: 1
    [12:54:57] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
    [12:54:57] [Server thread/INFO]:     Replace Blocks: [1, 5]
    [12:54:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
    [12:54:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
    [12:54:57] [Server thread/INFO]: Cane Growth Modifier: 100%
    [12:54:57] [Server thread/INFO]: Melon Growth Modifier: 100%
    [12:54:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
    [12:54:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
    [12:54:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
    [12:54:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
    [12:54:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
    [12:54:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [12:54:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [12:54:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    [12:54:57] [Server thread/INFO]: Random Lighting Updates: false
    [12:54:57] [Server thread/INFO]: Structure Info Saving: true
    [12:54:57] [Server thread/INFO]: Sending up to 10 chunks per packet
    [12:54:57] [Server thread/INFO]: Max Entity Collisions: 8
    [12:54:57] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
    [12:54:57] [Server thread/INFO]: Max TNT Explosions: 100
    [12:54:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [12:54:57] [Server thread/INFO]: Item Despawn Rate: 6000
    [12:54:57] [Server thread/INFO]: Item Merge Radius: 2.5
    [12:54:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
    [12:54:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [12:54:57] [Server thread/INFO]: View Distance: 10
    [12:54:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
    [12:54:57] [Server thread/INFO]: Chunks to Grow per Tick: 650
    [12:54:57] [Server thread/INFO]: Clear tick list: false
    [12:54:57] [Server thread/INFO]: Experience Merge Radius: 3.0
    [12:54:57] [Server thread/INFO]: Preparing start region for level 4 (Seed: 5450220230115044255)
    [12:54:58] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
    [12:54:58] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b699 (API v19) Enabled - By Rigby, fernferret, lithium3141 and main--
    [12:54:58] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
    [12:54:58] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
    [12:54:58] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
    [12:54:58] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
    [12:54:58] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
    [12:54:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
    [12:54:58] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
    [12:54:58] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
    [12:54:58] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
    [12:54:58] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
    [12:54:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
    [12:54:58] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
    [12:54:58] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
    [12:54:58] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
    [12:54:58] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
    [12:54:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
    [12:54:58] [Server thread/INFO]: [WorldGuard] (Plotworld) TNT ignition is PERMITTED.
    [12:54:58] [Server thread/INFO]: [WorldGuard] (Plotworld) Lighters are PERMITTED.
    [12:54:58] [Server thread/INFO]: [WorldGuard] (Plotworld) Lava fire is blocked.
    [12:54:58] [Server thread/INFO]: [WorldGuard] (Plotworld) Fire spread is UNRESTRICTED.
    [12:54:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Plotworld'
    [12:54:58] [Server thread/INFO]: [WorldGuard] (pvp) TNT ignition is PERMITTED.
    [12:54:58] [Server thread/INFO]: [WorldGuard] (pvp) Lighters are PERMITTED.
    [12:54:58] [Server thread/INFO]: [WorldGuard] (pvp) Lava fire is blocked.
    [12:54:58] [Server thread/INFO]: [WorldGuard] (pvp) Fire spread is UNRESTRICTED.
    [12:54:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'pvp'
    [12:54:58] [Server thread/INFO]: [WorldGuard] Loading region data...
    [12:54:59] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b460
    [12:54:59] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
    [12:54:59] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
    [12:54:59] [Server thread/INFO]: [Essentials] Using legacy potion meta provider as potion meta provider.
    [12:54:59] [Server thread/INFO]: Using locale en_US
    [12:54:59] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.
    [12:54:59] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
    [12:54:59] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
    [12:54:59] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
    [12:54:59] [Server thread/INFO]: [Essentials] Payment method found (iConomy version: 6)
    [12:54:59] [Server thread/INFO]: [BuyRegion] Enabling BuyRegion v1.1.7
    [12:54:59] [Server thread/INFO]: [BuyRegion] BuyRegion - Maintained by Luke199
    [12:54:59] [Server thread/INFO]: [SignShop] Enabling SignShop v2.11.1
    [12:54:59] [Server thread/INFO]: [SignShop] Succesfully started Metrics, see http://mcstats.org for more information.
    [12:55:00] [Server thread/INFO]: [SignShop] Vault's permissions not found, defaulting to OP.
    [12:55:00] [Server thread/INFO]: [SignShop] v2.11.1 Enabled
    [12:55:00] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
    [12:55:00] [Server thread/INFO]: Done (5.363s)! For help, type "help" or "?"
    [12:55:00] [Server thread/INFO]: Starting GS4 status listener
    [12:55:00] [Server thread/INFO]: Setting default query port to 25565
    [12:55:00] [Query Listener #1/INFO]: Query running on 94.250.205.173:25565
    [12:55:00] [Craft Scheduler Thread - 4/INFO]: [Vault] Checking for Updates ...
    [12:55:00] [Craft Scheduler Thread - 4/INFO]: [Vault] No new version available
    [12:55:00] [Craft Scheduler Thread - 1/INFO]: [Metrics] Connection reset
    [12:55:07] [User Authenticator #1/INFO]: UUID of player SummerAnimation is 4dae8156-f2c7-4f11-947b-1f8977098563
    [12:55:07] [Server thread/INFO]: SummerAnimation[/91.97.71.254:57579] logged in with entity id 171 at ([pvp]105.4092597540847, 89.0, 57.69903768923891)
    [12:55:07] [Server thread/INFO]: [+] SummerAnimation
    [12:55:10] [Async Chat Thread - #0/INFO]: <SummerAnimation> test
    
    Installed Plugins:
    Plugins (open)
    BuyRegion
    Chatmanager
    EnchantPlus
    EssentialsX
    iConomy
    Multiverse
    PermissionsEX
    SetSpawn
    SignShop
    Vault
    WarpSigns
    WorldEdit
    WorldGuard

    If you need something else to help me feel free to ask :D
     
  2. Offline

    timtower Administrator Administrator Moderator

Thread Status:
Not open for further replies.

Share This Page