Permissions Problème permissionEX

  • Auteur de la discussion Auteur de la discussion Compte supprimé
  • Date de début Date de début
C

Compte supprimé

Invité
Bonjour,
J'ai fait des permissions sur mon serveur mais quand je fais /help ça me mets Permissions manager is not accessable. Is th permissionsEx plugin enabled?
Plugins sur mon serveur: essentials, vault, chestshop, jobs, Lockette, iconomy, worldedit, worldguard, essencialsProtect, essencialsspawn, essencialsGeoIP, essencialschat, automessage, permissionEx

Voici mon permissions.yml

Code:
groups:
  Membre:
    prefix: '&e[Membre] &r'
    default: true
    build: true
    permissions:
    - essentials.afk
    - essentials.afk.auto
    - essentials.balance
    - essentials.balancetop
    - essentials.chat.url
    - essentials.delhome
    - essentials.help
    - essentials.help.[jobs]   
    - essentials.helpop
    - essentials.home
    - essentials.home.bed
    - essentials.info
    - essentials.list
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.motd
    - essentials.msg
    - essentials.msg.url
    - essentials.pay
    - essentials.rules
    - essentials.sethome
    - essentials.sethome.bed
    - essentials.signs.use.buy
    - essentials.signs.use.heal
    - essentials.signs.use.info
    - essentials.signs.use.kit
    - essentials.signs.use.sell
    - essentials.signs.use.warp
    - essentials.spawn
    - essentials.suicide
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.warp
    - essentials.warp.list
    - iConomy.help
    - iConomy.holdings
    - iConomy.list
    - iConomy.payment
    - iConomy.rank
    - jobs.*
    - jobs.join
    - jobs.leave
    - jobs.use
    - lockette.user.create.*
  Habitue:
    prefix: '&1[Habitue] &r'
    default: false
    build: true
    inheritance:
     - Membre
    permissions:
    - essentials.back.ondeath
    - essentials.chat.color
    - essentials.chat.format
    - essentials.chat.magic
    - essentials.chat.question
    - essentials.chat.shout
    - essentials.chat.spy
    - essentials.me
    - essentials.msg.color
    - essentials.msg.format
    - essentials.msg.magic
    - essentials.recipe
  Modo:
    prefix: '&2[Modo] &r'
    default: false
    build: true
    inheritance:
     - Habitue
    permissions:
    -     essentials.jail.allow.<command>
    - essentials.back
    - essentials.ban
    - essentials.ban.exempt
    - essentials.ban.notify
    - essentials.ban.offline
    - essentials.banip
    - essentials.broadcast
    - essentials.deljail
    - essentials.enderchest
    - essentials.hat
    - essentials.home.others
    - essentials.invsee
    - essentials.jail.exempt
    - essentials.jails
    - essentials.kick
    - essentials.kick.exempt
    - essentials.kick.notify
    - essentials.kickall
    - essentials.mute
    - essentials.mute.exempt
    - essentials.mute.notify
    - essentials.mute.offline
    - essentials.nick
    - essentials.nick.color
    - essentials.nick.format
    - essentials.nick.magic
    - essentials.nick.others
    - essentials.setjail
    - essentials.tempban
    - essentials.tempban.exempt
    - essentials.tempban.offline
    - essentials.tempban.unlimited
    - essentials.togglejail
    - essentials.togglejail.offline
    - essentials.tp
    - essentials.tp.others
    - essentials.unban
    - essentials.unbanip
  Admin:
    prefix: '&c[Admin] &r'
    default: false
    build: true
    inheritance:
     - Modo
    permissions:
    - '*'
    - worldguard.region.redefine.member.*
    - worldguard.region.redefine.*
    - iConomy.accounts.create
    - iConomy.accounts.empty
    - iConomy.accounts.give
    - iConomy.accounts.purge
    - iConomy.accounts.remove
    - iConomy.accounts.set
    - iConomy.accounts.take
    - iConomy.admin.grant
    - iConomy.admin.hide
    - iConomy.admin.reset
    - iConomy.admin.stats
    - lockette.admin.brea
    - lockette.admin.bypass
    - lockette.admin.create.*
    - lockette.admin.reload
    - lockette.admin.snoop
    - worldguard.fire-toggle.*
    - worldguard.fire-toggle.*
    - worldguard.halt-activity
    - worldguard.halt-activity
    - worldguard.locate
    - worldguard.region.addmember.*
    - worldguard.region.addmember.member.*
    - worldguard.region.addmember.own.*
    - worldguard.region.addowner.*
    - worldguard.region.addowner.member.*
    - worldguard.region.addowner.own.*
    - worldguard.region.claim
    - worldguard.region.define
    - worldguard.region.info.*
    - worldguard.region.info.*
    - worldguard.region.info.member
    - worldguard.region.info.member.*
    - worldguard.region.info.own
    - worldguard.region.info.own.*
    - worldguard.region.redefine.own.*
    - worldguard.region.removeowner.*
    - worldguard.region.removeowner.member.*
    - worldguard.region.removeowner.own.*
    - worldguard.region.select.*
    - worldguard.region.select.<region>
    - worldguard.region.select.member.*
    - worldguard.region.select.member.<region>
    - worldguard.region.select.own.*
    - worldguard.region.select.own.<region>
    - worldguard.region.wand
    - worldguard.stack
    - worldguard.stack.damaged
    - worldguard.stack.illegitimate
  Fondateur:
    prefix: '&4[Fondateur] &r'
    default: false
    build: true
    inheritance:
     - Admin
    permissions:
    - '*'

Merci de me dire le problème dans mon code ;)
 
Visiblement cela ne vient pas du code. Il semblerait que le plugin ne soit tout simplement activé. Tu es sous quelle plate-forme ? Quelle version de Java et de ta plate-forme ? Est-ce que tu as des logs ? :)

AlexFatta
 
Salut,

- essentials.jail.allow.<command>
Quand il y a des crochets comme ceci: < ... >
Cela signifie que c'est une valeur à remplacer... Cette permission permet d'activer une certaine commande.
Par exemple pour activer le /spawn, on mettra:
Code:
- essentials.jail.allow.spawn

- worldguard.region.select.<region>
Pareil ici mais avec la région


Cordialement,
Detoble36
 
Bonjour comment je peut faire pour activer permissionsEx sur mon serveur?
 
Je suis sur serveur omgserv comment je fait pour voir la versions java du serveur Ps: mon pc java 8

Voici les logs du serveur

Code:
[15:48:15] [Server thread/INFO]: Starting minecraft server version 1.10.2
[15:48:15] [Server thread/INFO]: Loading properties
[15:48:15] [Server thread/INFO]: Default game type: SURVIVAL
[15:48:16] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-1e4dd71-4db0855 (MC: 1.10.2) (Implementing API version 1.10.2-R0.1-SNAPSHOT)
[15:48:16] [Server thread/INFO]: Server Ping Player Sample Count: 12
[15:48:16] [Server thread/INFO]: Using 4 threads for Netty based IO
[15:48:16] [Server thread/INFO]: Debug logging is disabled
[15:48:16] [Server thread/INFO]: Generating keypair
[15:48:16] [Server thread/INFO]: Starting Minecraft server on 62.210.45.121:10117
[15:48:16] [Server thread/INFO]: Using epoll channel type
[15:48:16] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[15:48:16] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.5;4651611
[15:48:16] [Server thread/INFO]: [Orebfuscator4] Loading Orebfuscator4 v4.1.4
[15:48:16] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
[15:48:16] [Server thread/INFO]: [iConomy] Loading iConomy v7.0.6
[15:48:16] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v2.5.5
[15:48:16] [Server thread/INFO]: [Lockette] Loading Lockette v1.8.23
[15:48:16] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
[15:48:16] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.3-SNAPSHOT;c904242
[15:48:16] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
[15:48:16] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b463
[15:48:16] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.0.1-b463
[15:48:16] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.0.1-b463
[15:48:16] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.0.1-b463
[15:48:16] [Server thread/INFO]: [Jobs] Loading Jobs v3.7.7
[15:48:16] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.0.1-b463
[15:48:16] [Server thread/INFO]: [Orebfuscator4] Enabling Orebfuscator4 v4.1.4
[15:48:16] [Server thread/INFO]: [OFC] ProtocolLib is not found! Plugin cannot be enabled.
[15:48:16] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
[15:48:16] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[15:48:16] [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.
[15:48:16] [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!
[15:48:16] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
[15:48:16] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
[15:48:16] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[15:48:16] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[15:48:16] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[15:48:16] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
[15:48:16] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[15:48:16] [Server thread/INFO]: Preparing level "surviecheat"
[15:48:16] [Server thread/INFO]: -------- World Settings For [surviecheat] --------
[15:48:16] [Server thread/INFO]: Item Despawn Rate: 6000
[15:48:16] [Server thread/INFO]: Item Merge Radius: 2.5
[15:48:16] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[15:48:16] [Server thread/INFO]: Arrow Despawn Rate: 1200
[15:48:16] [Server thread/INFO]: View Distance: 10
[15:48:16] [Server thread/INFO]: Cactus Growth Modifier: 100%
[15:48:16] [Server thread/INFO]: Cane Growth Modifier: 100%
[15:48:16] [Server thread/INFO]: Melon Growth Modifier: 100%
[15:48:16] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[15:48:16] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[15:48:16] [Server thread/INFO]: Sapling Growth Modifier: 100%
[15:48:16] [Server thread/INFO]: Wheat Growth Modifier: 100%
[15:48:16] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[15:48:16] [Server thread/INFO]: Vine Growth Modifier: 100%
[15:48:16] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[15:48:16] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[15:48:16] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[15:48:16] [Server thread/INFO]: Mob Spawn Range: 4
[15:48:16] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[15:48:16] [Server thread/INFO]: Random Lighting Updates: false
[15:48:16] [Server thread/INFO]: Structure Info Saving: true
[15:48:16] [Server thread/INFO]: Max Entity Collisions: 8
[15:48:16] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[15:48:16] [Server thread/INFO]: Max TNT Explosions: 100
[15:48:16] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[15:48:16] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[15:48:16] [Server thread/INFO]: Experience Merge Radius: 3.0
[15:48:16] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[15:48:17] [Server thread/INFO]: -------- World Settings For [surviecheat_nether] --------
[15:48:17] [Server thread/INFO]: Item Despawn Rate: 6000
[15:48:17] [Server thread/INFO]: Item Merge Radius: 2.5
[15:48:17] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[15:48:17] [Server thread/INFO]: Arrow Despawn Rate: 1200
[15:48:17] [Server thread/INFO]: View Distance: 10
[15:48:17] [Server thread/INFO]: Cactus Growth Modifier: 100%
[15:48:17] [Server thread/INFO]: Cane Growth Modifier: 100%
[15:48:17] [Server thread/INFO]: Melon Growth Modifier: 100%
[15:48:17] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[15:48:17] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[15:48:17] [Server thread/INFO]: Sapling Growth Modifier: 100%
[15:48:17] [Server thread/INFO]: Wheat Growth Modifier: 100%
[15:48:17] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[15:48:17] [Server thread/INFO]: Vine Growth Modifier: 100%
[15:48:17] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[15:48:17] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[15:48:17] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[15:48:17] [Server thread/INFO]: Mob Spawn Range: 4
[15:48:17] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[15:48:17] [Server thread/INFO]: Random Lighting Updates: false
[15:48:17] [Server thread/INFO]: Structure Info Saving: true
[15:48:17] [Server thread/INFO]: Max Entity Collisions: 8
[15:48:17] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[15:48:17] [Server thread/INFO]: Max TNT Explosions: 100
[15:48:17] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[15:48:17] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[15:48:17] [Server thread/INFO]: Experience Merge Radius: 3.0
[15:48:17] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[15:48:17] [Server thread/INFO]: -------- World Settings For [surviecheat_the_end] --------
[15:48:17] [Server thread/INFO]: Item Despawn Rate: 6000
[15:48:17] [Server thread/INFO]: Item Merge Radius: 2.5
[15:48:17] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[15:48:17] [Server thread/INFO]: Arrow Despawn Rate: 1200
[15:48:17] [Server thread/INFO]: View Distance: 10
[15:48:17] [Server thread/INFO]: Cactus Growth Modifier: 100%
[15:48:17] [Server thread/INFO]: Cane Growth Modifier: 100%
[15:48:17] [Server thread/INFO]: Melon Growth Modifier: 100%
[15:48:17] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[15:48:17] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[15:48:17] [Server thread/INFO]: Sapling Growth Modifier: 100%
[15:48:17] [Server thread/INFO]: Wheat Growth Modifier: 100%
[15:48:17] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[15:48:17] [Server thread/INFO]: Vine Growth Modifier: 100%
[15:48:17] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[15:48:17] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[15:48:17] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[15:48:17] [Server thread/INFO]: Mob Spawn Range: 4
[15:48:17] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[15:48:17] [Server thread/INFO]: Random Lighting Updates: false
[15:48:17] [Server thread/INFO]: Structure Info Saving: true
[15:48:17] [Server thread/INFO]: Max Entity Collisions: 8
[15:48:17] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[15:48:17] [Server thread/INFO]: Max TNT Explosions: 100
[15:48:17] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[15:48:17] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[15:48:17] [Server thread/INFO]: Experience Merge Radius: 3.0
[15:48:17] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[15:48:17] [Server thread/INFO]: Preparing start region for level 0 (Seed: -6635485128783309291)
[15:48:18] [Server thread/INFO]: Preparing spawn area: 22%
[15:48:19] [Server thread/INFO]: Preparing start region for level 1 (Seed: 2169074188820058879)
[15:48:20] [Server thread/INFO]: Preparing spawn area: 90%
[15:48:20] [Server thread/INFO]: Preparing start region for level 2 (Seed: 2169074188820058879)
[15:48:20] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.5;4651611
[15:48:20] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[15:48:20] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_10_R1 as the Bukkit adapter
[15:48:20] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
[15:48:20] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[15:48:20] [Server thread/ERROR]: [PermissionsEx]
========== UNABLE TO LOAD PERMISSIONS BACKEND =========
Your configuration must be fixed before PEX will enable
Details: Error loading permissions file!
=======================================================
ru.tehkode.permissions.exceptions.PermissionBackendException: Error loading permissions file!
    at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:321) ~[PermissionsEx-1.23.4.jar:?]
    at ru.tehkode.permissions.backends.file.FileBackend.<init>(FileBackend.java:120) ~[PermissionsEx-1.23.4.jar:?]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_72]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_72]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_72]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_72]
    at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:392) ~[PermissionsEx-1.23.4.jar:?]
    at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:367) ~[PermissionsEx-1.23.4.jar:?]
    at ru.tehkode.permissions.PermissionManager.createBackend(PermissionManager.java:624) ~[PermissionsEx-1.23.4.jar:?]
    at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:606) ~[PermissionsEx-1.23.4.jar:?]
    at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:693) ~[PermissionsEx-1.23.4.jar:?]
    at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:67) ~[PermissionsEx-1.23.4.jar:?]
    at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:175) [PermissionsEx-1.23.4.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) [spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugin(CraftServer.java:362) [spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:322) [spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:412) [spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:377) [spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:332) [spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:271) [spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72]
Caused by: org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
found character      '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
in 'string', line 79, column 7:
        -     essentials.jail.allow.<command>
          ^

    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:56) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:68) ~[PermissionsEx-1.23.4.jar:?]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:184) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:38) ~[PermissionsEx-1.23.4.jar:?]
    at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:309) ~[PermissionsEx-1.23.4.jar:?]
    ... 23 more
Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token
found character      '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
in 'string', line 79, column 7:
        -     essentials.jail.allow.<command>
          ^

    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:420) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.produce(ParserImpl.java:532) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:198) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:153) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:54) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:68) ~[PermissionsEx-1.23.4.jar:?]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:184) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[spigot-1.10.2.jar:git-Spigot-1e4dd71-4db0855]
    at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:38) ~[PermissionsEx-1.23.4.jar:?]
    at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:309) ~[PermissionsEx-1.23.4.jar:?]
    ... 23 more
[15:48:20] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
[15:48:20] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[15:48:20] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[15:48:20] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[15:48:20] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0.6
[15:48:20] [Server thread/INFO]: [iConomy - April Fools] Enabled (22 ms)
[15:48:20] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
[15:48:20] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
[15:48:20] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v2.5.5
[15:48:20] [Thread-9/INFO]: [iConomy - April Fools] Purged accounts with default balance.
[15:48:20] [Server thread/INFO]: [Lockette] Enabling Lockette v1.8.23
[15:48:20] [Server thread/INFO]: [Lockette] Version 1.8.23 is being enabled!  Yay!  (Core version 1.3.5)
[15:48:20] [Server thread/INFO]: minor >
[15:48:20] [Server thread/INFO]: [Lockette] Detected Bukkit version [v1_10_R1] ok.
[15:48:20] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154]
[15:48:20] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
[15:48:20] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
[15:48:20] [Server thread/INFO]: [Lockette] Using ops file for admin permissions.
[15:48:20] [Server thread/INFO]: [Lockette] Ready to protect your containers.
[15:48:20] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.3-SNAPSHOT;c904242
[15:48:21] [Server thread/INFO]: [WorldGuard] (surviecheat) TNT ignition is PERMITTED.
[15:48:21] [Server thread/INFO]: [WorldGuard] (surviecheat) Lighters are PERMITTED.
[15:48:21] [Server thread/INFO]: [WorldGuard] (surviecheat) Lava fire is blocked.
[15:48:21] [Server thread/INFO]: [WorldGuard] (surviecheat) Fire spread is UNRESTRICTED.
[15:48:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'surviecheat'
[15:48:21] [Server thread/INFO]: [WorldGuard] (surviecheat_nether) TNT ignition is PERMITTED.
[15:48:21] [Server thread/INFO]: [WorldGuard] (surviecheat_nether) Lighters are PERMITTED.
[15:48:21] [Server thread/INFO]: [WorldGuard] (surviecheat_nether) Lava fire is blocked.
[15:48:21] [Server thread/INFO]: [WorldGuard] (surviecheat_nether) Fire spread is UNRESTRICTED.
[15:48:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'surviecheat_nether'
[15:48:21] [Server thread/INFO]: [WorldGuard] (surviecheat_the_end) TNT ignition is PERMITTED.
[15:48:21] [Server thread/INFO]: [WorldGuard] (surviecheat_the_end) Lighters are PERMITTED.
[15:48:21] [Server thread/INFO]: [WorldGuard] (surviecheat_the_end) Lava fire is blocked.
[15:48:21] [Server thread/INFO]: [WorldGuard] (surviecheat_the_end) Fire spread is UNRESTRICTED.
[15:48:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'surviecheat_the_end'
[15:48:21] [Server thread/INFO]: [WorldGuard] Loading region data...
[15:48:21] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
[15:48:21] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver.  See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
[15:48:21] [Server thread/INFO]: creating table 'items'
[15:48:21] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL ,  UNIQUE (`code`))
[15:48:21] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver.  See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
[15:48:21] [Server thread/INFO]: creating table 'accounts'
[15:48:21] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
[15:48:21] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
[15:48:21] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
[15:48:22] [Server thread/INFO]: [ChestShop] Lockette version 1.8.23 loaded.
[15:48:22] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
[15:48:22] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b463
[15:48:22] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[15:48:22] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
[15:48:22] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
[15:48:22] [Server thread/INFO]: Using locale en_US
[15:48:22] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.
[15:48:22] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[15:48:22] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
[15:48:22] [Server thread/INFO]: [Essentials] Payment method found (iConomy version: 6)
[15:48:22] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.0.1-b463
[15:48:22] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.0.1-b463
[15:48:22] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
[15:48:22] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.0.1-b463
[15:48:22] [Server thread/INFO]: [Jobs] Enabling Jobs v3.7.7
[15:48:23] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 8 titles![m
[15:48:23] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 0 restricted areas![m
[15:48:23] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 49 protected blocks timers![m
[15:48:23] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 641 custom item names![m
[15:48:23] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 41 custom entity names![m
[15:48:23] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 27 custom enchant names![m
[15:48:23] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 16 custom color names![m
[15:48:23] [Server thread/INFO]: [0;33;1m[Jobs] 4 shop items loaded![m
[15:48:23] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 9 jobs![m
[15:48:23] [Server thread/INFO]: [0;33;22m[Jobs] Explorer jobs manager are not enabled![m
[15:48:23] [Jobs-DatabaseSaveTask/INFO]: [0;33;1m[Jobs] Started database save task.[m
[15:48:23] [Jobs-BufferedPaymentThread/INFO]: [0;33;1m[Jobs] Started buffered payment thread.[m
[15:48:23] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 0 schedulers![m
[15:48:23] [Server thread/INFO]: [0;33;1m[Jobs] Plugin has been enabled succesfully.[m
[15:48:23] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.0.1-b463
[15:48:23] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[15:48:23] [Server thread/INFO]: Done (6.765s)! For help, type "help" or "?"
[15:48:23] [Server thread/INFO]: Starting GS4 status listener
[15:48:23] [Query Listener #1/INFO]: Query running on 62.210.45.121:10117
[15:48:23] [Server thread/INFO]: [0;33;1m[Jobs] Successfully linked with Vault.[m
[15:48:23] [Craft Scheduler Thread - 4/WARN]: Exception in thread "Craft Scheduler Thread - 4"
[15:48:23] [Craft Scheduler Thread - 6/INFO]: [Vault] Checking for Updates ...
[15:48:23] [Craft Scheduler Thread - 1/INFO]: [0;33;1m[Jobs] Preloaded 3 players data in 0.01[m
[15:48:23] [Craft Scheduler Thread - 4/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 14
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
    at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
    at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

[15:48:24] [Craft Scheduler Thread - 6/INFO]: [Vault] No new version available
[16:03:23] [Craft Scheduler Thread - 10/WARN]: Exception in thread "Craft Scheduler Thread - 10"
[16:03:23] [Craft Scheduler Thread - 10/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 14
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
    at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
    at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

[16:18:24] [Craft Scheduler Thread - 14/WARN]: Exception in thread "Craft Scheduler Thread - 14"
[16:18:24] [Craft Scheduler Thread - 14/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 14
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
    at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
    at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

[16:33:24] [Craft Scheduler Thread - 18/WARN]: Exception in thread "Craft Scheduler Thread - 18"
[16:33:24] [Craft Scheduler Thread - 18/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 14
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
    at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
    at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

[16:48:24] [Craft Scheduler Thread - 24/WARN]: Exception in thread "Craft Scheduler Thread - 24"
[16:48:24] [Craft Scheduler Thread - 24/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 14
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
    at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
    at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

[17:03:24] [Craft Scheduler Thread - 28/WARN]: Exception in thread "Craft Scheduler Thread - 28"
[17:03:24] [Craft Scheduler Thread - 28/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 14
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
    at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
    at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

[17:18:24] [Craft Scheduler Thread - 32/WARN]: Exception in thread "Craft Scheduler Thread - 32"
[17:18:24] [Craft Scheduler Thread - 32/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 14
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
    at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
    at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

[17:33:24] [Craft Scheduler Thread - 36/WARN]: Exception in thread "Craft Scheduler Thread - 36"
[17:33:24] [Craft Scheduler Thread - 36/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 14
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
    at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
    at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

[17:48:24] [Craft Scheduler Thread - 42/WARN]: Exception in thread "Craft Scheduler Thread - 42"
[17:48:24] [Craft Scheduler Thread - 42/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 14
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
    at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
    at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

[18:03:24] [Craft Scheduler Thread - 46/WARN]: Exception in thread "Craft Scheduler Thread - 46"
[18:03:24] [Craft Scheduler Thread - 46/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 14
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
    at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
    at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

[18:18:25] [Craft Scheduler Thread - 50/WARN]: Exception in thread "Craft Scheduler Thread - 50"
[18:18:25] [Craft Scheduler Thread - 50/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 14
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
    at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
    at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

[18:33:25] [Craft Scheduler Thread - 54/WARN]: Exception in thread "Craft Scheduler Thread - 54"
[18:33:25] [Craft Scheduler Thread - 54/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 14
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
    at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
    at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

[18:48:25] [Craft Scheduler Thread - 60/WARN]: Exception in thread "Craft Scheduler Thread - 60"
[18:48:25] [Craft Scheduler Thread - 60/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 14
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
    at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
    at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

[19:03:25] [Craft Scheduler Thread - 64/WARN]: Exception in thread "Craft Scheduler Thread - 64"
[19:03:25] [Craft Scheduler Thread - 64/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 14
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
    at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
    at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

[19:03:45] [User Authenticator #1/INFO]: UUID of player Pixwok is 2d4bef84-fd1b-4db2-85b2-bfc557fca4a5
[19:03:46] [Server thread/INFO]: Pixwok[/90.78.188.232:51372] logged in with entity id 1229 at ([surviecheat]38.53510603262427, 75.29894965603118, -2.7336940789546373)
[19:03:46] [Craft Scheduler Thread - 66/WARN]: Exception in thread "Craft Scheduler Thread - 66"
[19:03:46] [Craft Scheduler Thread - 66/WARN]: org.apache.commons.lang.UnhandledException: Plugin Essentials v2.0.1-b463 generated an exception while executing task 26
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:405)
    at net.milkbowl.vault.permission.plugins.Permission_PermissionsEx.getUser(Permission_PermissionsEx.java:243)
    at net.milkbowl.vault.permission.plugins.Permission_PermissionsEx.getPrimaryGroup(Permission_PermissionsEx.java:264)
    at net.milkbowl.vault.permission.Permission.getPrimaryGroup(Permission.java:738)
    at com.earth2me.essentials.perm.impl.AbstractVaultHandler.getGroup(AbstractVaultHandler.java:33)
    at com.earth2me.essentials.perm.PermissionsHandler.getGroup(PermissionsHandler.java:28)
    at com.earth2me.essentials.User.getGroup(User.java:622)
    at com.earth2me.essentials.textreader.TextInput.<init>(TextInput.java:28)
    at com.earth2me.essentials.EssentialsPlayerListener.delayedJoin(EssentialsPlayerListener.java:209)
    at com.earth2me.essentials.EssentialsPlayerListener$1.run(EssentialsPlayerListener.java:179)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

[19:04:39] [Server thread/INFO]: Pixwok issued server command: /pl
[19:04:45] [Server thread/INFO]: Pixwok issued server command: /pex
[19:07:22] [Server thread/INFO]: Pixwok lost connection: Disconnected
[19:07:22] [Server thread/INFO]: Pixwok left the game
[19:18:25] [Craft Scheduler Thread - 72/WARN]: Exception in thread "Craft Scheduler Thread - 72"
[19:18:25] [Craft Scheduler Thread - 72/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 14
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
    at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
    at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more
 
Dernière édition par un modérateur:
Salut,

Aaaa voila:
Caused by: org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation) in 'string', line 79, column 7: - essentials.jail.allow.<command>
PermissionsEx ne fonctionne pas car il y a une erreur dans ton fichier de config.

Sur une ligne d'ailleurs que je t'avais déjà signalé... C'est chouette de voir que tu ne tiens pas compte de nos remarques mais que tu continues à dire qu'il y a un bug :/

Y a deux problème ici. Le première c'est qu'il y a une tabulation entre le tiret et la permission (c'est ce que dis l'erreur...).
Le second c'est que "<command>" dois être remplacé par la commande que tu veux autorisé dans la prison.


Cordialement,
Detobel36