SkinRestorer

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
MarekBurget

Re: SkinRestorer

#11 Příspěvekod MarekBurget » 22 kvě 2015, 16:35

ProtocolLib si daj do googlu: ProtocolLib 1.8
a nájde niečo hadam, 1.7.9 davaš zbytočne ked skin restorer potrebuje 1.8 ProtocolLib.

Uživatelský avatar
EveryMan
Příspěvky: 133
Registrován: 17 bře 2015, 20:55
Reputation: 0

Re: SkinRestorer

#12 Příspěvekod EveryMan » 22 kvě 2015, 17:21

ok všechny pluginy fungují jenže když napíšu do konzole skin tak vylede toto :

Kód: Vybrat vše

>skin
> [17:21:39 INFO]: This commands are only for players> 
> [17:21:39 WARN]: Unexpected exception while parsing console command "skin"
org.bukkit.command.CommandException: Unhandled exception executing command 'skin' in plugin SkinsRestorer v10.0
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[minecraft_server.jar:git-Bukkit-ee6d0fa]

at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[minecraft_server.jar:git-Bukkit-ee6d0fa]

at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:625) ~[minecraft_server.jar:git-Bukkit-ee6d0fa]

at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchServerCommand(CraftServer.java:611) [minecraft_server.jar:git-Bukkit-ee6d0fa]

at net.minecraft.server.v1_8_R1.DedicatedServer.aM(DedicatedServer.java:320) [minecraft_server.jar:git-Bukkit-ee6d0fa]

at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:285) [minecraft_server.jar:git-Bukkit-ee6d0fa]

at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:609) [minecraft_server.jar:git-Bukkit-ee6d0fa]

at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [minecraft_server.jar:git-Bukkit-ee6d0fa]

at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R1.command.ColouredConsoleSender cannot be cast to org.bukkit.entity.Player
at skinsrestorer.bukkit.commands.PlayerCommands.onCommand(PlayerCommands.java:46) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[minecraft_server.jar:git-Bukkit-ee6d0fa]

... 8 more


A když to napíšu na serveru /skin tak nic.
> [17:21:39 INFO]: This commands are only for players>  Nejde
Pravda zvítězí nad lží a nenávistí

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: SkinRestorer

#13 Příspěvekod Smexhy » 23 kvě 2015, 09:43

> [17:21:39 INFO]: This commands are only for players>

...to nevieš čítať? Je to len pre hráčov. Prečo sem radšej nedáš zas log pri štarte, či plugin nehádže chybu?

Uživatelský avatar
EveryMan
Příspěvky: 133
Registrován: 17 bře 2015, 20:55
Reputation: 0

Re: SkinRestorer

#14 Příspěvekod EveryMan » 23 kvě 2015, 09:56

Spoiler: zobrazit

Kód: Vybrat vše

[05:28:44] [Server thread/INFO]: Starting minecraft server version 1.8
[05:28:44] [Server thread/INFO]: Loading properties
[05:28:44] [Server thread/INFO]: Default game type: SURVIVAL
[05:28:44] [Server thread/INFO]: Generating keypair
[05:28:44] [Server thread/INFO]: Starting Minecraft server on 93.91.250.144:27355
[05:28:45] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-ee6d0fa (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)
[05:28:45] [Server thread/ERROR]: Could not load 'plugins/DisguiseCraft.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R2/Packet
   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[minecraft_server.jar:git-Bukkit-ee6d0fa]
   at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[minecraft_server.jar:git-Bukkit-ee6d0fa]
   at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [minecraft_server.jar:git-Bukkit-ee6d0fa]
   at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:288) [minecraft_server.jar:git-Bukkit-ee6d0fa]
   at org.bukkit.craftbukkit.v1_8_R1.CraftServer.<init>(CraftServer.java:250) [minecraft_server.jar:git-Bukkit-ee6d0fa]
   at net.minecraft.server.v1_8_R1.PlayerList.<init>(PlayerList.java:69) [minecraft_server.jar:git-Bukkit-ee6d0fa]
   at net.minecraft.server.v1_8_R1.DedicatedPlayerList.<init>(SourceFile:14) [minecraft_server.jar:git-Bukkit-ee6d0fa]
   at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:133) [minecraft_server.jar:git-Bukkit-ee6d0fa]
   at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:484) [minecraft_server.jar:git-Bukkit-ee6d0fa]
   at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R2/Packet
   at java.lang.Class.forName0(Native Method) ~[?:1.8.0_45]
   at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_45]
   at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[minecraft_server.jar:git-Bukkit-ee6d0fa]
   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[minecraft_server.jar:git-Bukkit-ee6d0fa]
   ... 9 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R2.Packet
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[minecraft_server.jar:git-Bukkit-ee6d0fa]
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[minecraft_server.jar:git-Bukkit-ee6d0fa]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_45]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_45]
   at java.lang.Class.forName0(Native Method) ~[?:1.8.0_45]
   at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_45]
   at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[minecraft_server.jar:git-Bukkit-ee6d0fa]
   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[minecraft_server.jar:git-Bukkit-ee6d0fa]
   ... 9 more
[05:28:45] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.0;3342-78f975b9
[05:28:45] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
[05:28:45] [Server thread/INFO]: [OpenInv] Loading OpenInv v2.2.9
[05:28:45] [Server thread/INFO]: [AntiCreeper] Loading AntiCreeper v4.17
[05:28:45] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
[05:28:45] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.7.7
[05:28:45] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.3-SNAPSHOT
[05:28:45] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v10.0
[05:28:45] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
[05:28:45] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.2
[05:28:45] [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*!
[05:28:45] [Server thread/INFO]: [TreeAssist] Loading TreeAssist v5.8.89
[05:28:45] [Server thread/INFO]: [Presents] Loading Presents v1.1.1
[05:28:45] [Server thread/INFO]: [ColoredTexts] Loading ColoredTexts v1.4
[05:28:45] [Server thread/INFO]: [Vault] Loading Vault v1.5.3-b37
[05:28:45] [Server thread/INFO]: [ZavAutoMessager] Loading ZavAutoMessager v3.2
[05:28:45] [Server thread/INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3
[05:28:45] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.1.6
[05:28:45] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
[05:28:45] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.7.5
[05:28:45] [Server thread/INFO]: [MarryMe] Loading MarryMe v3.0
[05:28:45] [Server thread/INFO]: [MobArena] Loading MobArena v0.96.9
[05:28:45] [Server thread/INFO]: [Jobs] Loading Jobs v2.12.0
[05:28:45] [Server thread/INFO]: [ScoreboardStats] Loading ScoreboardStats v0.9.1
[05:28:45] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.9
[05:28:45] [Server thread/INFO]: [LWC] Loading LWC v4.5.0-SNAPSHOT
[05:28:45] [Server thread/INFO]: [1vs1] Loading 1vs1 v1.6.1 #211
[05:28:45] [Server thread/INFO]: [GUIShop] Loading GUIShop v2.1
[05:28:45] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.14-SNAPSHOT (build 1195)
[05:28:45] [Server thread/INFO]: [Magic] Loading Magic v4.9.6
[05:28:45] [Server thread/INFO]: [Residence] Loading Residence v2.6.6.7
[05:28:45] [Server thread/INFO]: [ColoredTablist] Loading ColoredTablist v2.1.2
[05:28:45] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.4
[05:28:45] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.3-SNAPSHOT
[05:28:45] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[05:28:45] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v10.0
[05:28:45] [Server thread/INFO]: [Vault] Enabling Vault v1.5.3-b37
[05:28:45] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[05:28:45] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[05:28:45] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[05:28:45] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[05:28:45] [Server thread/INFO]: [Vault] Enabled Version 1.5.3-b37
[05:28:45] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.7.5
[05:28:45] [Server thread/INFO]: [MassiveCore 2.7.5] === ENABLE START ===
[05:28:45] [Server thread/INFO]: [MassiveCore 2.7.5] §eLoading Cachefile datas...
[05:28:45] [Server thread/INFO]: [MassiveCore 2.7.5] §eLoading Onlineplayer datas...
[05:28:45] [Server thread/INFO]: [MassiveCore 2.7.5] §eLoading Registry datas...
[05:28:45] [Server thread/INFO]: [MassiveCore 2.7.5] §eSkipping Dbmojangapi datas since offline mode...
[05:28:45] [Server thread/INFO]: [MassiveCore 2.7.5] §eSaving Cachefile...
[05:28:45] [Server thread/INFO]: [MassiveCore 2.7.5] §eSetup of IdUtil took §d15§ems.
[05:28:45] [Server thread/INFO]: [MassiveCore 2.7.5] §aActivated §eintegration with §dVault
[05:28:45] [Server thread/INFO]: [MassiveCore 2.7.5] === ENABLE §aCOMPLETE §e(Took §d92ms§e) ===
[05:28:45] [Server thread/INFO]: [LWC] Enabling LWC v4.5.0-SNAPSHOT
[05:28:45] [Server thread/INFO]: [LWC] Connecting to SQLite
[05:28:46] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[05:28:46] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[05:28:46] [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.
[05:28:46] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[05:28:46] [Server thread/INFO]: Preparing level "world"
[05:28:46] [Server thread/INFO]: Preparing start region for level 0 (Seed: -4088270094550553228)
[05:28:47] [Server thread/INFO]: Preparing start region for level 1 (Seed: 6059827607089315301)
[05:28:47] [Server thread/INFO]: Preparing start region for level 2 (Seed: 6059827607089315301)
[05:28:47] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.0;3342-78f975b9
[05:28:48] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[05:28:48] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R1 as the Bukkit adapter
[05:28:48] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
[05:28:48] [Server thread/INFO]: [Tim] Unused enchantments: DEPTH_STRIDER(8) LUCK(61) LURE(62) 
[05:28:48] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
[05:28:48] [Server thread/INFO]: [OpenInv] Enabling OpenInv v2.2.9
[05:28:48] [Server thread/INFO]: [AntiCreeper] Enabling AntiCreeper v4.17
[05:28:48] [Server thread/INFO]: [AntiCreeper] brought to you by Filbert66
[05:28:48] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
[05:28:48] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[05:28:48] [Server thread/INFO]: git-Bukkit-ee6d0fa (MC: 1.8)
[05:28:48] [Server thread/INFO]: 1.8-R0.1-SNAPSHOT
[05:28:48] [Server thread/INFO]: Using locale en_US
[05:28:48] [Server thread/INFO]: Using locale en_US
[05:28:48] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[05:28:48] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
[05:28:48] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
[05:28:48] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.7.7
[05:28:48] [Server thread/INFO]: [ClearLag] Loading modules...
[05:28:48] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[05:28:48] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[05:28:48] [Thread-11/INFO]: [ClearLag] Checking for updates...
[05:28:48] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
[05:28:48] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.2
[05:28:48] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[05:28:48] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[05:28:48] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[05:28:48] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[05:28:48] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[05:28:48] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
[05:28:48] [Server thread/INFO]: [TreeAssist] Enabling TreeAssist v5.8.89
[05:28:48] [Server thread/INFO]: [TreeAssist] debugging: off
[05:28:48] [Server thread/INFO]: [Presents] Enabling Presents v1.1.1
[05:28:48] [Server thread/INFO]: [Presents] chest version v1.1.1 enabled!
[05:28:48] [Server thread/INFO]: [ColoredTexts] Enabling ColoredTexts v1.4
[05:28:48] [Server thread/INFO]: ColoredTexts Version 1.4 Has been Enabled!
[05:28:48] [Thread-11/INFO]: [ClearLag] No updates found!
[05:28:48] [Server thread/INFO]: [§bColored§2Texts§r]§e is the most up to date version.
[05:28:48] [Server thread/INFO]: [ZavAutoMessager] Enabling ZavAutoMessager v3.2
[05:28:48] [Server thread/INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3
[05:28:48] [Server thread/INFO]: Starting FakaHedaMinequery server on 93.91.250.144:28355
[05:28:48] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.1.6
[05:28:48] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
[05:28:48] [Server thread/INFO]: = Vault  : Ok. Hooked MyCommand Vault 1.5.3-b37
[05:28:48] [Server thread/INFO]: = Spout  : Not detected BarAPI : Not detected
[05:28:48] [Server thread/INFO]: = Config : Ok
[05:28:48] [Server thread/INFO]: = Custom commands loaded : 32
[05:28:48] [Server thread/INFO]: = Version: 5.1.6
[05:28:48] [Server thread/INFO]: = Author : MRI a.k.a Ivanpro
[05:28:48] [Server thread/INFO]: = Status : Active
[05:28:48] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[05:28:48] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
[05:28:48] [Server thread/INFO]: [MarryMe] Enabling MarryMe v3.0
[05:28:49] [Server thread/INFO]: [MobArena] Enabling MobArena v0.96.9
[05:28:49] [Server thread/INFO]: [MobArena] Vault found; economy rewards enabled.
[05:28:49] [Server thread/INFO]: [MobArena] Loaded arena 'default'
[05:28:49] [Server thread/INFO]: [MobArena] v0.96.9 enabled.
[05:28:49] [Server thread/INFO]: [Jobs] Enabling Jobs v2.12.0
[05:28:49] [Server thread/WARN]: [Jobs] Job Weaponsmith has an invalid fullname property. Skipping job!
[05:28:49] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task
[05:28:49] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread
[05:28:49] [Server thread/INFO]: [Jobs] Plugin has been enabled succesfully.
[05:28:49] [Server thread/INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.9.1
[05:28:49] [Server thread/INFO]: [ScoreboardStats] Registered replacers: [PlayerPingVariable, BukkitGlobalVariables, GeneralVariables, VaultVariables, BukkitVariables]
[05:28:49] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.9
[05:28:49] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
[05:28:49] [Server thread/INFO]: [1vs1] Enabling 1vs1 v1.6.1 #211
[05:28:49] [Server thread/INFO]: [1vs1] Connecting to sqlite database...
[05:28:49] [Server thread/INFO]: [1vs1] Connected!
[05:28:49] [Server thread/INFO]: [1vs1] Connecting to database
[05:28:49] [Server thread/INFO]: [1vs1] Connecting to sqlite database...
[05:28:49] [Server thread/INFO]: [1vs1] Connected!
[05:28:49] [Server thread/INFO]: [1vs1] 1vs1 enabled!
[05:28:49] [Server thread/INFO]: [GUIShop] Enabling GUIShop v2.1
[05:28:49] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.14-SNAPSHOT (build 1195)
[05:28:49] [Server thread/ERROR]: [Citizens] Unable to find Rhino classes - javascript scripts won't see non-CraftBukkit classes
[05:28:49] [Server thread/INFO]: [Magic] Enabling Magic v4.9.6
[05:28:49] [Server thread/INFO]: [Magic] EffectLib initialized
[05:28:49] [Server thread/INFO]: [Magic] Loading config.yml
[05:28:49] [Server thread/INFO]: [Magic]  Based on defaults defaults/config.defaults.yml
[05:28:49] [Server thread/INFO]: [Magic] Wand enchanting is enabled
[05:28:49] [Server thread/INFO]: [Magic] Wand crafting is enabled
[05:28:49] [Server thread/INFO]: [Magic] Wand anvil combining is enabled
[05:28:49] [Server thread/INFO]: [Magic] Wand anvil organizing is enabled
[05:28:49] [Server thread/INFO]: [Magic] Skin-based custom icons enabled
[05:28:49] [Server thread/INFO]: [Magic] Loading messages.yml
[05:28:49] [Server thread/INFO]: [Magic]  Based on defaults defaults/messages.defaults.yml
[05:28:49] [Server thread/INFO]: [Magic] Loading materials.yml
[05:28:49] [Server thread/INFO]: [Magic]  Based on defaults defaults/materials.defaults.yml
[05:28:49] [Server thread/INFO]: [Magic] Loading spells.yml
[05:28:49] [Server thread/INFO]: [Magic]  Based on defaults defaults/spells.defaults.yml
[05:28:50] [Server thread/INFO]: [Magic] Loaded 253 spells
[05:28:50] [Server thread/INFO]: [Magic] Loading enchanting.yml
[05:28:50] [Server thread/INFO]: [Magic]  Based on defaults defaults/enchanting.defaults.yml
[05:28:50] [Server thread/INFO]: [Magic] Loaded 9 enchanting paths
[05:28:50] [Server thread/INFO]: [Magic] Loading wands.yml
[05:28:50] [Server thread/INFO]: [Magic]  Based on defaults defaults/wands.defaults.yml
[05:28:50] [Server thread/INFO]: [Magic] Loaded 74 wands
[05:28:50] [Server thread/INFO]: [Magic] Loading crafting.yml
[05:28:50] [Server thread/INFO]: [Magic]  Based on defaults defaults/crafting.defaults.yml
[05:28:50] [Server thread/INFO]: [Magic] Loaded 21 crafting recipes
[05:28:50] [Server thread/INFO]: [Magic] Integrated with Vault, virtual economy and descriptive item names available
[05:28:50] [Server thread/INFO]: [Magic] Integrating with Essentials for Recall warps
[05:28:50] [Server thread/INFO]: [Magic] dtlTraders not found, will not integrate.
[05:28:50] [Server thread/INFO]: [Magic] Factions not found, will not integrate.
[05:28:50] [Server thread/INFO]: [Magic] WorldGuard not found, region protection and pvp checks will not be used.
[05:28:50] [Server thread/INFO]: [Magic] PreciousStones not found, region protection and pvp checks will not be used.
[05:28:50] [Server thread/INFO]: [Magic] Towny not found, region protection and pvp checks will not be used.
[05:28:50] [Server thread/INFO]: [Magic] Lockette not found, will not integrate.
[05:28:50] [Server thread/INFO]: [Magic] GriefPrevention not found, claim protection will not be used.
[05:28:50] [Server thread/INFO]: [Magic] dynmap not found, not integrating.
[05:28:50] [Server thread/INFO]: [Magic] Activated MCStats
[05:28:50] [Server thread/INFO]: [Magic] Adding crafting recipe for wizardboots
[05:28:50] [Server thread/INFO]: [Magic] Adding crafting recipe for apprenticeboots
[05:28:50] [Server thread/INFO]: [Magic] Adding crafting recipe for flashboots
[05:28:50] [Server thread/INFO]: [Magic] Adding crafting recipe for wizardhelmet
[05:28:50] [Server thread/INFO]: [Magic] Adding crafting recipe for apprenticehelmet
[05:28:50] [Server thread/INFO]: [Magic] Adding crafting recipe for divinghelmet
[05:28:50] [Server thread/INFO]: [Magic] Adding crafting recipe for goggles
[05:28:50] [Server thread/INFO]: [Magic] Disabled default crafting recipe for WOOD_HOE
[05:28:50] [Server thread/INFO]: [Magic] Adding crafting recipe for beginner
[05:28:50] [Server thread/INFO]: [Magic] Adding crafting recipe for rocketboots
[05:28:50] [Server thread/INFO]: [Magic] Disabled default crafting recipe for GOLD_HOE
[05:28:50] [Server thread/INFO]: [Magic] Adding crafting recipe for battle
[05:28:50] [Server thread/INFO]: [Magic] Adding crafting recipe for invisiblecloak
[05:28:50] [Server thread/INFO]: [Magic] Adding crafting recipe for camera
[05:28:50] [Server thread/INFO]: [Magic] Adding crafting recipe for wizardchestplate
[05:28:50] [Server thread/INFO]: [Magic] Adding crafting recipe for apprenticechestplate
[05:28:50] [Server thread/INFO]: [Magic] Adding crafting recipe for magichat
[05:28:50] [Server thread/INFO]: [Magic] Adding crafting recipe for rabbitboots
[05:28:50] [Server thread/INFO]: [Magic] Disabled default crafting recipe for GOLD_SPADE
[05:28:50] [Server thread/INFO]: [Magic] Adding crafting recipe for broomstick
[05:28:50] [Server thread/INFO]: [Magic] Adding crafting recipe for wizardleggings
[05:28:50] [Server thread/INFO]: [Magic] Adding crafting recipe for apprenticeleggings
[05:28:50] [Server thread/INFO]: [Magic] Disabled default crafting recipe for GOLD_AXE
[05:28:50] [Server thread/INFO]: [Residence] Enabling Residence v2.6.6.7
[05:28:50] [Server thread/INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
[05:28:50] [Server thread/INFO]: [Residence] Scanning for economy systems...
[05:28:50] [Server thread/INFO]: [Residence] Found Vault using economy system: Essentials Economy
[05:28:50] [Server thread/INFO]: [Residence] Found WorldEdit
[05:28:50] [Server thread/INFO]: [Residence] Enabled! Version 2.6.6.7 by bekvon
[05:28:50] [Server thread/INFO]: [ColoredTablist] Enabling ColoredTablist v2.1.2
[05:28:50] [Server thread/INFO]: Server not running on 1.7.9-R0.1. Disabling invisibility Feature!
[05:28:50] [Server thread/INFO]: [ColoredTablist] Config loaded
[05:28:50] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.4
[05:28:50] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[05:28:50] [Server thread/INFO]: [AuthMe] Set Language: en
[05:28:50] [Server thread/INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
[05:28:50] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin
[05:28:50] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
[05:28:50] [Server thread/INFO]: [AuthMe] LICENSE : This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
[05:28:50] [Server thread/INFO]: [AuthMe] Authme 3.4 enabled
[05:28:51] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[05:28:51] [Server thread/INFO]: Done (5.205s)! For help, type "help" or "?"
[05:28:51] [Server thread/INFO]: Starting GS4 status listener
[05:28:51] [Server thread/INFO]: Starting remote control listener
[05:28:51] [Query Listener #1/INFO]: Query running on 93.91.250.144:27355
[05:28:51] [Server thread/WARN]: No rcon password set in '/hlserver/27355/server.properties', rcon disabled!
[05:28:51] [Server thread/INFO]: [Jobs] [Jobs] Successfully linked with Vault.
[05:28:51] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.1.10
[05:28:51] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
[05:28:51] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
[05:28:51] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Cachefile datas...
[05:28:51] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Onlineplayer datas...
[05:28:51] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Registry datas...
[05:28:51] [Server thread/INFO]: [MassiveCore 2.7.5] Skipping Dbmojangapi datas since offline mode...
[05:28:51] [Server thread/INFO]: [MassiveCore 2.7.5] Saving Cachefile...
[05:28:51] [Server thread/INFO]: [MassiveCore 2.7.5] Upgrading from player name to player uuid...
[05:28:51] [Server thread/INFO]: [MassiveCore 2.7.5]  ... done!
[05:28:51] [Server thread/INFO]: [MassiveCore 2.7.5] (database saving will now commence which might lock the server for a while)
[05:28:51] [Server thread/INFO]: [Citizens] Loaded 7 NPCs.
[05:28:51] [pool-3-thread-21/INFO]: [Vault] Checking for Updates ...
[05:28:51] [pool-3-thread-10/INFO]: [1vs1] ***** 1vs1 Version Checker *****
[05:28:51] [pool-3-thread-10/INFO]: [1vs1] Stable Build: #211
[05:28:51] [pool-3-thread-10/INFO]: [1vs1] Current Build: #211
[05:28:51] [pool-3-thread-10/INFO]: [1vs1] No new version available
[05:28:51] [pool-3-thread-10/INFO]: [1vs1] *********************************
[05:28:51] [Server thread/INFO]: [Magic] Essentials found, hooked up custom item handler
[05:28:52] [pool-3-thread-21/INFO]: [Vault] No new version available
[05:28:52] [Server thread/INFO]: [Magic] Loading lost wand data
[05:28:52] [Server thread/INFO]: [Magic] Loaded 1 lost wands
[05:28:52] [Server thread/INFO]: [Magic] Loading automata data
[05:28:52] [Server thread/INFO]: [Magic] Loaded 0 automata
[05:28:52] [Server thread/INFO]: [Magic] Loading image map data from imagemaps.yml
[05:28:52] [Server thread/INFO]: [Magic] Loaded 19 image maps
[05:28:52] [Server thread/INFO]: [Magic] Finished loading data.
[05:35:31] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[05:36:31] [Server thread/INFO]: [Uklízečka] Uklizeno 3 bordelu!
[05:43:11] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[05:44:11] [Server thread/INFO]: [Uklízečka] Uklizeno 1 bordelu!
[05:50:51] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[05:51:51] [Server thread/INFO]: [Uklízečka] Uklizeno 1 bordelu!
[05:58:31] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[05:58:52] [pool-3-thread-63/INFO]: [1vs1] ***** 1vs1 Version Checker *****
[05:58:52] [pool-3-thread-63/INFO]: [1vs1] Stable Build: #211
[05:58:52] [pool-3-thread-63/INFO]: [1vs1] Current Build: #211
[05:58:52] [pool-3-thread-63/INFO]: [1vs1] No new version available
[05:58:52] [pool-3-thread-63/INFO]: [1vs1] *********************************
[05:59:31] [Server thread/INFO]: [Uklízečka] Uklizeno 0 bordelu!
[06:06:11] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[06:07:11] [Server thread/INFO]: [Uklízečka] Uklizeno 0 bordelu!
[06:13:51] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[06:14:51] [Server thread/INFO]: [Uklízečka] Uklizeno 1 bordelu!
[06:21:31] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[06:22:31] [Server thread/INFO]: [Uklízečka] Uklizeno 1 bordelu!
[06:28:52] [pool-3-thread-97/INFO]: [1vs1] ***** 1vs1 Version Checker *****
[06:28:52] [pool-3-thread-97/INFO]: [1vs1] Stable Build: #211
[06:28:52] [pool-3-thread-97/INFO]: [1vs1] Current Build: #211
[06:28:52] [pool-3-thread-97/INFO]: [1vs1] No new version available
[06:28:52] [pool-3-thread-97/INFO]: [1vs1] *********************************
[06:29:11] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[06:30:11] [Server thread/INFO]: [Uklízečka] Uklizeno 1 bordelu!
[06:35:31] [Server thread/INFO]: Saving...
[06:35:31] [Server thread/INFO]: Saved the world
[06:35:42] [Server thread/INFO]: Turned off world auto-saving
[06:35:55] [Server thread/INFO]: Turned on world auto-saving
[06:36:51] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[06:37:51] [Server thread/INFO]: [Uklízečka] Uklizeno 1 bordelu!
[06:44:31] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[06:45:31] [Server thread/INFO]: [Uklízečka] Uklizeno 1 bordelu!
[06:52:11] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[06:53:11] [Server thread/INFO]: [Uklízečka] Uklizeno 1 bordelu!
[06:58:52] [pool-3-thread-147/INFO]: [1vs1] ***** 1vs1 Version Checker *****
[06:58:52] [pool-3-thread-147/INFO]: [1vs1] Stable Build: #211
[06:58:52] [pool-3-thread-147/INFO]: [1vs1] Current Build: #211
[06:58:52] [pool-3-thread-147/INFO]: [1vs1] No new version available
[06:58:52] [pool-3-thread-147/INFO]: [1vs1] *********************************
[06:59:51] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[07:00:51] [Server thread/INFO]: [Uklízečka] Uklizeno 1 bordelu!
[07:07:31] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[07:08:31] [Server thread/INFO]: [Uklízečka] Uklizeno 1 bordelu!
[07:15:11] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[07:16:11] [Server thread/INFO]: [Uklízečka] Uklizeno 1 bordelu!
[07:20:29] [Server thread/INFO]: Crimor[/80.87.218.167:57115] logged in with entity id 784 at ([world] 9.027179060577517, 56.0, -860.6868463704957)
[07:20:29] [Server thread/INFO]: [Připojil/a se]Crimor
[07:20:31] [Server thread/INFO]: [ScoreboardStats] Cannot find variable with name: (mob) Maybe you misspelled it or the replacer isnt available yet
[07:20:31] [Server thread/INFO]: [ScoreboardStats] Cannot find variable with name: (deaths) Maybe you misspelled it or the replacer isnt available yet
[07:20:31] [Server thread/INFO]: [ScoreboardStats] Cannot find variable with name: (kills) Maybe you misspelled it or the replacer isnt available yet
[07:20:50] [Server thread/INFO]: [AuthMe] Crimor used the wrong password
[07:20:51] [Server thread/INFO]: §6VIP,VIP+ a Sponzora si muzete koupit na §a/warp VIP
[07:20:59] [Server thread/INFO]: [AuthMe] Set Crimor to gamemode: SURVIVAL
[07:20:59] [Server thread/INFO]: Crimor lost connection: §fLogin Timeout
[07:21:05] [Server thread/INFO]: Crimor[/80.87.218.167:57121] logged in with entity id 905 at ([world] 9.027179060577517, 56.0, -860.6868463704957)
[07:21:06] [Server thread/INFO]: [Připojil/a se]Crimor
[07:21:22] [Server thread/INFO]: [AuthMe] Crimor logged in!
[07:21:38] [Server thread/INFO]: [AuthMe] Crimor changed his password
[07:22:51] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[07:22:59] [Server thread/INFO]: Crimor issued server command: /shop
[07:23:51] [Server thread/INFO]: [Uklízečka] Uklizeno 2 bordelu!
[07:24:38] [Server thread/INFO]: Crimor issued server command: /shop
[07:24:51] [Server thread/INFO]: §dPrivedte své kamarády a získejte odměnu!!
[07:25:36] [Server thread/INFO]: Crimor fell from a high place
[07:26:37] [Server thread/INFO]: Crimor issued server command: /shop
[07:28:51] [Server thread/INFO]: §f§aNa webu se pracuje! Pracovní verze
[07:28:51] [Server thread/INFO]: §fhttp://thronecraft1.webnode.cz
[07:28:52] [pool-3-thread-186/INFO]: [1vs1] ***** 1vs1 Version Checker *****
[07:28:52] [pool-3-thread-186/INFO]: [1vs1] Stable Build: #211
[07:28:52] [pool-3-thread-186/INFO]: [1vs1] Current Build: #211
[07:28:52] [pool-3-thread-186/INFO]: [1vs1] No new version available
[07:28:52] [pool-3-thread-186/INFO]: [1vs1] *********************************
[07:29:06] [Server thread/INFO]: Crimor issued server command: /shop
[07:30:07] [Server thread/INFO]: Crimor issued server command: /home
[07:30:31] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[07:30:50] [Server thread/INFO]: Crimor issued server command: /home
[07:31:22] [Server thread/INFO]: Crimor issued server command: /home
[07:31:30] [Server thread/INFO]: Crimor fell from a high place
[07:31:31] [Server thread/INFO]: [Uklízečka] Uklizeno 34 bordelu!
[07:31:39] [Server thread/INFO]: Crimor issued server command: /shop
[07:31:42] [Server thread/INFO]: Crimor issued server command: /shop
[07:31:47] [Server thread/INFO]: Crimor issued server command: /shop
[07:32:47] [Server thread/INFO]: Crimor issued server command: /home
[07:32:51] [Server thread/INFO]: §6VIP,VIP+ a Sponzora si muzete koupit na §a/warp VIP
[07:34:18] [Server thread/INFO]: Crimor issued server command: /warp xp
[07:35:38] [Server thread/INFO]: Crimor issued server command: /shop
[07:36:51] [Server thread/INFO]: §dPrivedte své kamarády a získejte odměnu!!
[07:38:11] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[07:39:11] [Server thread/INFO]: [Uklízečka] Uklizeno 33 bordelu!
[07:39:32] [Server thread/INFO]: Crimor issued server command: /shop
[07:40:51] [Server thread/INFO]: §f§aNa webu se pracuje! Pracovní verze
[07:40:51] [Server thread/INFO]: §fhttp://thronecraft1.webnode.cz
[07:42:40] [Server thread/INFO]: Crimor issued server command: /home
[07:42:46] [Server thread/INFO]: Crimor issued server command: /shop
[07:42:50] [Server thread/INFO]: Crimor issued server command: /shop
[07:44:29] [Server thread/INFO]: Crimor issued server command: /warp xp
[07:44:51] [Server thread/INFO]: §6VIP,VIP+ a Sponzora si muzete koupit na §a/warp VIP
[07:45:51] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[07:46:51] [Server thread/INFO]: [Uklízečka] Uklizeno 40 bordelu!
[07:48:51] [Server thread/INFO]: §dPrivedte své kamarády a získejte odměnu!!
[07:49:46] [Server thread/INFO]: Crimor issued server command: /shop
[07:50:35] [Server thread/INFO]: Crimor issued server command: /home
[07:51:03] [Server thread/INFO]: Crimor issued server command: /warp xp
[07:52:00] [Server thread/INFO]: Crimor issued server command: /home
[07:52:24] [Server thread/INFO]: Crimor lost connection: Disconnected
[07:52:37] [Server thread/INFO]: Crimor[/80.87.218.167:57177] logged in with entity id 9402 at ([world] 7.5, 56.0, -859.5)
[07:52:37] [Server thread/INFO]: [Připojil/a se]Crimor
[07:52:46] [Server thread/INFO]: [AuthMe] Crimor logged in!
[07:52:51] [Server thread/INFO]: §f§aNa webu se pracuje! Pracovní verze
[07:52:51] [Server thread/INFO]: §fhttp://thronecraft1.webnode.cz
[07:53:06] [Server thread/INFO]: Crimor lost connection: Disconnected
[07:53:17] [Server thread/INFO]: Crimor[/80.87.218.167:57184] logged in with entity id 9530 at ([world] 7.74228965159344, 56.0, -860.1978272322099)
[07:53:17] [Server thread/INFO]: [Připojil/a se]Crimor
[07:53:28] [Server thread/INFO]: [AuthMe] Crimor logged in!
[07:53:31] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[07:54:20] [Server thread/INFO]: Crimor issued server command: /warp xp
[07:54:31] [Server thread/INFO]: [Uklízečka] Uklizeno 24 bordelu!
[07:54:41] [Server thread/INFO]: Crimor issued server command: /warp xp
[07:55:33] [Server thread/INFO]: Crimor lost connection: Disconnected
[07:55:44] [Server thread/INFO]: Crimor[/80.87.218.167:57209] logged in with entity id 9780 at ([world_the_end] 301.5, 1.0, -18.5)
[07:55:44] [Server thread/INFO]: [Připojil/a se]Crimor
[07:55:54] [Server thread/INFO]: [AuthMe] Crimor logged in!
[07:56:51] [Server thread/INFO]: §6VIP,VIP+ a Sponzora si muzete koupit na §a/warp VIP
[07:57:47] [Server thread/INFO]: Crimor lost connection: Disconnected
[07:58:52] [pool-3-thread-226/INFO]: [1vs1] ***** 1vs1 Version Checker *****
[07:58:52] [pool-3-thread-226/INFO]: [1vs1] Stable Build: #211
[07:58:52] [pool-3-thread-226/INFO]: [1vs1] Current Build: #211
[07:58:52] [pool-3-thread-226/INFO]: [1vs1] No new version available
[07:58:52] [pool-3-thread-226/INFO]: [1vs1] *********************************
[07:59:04] [Server thread/INFO]: Crimor[/80.87.218.167:57247] logged in with entity id 9910 at ([world_the_end] 302.31657921542626, 1.0, 0.39618448532008566)
[07:59:04] [Server thread/INFO]: [Připojil/a se]Crimor
[07:59:14] [Server thread/INFO]: [AuthMe] Crimor logged in!
[08:00:51] [Server thread/INFO]: §dPrivedte své kamarády a získejte odměnu!!
[08:00:57] [Server thread/INFO]: Crimor issued server command: /home
[08:01:11] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[08:02:11] [Server thread/INFO]: [Uklízečka] Uklizeno 2 bordelu!
[08:02:13] [Server thread/INFO]: Crimor issued server command: /warp xp
[08:04:51] [Server thread/INFO]: §f§aNa webu se pracuje! Pracovní verze
[08:04:51] [Server thread/INFO]: §fhttp://thronecraft1.webnode.cz
[08:08:34] [Server thread/INFO]: Crimor issued server command: /home
[08:08:51] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[08:08:51] [Server thread/INFO]: §6VIP,VIP+ a Sponzora si muzete koupit na §a/warp VIP
[08:09:44] [Server thread/INFO]: Crimor issued server command: /shop
[08:09:51] [Server thread/INFO]: [Uklízečka] Uklizeno 1 bordelu!
[08:10:37] [Server thread/INFO]: Crimor issued server command: /warp xp
[08:12:51] [Server thread/INFO]: §dPrivedte své kamarády a získejte odměnu!!
[08:16:02] [Server thread/INFO]: Crimor issued server command: /home
[08:16:31] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[08:16:51] [Server thread/INFO]: §f§aNa webu se pracuje! Pracovní verze
[08:16:51] [Server thread/INFO]: §fhttp://thronecraft1.webnode.cz
[08:16:54] [Server thread/INFO]: Crimor issued server command: /warp xp
[08:17:15] [Server thread/INFO]: Crimor issued server command: /home
[08:17:31] [Server thread/INFO]: [Uklízečka] Uklizeno 1 bordelu!
[08:17:35] [Server thread/INFO]: Crimor lost connection: Disconnected
[08:24:11] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[08:25:11] [Server thread/INFO]: [Uklízečka] Uklizeno 0 bordelu!
[08:28:52] [pool-3-thread-281/INFO]: [1vs1] ***** 1vs1 Version Checker *****
[08:28:52] [pool-3-thread-281/INFO]: [1vs1] Stable Build: #211
[08:28:52] [pool-3-thread-281/INFO]: [1vs1] Current Build: #211
[08:28:52] [pool-3-thread-281/INFO]: [1vs1] No new version available
[08:28:52] [pool-3-thread-281/INFO]: [1vs1] *********************************
[08:31:51] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[08:32:51] [Server thread/INFO]: [Uklízečka] Uklizeno 0 bordelu!
[08:35:36] [Server thread/INFO]: Saving...
[08:35:36] [Server thread/INFO]: Saved the world
[08:35:47] [Server thread/INFO]: Turned off world auto-saving
[08:36:01] [Server thread/INFO]: Turned on world auto-saving
[08:39:31] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[08:40:31] [Server thread/INFO]: [Uklízečka] Uklizeno 0 bordelu!
[08:47:11] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[08:48:11] [Server thread/INFO]: [Uklízečka] Uklizeno 1 bordelu!
[08:54:51] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[08:55:51] [Server thread/INFO]: [Uklízečka] Uklizeno 1 bordelu!
[08:58:52] [pool-3-thread-326/INFO]: [1vs1] ***** 1vs1 Version Checker *****
[08:58:52] [pool-3-thread-326/INFO]: [1vs1] Stable Build: #211
[08:58:52] [pool-3-thread-326/INFO]: [1vs1] Current Build: #211
[08:58:52] [pool-3-thread-326/INFO]: [1vs1] No new version available
[08:58:52] [pool-3-thread-326/INFO]: [1vs1] *********************************
[09:02:31] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[09:03:31] [Server thread/INFO]: [Uklízečka] Uklizeno 1 bordelu!
[09:08:54] [Server thread/INFO]: Masquerade_[/94.229.42.186:49675] logged in with entity id 15540 at ([world] 376.06442467728425, 54.0, 1020.1788366690047)
[09:08:54] [Server thread/INFO]: [Připojil/a se]Masquerade_
[09:09:02] [Server thread/INFO]: [AuthMe] Masquerade_ logged in!
[09:10:11] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[09:10:39] [Server thread/INFO]: radoslavik2005[/78.108.107.254:51468] logged in with entity id 16361 at ([world] 898.3000000119209, 71.0, -1254.699999988079)
[09:10:39] [Server thread/INFO]: [Připojil/a se]radoslavik2005
[09:10:56] [Server thread/INFO]: [AuthMe] radoslavik2005 logged in!
[09:11:11] [Server thread/INFO]: [Uklízečka] Uklizeno 6 bordelu!
[09:11:21] [Server thread/WARN]: radoslavik2005 moved wrongly!
[09:11:28] [Server thread/INFO]: TheJohnnyKiller[/88.100.104.239:49918] logged in with entity id 16818 at ([world] -5.5, 76.0, 200.5)
[09:11:28] [Server thread/INFO]: [Připojil/a se]TheJohnnyKiller
[09:11:28] [pool-8-thread-1/INFO]: Creating empty config: /hlserver/27355/plugins/Essentials/userdata/23badbd7-cf3e-3b38-b9c3-67cfa99c798f.yml
[09:11:50] [Server thread/INFO]: TheJohnnyKiller lost connection: Disconnected
[09:12:51] [Server thread/INFO]: §6VIP,VIP+ a Sponzora si muzete koupit na §a/warp VIP
[09:13:50] [Server thread/INFO]: Masquerade_ lost connection: Disconnected
[09:16:51] [Server thread/INFO]: §dPrivedte své kamarády a získejte odměnu!!
[09:17:51] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[09:18:51] [Server thread/INFO]: [Uklízečka] Uklizeno 7 bordelu!
[09:20:51] [Server thread/INFO]: §f§aNa webu se pracuje! Pracovní verze
[09:20:51] [Server thread/INFO]: §fhttp://thronecraft1.webnode.cz
[09:24:51] [Server thread/INFO]: §6VIP,VIP+ a Sponzora si muzete koupit na §a/warp VIP
[09:25:31] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[09:26:08] [Server thread/INFO]: radoslavik2005 lost connection: Disconnected
[09:26:31] [Server thread/INFO]: [Uklízečka] Uklizeno 1 bordelu!
[09:28:52] [pool-3-thread-370/INFO]: [1vs1] ***** 1vs1 Version Checker *****
[09:28:52] [pool-3-thread-370/INFO]: [1vs1] Stable Build: #211
[09:28:52] [pool-3-thread-370/INFO]: [1vs1] Current Build: #211
[09:28:52] [pool-3-thread-370/INFO]: [1vs1] No new version available
[09:28:52] [pool-3-thread-370/INFO]: [1vs1] *********************************
[09:33:11] [Server thread/INFO]: [Uklízečka] Věci ze země a obrazy budou smázány za60 sekund!
[09:33:59] [Server thread/INFO]: TaurusCZE[/88.100.171.37:56152] logged in with entity id 18521 at ([world] -2.1959235604844323, 74.16530728368517, 157.786569785341)
[09:33:59] [Server thread/INFO]: [Připojil/a se]TaurusCZE
[09:34:03] [Server thread/INFO]: [AuthMe] TaurusCZE logged in!
[09:34:11] [Server thread/INFO]: [Uklízečka] Uklizeno 8 bordelu!
[09:36:51] [Server thread/INFO]: §dPrivedte své kamarády a získejte odměnu!!
[09:39:52] [Server thread/INFO]: TaurusCZE lost connection: Disconnected
[09:39:54] [Server thread/INFO]: TaurusCZE[/88.100.171.37:57035] logged in with entity id 19690 at ([world] -7.08367996757762, 74.11584971394856, 152.4548092051114)
[09:39:54] [Server thread/INFO]: [Připojil/a se]TaurusCZE
[09:39:57] [Server thread/INFO]: [AuthMe] TaurusCZE logged in!
[09:40:04] [Server thread/INFO]: TaurusCZE issued server command: /time set 0
[09:40:12] [Server thread/INFO]: CONSOLE: Please note that this command is not supported and may cause issues when using some plugins.
[09:40:12] [Server thread/INFO]: CONSOLE: If you encounter any issues please use the /stop command to restart your server.
[09:40:12] [Server thread/INFO]: [AuthMe] Disabling AuthMe v3.4
[09:40:12] [Server thread/INFO]: [ColoredTablist] Disabling ColoredTablist v2.1.2
[09:40:12] [Server thread/INFO]: [Residence] Disabling Residence v2.6.6.7
[09:40:13] [Server thread/INFO]: [Residence] Disabled!
[09:40:13] [Server thread/INFO]: [Magic] Disabling Magic v4.9.6
[09:40:13] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.14-SNAPSHOT (build 1195)
[09:40:13] [Server thread/INFO]: [GUIShop] Disabling GUIShop v2.1
[09:40:13] [Server thread/INFO]: [1vs1] Disabling 1vs1 v1.6.1 #211
[09:40:13] [Server thread/INFO]: [1vs1] Disconnecting from database
[09:40:13] [Server thread/INFO]: [1vs1] 1vs1 disabled!
[09:40:13] [Server thread/INFO]: [LWC] Disabling LWC v4.5.0-SNAPSHOT
[09:40:13] [Server thread/INFO]: [LWC] Flushing protection updates (0)
[09:40:13] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.1.9
[09:40:13] [Server thread/INFO]: [ScoreboardStats] Disabling ScoreboardStats v0.9.1
[09:40:13] [Server thread/INFO]: [Jobs] Disabling Jobs v2.12.0
[09:40:13] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Database save task shutdown
[09:40:13] [Server thread/INFO]: [Jobs] Plugin has been disabled succesfully.
[09:40:13] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Buffered payment thread shutdown
[09:40:13] [Server thread/INFO]: [MobArena] Disabling MobArena v0.96.9
[09:40:13] [Server thread/INFO]: [MobArena] disabled.
[09:40:13] [Server thread/INFO]: [MarryMe] Disabling MarryMe v3.0
[09:40:13] [Server thread/INFO]: [MassiveCore] Disabling MassiveCore v2.7.5
[09:40:13] [Server thread/INFO]: [MassiveCore 2.7.5] Disabled
[09:40:13] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vTeamCity
[09:40:13] [Server thread/INFO]: [MyCommand] Disabling MyCommand v5.1.6
[09:40:13] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
[09:40:13] [Server thread/INFO]: = Version : 5.1.6
[09:40:13] [Server thread/INFO]: = Author  : MRI a.k.a Ivanpro
[09:40:13] [Server thread/INFO]: = Status  : Deactivated
[09:40:13] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[09:40:13] [Server thread/INFO]: [FakaHedaMinequery] Disabling FakaHedaMinequery v1.3
[09:40:13] [Server thread/INFO]: [ZavAutoMessager] Disabling ZavAutoMessager v3.2
[09:40:13] [Thread-13/INFO]: Stopping FakaHedaMinequery server
[09:40:13] [Server thread/INFO]: [Vault] Disabling Vault v1.5.3-b37
[09:40:13] [Server thread/INFO]: [ColoredTexts] Disabling ColoredTexts v1.4
[09:40:13] [Server thread/INFO]: ColoredTexts Has been Disabled!
[09:40:13] [Server thread/INFO]: [Presents] Disabling Presents v1.1.1
[09:40:13] [Server thread/INFO]: [TreeAssist] Disabling TreeAssist v5.8.89
[09:40:13] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.2
[09:40:13] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[09:40:13] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat vTeamCity
[09:40:13] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
[09:40:13] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
[09:40:13] [Server thread/INFO]: [SkinsRestorer] Disabling SkinsRestorer v10.0
[09:40:13] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v3.6.3-SNAPSHOT
[09:40:13] [Server thread/INFO]: [ClearLag] Disabling ClearLag v2.7.7
[09:40:13] [Server thread/INFO]: [Essentials] Disabling Essentials vTeamCity
[09:40:13] [Server thread/INFO]: [AntiCreeper] Disabling AntiCreeper v4.17
[09:40:13] [Server thread/INFO]: [OpenInv] Disabling OpenInv v2.2.9
[09:40:13] [Server thread/INFO]: [TimTheEnchanter] Disabling TimTheEnchanter v3.0
[09:40:13] [Server thread/INFO]: [TimTheEnchanter] I *warned* you, but did you listen to me? Oh, no, you *knew*, didn't you? Oh, it's just a harmless little *bunny*, isn't it?
[09:40:13] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.0;3342-78f975b9
[09:40:13] [Server thread/ERROR]: Could not load 'plugins/DisguiseCraft.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R2/Packet
   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[minecraft_server.jar:git-Bukkit-ee6d0fa]
   at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[minecraft_server.jar:git-Bukkit-ee6d0fa]
   at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [minecraft_server.jar:git-Bukkit-ee6d0fa]
   at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:288) [minecraft_server.jar:git-Bukkit-ee6d0fa]
   at org.bukkit.craftbukkit.v1_8_R1.CraftServer.reload(CraftServer.java:723) [minecraft_server.jar:git-Bukkit-ee6d0fa]
   at org.bukkit.Bukkit.reload(Bukkit.java:543) [minecraft_server.jar:git-Bukkit-ee6d0fa]
   at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [minecraft_server.jar:git-Bukkit-ee6d0fa]
   at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) [minecraft_server.jar:git-Bukkit-ee6d0fa]
   at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:625) [minecraft_server.jar:git-Bukkit-ee6d0fa]
   at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchServerCommand(CraftServer.java:611) [minecraft_server.jar:git-Bukkit-ee6d0fa]
   at net.minecraft.server.v1_8_R1.DedicatedServer.aM(DedicatedServer.java:320) [minecraft_server.jar:git-Bukkit-ee6d0fa]
   at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:285) [minecraft_server.jar:git-Bukkit-ee6d0fa]
   at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:609) [minecraft_server.jar:git-Bukkit-ee6d0fa]
   at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [minecraft_server.jar:git-Bukkit-ee6d0fa]
   at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R2/Packet
   at java.lang.Class.forName0(Native Method) ~[?:1.8.0_45]
   at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_45]
   at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[minecraft_server.jar:git-Bukkit-ee6d0fa]
   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[minecraft_server.jar:git-Bukkit-ee6d0fa]
   ... 14 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R2.Packet
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[minecraft_server.jar:git-Bukkit-ee6d0fa]
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[minecraft_server.jar:git-Bukkit-ee6d0fa]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_45]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_45]
   at java.lang.Class.forName0(Native Method) ~[?:1.8.0_45]
   at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_45]
   at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[minecraft_server.jar:git-Bukkit-ee6d0fa]
   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[minecraft_server.jar:git-Bukkit-ee6d0fa]
   ... 14 more
Pravda zvítězí nad lží a nenávistí

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: SkinRestorer

#15 Příspěvekod Smexhy » 23 kvě 2015, 10:02

Plugin by už mal fungovať, takže skiny na offline-mode tiež.

Uživatelský avatar
EveryMan
Příspěvky: 133
Registrován: 17 bře 2015, 20:55
Reputation: 0

Re: SkinRestorer

#16 Příspěvekod EveryMan » 23 kvě 2015, 19:03

ok funguje nedá se nějak nastavit aby se to dávalo automaticky?
Pravda zvítězí nad lží a nenávistí


Zpět na „Minecraft, Tekkit“

Kdo je online

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