Stránka 1 z 1
spawnování
Napsal: 30 pro 2015, 22:30
od miminkek
Server:93.91.250.124:27504
Ahoj mám problém, nespawnují se mi nad bedrockem v netheru pigmeni. neívte někdo čím by to mohlo být? verze serveru 1.7.2
Re: spawnování
Napsal: 30 pro 2015, 22:39
od pitilon@seznam.cz
Log, seznam pluginů ti nic neříká?
Re: spawnování
Napsal: 30 pro 2015, 22:45
od miminkek
Seznam pluginů:
http://www.upnito.sk/imggal.php?viewGal ... 9b16f511daLOG:
Kód: Vybrat vše
[21:42:35] [Server thread/INFO]: Starting minecraft server version 1.7.2
[21:42:35] [Server thread/INFO]: Loading properties
[21:42:35] [Server thread/INFO]: Default game type: SURVIVAL
[21:42:35] [Server thread/INFO]: Generating keypair
[21:42:35] [Server thread/INFO]: Starting Minecraft server on 93.91.250.124:27504
[21:42:35] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.4-SNAPSHOT)
[21:42:35] [Server thread/WARN]: Plugin `WorldGuard_FlyStop v1.0' uses the space-character (0x20) in its name `WorldGuard FlyStop' - this is discouraged
[21:42:35] [Thread-8/WARN]: Exception in thread "Thread-8"
[21:42:35] [Thread-8/WARN]: org.bukkit.craftbukkit.libs.com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 7
[21:42:35] [Thread-8/WARN]: at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:180)
[21:42:35] [Thread-8/WARN]: at org.bukkit.craftbukkit.libs.com.google.gson.Gson.fromJson(Gson.java:755)
[21:42:35] [Thread-8/WARN]: at org.bukkit.craftbukkit.libs.com.google.gson.Gson.fromJson(Gson.java:694)
[21:42:35] [Thread-8/WARN]: at org.bukkit.craftbukkit.v1_7_R1.updater.BukkitDLUpdaterService.fetchArtifact(BukkitDLUpdaterService.java:53)
[21:42:35] [Thread-8/WARN]: at org.bukkit.craftbukkit.v1_7_R1.updater.BukkitDLUpdaterService.getArtifact(BukkitDLUpdaterService.java:30)
[21:42:35] [Thread-8/WARN]: at org.bukkit.craftbukkit.v1_7_R1.updater.AutoUpdater$1.run(AutoUpdater.java:77)
[21:42:35] [Thread-8/WARN]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 7
[21:42:35] [Thread-8/WARN]: at org.bukkit.craftbukkit.libs.com.google.gson.stream.JsonReader.expect(JsonReader.java:339)
[21:42:35] [Thread-8/WARN]: at org.bukkit.craftbukkit.libs.com.google.gson.stream.JsonReader.beginObject(JsonReader.java:322)
[21:42:35] [Thread-8/WARN]: at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:168)
[21:42:35] [Thread-8/WARN]: ... 5 more
[21:42:35] [Server thread/ERROR]: Could not load 'plugins/GMIDatabaseConverter.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_6_R3/inventory/CraftItemStack
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:350) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:312) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
Caused by: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_6_R3/inventory/CraftItemStack
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-1.7.2-R0.3-2-g85f5776-b3024jnks]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
... 9 more
Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_6_R3.inventory.CraftItemStack
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
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-1.7.2-R0.3-2-g85f5776-b3024jnks]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
... 9 more
[21:42:36] [Server thread/INFO]: [dynmap] Loading dynmap v1.9.4-991
[21:42:36] [Server thread/INFO]: [dynmap] Mod Support API available
[21:42:36] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.5.6
[21:42:36] [Server thread/INFO]: [KeepItems] Loading KeepItems v1.2
[21:42:36] [Server thread/INFO]: [Essentials] Loading Essentials v2.12.2
[21:42:36] [Server thread/INFO]: [GameModeInventories] Loading GameModeInventories v2.1.1
[21:42:36] [Server thread/INFO]: [FigAdmin] Loading FigAdmin v1.1
[21:42:36] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.80
[21:42:36] [Server thread/INFO]: [LogBlock] Connecting to 184594_mysql_db@jdbc:mysql://legolas.fakaheda.eu:3306/184594_mysql_db?useUnicode=true&characterEncoding=utf-8...
[21:42:36] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v2.4.0
[21:42:36] [Server thread/INFO]: [HothGenerator] Loading HothGenerator v1.16.1
[21:42:36] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
[21:42:36] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.4
[21:42:36] [Server thread/INFO]: [ProtocolLib] Falling back to legacy Netty compat
[21:42:36] [Server thread/INFO]: [ProtocolLib] Falling back to Guava 10 compat
[21:42:36] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.9
[21:42:36] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.11.1-RC-sMD5NET-b743
[21:42:36] [Server thread/INFO]: [mcore] Loading mcore v7.0.2
[21:42:36] [Server thread/INFO]: [MultiWorld] Loading MultiWorld v5.1.1
[21:42:36] [Server thread/INFO]: [EpicEnchant] Loading EpicEnchant v0.95
[21:42:36] [Server thread/INFO]: [Quests] Loading Quests v1.8.1
[21:42:36] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.12.2
[21:42:36] [Server thread/INFO]: [WorldGuard_FlyStop] Loading WorldGuard_FlyStop v1.0
[21:42:36] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.12.2
[21:42:36] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.21.3
[21:42:36] [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*!
[21:42:36] [Server thread/INFO]: [iConomy] Loading iConomy v7.0
[21:42:36] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.12.2
[21:42:36] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.00-b3547
[21:42:36] [Server thread/INFO]: [GAListener] Loading GAListener v1.3.1
[21:42:36] [Server thread/INFO]: [Vault] Loading Vault v1.2.31-b411
[21:42:36] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.12.2
[21:42:36] [Server thread/INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3
[21:42:36] [Server thread/INFO]: [JSONAPI] Loading JSONAPI v5.5.3
[21:42:36] [Server thread/INFO]: [TheArcher] Loading TheArcher v2.4.2
[21:42:36] [Server thread/INFO]: [Jobs] Loading Jobs v2.11.3
[21:42:36] [Server thread/INFO]: [CreativeGates] Loading CreativeGates v2.4.0
[21:42:36] [Server thread/INFO]: [CommandSigns] Loading CommandSigns v1.9.3
[21:42:36] [Server thread/INFO]: [PlayerPoints] Loading PlayerPoints v1.7.1
[21:42:36] [Server thread/INFO]: [TreasureChest] Loading TreasureChest v8.4.4
[21:42:36] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.11-SNAPSHOT (build 1053)
[21:42:36] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v0.10.8
[21:42:36] [Server thread/INFO]: [Residence] Loading Residence v2.6.6.6
[21:42:36] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.7.9
[21:42:36] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.3.6
[21:42:36] [Server thread/INFO]: [Sentry] Loading Sentry v1.8.0
[21:42:36] [Server thread/INFO]: [CreativeControl] Loading CreativeControl v6.4
[21:42:36] [Server thread/INFO]: [HothGenerator] Enabling HothGenerator v1.16.1
[21:42:36] [Server thread/INFO]: [HothGenerator] Using WorldGuard region manager
[21:42:36] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.4
[21:42:36] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[21:42:36] [Server thread/INFO]: [mcore] Enabling mcore v7.0.2
[21:42:36] [Server thread/INFO]: [mcore 7.0.2] === ENABLE START ===
[21:42:37] [Server thread/INFO]: [mcore 7.0.2] §eSetup of SenderIdMixinDefault took §d101§ems.
[21:42:37] [Server thread/INFO]: [mcore 7.0.2] §aActivated §eintegration with §dProtocolLib
[21:42:37] [Server thread/INFO]: [mcore 7.0.2] === ENABLE §aCOMPLETE §e(Took §d223ms§e) ===
[21:42:37] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.00-b3547
[21:42:37] [Server thread/WARN]: [mcMMO] NoCheatPlus plugin found, but CompatNoCheatPlus was not found!
[21:42:37] [Server thread/WARN]: [mcMMO] mcMMO will not work properly alongside NoCheatPlus without CompatNoCheatPlus
[21:42:38] [Server thread/INFO]: [Vault] Enabling Vault v1.2.31-b411
[21:42:38] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy found: Waiting
[21:42:39] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
[21:42:39] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
[21:42:39] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
[21:42:39] [Server thread/INFO]: [Vault] [Vault][Economy] iConomy 6 found: Waiting
[21:42:39] [Server thread/INFO]: [Vault] [Vault][Permission] PermissionsEx found: Waiting
[21:42:39] [Server thread/INFO]: [Vault] [Vault][Permission] SuperPermissions loaded as backup permission system.
[21:42:39] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx found: Waiting
[21:42:39] [Server thread/INFO]: [Vault] [Vault] Enabled Version 1.2.31-b411
[21:42:39] [Server thread/INFO]: [mcore 7.0.2] §aActivated §eintegration with §dVault
[21:42:39] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[21:42:39] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[21:42:39] [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.
[21:42:39] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[21:42:39] [Server thread/INFO]: Preparing level "world"
[21:42:39] [Server thread/INFO]: Preparing start region for level 0 (Seed: -6813621953468239191)
[21:42:41] [Server thread/INFO]: Preparing spawn area: 0%
[21:42:42] [Server thread/INFO]: Preparing spawn area: 6%
[21:42:43] [Server thread/INFO]: Preparing start region for level 1 (Seed: -7183727880366242048)
[21:42:43] [Server thread/INFO]: Preparing start region for level 2 (Seed: -2282468982364895176)
[21:42:44] [Server thread/INFO]: [dynmap] Enabling dynmap v1.9.4-991
[21:42:44] [Server thread/INFO]: [dynmap] Added 38 custom biome mappings
[21:42:44] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.21.3
[21:42:44] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[21:42:44] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[21:42:44] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[21:42:44] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[21:42:44] [Server thread/INFO]: [dynmap] Using PermissionsEx 1.21.3 for access control
[21:42:44] [Server thread/INFO]: [dynmap] Mod Support processing completed
[21:42:44] [Server thread/INFO]: [dynmap] Loaded 22 shaders.
[21:42:44] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
[21:42:44] [Server thread/INFO]: [dynmap] Loaded 12 lightings.
[21:42:44] [Thread-13/WARN]: [PermissionsEx] An update to PermissionsEx version 1.23.3 is available to download from http://dev.bukkit.org/bukkit-plugins/permissionsex/. Please review the changes and update as soon as possible!
[21:42:44] [Server thread/INFO]: [dynmap] Web server started on address 93.91.250.124:29504
[21:42:44] [Server thread/INFO]: [dynmap] version 1.9.4-991 is enabled - core version 1.9.4-1940
[21:42:44] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'.
[21:42:44] [Server thread/INFO]: [dynmap] Loaded 5 pending tile renders for world 'world'
[21:42:44] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
[21:42:44] [Server thread/INFO]: [dynmap] Loaded 6 pending tile renders for world 'world_nether'
[21:42:44] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
[21:42:44] [Server thread/INFO]: [dynmap] Enabled
[21:42:45] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.5.6
[21:42:45] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[21:42:45] [Server thread/INFO]: [KeepItems] Enabling KeepItems v1.2
[21:42:45] [Server thread/INFO]: [Essentials] Enabling Essentials v2.12.2
[21:42:45] [Server thread/INFO]: Using locale cs_CZ
[21:42:45] [Server thread/INFO]: Using locale cs_CZ
[21:42:45] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[21:42:45] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
[21:42:45] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy version: 1.2.31-b411)
[21:42:45] [Server thread/INFO]: [GameModeInventories] Enabling GameModeInventories v2.1.1
[21:42:45] [Server thread/INFO]: [FigAdmin] Enabling FigAdmin v1.1
[21:42:45] [Server thread/INFO]: [FigAdmin] Initialized db connection
[21:42:45] [Server thread/INFO]: FigAdmin version 1.1 is enabled!
[21:42:45] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.80
[21:42:45] [Server thread/INFO]: Accepted EditSessionFactory of type de.diddiz.worldedit.LogBlockEditSessionFactory from de.diddiz.worldedit
[21:42:45] [Server thread/INFO]: [LogBlock] Scheduled consumer with bukkit scheduler.
[21:42:45] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v2.4.0
[21:42:45] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
[21:42:45] [Server thread/WARN]: [Votifier] No listeners loaded! Cannot find listener directory 'plugins/Votifier/listeners'
[21:42:45] [Server thread/INFO]: [Votifier] Votifier enabled.
[21:42:45] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9
[21:42:46] [Server thread/WARN]: [WorldGuard] Found option with no heading blacklist.txt for 'on-place=deny'
[21:42:46] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[21:42:46] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[21:42:46] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[21:42:46] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[21:42:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[21:42:46] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[21:42:46] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[21:42:46] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[21:42:46] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[21:42:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[21:42:46] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[21:42:46] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[21:42:46] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[21:42:46] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[21:42:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[21:42:46] [Server thread/INFO]: [WorldGuard] 5 regions loaded for 'world'
[21:42:46] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
[21:42:46] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
[21:42:46] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.11.1-RC-sMD5NET-b743
[21:42:46] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.7.2 / CB2922
[21:42:46] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
[21:42:46] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
[21:42:46] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
[21:42:46] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
[21:42:46] [Server thread/INFO]: Adding packet level hooks for ProtocolLib (MC 1.7.2)...
[21:42:46] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: FlyingFrequency | SoundDistance
[21:42:46] [Server thread/INFO]: [NoCheatPlus] Version 3.11.1-RC-sMD5NET-b743 is enabled.
[21:42:46] [Server thread/INFO]: [MultiWorld] Enabling MultiWorld v5.1.1
[21:42:46] [Server thread/INFO]: Preparing start region for level 3 (Seed: 4300216735286330865)
[21:42:47] [Server thread/INFO]: [WorldGuard] (Dungeon1) TNT ignition is PERMITTED.
[21:42:47] [Server thread/INFO]: [WorldGuard] (Dungeon1) Lighters are PERMITTED.
[21:42:47] [Server thread/INFO]: [WorldGuard] (Dungeon1) Lava fire is PERMITTED.
[21:42:47] [Server thread/INFO]: [WorldGuard] (Dungeon1) Fire spread is UNRESTRICTED.
[21:42:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Dungeon1'
[21:42:47] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Dungeon1'.
[21:42:47] [Server thread/INFO]: [dynmap] Loaded 43 pending tile renders for world 'Dungeon1'
[21:42:47] [Server thread/INFO]: Preparing start region for level 4 (Seed: 9135708517536917943)
[21:42:47] [Server thread/INFO]: [WorldGuard] (Dungeony) TNT ignition is PERMITTED.
[21:42:47] [Server thread/INFO]: [WorldGuard] (Dungeony) Lighters are PERMITTED.
[21:42:47] [Server thread/INFO]: [WorldGuard] (Dungeony) Lava fire is PERMITTED.
[21:42:47] [Server thread/INFO]: [WorldGuard] (Dungeony) Fire spread is UNRESTRICTED.
[21:42:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Dungeony'
[21:42:47] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Dungeony'.
[21:42:47] [Server thread/INFO]: Preparing start region for level 5 (Seed: -8718510688948276351)
[21:42:48] [Server thread/INFO]: [WorldGuard] (Elios) TNT ignition is PERMITTED.
[21:42:48] [Server thread/INFO]: [WorldGuard] (Elios) Lighters are PERMITTED.
[21:42:48] [Server thread/INFO]: [WorldGuard] (Elios) Lava fire is PERMITTED.
[21:42:48] [Server thread/INFO]: [WorldGuard] (Elios) Fire spread is UNRESTRICTED.
[21:42:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Elios'
[21:42:48] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Elios'.
[21:42:48] [Server thread/INFO]: [dynmap] Loaded 26 pending tile renders for world 'Elios'
[21:42:48] [Server thread/INFO]: Preparing start region for level 6 (Seed: 7448612598866603212)
[21:42:48] [Server thread/INFO]: [WorldGuard] (Kamera) TNT ignition is PERMITTED.
[21:42:48] [Server thread/INFO]: [WorldGuard] (Kamera) Lighters are PERMITTED.
[21:42:48] [Server thread/INFO]: [WorldGuard] (Kamera) Lava fire is PERMITTED.
[21:42:48] [Server thread/INFO]: [WorldGuard] (Kamera) Fire spread is UNRESTRICTED.
[21:42:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Kamera'
[21:42:48] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Kamera'.
[21:42:48] [Server thread/INFO]: [dynmap] Loaded 157 pending tile renders for world 'Kamera'
[21:42:48] [Server thread/INFO]: Preparing start region for level 7 (Seed: 27594263)
[21:42:48] [Server thread/INFO]: [WorldGuard] (LedoveKralovstvi) TNT ignition is PERMITTED.
[21:42:48] [Server thread/INFO]: [WorldGuard] (LedoveKralovstvi) Lighters are PERMITTED.
[21:42:48] [Server thread/INFO]: [WorldGuard] (LedoveKralovstvi) Lava fire is PERMITTED.
[21:42:48] [Server thread/INFO]: [WorldGuard] (LedoveKralovstvi) Fire spread is UNRESTRICTED.
[21:42:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'LedoveKralovstvi'
[21:42:48] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'LedoveKralovstvi'.
[21:42:48] [Server thread/INFO]: [dynmap] Loaded 17 pending tile renders for world 'LedoveKralovstvi'
[21:42:49] [Server thread/INFO]: Preparing start region for level 8 (Seed: 4664170720243623950)
[21:42:49] [Server thread/INFO]: [WorldGuard] (SkinHead) TNT ignition is PERMITTED.
[21:42:49] [Server thread/INFO]: [WorldGuard] (SkinHead) Lighters are PERMITTED.
[21:42:49] [Server thread/INFO]: [WorldGuard] (SkinHead) Lava fire is PERMITTED.
[21:42:49] [Server thread/INFO]: [WorldGuard] (SkinHead) Fire spread is UNRESTRICTED.
[21:42:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SkinHead'
[21:42:49] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'SkinHead'
[21:42:50] [Server thread/INFO]: Preparing spawn area for SkinHead, 8%
[21:42:51] [Server thread/INFO]: Preparing spawn area for SkinHead, 16%
[21:42:52] [Server thread/INFO]: Preparing spawn area for SkinHead, 20%
[21:42:53] [Server thread/INFO]: Preparing spawn area for SkinHead, 32%
[21:42:54] [Server thread/INFO]: Preparing spawn area for SkinHead, 48%
[21:42:55] [Server thread/INFO]: Preparing spawn area for SkinHead, 69%
[21:42:56] [Server thread/INFO]: Preparing spawn area for SkinHead, 81%
[21:42:57] [Server thread/INFO]: Preparing spawn area for SkinHead, 93%
[21:42:57] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'SkinHead'.
[21:42:57] [Server thread/INFO]: [dynmap] Loaded 146 pending tile renders for world 'SkinHead'
[21:42:57] [Server thread/INFO]: worlds.Bent3en
[21:42:57] [Server thread/INFO]: worlds.Dungeon1
[21:42:57] [Server thread/INFO]: worlds.Dungeony
[21:42:57] [Server thread/INFO]: worlds.Elios
[21:42:57] [Server thread/INFO]: worlds.Hospodsky
[21:42:57] [Server thread/INFO]: worlds.Kamera
[21:42:57] [Server thread/INFO]: worlds.LedoveKralovstvi
[21:42:57] [Server thread/INFO]: worlds.Rozcestí
[21:42:57] [Server thread/INFO]: worlds.SkinHead
[21:42:57] [Server thread/INFO]: worlds.world
[21:42:57] [Server thread/INFO]: worlds.world_nether
[21:42:57] [Server thread/INFO]: worlds.world_the_end
[21:42:57] [Server thread/INFO]: [MultiWorld] v5.1.1 enabled.
[21:42:57] [Server thread/INFO]: [EpicEnchant] Enabling EpicEnchant v0.95
[21:42:57] [Server thread/INFO]: [Quests] Enabling Quests v1.8.1
[21:42:57] [Server thread/INFO]: [Quests] Enabled.
[21:42:58] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.12.2
[21:42:58] [Server thread/INFO]: [WorldGuard_FlyStop] Enabling WorldGuard_FlyStop v1.0
[21:42:58] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.12.2
[21:42:58] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
[21:42:58] [Server thread/INFO]: [iConomy - April Fools] Enabled (15 ms)
[21:42:58] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
[21:42:58] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
[21:42:58] [Thread-23/INFO]: [iConomy - April Fools] Purged accounts with default balance.
[21:42:58] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.12.2
[21:42:58] [Server thread/INFO]: [GAListener] Enabling GAListener v1.3.1
[21:42:58] [Server thread/INFO]: [GAListener] GAListener v1.3.1 Enabled
[21:42:58] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.12.2
[21:42:58] [Server thread/INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3
[21:42:58] [Server thread/INFO]: Starting FakaHedaMinequery server on 93.91.250.124:28504
[21:42:58] [Server thread/INFO]: [JSONAPI] Enabling JSONAPI v5.5.3
[21:42:58] [Server thread/INFO]: [JSONAPI] Logging to file: false
[21:42:58] [Server thread/INFO]: [JSONAPI] Logging to console: true
[21:42:58] [Server thread/INFO]: [JSONAPI] IP Whitelist = None, all requests are allowed.
[21:42:58] [Server thread/INFO]: [JSONAPI] Loaded methods.json.
[21:42:58] [Thread-27/INFO]: [JSONAPI] Waiting 2.000 seconds to load methods so that all the other plugins load...
[21:42:58] [Thread-27/INFO]: [JSONAPI] Any requests in this time will not work...
[21:42:58] [Server thread/INFO]: [JSONAPI] Attempting to use port 30504
[21:42:58] [Server thread/INFO]: [TheArcher] Enabling TheArcher v2.4.2
[21:42:58] [Server thread/INFO]: <<[ TheArcher ]>> [ Version ]=[ 2.4.2 ] [ Successfully Loaded! ]
[21:42:59] [Server thread/INFO]: [Jobs] Enabling Jobs v2.11.3
[21:42:59] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task
[21:42:59] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread
[21:42:59] [Server thread/INFO]: [Jobs] Plugin has been enabled succesfully.
[21:42:59] [Server thread/INFO]: [CreativeGates] Enabling CreativeGates v2.4.0
[21:42:59] [Server thread/INFO]: [0;36;22m[[0;36;1mCreativeGates 2.4.0[0;36;22m] [0;33;1m=== ENABLE START ===[m
[21:42:59] [Server thread/INFO]: [0;36;22m[[0;36;1mCreativeGates 2.4.0[0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m76ms[0;33;1m) ===[m
[21:42:59] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v1.9.3
[21:42:59] [Server thread/INFO]: [CommandSigns] Successfully loaded 236 signs
[21:42:59] [Server thread/INFO]: [CommandSigns] Plugin metrics enabled! Thank you!
[21:42:59] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v1.7.1
[21:42:59] [Server thread/INFO]: [TreasureChest] Enabling TreasureChest v8.4.4
[21:42:59] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.11-SNAPSHOT (build 1053)
[21:42:59] [Server thread/ERROR]: [Citizens] Unable to find Rhino classes - javascript scripts won't see non-CraftBukkit classes
[21:42:59] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v0.10.8
[21:42:59] [Server thread/INFO]: [MythicMobs] Loading MythicMobs...
[21:42:59] [Server thread/INFO]: [MythicMobs] Loaded 14 mobs.
[21:42:59] [Server thread/INFO]: [MythicMobs] Loaded 0 mob stacks.
[21:42:59] [Server thread/INFO]: [MythicMobs] Loaded 1 skills.
[21:42:59] [Server thread/INFO]: [MythicMobs] Loaded 0 random spawns.
[21:42:59] [Server thread/INFO]: [MythicMobs] Loaded 32 mythic items.
[21:42:59] [Server thread/INFO]: [MythicMobs] Loaded 14 drop tables.
[21:42:59] [Server thread/INFO]: [MythicMobs] Loaded 12 mob spawners.
[21:42:59] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
[21:42:59] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
[21:42:59] [Server thread/INFO]: [MythicMobs] v0.10.8 has been successfully loaded!
[21:42:59] [Server thread/INFO]: [Residence] Enabling Residence v2.6.6.6
[21:42:59] [Server thread/INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
[21:43:00] [Server thread/INFO]: [Residence] Scanning for economy systems...
[21:43:00] [Server thread/INFO]: [Residence] Found Vault using economy system: iConomy 7
[21:43:00] [Thread-27/INFO]: [JSONAPI] Remote Toolkit cannot be loaded because it depends on a plugin that is not installed: 'RemoteToolkitPlugin'
[21:43:00] [Thread-27/INFO]: [JSONAPI] Remote Toolkit methods cannot be loaded because it depends on a plugin that is not installed: 'RemoteToolkitPlugin'
[21:43:00] [Thread-27/INFO]: [JSONAPI] 388 methods loaded in 8 namespaces.
[21:43:00] [Thread-27/INFO]: [JSONAPI] ------[Connection information]-------
[21:43:00] [Thread-27/INFO]: [JSONAPI] JSON Server listening on 30504
[21:43:00] [Thread-27/INFO]: [JSONAPI] JSON Stream Server listening on 30505
[21:43:00] [Thread-27/INFO]: [JSONAPI] JSON WebSocket Stream Server listening on 30506
[21:43:00] [Thread-27/INFO]: [JSONAPI] Active and listening for requests.
[21:43:00] [Thread-27/INFO]: [JSONAPI] External IP: 93.91.250.124
[21:43:01] [Thread-27/INFO]: [JSONAPI] Port 30504 is properly forwarded and is externally accessible.
[21:43:01] [Thread-27/INFO]: [JSONAPI] Port 30505 is properly forwarded and is externally accessible.
[21:43:02] [Server thread/INFO]: [Residence] Found WorldEdit
[21:43:02] [Server thread/INFO]: [Residence] Enabled! Version 2.6.6.6 by bekvon
[21:43:02] [Thread-27/INFO]: [JSONAPI] Port 30506 is properly forwarded and is externally accessible.
[21:43:02] [Thread-27/INFO]: [JSONAPI] -------------------------------------
[21:43:02] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.7.9
[21:43:02] [Server thread/INFO]: [ChestShop] Residence version 2.6.6.6 loaded.
[21:43:02] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
[21:43:03] [Server thread/WARN]: [ChestShop] There is a new version of ChestShop available, however it is only compatible with Minecraft 1.7.8 and higher!
[21:43:03] [Server thread/WARN]: [ChestShop] There is a new version of ChestShop available, however it is only compatible with Minecraft 1.7.8 and higher!
[21:43:03] [Server thread/WARN]: [ChestShop] There is a new version of ChestShop available, however it is only compatible with Minecraft 1.7.8 and higher!
[21:43:03] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.3.6
[21:43:03] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[21:43:03] [Server thread/INFO]: [AuthMe] Set Language: en
[21:43:03] [Server thread/INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
[21:43:03] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin
[21:43:03] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
[21:43:03] [Thread-45/INFO]: [AuthMe] MySQL driver loaded
[21:43:03] [Thread-45/INFO]: [AuthMe] Connection pool ready
[21:43:03] [Server thread/INFO]: [AuthMe] LICENSE : This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
[21:43:03] [Server thread/INFO]: [AuthMe] Authme 3.3.6 enabled
[21:43:04] [Server thread/INFO]: [Sentry] Enabling Sentry v1.8.0
[21:43:04] [Server thread/INFO]: [Sentry] Could not register with Denizen
[21:43:04] [Server thread/INFO]: [Sentry] Could not find or register with Towny
[21:43:04] [Server thread/INFO]: [Sentry] Could not find or register with Factions.
[21:43:04] [Server thread/INFO]: [Sentry] Could not find or register with War.
[21:43:04] [Server thread/INFO]: [Sentry] Could not find or register with SimpleClans.
[21:43:05] [Server thread/INFO]: [CreativeControl] Enabling CreativeControl v6.4
[21:43:05] [Server thread/INFO]: [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Initializing configurations...[m
[21:43:05] [Server thread/INFO]: [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Loading Modules...[m
[21:43:05] [Server thread/INFO]: [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Connecting to the SQLite database...[m
[21:43:05] [Server thread/INFO]: [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m SQLite database connected Successfuly![m
[21:43:05] [Server thread/INFO]: [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Registring Events...[m
[21:43:05] [Server thread/INFO]: [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m LogBlock hooked as logging plugin[m
[21:43:05] [Server thread/INFO]: [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Vault hooked as permissions plugin[m
[21:43:05] [Server thread/INFO]: [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m CreativeControl v6.4 loaded in 127 ms![m
[21:43:06] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[21:43:08] [Server thread/INFO]: Done (29.040s)! For help, type "help" or "?"
[21:43:08] [Server thread/INFO]: Starting GS4 status listener
[21:43:08] [Server thread/INFO]: Starting remote control listener
[21:43:08] [Query Listener #1/INFO]: Query running on 93.91.250.124:27504
[21:43:08] [Server thread/WARN]: No rcon password set in '/hlserver/27504/server.properties', rcon disabled!
[21:43:08] [Server thread/INFO]: [Jobs] [Jobs] Successfully linked with Vault.
[21:43:08] [pool-3-thread-7/INFO]: [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Cached 5,157 protections[m
[21:43:08] [pool-3-thread-7/INFO]: [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Loaded 0 regions[m
[21:43:08] [pool-3-thread-7/INFO]: [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m 5,157 blocks protected[m
[21:43:08] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
[21:43:10] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
[21:43:10] [pool-3-thread-9/INFO]: [GAListener] Connection established!
[21:43:10] [Server thread/INFO]: Accepted EditSessionFactory of type me.FurH.CreativeControl.integration.worldedit.CreativeEditSessionFactory from me.FurH.CreativeControl.integration.worldedit
[21:43:10] [pool-3-thread-9/INFO]: [GAListener] Loading queued votes
[21:43:10] [pool-3-thread-9/INFO]: [GAListener] Loaded 8 queued votes
[21:43:10] [Server thread/INFO]: [Sentry] Registered sucessfully with Vault: 10 groups found. The GROUP: target will function
[21:43:11] [Server thread/INFO]: [Citizens] Loaded 84 NPCs.
[21:43:11] [Server thread/INFO]: /91.221.212.101:51214 lost connection: Disconnected
[21:43:11] [Server thread/INFO]: /37.221.243.243:51641 lost connection: Disconnected
[21:43:11] [Server thread/INFO]: /37.221.243.243:51646 lost connection: Disconnected
[21:43:11] [Server thread/INFO]: /77.234.246.245:50180 lost connection: Disconnected
[21:43:11] [Server thread/INFO]: /91.221.212.101:51245 lost connection: Disconnected
[21:43:11] [Server thread/INFO]: /37.221.243.243:51658 lost connection: Disconnected
[21:43:11] [Server thread/INFO]: /77.234.246.245:50194 lost connection: Disconnected
[21:43:11] [pool-3-thread-11/INFO]: [Vault] Checking for Updates:
[21:43:11] [pool-3-thread-11/WARN]: [Vault] Stable Version: 1.5.6 is out! You are still running version: 1.2.31
[21:43:11] [pool-3-thread-11/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
[21:43:12] [Server thread/INFO]: Daisy10111[/217.119.117.131:39144] logged in with entity id 3260 at ([world] 12321.280861137435, 68.00133597911214, 1481.5577169994417)
[21:43:13] [Server thread/INFO]: /77.234.246.245:50208 lost connection: Disconnected
[21:43:13] [Server thread/INFO]: /37.221.243.243:51667 lost connection: Disconnected
[21:43:13] [Server thread/INFO]: miminkek[/85.70.132.210:56762] logged in with entity id 3261 at ([world_nether] 717.8810934777865, 256.73846573535053, 15.755591173110764)
[21:43:13] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 5078ms behind, skipping 101 tick(s)
[21:43:13] [pool-3-thread-11/INFO]: [GAListener] Player: Daisy10111 has 0 votes
[21:43:13] [pool-3-thread-6/INFO]: [GAListener] Player: miminkek has 48 votes
[21:43:14] [Server thread/ERROR]: [Quests] Stone Miner inside quests: Requirement for Quest Mob Hunter is not a valid Quest name!
[21:43:14] [Server thread/ERROR]: Make sure you are using the Quest name: value, and not the block name.
[21:43:14] [Server thread/ERROR]: [Quests] npc-giver-id: for Quest Lov netopyru is not a valid NPC id!
[21:43:14] [Server thread/ERROR]: [Quests] npc-giver-id: for Quest 12 is not a valid NPC id!
[21:43:14] [Server thread/ERROR]: [Quests] npc-giver-id: for Quest Hledání is not a valid NPC id!
[21:43:14] [Server thread/ERROR]: [Quests] npc-giver-id: for Quest Ppapr is not a valid NPC id!
[21:43:14] [Server thread/ERROR]: [Quests] npc-giver-id: for Quest Hon is not a valid NPC id!
[21:43:14] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack
[21:43:14] [Server thread/ERROR]: [Quests] npc-giver-id: for Quest sdas is not a valid NPC id!
[21:43:14] [Server thread/ERROR]: [Quests] npc-giver-id: for Quest Mlynár is not a valid NPC id!
[21:43:14] [Server thread/ERROR]: [Quests] npc-giver-id: for Quest Vyrobna is not a valid NPC id!
[21:43:14] [Server thread/ERROR]: [Quests] npc-giver-id: for Quest Kraken is not a valid NPC id!
[21:43:14] [Server thread/ERROR]: [Quests] npc-giver-id: for Quest bbb is not a valid NPC id!
[21:43:14] [Server thread/ERROR]: [Quests] npc-giver-id: for Quest Test is not a valid NPC id!
[21:43:14] [Server thread/ERROR]: [Quests] npc-giver-id: for Quest polívka is not a valid NPC id!
[21:43:14] [Server thread/ERROR]: [Quests] Cave Spider inside mobs-to-kill: inside Stage 1 of Quest Pomsta is not a valid mob name!
[21:43:14] [Server thread/INFO]: [Quests] 38 Quest(s) loaded.
[21:43:14] [Server thread/INFO]: [Quests] 5 Event(s) loaded.
[21:43:21] [Server thread/WARN]: [Quests] An error occurred removing old data from the snooper database!
[21:43:21] [Server thread/WARN]: [Quests] An error occurred inserting data into the snooper database!
[21:43:21] [Server thread/INFO]: [AuthMe] Daisy10111 logged in!
[21:43:21] [Server thread/INFO]: [AuthMe] miminkek logged in!
[21:43:24] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'LedoveKralovstvi'
[21:43:26] [Netty IO #3/INFO]: [m<[0;30;1mM[0;37;1m [0;33;22mD[0;37;1m [0;37;1mB[0;37;1m [0;37;1m[[0;31;22mOperator[0;37;1m][0;36;22m[0;33;1mmiminkek[0;34;22m[m> ,[m
[21:43:27] [Server thread/INFO]: gamemaCZ_LP[/37.221.243.243:51682] logged in with entity id 6103 at ([world_nether] 702.2360549487762, 64.20000004768372, 26.97688502484997)
[21:43:27] [pool-3-thread-11/INFO]: [GAListener] Player: gamemaCZ_LP has 2 votes
[21:43:27] [Server thread/INFO]: miminkek issued server command: /Tps
[21:43:30] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 6152ms behind, skipping 123 tick(s)
[21:43:34] [Server thread/INFO]: [AuthMe] gamemaCZ_LP logged in!
[21:43:34] [Server thread/INFO]: AjcoLP[/77.234.246.245:50241] logged in with entity id 6364 at ([world_nether] 707.4250000119209, 188.76440044998958, 14.368196184349278)
[21:43:34] [pool-3-thread-11/INFO]: [GAListener] Player: AjcoLP has 1 votes
[21:43:35] [Server thread/INFO]: gamemaCZ_LP issued server command: /fly
[21:43:38] [Server thread/INFO]: [AuthMe] AjcoLP logged in!
[21:43:46] [Server thread/WARN]: [WorldEdit] No compatible nms block class found.
[21:43:47] [Server thread/INFO]: miminkek issued server command: /BROADcast omlouváme se za pád
[21:43:50] [Server thread/INFO]: miminkek issued server command: /Tps
[21:44:10] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'Dungeony'
[21:44:11] [Server thread/WARN]: gamemaCZ_LP moved wrongly!
[21:44:15] [Netty IO #5/INFO]: [m<[0;30;1mM[0;37;1m [0;37;1mB[0;37;1m [0;30;22m[[0;33;22mHrac[0;30;22m][0;32;1mAjcoLP[m> čo sa stalo mimi?[m
[21:44:29] [Server thread/INFO]: [GAListener] Vote received on www.Czech-Craft.eu for Offline Player: kessyk99. Adding to Queue for later
[21:44:38] [Netty IO #3/INFO]: [m<[0;30;1mM[0;37;1m [0;33;22mD[0;37;1m [0;37;1mB[0;37;1m [0;37;1m[[0;31;22mOperator[0;37;1m][0;36;22m[0;33;1mmiminkek[0;34;22m[m> jeden plugin způsobil pád serveru[m
[21:44:41] [Server thread/INFO]: AjcoLP issued server command: /home
[21:44:42] [Netty IO #3/INFO]: [m<[0;30;1mM[0;37;1m [0;33;22mD[0;37;1m [0;37;1mB[0;37;1m [0;37;1m[[0;31;22mOperator[0;37;1m][0;36;22m[0;33;1mmiminkek[0;34;22m[m> Ptos[m
[21:44:43] [Server thread/INFO]: miminkek issued server command: /tps
[21:44:48] [Netty IO #5/INFO]: [m<[0;30;1mM[0;37;1m [0;37;1mB[0;37;1m [0;30;22m[[0;33;22mHrac[0;30;22m][0;32;1mAjcoLP[m> ty si tu niečo pridával?[m
[21:44:49] [Server thread/INFO]: AjcoLP issued server command: /Tpa miminkek
[21:44:50] [Server thread/INFO]: kessyk99[/91.221.212.101:51554] logged in with entity id 7569 at ([Dungeon1] 24.076676444692666, 30.5, 287.7277802800619)
[21:44:50] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'Dungeon1'
[21:44:50] [pool-3-thread-3/INFO]: [GAListener] Player: kessyk99 has 42 votes
[21:44:50] [pool-3-thread-3/INFO]: [GAListener] Vote received on www.Czech-Craft.eu for Player: kessyk99
[21:44:50] [pool-3-thread-3/INFO]: [GAListener] Player: kessyk99 has 1 queued votes
[21:44:50] [Server thread/INFO]: CONSOLE issued server command: /give kessyk99 264 1
[21:44:50] [Server thread/INFO]: [0;33;22mDal jsi[0;31;1m 1 [0;33;22m[0;31;1m diamond hraci[0;31;1m [0;30;22m[[0;33;22mHrac[0;30;22m][0;32;1mkessyk99[m[0;33;22m.[m
[21:44:50] [Server thread/INFO]: [0;31;1mTaking experience can only be done by levels, cannot give players negative experience points[m
[21:44:50] [Server thread/INFO]: CONSOLE issued server command: /give kessyk99 266 2
[21:44:50] [Server thread/INFO]: [0;33;22mDal jsi[0;31;1m 2 [0;33;22m[0;31;1m gold ingot hraci[0;31;1m [0;30;22m[[0;33;22mHrac[0;30;22m][0;32;1mkessyk99[m[0;33;22m.[m
[21:44:50] [Server thread/INFO]: CONSOLE issued server command: /give kessyk99 322 1
[21:44:50] [Server thread/INFO]: [0;33;22mDal jsi[0;31;1m 1 [0;33;22m[0;31;1m golden apple hraci[0;31;1m [0;30;22m[[0;33;22mHrac[0;30;22m][0;32;1mkessyk99[m[0;33;22m.[m
[21:44:50] [Server thread/INFO]: [0;31;22mneni dost mista, [0;31;1m1 [0;31;1mgolden apple [0;31;22mbylo ztraceno.[m
[21:44:50] [Server thread/INFO]: CONSOLE issued server command: /give kessyk99 364 5
[21:44:50] [Server thread/INFO]: [0;33;22mDal jsi[0;31;1m 5 [0;33;22m[0;31;1m cooked beef hraci[0;31;1m [0;30;22m[[0;33;22mHrac[0;30;22m][0;32;1mkessyk99[m[0;33;22m.[m
[21:44:50] [Server thread/INFO]: CONSOLE issued server command: /give kessyk99 384 3
[21:44:50] [Server thread/INFO]: [0;33;22mDal jsi[0;31;1m 3 [0;33;22m[0;31;1m exp bottle hraci[0;31;1m [0;30;22m[[0;33;22mHrac[0;30;22m][0;32;1mkessyk99[m[0;33;22m.[m
[21:44:50] [Server thread/INFO]: [0;31;22mneni dost mista, [0;31;1m3 [0;31;1mexp bottle [0;31;22mbylo ztraceno.[m
[21:44:50] [Server thread/INFO]: [0;37;22m[PlayerPoints] [0;34;1mPlayer [0;32;1mkessyk99 [0;34;1mnow has [0;32;1m43 [0;34;1mPoints[m
[21:44:54] [Server thread/INFO]: [AuthMe] kessyk99 logged in!
[21:44:58] [Netty IO #5/INFO]: [m<[0;30;1mM[0;37;1m [0;37;1mB[0;37;1m [0;30;22m[[0;33;22mHrac[0;30;22m][0;32;1mAjcoLP[m> a načo je to dobré? ten plugin[m
[21:45:01] [Server thread/INFO]: Daisy10111 issued server command: /Home
Re: spawnování
Napsal: 30 pro 2015, 23:36
od sdsda98
Pigmeni na sa bedrocku nespawnuju

Iba keď je na tom bedrocku iný blok
Re: spawnování
Napsal: 30 pro 2015, 23:54
od miminkek
ale ten hráč mu gold farmu z cobblu a nespawnují se mu
Re: spawnování
Napsal: 30 pro 2015, 23:56
od MarekBurget
Nad bedrockom sa v netheri nespawnuje ani jedna ziva bytost. max huby.
Ked myslis uplne vrch netheru
Re: spawnování
Napsal: 31 pro 2015, 00:13
od miminkek
ano mylsím nad bedrockem
Re: spawnování
Napsal: 31 pro 2015, 00:14
od MarekBurget
Tak to je nemozne. mne sa tam ani zombie nespawnol.