PEX

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
BigVacken
Příspěvky: 161
Registrován: 28 dub 2013, 08:26
Reputation: 0
Kontaktovat uživatele:

PEX

#1 Příspěvekod BigVacken » 22 čer 2014, 13:37

Server: IP:93.91.250.135:27791

Ahojte
Mám problém s PermissionsEX. Zničeho nic to nedává permisse.
u LWC to píše : Internal Error. Notify an admin immediately: PLAYER_INTERACT
u RESIDENCE to píše : An internal error occurred while attempting to perform this command
u SHOPGUI se nedostanu do obchodu atd..

v logu sem našel jen tuto chybu:
Spoiler: zobrazit

Kód: Vybrat vše

[07:25:34] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.22
[07:25:34] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[07:25:34] [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:331) ~[PermissionsEx.jar:?]
   at ru.tehkode.permissions.backends.file.FileBackend.<init>(FileBackend.java:119) ~[PermissionsEx.jar:?]
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_60]
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_60]
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_60]
   at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_60]
   at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:372) ~[PermissionsEx.jar:?]
   at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:347) ~[PermissionsEx.jar:?]
   at ru.tehkode.permissions.PermissionManager.createBackend(PermissionManager.java:713) ~[PermissionsEx.jar:?]
   at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:695) ~[PermissionsEx.jar:?]
   at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:772) ~[PermissionsEx.jar:?]
   at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:74) ~[PermissionsEx.jar:?]
   at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:158) [PermissionsEx.jar:?]
   at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugin(CraftServer.java:446) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer.java:380) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at net.minecraft.server.v1_7_R3.MinecraftServer.n(MinecraftServer.java:352) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at net.minecraft.server.v1_7_R3.MinecraftServer.g(MinecraftServer.java:326) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at net.minecraft.server.v1_7_R3.MinecraftServer.a(MinecraftServer.java:282) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:182) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
Caused by: org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
found character    '\t' that cannot start any token
 in "<string>", line 14, column 29:
        - spawnerchangergui.open   
                                ^

   at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:62) ~[PermissionsEx.jar:?]
   at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:32) ~[PermissionsEx.jar:?]
   at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:319) ~[PermissionsEx.jar:?]
   ... 23 more
Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token; found character    '\t' that cannot start any token
   at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:358) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.produce(ParserImpl.java:537) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.yaml.snakeyaml.Yaml.load(Yaml.java:399) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:62) ~[PermissionsEx.jar:?]
   at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:32) ~[PermissionsEx.jar:?]
   at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:319) ~[PermissionsEx.jar:?]
   ... 23 more
[07:25:34] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.22
[07:25:34] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[07:25:34] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[07:25:34] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[07:25:34] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9
[07:25:34] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[07:25:34] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[07:25:34] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[07:25:34] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[07:25:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[07:25:34] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[07:25:34] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[07:25:34] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[07:25:34] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[07:25:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[07:25:34] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[07:25:34] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[07:25:34] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[07:25:34] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[07:25:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[07:25:34] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world'
[07:25:34] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
[07:25:34] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
[07:25:34] [Server thread/INFO]: [PermissionsExTabColors] Enabling PermissionsExTabColors v1.7
[07:25:34] [Server thread/ERROR]: Error occurred while enabling PermissionsExTabColors v1.7 (Is it up to date?)
java.lang.ExceptionInInitializerError
   at com.ohqcraft.PEXTabColors.Config.update(Config.java:13) ~[?:?]
   at com.ohqcraft.PEXTabColors.PEXTabColors.onEnable(PEXTabColors.java:20) ~[?:?]
   at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugin(CraftServer.java:446) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer.java:380) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at net.minecraft.server.v1_7_R3.MinecraftServer.n(MinecraftServer.java:352) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at net.minecraft.server.v1_7_R3.MinecraftServer.g(MinecraftServer.java:326) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at net.minecraft.server.v1_7_R3.MinecraftServer.a(MinecraftServer.java:282) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:182) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
   at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
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:332) ~[?:?]
   at com.ohqcraft.PEXTabColors.Pex.<clinit>(Pex.java:14) ~[?:?]
   ... 13 more


Díky za pomoc
93.91.250.135:27791
http://www.metalcraft.4fan.cz
Anarchy server !

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: PEX

#2 Příspěvekod nejento » 22 čer 2014, 13:38

Dej sem permissions.yml do Code a Spoileru.
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/

BigVacken
Příspěvky: 161
Registrován: 28 dub 2013, 08:26
Reputation: 0
Kontaktovat uživatele:

Re: PEX

#3 Příspěvekod BigVacken » 22 čer 2014, 14:48

Tady
Spoiler: zobrazit

Kód: Vybrat vše

groups:
  default:
    default: true
    prefix: '&7[&8Hrac&7]&f '
    options:
      rank: '1000'
    permissions:
    - -bukkit.command.plugins
    - shop.buy
    - spawnerchangergui.edit.creeper
    - spawnerchangergui.edit.skeleton
    - spawnerchangergui.edit.spider
    - spawnerchangergui.edit.zombie
    - spawnerchangergui.open   
    - spawnerchangergui.edit.slime
    - spawnerchangergui.openonclick
    - spawnerchangergui.recoveronbreak
    - spawnerchangergui.edit.pigman
    - spawnerchangergui.edit.cspider
    - spawnerchangergui.edit.blaze
    - spawnerchangergui.edit.pig
    - spawnerchangergui.edit.sheep
    - spawnerchangergui.edit.cow
    - spawnerchangergui.edit.chicken
    - spawnerchangergui.edit.horse
    - spawnerchangergui.edit.villager
    - shop.tab.0
    - shop.tab.1
    - shop.tab.2
    - shop.tab.3
    - shop.tab.4
    - shop.tab.5
    - shop.tab.6
    - shop.tab.7
    - shop.tab.8
    - shop.tab.9
    - shop.tab.10
    - shop.tab.11
    - shop.tab.12
    - shop.tab.13
    - shop.tab.14
    - shop.tab.15
    - shop.tab.16
    - arena.spleef.join
    - spleef.join
    - war.player
    - fd.broadcast
    - authme.player.*
    - horses.command.buy
    - horses.command.delete
    - horses.command.summon
    - horses.command.dismiss
    - horses.command.heal
    - horses.command.rename
    - horses.command.lis
    - killermoney.getcash
    - mobarena.use.join
    - mobarena.use.leave
    - mobarena.use.spectate
    - mobarena.use.arenalist
    - mobarena.use.playerlist
    - paintball.general
    - mcmmo.skills.repair
    - group.default
    - automessage.receive.default
    - dynmap.show.self
    - dynmap.hide.self
    - essentials.kits.tools
    - essentials.kit
    - essentials.signs.use.*
    - essentials.geoip.show
    - essentials.ping
    - essentials.motd
    - essentials.spawn
    - essentials.warp
    - essentials.warp.list
    - essentials.warps.*
    - essentials.warps
    - essentials.tpdeny
    - essentials.tpaccept
    - essentials.tpa
    - essentials.home
    - essentials.sethome
    - essentials.delhome
    - essentials.ignore
    - essentials.list
    - essentials.signs.use
    - essentials.msg
    - essentials.rules
    - essentials.help
    - essentials.kit.Tools
    - essentials.helpop
    - ChestShop.shop.*
    - iConomy.holdings
    - iConomy.help
    - iConomy.payment
    - mailbox.user.*
    - modifyworld.*
    - reportrts.command.modreq
    - residence.create
users:
  8fb74ba0-1467-30d5-b2bc-5cab1d8881c8:
    group:
    - default
    options:
      name: TheBigVacken
93.91.250.135:27791
http://www.metalcraft.4fan.cz
Anarchy server !

Uživatelský avatar
panChemicky
Příspěvky: 1737
Věk: 34
Registrován: 07 čer 2013, 12:32
Reputation: 1
Bydliště: Cheb
Kontaktovat uživatele:

Re: PEX

#4 Příspěvekod panChemicky » 22 čer 2014, 16:04

Permisse, máš v pořádku. Nedával jsi teď nějak novou verzi? Zkoušel jsi jinou?

Při načtení ti ten error píše

Kód: Vybrat vše

Error loading permissions file!

V překladu "chyba při načtení permissí"
ObrázekObrázek

BigVacken
Příspěvky: 161
Registrován: 28 dub 2013, 08:26
Reputation: 0
Kontaktovat uživatele:

Re: PEX

#5 Příspěvekod BigVacken » 22 čer 2014, 16:45

Mám verzi 1.7.9
Pluginy mám všechny na nejnovější verzi

-- 22 čer 2014, 17:53 --

Takže server jsem dal na 1.7.2 a dal tam PEX na 1.7.2 a ani tam to nefunguje. Je možná, že v tom dělá bordel nějaký jiný plugin ?
Napíšu vám sem pluginy, které tam mám.

Kód: Vybrat vše

[12:52:17 INFO]: Plugins (30): NoCheatPlus, WorldEdit, EssentialPads, SetMotd, Vault, PermissionsEx, LWC, WorldGuard, PermissionsExTabColors, HeroicDeathPlus, AutoMessage, TNTRun, GUIShop, UUIDCollector, CoreProtect, CraftBook, EggCatcher, MobArena, Essentials, Jobs, EssentialsProtect, EssentialsSpawn, SpawnerChangerGUI, KillerMoney, EchoPet, EssentialsChat, Residence, ResidenceSigns, ChestShop, AuthMe
93.91.250.135:27791
http://www.metalcraft.4fan.cz
Anarchy server !

Uživatelský avatar
panChemicky
Příspěvky: 1737
Věk: 34
Registrován: 07 čer 2013, 12:32
Reputation: 1
Bydliště: Cheb
Kontaktovat uživatele:

Re: PEX

#6 Příspěvekod panChemicky » 22 čer 2014, 19:07

Dej sem ještě jednou server.log

a na co tenhle plugin PermissionsExTabColors, když to zvládá essentials?
ObrázekObrázek

BigVacken
Příspěvky: 161
Registrován: 28 dub 2013, 08:26
Reputation: 0
Kontaktovat uživatele:

Re: PEX

#7 Příspěvekod BigVacken » 22 čer 2014, 19:11

Spoiler: zobrazit

Kód: Vybrat vše

[12:53:02] [Server thread/INFO]: Starting minecraft server version 1.7.2
[12:53:02] [Server thread/INFO]: Loading properties
[12:53:02] [Server thread/INFO]: Default game type: SURVIVAL
[12:53:02] [Server thread/INFO]: Generating keypair
[12:53:02] [Server thread/INFO]: Starting Minecraft server on 93.91.250.135:27791
[12:53:02] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.3-SNAPSHOT)
[12:53:03] [Thread-7/INFO]: ----- Bukkit Auto Updater -----
[12:53:03] [Thread-7/INFO]: It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
[12:53:03] [Thread-7/INFO]: If you would like to be kept informed about new Development Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'dev'.
[12:53:03] [Thread-7/INFO]: With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
[12:53:03] [Thread-7/INFO]: If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
[12:53:03] [Thread-7/INFO]: ----- ------------------- -----
[12:53:04] [Server thread/ERROR]: Could not load 'plugins/DisguiseCraft.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R3/Packet
   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:313) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:236) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:350) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:312) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R3/Packet
   at java.lang.Class.forName0(Native Method) ~[?:1.7.0_60]
   at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_60]
   at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   ... 9 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_7_R3.Packet
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_60]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_60]
   at java.lang.Class.forName0(Native Method) ~[?:1.7.0_60]
   at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_60]
   at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   ... 9 more
[12:53:05] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.10.12-RC-sMD5NET-b700
[12:53:05] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.2
[12:53:05] [Server thread/INFO]: [EssentialPads] Loading EssentialPads v1.5.1
[12:53:05] [Server thread/INFO]: [SetMotd] Loading SetMotd v0.2
[12:53:05] [Server thread/INFO]: [Vault] Loading Vault v1.4.1-b436
[12:53:05] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.21.3
[12:53:05] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
[12:53:05] [Server thread/INFO]: [LWC] Loading LWC v4.5.0-SNAPSHOT
[12:53:05] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.9
[12:53:05] [Server thread/INFO]: [PermissionsExTabColors] Loading PermissionsExTabColors v1.7
[12:53:05] [Server thread/INFO]: [HeroicDeathPlus] Loading HeroicDeathPlus v2.5
[12:53:05] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v2.5.0
[12:53:05] [Server thread/INFO]: [TNTRun] Loading TNTRun v3.2.dev
[12:53:05] [Server thread/INFO]: [GUIShop] Loading GUIShop v2.1
[12:53:05] [Server thread/INFO]: [UUIDCollector] Loading UUIDCollector v1.0
[12:53:05] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.0.9
[12:53:05] [Server thread/INFO]: [CraftBook] Loading CraftBook v3.9-SNAPSHOT:3825-c98139b,master
[12:53:05] [Server thread/INFO]: [EggCatcher] Loading EggCatcher v2.1.1
[12:53:05] [Server thread/INFO]: [MobArena] Loading MobArena v0.96.5
[12:53:05] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
[12:53:05] [Server thread/INFO]: [Jobs] Loading Jobs v2.11.4
[12:53:05] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.13.1
[12:53:05] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
[12:53:05] [Server thread/INFO]: [SpawnerChangerGUI] Loading SpawnerChangerGUI v1.2.3
[12:53:05] [Server thread/INFO]: [KillerMoney] Loading KillerMoney v2.04
[12:53:05] [Server thread/INFO]: [EchoPet] Loading EchoPet v2.4.0-SNAPSHOT-b460
[12:53:05] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1
[12:53:05] [Server thread/INFO]: [Residence] Loading Residence v2.6.6.6
[12:53:05] [Server thread/INFO]: [ResidenceSigns] Loading ResidenceSigns v2.9
[12:53:05] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.7.9
[12:53:05] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.4
[12:53:05] [Server thread/INFO]: [Vault] Enabling Vault v1.4.1-b436
[12:53:05] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[12:53:05] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[12:53:05] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[12:53:05] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[12:53:05] [Server thread/INFO]: [Vault] Enabled Version 1.4.1-b436
[12:53:05] [Server thread/INFO]: [LWC] Enabling LWC v4.5.0-SNAPSHOT
[12:53:06] [Server thread/INFO]: [LWC] Connecting to SQLite
[12:53:06] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[12:53:06] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[12:53:06] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[12:53:06] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[12:53:06] [Server thread/INFO]: Preparing level "world"
[12:53:06] [Server thread/INFO]: Preparing start region for level 0 (Seed: -7516318830365584893)
[12:53:07] [Server thread/INFO]: Preparing spawn area: 50%
[12:53:08] [Server thread/INFO]: Preparing start region for level 1 (Seed: -7516318830365584893)
[12:53:09] [Server thread/INFO]: Preparing spawn area: 82%
[12:53:09] [Server thread/INFO]: Preparing start region for level 2 (Seed: -7516318830365584893)
[12:53:10] [Server thread/INFO]: Preparing spawn area: 58%
[12:53:10] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.10.12-RC-sMD5NET-b700
[12:53:10] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.7.2 / CB2922
[12:53:10] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
[12:53:10] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
[12:53:10] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
[12:53:11] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
[12:53:11] [Server thread/INFO]: [NoCheatPlus] Version 3.10.12-RC-sMD5NET-b700 is enabled.
[12:53:11] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.2
[12:53:11] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[12:53:11] [Server thread/INFO]: [EssentialPads] Enabling EssentialPads v1.5.1
[12:53:11] [Server thread/INFO]: [EssentialPads] EssentialPads enabled!
[12:53:11] [Server thread/INFO]: [SetMotd] Enabling SetMotd v0.2
[12:53:11] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.21.3
[12:53:12] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[12:53:12] [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:261) ~[PermissionsEx.jar:?]
   at ru.tehkode.permissions.backends.file.FileBackend.<init>(FileBackend.java:71) ~[PermissionsEx.jar:?]
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_60]
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_60]
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_60]
   at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_60]
   at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:260) ~[PermissionsEx.jar:?]
   at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:235) ~[PermissionsEx.jar:?]
   at ru.tehkode.permissions.PermissionManager.createBackend(PermissionManager.java:694) ~[PermissionsEx.jar:?]
   at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:676) ~[PermissionsEx.jar:?]
   at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:752) ~[PermissionsEx.jar:?]
   at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:72) ~[PermissionsEx.jar:?]
   at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:159) [PermissionsEx.jar:?]
   at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:389) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:439) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:375) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
Caused by: org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
found character    '\t' that cannot start any token
 in "<string>", line 14, column 29:
        - spawnerchangergui.open   
                                ^

   at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:62) ~[PermissionsEx.jar:?]
   at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:149) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:114) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:32) ~[PermissionsEx.jar:?]
   at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:251) ~[PermissionsEx.jar:?]
   ... 23 more
Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token; found character    '\t' that cannot start any token
   at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:358) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.produce(ParserImpl.java:537) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.yaml.snakeyaml.Yaml.load(Yaml.java:399) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:62) ~[PermissionsEx.jar:?]
   at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:149) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:114) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:32) ~[PermissionsEx.jar:?]
   at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:251) ~[PermissionsEx.jar:?]
   ... 23 more
[12:53:12] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.21.3
[12:53:12] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[12:53:12] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[12:53:12] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[12:53:12] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9
[12:53:12] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[12:53:12] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[12:53:12] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[12:53:12] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[12:53:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[12:53:12] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[12:53:12] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[12:53:12] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[12:53:12] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[12:53:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[12:53:12] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[12:53:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[12:53:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[12:53:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[12:53:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[12:53:12] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world'
[12:53:12] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
[12:53:12] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
[12:53:12] [Server thread/INFO]: [PermissionsExTabColors] Enabling PermissionsExTabColors v1.7
[12:53:12] [Server thread/ERROR]: Error occurred while enabling PermissionsExTabColors v1.7 (Is it up to date?)
java.lang.ExceptionInInitializerError
   at com.ohqcraft.PEXTabColors.Config.update(Config.java:13) ~[?:?]
   at com.ohqcraft.PEXTabColors.PEXTabColors.onEnable(PEXTabColors.java:20) ~[?:?]
   at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:389) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:439) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:375) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
   at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
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:317) ~[?:?]
   at com.ohqcraft.PEXTabColors.Pex.<clinit>(Pex.java:14) ~[?:?]
   ... 13 more
[12:53:12] [Server thread/INFO]: [HeroicDeathPlus] Enabling HeroicDeathPlus v2.5
[12:53:12] [Server thread/INFO]: [HeroicDeathPlus] 2.5 enabled.
[12:53:12] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v2.5.0
[12:53:12] [Server thread/INFO]: [TNTRun] Enabling TNTRun v3.2.dev
[12:53:12] [Server thread/INFO]: [GUIShop] Enabling GUIShop v2.1
[12:53:12] [Server thread/INFO]: [UUIDCollector] Enabling UUIDCollector v1.0
[12:53:12] [Server thread/INFO]: [UUIDCollector] ----------------------------------------
[12:53:12] [Server thread/INFO]: [UUIDCollector] Starting to collect player uuids for connecting players ...
[12:53:12] [Server thread/INFO]: [UUIDCollector] The uuids which are collected now will be used later to convert old player data.
[12:53:12] [Server thread/INFO]: [UUIDCollector] Make sure that you have selected the correct online mode for your server, because uuids for offline and online mode servers don't match.
[12:53:12] [Server thread/INFO]: [UUIDCollector] If your server uses BungeeCoord then you might want to make sure that players have the correct uuids (I think spigot has some setting to pass uuids from the proxy to the server).
[12:53:12] [Server thread/INFO]: [UUIDCollector] We will store all uuids for a playername (which can be multiple after name changing has been enabled and players switch names),but will later probably only use the first uuid, of the first player which joined with that name.
[12:53:12] [Server thread/INFO]: [UUIDCollector] So you might also want to let your players know that if they plan to change their name later, they should join at least once before name changing gets enabled in order to 'reserve' their old name for later player-data-conversion (so that not somebody else gets their old data assigned later).
[12:53:12] [Server thread/INFO]: [UUIDCollector] Also don't wonder: player uuids won't get written to file immediately but only every 5 minutes and when the plugin/the server shuts down.
[12:53:12] [Server thread/INFO]: [UUIDCollector] ----------------------------------------
[12:53:12] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.0.9
[12:53:12] [Server thread/INFO]: CoreProtect version 2.0.9 is enabled!
[12:53:12] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[12:53:13] [Server thread/INFO]: [CraftBook] Enabling CraftBook v3.9-SNAPSHOT:3825-c98139b,master
[12:53:13] [Server thread/INFO]: [CraftBook] Loading persistent data from YAML!
[12:53:13] [Server thread/INFO]: [CraftBook] Enumerating chunks for self-triggered components...
[12:53:13] [Server thread/INFO]: [CraftBook] 1875 chunk(s) for 3 world(s) processed (39ms elapsed)
[12:53:15] [Server thread/INFO]: [CraftBook] CraftBook v3.9 Beta 1 is the latest version available, and the updatability of it is: UPDATE_AVAILABLE. You currently have version CraftBook v3.9 Beta 1 installed.
[12:53:15] [Server thread/INFO]: [EggCatcher] Enabling EggCatcher v2.1.1
[12:53:15] [Server thread/INFO]: [MobArena] Enabling MobArena v0.96.5
[12:53:15] [Server thread/INFO]: [MobArena] Vault found; economy rewards enabled.
[12:53:15] [Server thread/INFO]: [MobArena] Loaded arena 'default'
[12:53:15] [Server thread/INFO]: [MobArena] v0.96.5 enabled.
[12:53:15] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
[12:53:16] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[12:53:16] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
[12:53:16] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
[12:53:16] [Server thread/INFO]: [Jobs] Enabling Jobs v2.11.4
[12:53:16] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task
[12:53:16] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread
[12:53:16] [Server thread/INFO]: [Jobs] Plugin has been enabled succesfully.
[12:53:16] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.13.1
[12:53:16] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
[12:53:16] [Server thread/INFO]: [SpawnerChangerGUI] Enabling SpawnerChangerGUI v1.2.3
[12:53:16] [Server thread/INFO]: [SpawnerGUI] Vault hooked.
[12:53:16] [Server thread/INFO]: [SpawnerChangerGUI] WorldGuard hooked.
[12:53:16] [Server thread/INFO]: [SpawnerChangerGUI] - Enabled!
[12:53:16] [Server thread/INFO]: [KillerMoney] Enabling KillerMoney v2.04
[12:53:16] [Server thread/INFO]: [KillerMoney] Locale: en
[12:53:16] [Server thread/INFO]: [KillerMoney] Vault initialized
[12:53:16] [Server thread/INFO]: [KillerMoney] Metrics initialized
[12:53:16] [Server thread/INFO]: [KillerMoney] MobArena initialized
[12:53:17] [Server thread/INFO]: [KillerMoney] Update not found
[12:53:17] [Server thread/INFO]: [EchoPet] Enabling EchoPet v2.4.0-SNAPSHOT-b460
[12:53:17] [Server thread/INFO]: [EchoPet] [WorldGuard] Successfully hooked
[12:53:18] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1
[12:53:18] [Server thread/INFO]: [Residence] Enabling Residence v2.6.6.6
[12:53:18] [Server thread/INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
[12:53:18] [Server thread/INFO]: [Residence] Failed to update language file: German.yml
[12:53:18] [Server thread/INFO]: [Residence] Failed to update language file: French.yml
[12:53:18] [Server thread/INFO]: [Residence] Failed to update language file: Hungarian.yml
[12:53:18] [Server thread/INFO]: [Residence] Failed to update language file: Spanish.yml
[12:53:18] [Server thread/INFO]: [Residence] Failed to update language file: Chinese.yml
[12:53:18] [Server thread/INFO]: [Residence] Failed to update language file: Brazilian.yml
[12:53:18] [Server thread/INFO]: [Residence] Scanning for economy systems...
[12:53:18] [Server thread/INFO]: [Residence] Found Vault using economy system: Essentials Economy
[12:53:18] [Server thread/INFO]: [Residence] Found WorldEdit
[12:53:18] [Server thread/INFO]: [Residence] Enabled! Version 2.6.6.6 by bekvon
[12:53:18] [Server thread/INFO]: [ResidenceSigns] Enabling ResidenceSigns v2.9
[12:53:18] [Server thread/INFO]: [ResidenceSigns] Successfully Enabled.
[12:53:18] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.7.9
[12:53:18] [Server thread/INFO]: [ChestShop] LWC version 4.5.0-SNAPSHOT loaded.
[12:53:18] [Server thread/INFO]: [ChestShop] Residence version 2.6.6.6 loaded.
[12:53:18] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
[12:53:19] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.4
[12:53:19] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[12:53:19] [Server thread/INFO]: [AuthMe] Set Language: en
[12:53:19] [Server thread/INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
[12:53:19] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin
[12:53:19] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
[12:53:19] [Server thread/INFO]: [AuthMe] LICENSE : This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
[12:53:19] [Server thread/INFO]: [AuthMe] Authme 3.4 enabled
[12:53:19] [Server thread/WARN]: Server permissions file permissions.yml is not valid YAML: while scanning for the next token
found character    '\t' that cannot start any token
 in "<reader>", line 14, column 29:
        - spawnerchangergui.open   
                                ^

[12:53:19] [Server thread/INFO]: Done (13.529s)! For help, type "help" or "?"
[12:53:19] [Server thread/INFO]: [Jobs] [Jobs] Successfully linked with Vault.
[12:53:19] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
[12:53:20] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
[12:53:20] [Server thread/INFO]: Accepted EditSessionFactory of type net.coreprotect.worldedit.CoreProtectEditSessionFactory from net.coreprotect.worldedit
[12:53:20] [pool-3-thread-6/INFO]: [Vault] Checking for Updates:
[12:53:20] [pool-3-thread-6/INFO]: [Vault] No new version available
[12:53:20] [Server thread/INFO]: [MobArena] MobArena v0.96.6 is now available!
[12:53:20] [Server thread/INFO]: [MobArena] Your version: v0.96.5
[12:53:21] [Server thread/WARN]: [CraftBook] ?cWarning! You have no mechanics enabled, the plugin will appear to do nothing until a feature is enabled!
[12:53:21] [Server thread/INFO]: [CraftBook] Happy 2nd reddit cakeday me4502!
[12:58:20] [Server thread/WARN]: [CraftBook] ?cWarning! You have no mechanics enabled, the plugin will appear to do nothing until a feature is enabled!
[13:03:20] [Server thread/WARN]: [CraftBook] ?cWarning! You have no mechanics enabled, the plugin will appear to do nothing until a feature is enabled!
[13:08:20] [Server thread/WARN]: [CraftBook] ?cWarning! You have no mechanics enabled, the plugin will appear to do nothing until a feature is enabled!
93.91.250.135:27791
http://www.metalcraft.4fan.cz
Anarchy server !

Uživatelský avatar
panChemicky
Příspěvky: 1737
Věk: 34
Registrován: 07 čer 2013, 12:32
Reputation: 1
Bydliště: Cheb
Kontaktovat uživatele:

Re: PEX

#8 Příspěvekod panChemicky » 22 čer 2014, 19:21

Píše ti to, že by jsi měl před použitím fixnout nějakou chybu a e to prostě nechce načíst. Když dáš na serveru /pl jakou barvu má ten plugin?
Zkoušel jsi si permisse zálohovat, odstranit, zapnout server, znovu nahrát celé permissionsex a pak server znovu restartovat?
ObrázekObrázek

BigVacken
Příspěvky: 161
Registrován: 28 dub 2013, 08:26
Reputation: 0
Kontaktovat uživatele:

Re: PEX

#9 Příspěvekod BigVacken » 22 čer 2014, 20:38

Nahraju .jar soubor, pak restartuji server. Má zelenou, ale jakmile tam dám ty permisse tak tam skočí červená (Po dalším restartu) a nejde vůbec nic.
93.91.250.135:27791
http://www.metalcraft.4fan.cz
Anarchy server !

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: PEX

#10 Příspěvekod nejento » 23 čer 2014, 22:03

Tak latest.log při startu serveru a nastavenými permissiony do Code a Spoileru. A pokud možno, tak rovnou i ty permissions.yml do Code a Spoileru.
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 23 hostů