pex not working

Discussion in 'Plugin Help/Development/Requests' started by Ozm8ey_Plays, Dec 14, 2017.

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

    Ozm8ey_Plays

    here is my console log, I cant figure out why pex wont work
    Code:
    
    14.12 19:49:15 [Multicraft] Loading server properties
    14.12 19:49:15 [Multicraft] Starting server!
    14.12 19:49:15 [Multicraft] Loaded config for "Spigot 1.12.2 (Auto Update)"
    14.12 19:49:16 [Multicraft] JAR file not found, copying from global JAR directory
    14.12 19:49:16 [Multicraft] Updating eula.txt file 14.12 19:49:17 [Server] INFO Loading libraries, please wait...
    14.12 19:49:23 [Server] INFO Starting minecraft server version 1.12.2
    14.12 19:49:23 [Server] INFO Loading properties
    14.12 19:49:23 [Server] INFO Default game type: SURVIVAL
    14.12 19:49:23 [Server] INFO This server is running CraftBukkit version git-Spigot-549c1fa-70cc382 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
    14.12 19:49:23 [Server] INFO Server Ping Player Sample Count: 12
    14.12 19:49:23 [Server] INFO Using 4 threads for Netty based IO
    14.12 19:49:23 [Server] INFO Debug logging is disabled
    14.12 19:49:23 [Server] INFO Generating keypair
    14.12 19:49:23 [Server] INFO Starting Minecraft server on 216.172.105.183:25565
    14.12 19:49:23 [Server] INFO Using epoll channel type
    14.12 19:49:23 [Server] ERROR Could not load 'plugins/worldedit-forge-mc1.12-6.1.8-dist.jar' in folder 'plugins'
    14.12 19:49:23 [Server] INFO org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    14.12 19:49:23 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:152) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:23 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:23 [Server] INFO at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:306) [spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:23 [Server] INFO at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:23 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:23 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
    14.12 19:49:23 [Server] INFO Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
    14.12 19:49:23 [Server] INFO ... 6 more
    14.12 19:49:24 [Server] INFO Set PluginClassLoader as parallel capable
    14.12 19:49:24 [Server] ERROR Could not load 'plugins/worldguard-6.2.1.jar' in folder 'plugins' 14.12 19:49:24 [Server] INFO org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/Injector
    14.12 19:49:24 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:24 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:327) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:24 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:24 [Server] INFO at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:306) [spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:24 [Server] INFO at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:24 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:24 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
    14.12 19:49:24 [Server] INFO Caused by: java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/Injector
    14.12 19:49:24 [Server] INFO at java.lang.Class.forName0(Native Method) ~[?:1.8.0_152]
    14.12 19:49:24 [Server] INFO at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_152]
    14.12 19:49:24 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:24 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:24 [Server] INFO ... 6 more
    14.12 19:49:24 [Server] INFO Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.Injector
    14.12 19:49:24 [Server] INFO at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_152]
    14.12 19:49:24 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:24 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:24 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_152] 14.12 19:49:24 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_152]
    14.12 19:49:24 [Server] INFO at java.lang.Class.forName0(Native Method) ~[?:1.8.0_152]
    14.12 19:49:24 [Server] INFO at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_152]
    14.12 19:49:24 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:24 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:24 [Server] INFO ... 6 more
    14.12 19:49:24 [Server] INFO [CoreProtect] Loading CoreProtect v2.14.2
    14.12 19:49:24 [Server] INFO [PermissionsEx] Loading PermissionsEx v1.23.4
    14.12 19:49:24 [Server] INFO [OldCombatMechanics] Loading OldCombatMechanics v1.6.3 14.12 19:49:24 [Server] INFO [Vault] Loading Vault v1.6.1 14.12 19:49:24 [Server] INFO [MassiveCore] Loading MassiveCore v2.13.2
    14.12 19:49:24 [Server] INFO [Essentials] Loading Essentials v2.0.1-b319
    14.12 19:49:24 [Server] INFO [Factions] Loading Factions v2.13.2
    14.12 19:49:24 [Server] INFO [VanishNoPacket] Loading VanishNoPacket v3.20
    14.12 19:49:24 [Server] INFO [Vault] Enabling Vault v1.6.1
    14.12 19:49:24 [Server] INFO [Vault] [Economy] Essentials Economy found: Waiting
    14.12 19:49:24 [Server] INFO [Vault] [Permission] PermissionsEx found: Waiting
    14.12 19:49:24 [Server] INFO [Vault] [Permission] SuperPermissions loaded as backup permission system.
    14.12 19:49:24 [Server] INFO [Vault] [Chat] PermissionsEx found: Waiting
    14.12 19:49:24 [Server] INFO [Vault] Plugin enabled (61ms)
    14.12 19:49:24 [Server] INFO [MassiveCore] Enabling MassiveCore v2.13.2
    14.12 19:49:24 [Server] INFO [MassiveCore 2.13.2] === ENABLE START ===
    14.12 19:49:24 [Server] INFO [MassiveCore 2.13.2] Loading Cachefile datas...
    14.12 19:49:24 [Server] INFO [MassiveCore 2.13.2] Loading Onlineplayer datas...
    14.12 19:49:24 [Server] INFO [MassiveCore 2.13.2] Loading Registry datas...
    14.12 19:49:24 [Server] INFO [MassiveCore 2.13.2] Saving Cachefile...
    14.12 19:49:24 [Server] INFO [MassiveCore 2.13.2] Setup of IdUtil took 11ms.
    14.12 19:49:26 [Server] INFO [MassiveCore 2.13.2] Integration Activated IntegrationLiabilityAreaEffectCloud
    14.12 19:49:26 [Server] INFO [MassiveCore 2.13.2] Integration Activated IntegrationVault
    14.12 19:49:26 [Server] INFO [MassiveCore 2.13.2] === ENABLE COMPLETE (Took 2429ms) ===
    14.12 19:49:26 [Server] INFO **** Beginning UUID conversion, this may take A LONG time ****
    14.12 19:49:26 [Server] INFO Preparing level "world"
    14.12 19:49:26 [Server] INFO -------- World Settings For [world] --------
    14.12 19:49:26 [Server] INFO Mob Spawn Range: 4
    14.12 19:49:26 [Server] INFO Cactus Growth Modifier: 100%
    14.12 19:49:26 [Server] INFO Cane Growth Modifier: 100%
    14.12 19:49:26 [Server] INFO Melon Growth Modifier: 100%
    14.12 19:49:26 [Server] INFO Mushroom Growth Modifier: 100%
    14.12 19:49:26 [Server] INFO Pumpkin Growth Modifier: 100%
    14.12 19:49:26 [Server] INFO Sapling Growth Modifier: 100%
    14.12 19:49:26 [Server] INFO Wheat Growth Modifier: 100%
    14.12 19:49:26 [Server] INFO NetherWart Growth Modifier: 100%
    14.12 19:49:26 [Server] INFO Vine Growth Modifier: 100%
    14.12 19:49:26 [Server] INFO Cocoa Growth Modifier: 100%
    14.12 19:49:26 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16
    14.12 19:49:26 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 14.12 19:49:26 [Server] INFO Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
    14.12 19:49:26 [Server] INFO Random Lighting Updates: false
    14.12 19:49:26 [Server] INFO Structure Info Saving: true
    14.12 19:49:26 [Server] INFO Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
    14.12 19:49:26 [Server] INFO Max TNT Explosions: 100
    14.12 19:49:26 [Server] INFO Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    14.12 19:49:26 [Server] INFO Item Despawn Rate: 6000
    14.12 19:49:26 [Server] INFO Item Merge Radius: 2.5
    14.12 19:49:26 [Server] INFO Arrow Despawn Rate: 1200
    14.12 19:49:26 [Server] INFO Allow Zombie Pigmen to spawn from portal blocks: true
    14.12 19:49:27 [Server] INFO View Distance: 10
    14.12 19:49:27 [Server] INFO Experience Merge Radius: 3.0
    14.12 19:49:27 [Server] INFO Zombie Aggressive Towards Villager: true
    14.12 19:49:27 [Server] INFO Nerfing mobs spawned from spawners: false
    14.12 19:49:27 [Server] INFO -------- World Settings For [world_nether] --------
    14.12 19:49:27 [Server] INFO Mob Spawn Range: 4
    14.12 19:49:27 [Server] INFO Cactus Growth Modifier: 100%
    14.12 19:49:27 [Server] INFO Cane Growth Modifier: 100%
    14.12 19:49:27 [Server] INFO Melon Growth Modifier: 100%
    14.12 19:49:27 [Server] INFO Mushroom Growth Modifier: 100%
    14.12 19:49:27 [Server] INFO Pumpkin Growth Modifier: 100%
    14.12 19:49:27 [Server] INFO Sapling Growth Modifier: 100%
    14.12 19:49:27 [Server] INFO Wheat Growth Modifier: 100%
    14.12 19:49:27 [Server] INFO NetherWart Growth Modifier: 100%
    14.12 19:49:27 [Server] INFO Vine Growth Modifier: 100%
    14.12 19:49:27 [Server] INFO Cocoa Growth Modifier: 100%
    14.12 19:49:27 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16
    14.12 19:49:27 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 14.12 19:49:27 [Server] INFO Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
    14.12 19:49:27 [Server] INFO Random Lighting Updates: false
    14.12 19:49:27 [Server] INFO Structure Info Saving: true
    14.12 19:49:27 [Server] INFO Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
    14.12 19:49:27 [Server] INFO Max TNT Explosions: 100
    14.12 19:49:27 [Server] INFO Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    14.12 19:49:27 [Server] INFO Item Despawn Rate: 6000
    14.12 19:49:27 [Server] INFO Item Merge Radius: 2.5
    14.12 19:49:27 [Server] INFO Arrow Despawn Rate: 1200
    14.12 19:49:27 [Server] INFO Allow Zombie Pigmen to spawn from portal blocks: true
    14.12 19:49:27 [Server] INFO View Distance: 10
    14.12 19:49:27 [Server] INFO Experience Merge Radius: 3.0
    14.12 19:49:27 [Server] INFO Zombie Aggressive Towards Villager: true
    14.12 19:49:27 [Server] INFO Nerfing mobs spawned from spawners: false
    14.12 19:49:27 [Server] INFO -------- World Settings For [world_the_end] --------
    14.12 19:49:27 [Server] INFO Mob Spawn Range: 4
    14.12 19:49:27 [Server] INFO Cactus Growth Modifier: 100%
    14.12 19:49:27 [Server] INFO Cane Growth Modifier: 100%
    14.12 19:49:27 [Server] INFO Melon Growth Modifier: 100%
    14.12 19:49:27 [Server] INFO Mushroom Growth Modifier: 100%
    14.12 19:49:27 [Server] INFO Pumpkin Growth Modifier: 100%
    14.12 19:49:27 [Server] INFO Sapling Growth Modifier: 100%
    14.12 19:49:27 [Server] INFO Wheat Growth Modifier: 100%
    14.12 19:49:27 [Server] INFO NetherWart Growth Modifier: 100%
    14.12 19:49:27 [Server] INFO Vine Growth Modifier: 100%
    14.12 19:49:27 [Server] INFO Cocoa Growth Modifier: 100%
    14.12 19:49:27 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16
    14.12 19:49:27 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 14.12 19:49:27 [Server] INFO Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
    14.12 19:49:27 [Server] INFO Random Lighting Updates: false
    14.12 19:49:27 [Server] INFO Structure Info Saving: true
    14.12 19:49:27 [Server] INFO Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
    14.12 19:49:27 [Server] INFO Max TNT Explosions: 100
    14.12 19:49:27 [Server] INFO Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    14.12 19:49:27 [Server] INFO Item Despawn Rate: 6000
    14.12 19:49:27 [Server] INFO Item Merge Radius: 2.5
    14.12 19:49:27 [Server] INFO Arrow Despawn Rate: 1200
    14.12 19:49:27 [Server] INFO Allow Zombie Pigmen to spawn from portal blocks: true
    14.12 19:49:27 [Server] INFO View Distance: 10
    14.12 19:49:27 [Server] INFO Experience Merge Radius: 3.0 14.12 19:49:27 [Server] INFO Zombie Aggressive Towards Villager: true
    14.12 19:49:27 [Server] INFO Nerfing mobs spawned from spawners: false
    14.12 19:49:27 [Server] INFO Preparing start region for level 0 (Seed: -5921397309264284897) 14.12 19:49:28 [Server] INFO Preparing spawn area: 40%
    14.12 19:49:29 [Server] INFO Preparing start region for level 1 (Seed: -5921397309264284897) 14.12 19:49:30 [Server] INFO Preparing start region for level 2 (Seed: -5921397309264284897) 14.12 19:49:30 [Server] INFO [CoreProtect] Enabling CoreProtect v2.14.2
    14.12 19:49:30 [Server] INFO [CoreProtect] CoreProtect has been successfully enabled!
    14.12 19:49:30 [Server] INFO [CoreProtect] Using SQLite for data storage.
    14.12 19:49:30 [Server] INFO [PermissionsEx] Enabling PermissionsEx v1.23.4
    14.12 19:49:30 [Server] INFO [PermissionsEx] Initializing file backend
    14.12 19:49:30 [Server] ERROR [PermissionsEx]
    14.12 19:49:30 [Server] INFO ========== UNABLE TO LOAD PERMISSIONS BACKEND =========
    14.12 19:49:30 [Server] INFO Your configuration must be fixed before PEX will enable
    14.12 19:49:30 [Server] INFO Details: Error loading permissions file!
    14.12 19:49:30 [Server] INFO =======================================================
    14.12 19:49:30 [Server] INFO ru.tehkode.permissions.exceptions.PermissionBackendException: Error loading permissions file!
    14.12 19:49:30 [Server] INFO at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:321) ~[PermissionsEx-1.23.4.jar:?]
    14.12 19:49:30 [Server] INFO at ru.tehkode.permissions.backends.file.FileBackend.<init>(FileBackend.java:120) ~[PermissionsEx-1.23.4.jar:?]
    14.12 19:49:30 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_152]
    14.12 19:49:30 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_152]
    14.12 19:49:30 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_152]
    14.12 19:49:30 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_152]
    14.12 19:49:30 [Server] INFO at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:392) ~[PermissionsEx-1.23.4.jar:?]
    14.12 19:49:30 [Server] INFO at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:367) ~[PermissionsEx-1.23.4.jar:?]
    14.12 19:49:30 [Server] INFO at ru.tehkode.permissions.PermissionManager.createBackend(PermissionManager.java:624) ~[PermissionsEx-1.23.4.jar:?]
    14.12 19:49:30 [Server] INFO at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:606) ~[PermissionsEx-1.23.4.jar:?]
    14.12 19:49:30 [Server] INFO at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:693) ~[PermissionsEx-1.23.4.jar:?]
    14.12 19:49:30 [Server] INFO at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:67) ~[PermissionsEx-1.23.4.jar:?]
    14.12 19:49:30 [Server] INFO at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:175) [PermissionsEx-1.23.4.jar:?]
    14.12 19:49:30 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) [spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:382) [spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:331) [spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
    14.12 19:49:30 [Server] INFO Caused by: org.bukkit.configuration.InvalidConfigurationException: while scanning a simple key
    14.12 19:49:30 [Server] INFO in 'string', line 4, column 5:
    14.12 19:49:30 [Server] INFO prefix:&7[&aGuest&7]&r
    14.12 19:49:30 [Server] INFO ^
    14.12 19:49:30 [Server] INFO could not find expected ':'
    14.12 19:49:30 [Server] INFO in 'string', line 5, column 5:
    14.12 19:49:30 [Server] INFO build: true
    14.12 19:49:30 [Server] INFO ^ 14.12 19:49:30 [Server] INFO at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:68) ~[?:?] 14.12 19:49:30 [Server] INFO at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:38) ~[?:?]
    14.12 19:49:30 [Server] INFO at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:309) ~[?:?]
    14.12 19:49:30 [Server] INFO ... 23 more
    14.12 19:49:30 [Server] INFO Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning a simple key
    14.12 19:49:30 [Server] INFO in 'string', line 4, column 5:
    14.12 19:49:30 [Server] INFO prefix:&7[&aGuest&7]&r
    14.12 19:49:30 [Server] INFO ^
    14.12 19:49:30 [Server] INFO could not find expected ':'
    14.12 19:49:30 [Server] INFO in 'string', line 5, column 5:
    14.12 19:49:30 [Server] INFO build: true
    14.12 19:49:30 [Server] INFO ^
    14.12 19:49:30 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(ScannerImpl.java:466) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.needMoreTokens(ScannerImpl.java:280) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:225) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:557) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:227) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382] 14.12 19:49:30 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:249) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:240) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:249) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:240) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:140) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.yaml.snakeyaml.Yaml.load(Yaml.java:437) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:68) ~[?:?] 14.12 19:49:30 [Server] INFO at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-70cc382]
    14.12 19:49:30 [Server] INFO at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:38) ~[?:?]
    14.12 19:49:30 [Server] INFO at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:309) ~[?:?]
    14.12 19:49:30 [Server] INFO ... 23 more
    14.12 19:49:30 [Server] INFO [PermissionsEx] Disabling PermissionsEx v1.23.4
    14.12 19:49:30 [Server] INFO [Vault][Permission] PermissionsEx hooked.
    14.12 19:49:30 [Server] INFO [OldCombatMechanics] Enabling OldCombatMechanics v1.6.3 14.12 19:49:30 [Server] INFO [OldCombatMechanics] OldCombatMechanics v1.6.3 has been enabled
    14.12 19:49:30 [Server] INFO [Essentials] Enabling Essentials v2.0.1-b319
    14.12 19:49:30 [Server] INFO Using locale en_US
    14.12 19:49:30 [Server] INFO [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
    14.12 19:49:30 [Server] INFO [Essentials] Using legacy item data provider as spawn egg provider.
    14.12 19:49:31 [Server] INFO Using locale en_US
    14.12 19:49:31 [Server] INFO [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.
    14.12 19:49:31 [Server] INFO [Vault][Economy] Essentials Economy hooked.
    14.12 19:49:31 [Multicraft] Skipped 2 lines due to rate limit (100/s)
    14.12 19:49:31 [Server] INFO [Factions 2.13.2] Integration Activated IntegrationV18
    14.12 19:49:31 [Server] INFO [Factions 2.13.2] Integration Activated IntegrationV19
    14.12 19:49:31 [Server] INFO [Factions 2.13.2] Integration Activated IntegrationSpigot
    14.12 19:49:32 [Server] INFO [Factions 2.13.2] === ENABLE COMPLETE (Took 997ms) === 14.12 19:49:32 [Server] INFO [VanishNoPacket] Enabling VanishNoPacket v3.20
    14.12 19:49:32 [Server] INFO [VanishNoPacket] Colored nametags enabled, but I couldn't find TagAPI
    14.12 19:49:32 [Server] INFO [VanishNoPacket] For awesome colored nametags on vanish, visit 14.12 19:49:32 [Server] INFO [VanishNoPacket] http://dev.bukkit.org/server-mods/tag/
    14.12 19:49:32 [Server] INFO [VanishNoPacket] and download TagAPI.jar
    14.12 19:49:32 [Server] INFO [VanishNoPacket] Now hooking into Essentials
    14.12 19:49:32 [Server] INFO [VanishNoPacket] 3.20 loaded.
    14.12 19:49:32 [Server] INFO Server permissions file permissions.yml is empty, ignoring it 14.12 19:49:32 [Server] Startup Done (5.248s)! For help, type "help" or "?"
    14.12 19:49:32 [Server] INFO [Vault] You are running the latest version
    14.12 19:49:34 [Server] INFO [VanishNoPacket] Error: Could not check if plugin was up to date. Will try later
    14.12 19:49:34 [Server] INFO [VanishNoPacket] Exception message: Server returned HTTP response code: 403 for URL: https://api.curseforge.com/servermods/files?projectIds=30949
     
    Last edited by a moderator: Dec 14, 2017
  2. Offline

    YoloSanta

    Pex File is not formatted correctly, and you need a different version of worldedit
     
  3. Offline

    Ozm8ey_Plays

    how would I format it?
     
  4. Online

    timtower Administrator Administrator Moderator

    Please post your permissions.yml using http://pastebin.com
     
  5. Offline

    YoloSanta

    You could show us, or learn yourself by using this tool :)
    Tool
     
Thread Status:
Not open for further replies.

Share This Page