Lagy

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
Sportous
Příspěvky: 248
Registrován: 14 pro 2013, 23:18
Reputation: 0

Lagy

#1 Příspěvekod Sportous » 13 led 2014, 14:54

Server: 93.91.250.123:27114

Dobrý den,
mám menší problém s lagy na serveru....
Když například napíši nějaký příkaz,(např.:/fly) tak se třeba provede až za tři vteřiny...
Už mě to trochu začíná vadit,tak proto prosím o radu...
Děkuji



PS: Nevím jestli to s tím má nějakou souvislost,ale v konzoli obcas vyskoci takhle hlaska:
Spoiler: zobrazit

Kód: Vybrat vše

> [23:27:16 WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3809ms behind, skipping 76 tick(s)
Obrázek

Uživatelský avatar
zdenda204
Příspěvky: 3617
Věk: 36
Registrován: 23 kvě 2012, 21:38
Reputation: 0

Re: Lagy

#2 Příspěvekod zdenda204 » 13 led 2014, 15:06

Jop, to by odpovídalo.
Ta hláška znamená že server je přetíženej a odezva je na necelých 4 vteřinách.
Přilož tedy obsah souboru server.log/latest.log při startu a seznam pluginů.
Také přilož timings (Návod v návodech 8-) )
Přijímám zakázky na skripty/pluginy v PHP/Javě za malý poplatky! A kup mi sušenku :) Obrázek Obrázek
⇨Projekt Market⇦

Uživatelský avatar
Sportous
Příspěvky: 248
Registrován: 14 pro 2013, 23:18
Reputation: 0

Re: Lagy

#3 Příspěvekod Sportous » 13 led 2014, 15:20

Log pri startu

Spoiler: zobrazit

Kód: Vybrat vše

Loading libraries, please wait...
> [14:15:18 INFO]: Starting minecraft server version 1.7.2
> [14:15:18 INFO]: Loading properties
> [14:15:18 INFO]: Default game type: SURVIVAL
> [14:15:18 INFO]: Generating keypair
> [14:15:18 INFO]: Starting Minecraft server on 93.91.250.123:27114
> [14:15:18 INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.3-SNAPSHOT)
> [14:15:19 INFO]: ----- Bukkit Auto Updater -----
> [14:15:19 INFO]: It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
> [14:15:19 INFO]: If you would like to be kept informed about new Development Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'dev'.
> [14:15:19 INFO]: With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
> [14:15:19 INFO]: If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
> [14:15:19 INFO]: ----- ------------------- -----
> [14:15:19 INFO]: [PermissionsEx] sql backend registered!
> [14:15:19 INFO]: [PermissionsEx] file backend registered!
> [14:15:19 INFO]: [PermissionsEx] PermissionEx plugin initialized.
> [14:15:19 ERROR]: Could not load 'plugins/Colors.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:308) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:231) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:255) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:233) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_40]
at java.lang.ClassLoader.defineClass(ClassLoader.java:792) ~[?:1.7.0_40]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_40]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_40]
at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_40]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_40]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_40]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_40]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_40]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.7.0_40]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.7.0_40]
at com.tyzoid.bukkit.colors.colors.<init>(colors.java:23) ~[?:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_40]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_40]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_40]
at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_40]
at java.lang.Class.newInstance(Class.java:374) ~[?:1.7.0_40]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:52) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
... 9 more
Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.7.0_40]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.7.0_40]
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_40]
at java.lang.ClassLoader.defineClass(ClassLoader.java:792) ~[?:1.7.0_40]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_40]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_40]
at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_40]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_40]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_40]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_40]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_40]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.7.0_40]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.7.0_40]
at com.tyzoid.bukkit.colors.colors.<init>(colors.java:23) ~[?:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_40]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_40]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_40]
at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_40]
at java.lang.Class.newInstance(Class.java:374) ~[?:1.7.0_40]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:52) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
... 9 more
> [14:15:19 INFO]: [LagMeter] Loading LagMeter v1.9.0
> [14:15:19 INFO]: ultiWorld] Loading MultiWorld v4.6.2
> [14:15:19 INFO]: [GriefLog] Loading GriefLog v4.9.6
> [14:15:19 INFO]: [WorldEdit] Loading WorldEdit v5.5.5
> [14:15:19 INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3
> [14:15:19 INFO]: [NoCheatPlus] Loading NoCheatPlus v3.10.0-RC-b569
> [14:15:19 INFO]: otdManager] Loading MotdManager v1.41-b20
> [14:15:19 INFO]: [Sign Lift] Loading Sign Lift v1.1
> [14:15:19 INFO]: [SimpleJoinMessage] Loading SimpleJoinMessage vL1.5.4
> [14:15:19 INFO]: [Vault] Loading Vault v1.2.24-b304
> [14:15:19 INFO]: ineReset] Loading MineReset v2.0.3
> [14:15:19 INFO]: ultiverse-Core] Loading Multiverse-Core v2.4-b527
> [14:15:19 INFO]: [PlayerHeads] Loading PlayerHeads v3.4-jenkins-PlayerHeads-1-30-gbb967f6
> [14:15:19 INFO]: [PermissionsEx] Loading PermissionsEx v1.19.5
> [14:15:19 INFO]: [PermissionsEx] Initializing file backend
> [14:15:19 INFO]: Permissions file successfully reloaded
> [14:15:19 INFO]: [LWC] Loading LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
> [14:15:19 INFO]: [FigAdmin] Loading FigAdmin v4.0.16
> [14:15:19 INFO]: [Trampolin] Loading Trampolin v0.6
> [14:15:19 INFO]: [TreeAssist] Loading TreeAssist v5.4.2
> [14:15:19 INFO]: [WorldGuard] Loading WorldGuard v5.7.3
> [14:15:19 INFO]: [AntiPvP] Loading AntiPvP v2.0
> [14:15:19 INFO]: [dynmap] Loading dynmap v1.9.2-892
> [14:15:19 INFO]: [dynmap] Mod Support API available
> [14:15:19 INFO]: [HeroicDeathPlus] Loading HeroicDeathPlus v2.5
> [14:15:19 INFO]: [AutoMessage] Loading AutoMessage v2.3.1
> [14:15:19 INFO]: [TNTRun] Loading TNTRun v2.4
> [14:15:19 INFO]: [HorseCraft] Loading HorseCraft v1.0-1.1
> [14:15:19 INFO]: [ColoredTags] Loading ColoredTags v1.2.1
> [14:15:19 INFO]: [ColorMe] Loading ColorMe v3.8
> [14:15:19 INFO]: [CommandBlocker] Loading CommandBlocker v1.2
> [14:15:19 INFO]: obArena] Loading MobArena v0.95.5
> [14:15:19 INFO]: [Lift] Loading Lift v36
> [14:15:19 INFO]: [Essentials] Loading Essentials v2.10.1
> [14:15:19 INFO]: [Citizens] Loading Citizens v2.0.11-SNAPSHOT (build 1027)
> [14:15:19 INFO]: [SimpleRegionMarket] Loading SimpleRegionMarket v3.6
> [14:15:19 INFO]: [Jobs] Loading Jobs v2.9.1
> [14:15:19 INFO]: [ChatManager] Loading ChatManager v1.19.1
> [14:15:19 INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.10.1
> [14:15:19 INFO]: ultiverse-Portals] Loading Multiverse-Portals v2.4-b548
> [14:15:19 INFO]: [ChestShop] Loading ChestShop v3.46
> [14:15:19 INFO]: [Residence] Loading Residence v2.6.6.4
> [14:15:19 INFO]: [AuthMe] Loading AuthMe v2.7.12
> [14:15:19 INFO]: [Vault] Enabling Vault v1.2.24-b304
> [14:15:19 INFO]: [Vault][Economy] Essentials Economy found: Waiting
> [14:15:19 INFO]: [Vault][Permission] PermissionsEx found: Waiting
> [14:15:19 INFO]: [Vault][Permission] SuperPermissions loaded as backup permission system.
> [14:15:19 INFO]: [Vault][Chat] PermissionsEx found: Waiting
> [14:15:19 INFO]: [Vault] Enabled Version 1.2.24-b304
> [14:15:19 INFO]: [Vault][Economy] Essentials Economy hooked.
> [14:15:19 INFO]: [Vault][Permission] PermissionsEx hooked.
> [14:15:19 INFO]: [LWC] Enabling LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
> [14:15:19 INFO]: [LWC] Loaded 209 locale strings (0 overrides)
> [14:15:19 INFO]: [LWC] Permissions API: §4VaultPermissions
> [14:15:19 INFO]: [LWC] Currency API: §4VaultCurrency
> [14:15:19 INFO]: [LWC] Connecting to SQLite
> [14:15:19 INFO]: [LWC] Performing any necessary database updates
> [14:15:19 INFO]: [LWC] Using database: Native
> [14:15:20 INFO]: [LWC] Precached 10000 protections
> [14:15:20 INFO]: [LWC] Enabled plugin support for MobArena
> [14:15:20 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
> [14:15:20 WARN]: The server will make no attempt to authenticate usernames. Beware.
> [14:15:20 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.
> [14:15:20 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
> [14:15:20 INFO]: Preparing level "world"
> [14:15:20 INFO]: Preparing start region for level 0 (Seed: -1068624430)
> [14:15:23 INFO]: Preparing spawn area: 0%
> [14:15:23 INFO]: Preparing start region for level 1 (Seed: 8648814322974159396)
> [14:15:24 INFO]: Preparing start region for level 2 (Seed: 8648814322974159396)
> [14:15:24 INFO]: [LagMeter] Enabling LagMeter v1.9.0
> [14:15:24 INFO]: [LagMeter] Not using logs folder.
> [14:15:24 ERROR]: Error occurred while enabling LagMeter v1.9.0 (Is it up to date?)
java.lang.IllegalArgumentException: Plugin already intialized!
at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:98) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:59) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at com.webkonsept.minecraft.lagmeter.LagMeter.<init>(LagMeter.java:19) ~[?:?]
at com.webkonsept.minecraft.lagmeter.LagMeterLogger.log(LagMeterLogger.java:162) ~[?:?]
at com.webkonsept.minecraft.lagmeter.LagMeterLogger.beginLogging(LagMeterLogger.java:138) ~[?:?]
at com.webkonsept.minecraft.lagmeter.LagMeterLogger.enable(LagMeterLogger.java:43) ~[?:?]
at com.webkonsept.minecraft.lagmeter.LagMeterLogger.enable(LagMeterLogger.java:48) ~[?:?]
at com.webkonsept.minecraft.lagmeter.LagMeter.onEnable(LagMeter.java:81) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:384) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:298) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:280) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
Caused by: java.lang.IllegalStateException: Initial initialization
at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:101) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:59) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at com.webkonsept.minecraft.lagmeter.LagMeter.<init>(LagMeter.java:19) ~[?:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_40]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_40]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_40]
at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_40]
at java.lang.Class.newInstance(Class.java:374) ~[?:1.7.0_40]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:52) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:308) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:231) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:255) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:233) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
... 2 more
> [14:15:24 INFO]: ultiWorld] Enabling MultiWorld v4.6.2
> [14:15:24 INFO]: Preparing start region for level 3 (Seed: -4477910010849734037)
> [14:15:24 INFO]: Preparing start region for level 4 (Seed: 2390586461792309162)
> [14:15:25 INFO]: Preparing start region for level 5 (Seed: -4055187094646082875)
> [14:15:26 INFO]: Preparing spawn area for flatroom, 32%
> [14:15:27 INFO]: Preparing start region for level 6 (Seed: 3232603115973013030)
> [14:15:27 INFO]: ultiWorld] v4.6.2 enabled.
> [14:15:27 INFO]: [GriefLog] Enabling GriefLog v4.9.6
> [14:15:27 INFO]: [GriefLog] GriefLog 4.9.6 Enabled
> [14:15:28 INFO]: [WorldEdit] Enabling WorldEdit v5.5.5
> [14:15:28 INFO]: WEPIF: Using the Bukkit Permissions API.
> [14:15:28 INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3
> [14:15:28 INFO]: Starting FakaHedaMinequery server on 93.91.250.123:28114
> [14:15:28 INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.10.0-RC-b569
> [14:15:28 ERROR]: [NoCheatPlus] Could not load config.yml (see exception below). Continue with default settings...
> [14:15:28 ERROR]: org.bukkit.configuration.InvalidConfigurationException: unacceptable character '�' (0xFFFD) special characters are not allowed
in "<string>", position 717
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:149)
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:114)
at fr.neatmonster.nocheatplus.config.ConfigManager.init(ConfigManager.java:181)
at fr.neatmonster.nocheatplus.NoCheatPlus.onEnable(NoCheatPlus.java:680)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:384)
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:298)
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:280)
at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342)
at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319)
at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275)
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175)
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424)
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617)
Caused by: unacceptable character '�' (0xFFFD) special characters are not allowed
in "<string>", position 717
at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:70)
at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:50)
at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
... 15 more

> [14:15:28 WARN]: [NoCheatPlus] Could not set up native access for your specific Minecraft + server-mod version.
> [14:15:28 WARN]: [NoCheatPlus] API-only MCAccess: Some features will likely not function properly, performance might suffer.
> [14:15:28 WARN]: [NoCheatPlus] Check for updates at BukkitDev: http://dev.bukkit.org/server-mods/nocheatplus/
> [14:15:28 WARN]: [NoCheatPlus] Development builds: http://ci.ecocitycraft.com/job/NoCheatPlus/
> [14:15:28 INFO]: [NoCheatPlus] McAccess set to: 1.4.6|1.4.7|1.5.x|1.6.1|1.6.2|? / Bukkit-API
> [14:15:28 INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
> [14:15:28 INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
> [14:15:28 INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
> [14:15:28 INFO]: [NoCheatPlus] Version 3.10.0-RC-b569 is enabled.
> [14:15:28 INFO]: otdManager] Enabling MotdManager v1.41-b20
> [14:15:28 INFO]: otdManager] version 1.41-b20 is enabled!
> [14:15:29 INFO]: [Sign Lift] Enabling Sign Lift v1.1
> [14:15:29 INFO]: [SignLift] Version 1.1 - Copyright 2013 - PinkSlime (http://theaetherserver.com/) is enabled
> [14:15:29 INFO]: [SimpleJoinMessage] Enabling SimpleJoinMessage vL1.5.4
> [14:15:29 INFO]: [SimpleJoinMessage] Loading configuration...
> [14:15:29 INFO]: [SimpleJoinMessage] Configuration loaded.
> [14:15:29 INFO]: [SimpleJoinMessage] Loading listener...
> [14:15:29 INFO]: [SimpleJoinMessage] Listener loaded.
> [14:15:29 INFO]: [SimpleJoinMessage] Enabling Metrics...
> [14:15:29 INFO]: [SimpleJoinMessage] Metrics enabled.
> [14:15:29 INFO]: [SimpleJoinMessage] SimpleJoinMessage enabled.
> [14:15:29 INFO]: ineReset] Enabling MineReset v2.0.3
> [14:15:29 INFO]: MineReset is starting up
> [14:15:29 INFO]: WorldEdit found, using it for region selection
> [14:15:29 INFO]: Language file used: czech.yml
> [14:15:29 INFO]: Loaded generator: RandomGenerator
> [14:15:29 INFO]: MineReset started
> [14:15:29 INFO]: 10 mine(s) and 0 signs found
> [14:15:29 INFO]: Unable to connect to the update server!
> [14:15:29 INFO]: ultiverse-Core] Enabling Multiverse-Core v2.4-b527
> [14:15:29 INFO]: ultiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
> [14:15:29 INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
> [14:15:31 INFO]: ultiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -1068624430
> [14:15:31 INFO]: ultiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: 8648814322974159396
> [14:15:31 INFO]: ultiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: 8648814322974159396
> [14:15:31 INFO]: ultiverse-Core] Loading World & Settings - 'flatroom' - Env: NORMAL - Type: FLAT & seed: -4055187094646082875
> [14:15:31 INFO]: ultiverse-Core] Loading World & Settings - 'world_herobrineai_graveyard' - Env: NORMAL - Type: FLAT & seed: -4477910010849734037
> [14:15:31 INFO]: ultiverse-Core] Loading World & Settings - 'new_svet' - Env: NORMAL - Type: NORMAL & seed: 3232603115973013030
> [14:15:31 INFO]: ultiverse-Core] Loading World & Settings - 'svet' - Env: NORMAL - Type: NORMAL & seed: 2390586461792309162
> [14:15:31 INFO]: ultiverse-Core] 7 - World(s) loaded.
> [14:15:31 INFO]: [PlayerHeads] Enabling PlayerHeads v3.4-jenkins-PlayerHeads-1-30-gbb967f6
> [14:15:32 INFO]: [PermissionsEx] Enabling PermissionsEx v1.19.5
> [14:15:33 INFO]: [PermissionsEx] Superperms support enabled.
> [14:15:33 INFO]: [PermissionsEx] v1.19.5 enabled
> [14:15:33 INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
> [14:15:33 INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
> [14:15:33 INFO]: [FigAdmin] Enabling FigAdmin v4.0.16
> [14:15:33 INFO]: FigAdmin version 4.0.16 is enabled!
> [14:15:33 INFO]: [Trampolin] Enabling Trampolin v0.6
> [14:15:33 WARN]: java.lang.NumberFormatException: For input string: " 0"
> [14:15:33 WARN]: at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
> [14:15:33 WARN]: at java.lang.Integer.parseInt(Integer.java:481)
> [14:15:33 WARN]: at java.lang.Integer.valueOf(Integer.java:582)
> [14:15:33 WARN]: at com.bukkit.tm.Trampolin.TrampolinConfig.initialize(TrampolinConfig.java:50)
> [14:15:33 WARN]: at com.bukkit.tm.Trampolin.Trampolin.onEnable(Trampolin.java:24)
> [14:15:33 WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250)
> [14:15:33 WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350)
> [14:15:33 WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:384)
> [14:15:33 WARN]: at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:298)
> [14:15:33 WARN]: at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:280)
> [14:15:33 WARN]: at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342)
> [14:15:33 WARN]: at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319)
> [14:15:33 WARN]: at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275)
> [14:15:33 WARN]: at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175)
> [14:15:33 WARN]: at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424)
> [14:15:33 WARN]: at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617)
> [14:15:33 INFO]: [TreeAssist] Enabling TreeAssist v5.4.2
> [14:15:33 INFO]: [WorldGuard] Enabling WorldGuard v5.7.3
> [14:15:33 INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
> [14:15:33 INFO]: [WorldGuard] (world) Lighters are PERMITTED.
> [14:15:33 INFO]: [WorldGuard] (world) Lava fire is blocked.
> [14:15:33 INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
> [14:15:33 INFO]: [WorldGuard] Loaded configuration for world 'world'
> [14:15:33 INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
> [14:15:33 INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
> [14:15:33 INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
> [14:15:33 INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
> [14:15:33 INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
> [14:15:33 INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
> [14:15:33 INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
> [14:15:33 INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
> [14:15:33 INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
> [14:15:33 INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
> [14:15:33 INFO]: [WorldGuard] (world_herobrineai_graveyard) TNT ignition is PERMITTED.
> [14:15:33 INFO]: [WorldGuard] (world_herobrineai_graveyard) Lighters are PERMITTED.
> [14:15:33 INFO]: [WorldGuard] (world_herobrineai_graveyard) Lava fire is blocked.
> [14:15:33 INFO]: [WorldGuard] (world_herobrineai_graveyard) Fire spread is UNRESTRICTED.
> [14:15:33 INFO]: [WorldGuard] Loaded configuration for world 'world_herobrineai_graveyard'
> [14:15:33 INFO]: [WorldGuard] (svet) TNT ignition is PERMITTED.
> [14:15:33 INFO]: [WorldGuard] (svet) Lighters are PERMITTED.
> [14:15:33 INFO]: [WorldGuard] (svet) Lava fire is blocked.
> [14:15:33 INFO]: [WorldGuard] (svet) Fire spread is UNRESTRICTED.
> [14:15:33 INFO]: [WorldGuard] Loaded configuration for world 'svet'
> [14:15:33 INFO]: [WorldGuard] (flatroom) TNT ignition is PERMITTED.
> [14:15:33 INFO]: [WorldGuard] (flatroom) Lighters are PERMITTED.
> [14:15:33 INFO]: [WorldGuard] (flatroom) Lava fire is blocked.
> [14:15:33 INFO]: [WorldGuard] (flatroom) Fire spread is UNRESTRICTED.
> [14:15:33 INFO]: [WorldGuard] Loaded configuration for world 'flatroom'
> [14:15:33 INFO]: [WorldGuard] (new_svet) TNT ignition is PERMITTED.
> [14:15:33 INFO]: [WorldGuard] (new_svet) Lighters are PERMITTED.
> [14:15:33 INFO]: [WorldGuard] (new_svet) Lava fire is blocked.
> [14:15:33 INFO]: [WorldGuard] (new_svet) Fire spread is UNRESTRICTED.
> [14:15:33 INFO]: [WorldGuard] Loaded configuration for world 'new_svet'
> [14:15:33 WARN]: [WorldEdit] No compatible nms block class found.
> [14:15:33 INFO]: [WorldGuard] 3 regions loaded for 'world'
> [14:15:33 INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
> [14:15:33 INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
> [14:15:33 INFO]: [WorldGuard] 0 regions loaded for 'world_herobrineai_graveyard'
> [14:15:33 INFO]: [WorldGuard] 1 regions loaded for 'svet'
> [14:15:33 INFO]: [WorldGuard] 3 regions loaded for 'flatroom'
> [14:15:33 INFO]: [WorldGuard] 0 regions loaded for 'new_svet'
> [14:15:33 INFO]: [AntiPvP] Enabling AntiPvP v2.0
> [14:15:33 INFO]: [AntiPvP] v2.0 Enabled! Coded by [PixelatedTNT]
> [14:15:33 INFO]: [dynmap] Enabling dynmap v1.9.2-892
> [14:15:33 INFO]: [dynmap] Added 38 custom biome mappings
> [14:15:33 INFO]: [dynmap] Using PermissionsEx 1.19.5 for access control
> [14:15:34 INFO]: [dynmap] Mod Support processing completed
> [14:15:35 INFO]: [dynmap] Loaded 21 shaders.
> [14:15:35 INFO]: [dynmap] Loaded 82 perspectives.
> [14:15:35 INFO]: [dynmap] Loaded 12 lightings.
> [14:15:35 INFO]: [dynmap] Web server started on address 93.91.250.123:29114
> [14:15:35 INFO]: [dynmap] version 1.9.2-892 is enabled - core version 1.9.2-1848
> [14:15:35 INFO]: [dynmap] Loaded 3 maps of world 'world'.
> [14:15:35 INFO]: [dynmap] Loaded 43 pending tile renders for world 'world'
> [14:15:35 INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
> [14:15:35 INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
> [14:15:35 INFO]: [dynmap] Loaded 3 maps of world 'world_herobrineai_graveyard'.
> [14:15:35 INFO]: [dynmap] Loaded 3 maps of world 'svet'.
> [14:15:35 INFO]: [dynmap] Loaded 3 maps of world 'flatroom'.
> [14:15:35 INFO]: [dynmap] Loaded 3 maps of world 'new_svet'.
> [14:15:35 INFO]: [dynmap] Loaded 116 pending tile renders for world 'new_svet'
> [14:15:35 INFO]: [dynmap] Enabled
> [14:15:36 INFO]: [HeroicDeathPlus] Enabling HeroicDeathPlus v2.5
> [14:15:36 INFO]: [HeroicDeathPlus] 2.5 enabled.
> [14:15:36 INFO]: [AutoMessage] Enabling AutoMessage v2.3.1
> [14:15:36 INFO]: [TNTRun] Enabling TNTRun v2.4
> [14:15:36 INFO]: [HorseCraft] Enabling HorseCraft v1.0-1.1
> [14:15:36 INFO]: HorseCraft Version 1.0-1.1 Has Been Enabled!
> [14:15:36 INFO]: [ColoredTags] Enabling ColoredTags v1.2.1
> [14:15:38 INFO]: [ColorMe] Enabling ColorMe v3.8
> [14:15:38 INFO]: [ColorMe] Loaded Vault successfully
> [14:15:38 INFO]: [ColorMe] Running without Spout!
> [14:15:38 INFO]: [ColorMe] Using own group system!
> [14:15:38 INFO]: [ColorMe] SoftMode enabled. If other chat plugins are found, the chat won't be affected by ColorMe.
> [14:15:38 INFO]: [ColorMe] Found ChatManager. Will use it for chat!
> [14:15:38 INFO]: [ColorMe] Didn't found TagAPI!
> [14:15:39 INFO]: [CommandBlocker] Enabling CommandBlocker v1.2
> [14:15:39 INFO]: obArena] Enabling MobArena v0.95.5
> [14:15:39 INFO]: obArena] Loaded custom ability 'Fetch Distant'
> [14:15:39 INFO]: obArena] Loaded custom ability 'Pull Distant'
> [14:15:39 INFO]: obArena] Loaded custom ability 'Throw Target'
> [14:15:39 INFO]: obArena] Loaded custom ability 'Disorient Nearby'
> [14:15:39 INFO]: obArena] Loaded custom ability 'Shuffle Positions'
> [14:15:39 INFO]: obArena] Loaded custom ability 'Shoot Fireball'
> [14:15:39 INFO]: obArena] Loaded custom ability 'Disorient Distant'
> [14:15:39 INFO]: obArena] Loaded custom ability 'Root Target'
> [14:15:39 INFO]: obArena] Loaded custom ability 'Pull Target'
> [14:15:39 INFO]: obArena] Loaded custom ability 'Throw Distant'
> [14:15:39 INFO]: obArena] Loaded custom ability 'Fetch Nearby'
> [14:15:39 INFO]: obArena] Loaded custom ability 'Disorient Target'
> [14:15:39 INFO]: obArena] Loaded custom ability 'Shoot Arrow'
> [14:15:39 INFO]: obArena] Loaded custom ability 'Fetch Target'
> [14:15:39 INFO]: obArena] Loaded custom ability 'Warp'
> [14:15:39 INFO]: obArena] Loaded custom ability 'Lightning Aura'
> [14:15:39 INFO]: obArena] Loaded custom ability 'Chain Lightning'
> [14:15:39 INFO]: obArena] Loaded custom ability 'Flood'
> [14:15:39 INFO]: obArena] Loaded custom ability 'Pull Nearby'
> [14:15:39 INFO]: obArena] Loaded custom ability 'Living Bomb'
> [14:15:39 INFO]: obArena] Loaded custom ability 'Throw Nearby'
> [14:15:39 INFO]: obArena] Loaded custom ability 'Fire Aura'
> [14:15:39 INFO]: obArena] Loaded custom ability 'Obsidian Bomb'
> [14:15:41 INFO]: obArena] Loaded arena 'default'.
> [14:15:41 INFO]: obArena] v0.95.5 enabled.
> [14:15:42 INFO]: [Lift] Enabling Lift v36
> [14:15:42 INFO]: Lift v36 is now enabled!
> [14:15:42 INFO]: [Essentials] Enabling Essentials v2.10.1
> [14:15:42 INFO]: Using locale cs_CZ
> [14:15:42 INFO]: Using locale cs_CZ
> [14:15:42 INFO]: Essentials: Using PermissionsEx based permissions.
> [14:15:42 INFO]: [Citizens] Enabling Citizens v2.0.11-SNAPSHOT (build 1027)
> [14:15:42 INFO]: [SimpleRegionMarket] Enabling SimpleRegionMarket v3.6
> [14:15:42 INFO]: [SimpleRegionMarket] Loaded 4 template(s), 1 world(s) and 1 region(s).
> [14:15:42 INFO]: [SimpleRegionMarket] The check took 4ms
> [14:15:42 INFO]: [SimpleRegionMarket] Permissions loaded (PermissionsEx)
> [14:15:42 INFO]: [SimpleRegionMarket] SimpleRegionMarket enabled.
> [14:15:43 INFO]: [Jobs] Enabling Jobs v2.9.1
> [14:15:43 WARN]: [Jobs] Job Miner has an invalid NETHER_QUARTZ_ORE Break type property. Skipping!
> [14:15:43 WARN]: [Jobs] Job Builder has an invalid NETHER_QUARTZ_ORE Place type property. Skipping!
> [14:15:43 INFO]: [Jobs] Started database save task
> [14:15:43 INFO]: [Jobs] Started buffered payment thread
> [14:15:43 INFO]: [Jobs] [Jobs] Successfully linked with Vault.
> [14:15:43 INFO]: [Jobs] Database save task shutdown
> [14:15:43 INFO]: [Jobs] Buffered payment thread shutdown
> [14:15:43 INFO]: [Jobs] Started database save task
> [14:15:43 INFO]: [Jobs] Plugin has been enabled succesfully.
> [14:15:43 INFO]: [Jobs] Started buffered payment thread
> [14:15:43 INFO]: [Jobs] Login manager started
> [14:15:44 INFO]: [ChatManager] Enabling ChatManager v1.19.1
> [14:15:44 INFO]: [ChatManager] ChatManager enabled!
> [14:15:44 INFO]: [ChatManager] Multiverse 2 integration enabled!
> [14:15:44 INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.10.1
> [14:15:44 INFO]: ultiverse-Portals] Enabling Multiverse-Portals v2.4-b548
> [14:15:44 INFO]: ultiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
> [14:15:47 INFO]: ultiverse-Portals] 8 - Portals(s) loaded
> [14:15:47 INFO]: [ChestShop] Enabling ChestShop v3.46
> [14:15:47 INFO]: [ChestShop] LWC version 4.3.1 (b767-git-MANUAL) (November 15, 2012) loaded.
> [14:15:47 INFO]: [ChestShop] Vault loaded - using Essentials Economy
> [14:15:49 INFO]: [Residence] Enabling Residence v2.6.6.4
> [14:15:49 INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
> [14:15:50 INFO]: [Residence] Found WorldEdit
> [14:15:50 INFO]: [Residence] Enabled! Version 2.6.6.4 by bekvon
> [14:15:50 INFO]: [AuthMe] Enabling AuthMe v2.7.12
> [14:15:50 INFO]: [AuthMe] Loading Configuration File...
> [14:15:50 INFO]: [AuthMe] Merge new Config Options if needed..
> [14:15:50 INFO]: [AuthMe] Set Language: cz
> [14:15:50 INFO]: [AuthMe] Hook with Multiverse-Core for SpawnLocations
> [14:15:50 ERROR]: [AuthMe] ERROR: Please Update your ChestShop version!
> [14:15:50 INFO]: [AuthMe] Authme 2.7.12 enabled
> [14:15:52 WARN]: Server permissions file permissions.yml is not valid YAML.
java.lang.ClassCastException: java.lang.String cannot be cast to java.util.Map
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadCustomPermissions(CraftServer.java:663) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:286) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
> [14:15:56 INFO]: Done (35.782s)! For help, type "help" or "?"
> [14:15:56 INFO]: Starting GS4 status listener
> [14:15:56 INFO]: Starting remote control listener
> [14:15:56 INFO]: Query running on 93.91.250.123:27114
> [14:15:56 INFO]: RCON running on 93.91.250.123:26114
> [14:15:56 WARN]: [NoCheatPlus] The block breaking data is incomplete, default to allow instant breaking:
> [14:15:56 WARN]: --- Missing entries -------------------------------
> [14:15:56 WARN]: * MISSING 160(STAINED_GLASS_PANE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
> [14:15:56 WARN]: * MISSING 161(LEAVES_2 / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
> [14:15:56 WARN]: * MISSING 162(LOG_2 / SOLID+GROUND)
> [14:15:56 WARN]: * MISSING 163(ACACIA_STAIRS / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
> [14:15:56 WARN]: * MISSING 164(DARK_OAK_STAIRS / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
> [14:15:56 WARN]: * MISSING 174(PACKED_ICE / SOLID+GROUND)
> [14:15:56 WARN]: * MISSING 175(DOUBLE_PLANT / IGN_PASSABLE)
> [14:15:56 INFO]: etrics] Server returned HTTP response code: 502 for URL: http://mcstats.org/report/LWC
> [14:15:56 INFO]: etrics] Server returned HTTP response code: 502 for URL: http://mcstats.org/report/ChestShop
> [14:15:56 INFO]: etrics] Server returned HTTP response code: 502 for URL: http://mcstats.org/report/MineReset
> [14:15:58 INFO]: [Citizens] Loaded 11 NPCs.
> [14:15:58 WARN]: [NoCheatPlus] Metrics error: ERR (IOException): Server returned HTTP response code: 502 for URL: http://report.mcstats.org/plugin/NoCheatPlus
> [14:16:00 INFO]: etrics] Server returned HTTP response code: 502 for URL: http://mcstats.org/report/MotdManager



Seznam pluginů:
Spoiler: zobrazit

Kód: Vybrat vše

 LagMeter, MultiWorld, GriefLog, WorldEdit, FakaHedaMinequery, NoCheatPlus, MotdManager, Sign Lift, SimpleJoinMessage, Vault, MineReset, Multiverse-Core, PlayerHeads, PermissionsEx, LWC, FigAdmin, Trampolin, TreeAssist, WorldGuard, AntiPvP, dynmap, HeroicDeathPlus, AutoMessage, TNTRun, HorseCraft, ColoredTags, ColorMe, CommandBlocker, MobArena, Lift, Essentials, Citizens, SimpleRegionMarket, Jobs, ChatManager, EssentialsSpawn, Multiverse-Portals, ChestShop, Residence, AuthMe


Výpis z timings
Spoiler: zobrazit

Kód: Vybrat vše

LagMeter v1.9.0
    Total time 0 (0s)
MultiWorld v4.6.2
    Total time 0 (0s)
GriefLog v4.9.6
    PlayerInteractEvent Time: 687200 Count: 139 Avg: 4943
    EntityChangeBlockEvent Time: 3912 Count: 25 Avg: 156
    EntityChangeBlockEvent Time: 225391 Count: 25 Avg: 9015
    BlockBreakEvent Time: 666169 Count: 5 Avg: 133233
    BlockPlaceEvent Time: 5684295 Count: 56 Avg: 101505
    PlayerChangedWorldEvent Time: 177336 Count: 1 Avg: 177336
    PlayerCommandPreprocessEvent Time: 272432 Count: 3 Avg: 90810
    EntityDamageEvent (and sub-classes) Time: 6774 Count: 153 Avg: 44
    Total time 7723509 (0s)
WorldEdit v5.5.5
    PlayerInteractEvent Time: 8829885 Count: 139 Avg: 63524
    PlayerCommandPreprocessEvent Time: 54527 Count: 3 Avg: 18175
    Total time 8884412 (0s)
FakaHedaMinequery v1.3
    Total time 0 (0s)
NoCheatPlus v3.10.0-RC-b569
    PlayerInteractEvent Time: 7456395 Count: 139 Avg: 53643
    PlayerInteractEvent Time: 421037 Count: 139 Avg: 3029
    PlayerInteractEvent Time: 636214 Count: 139 Avg: 4577
    PlayerInteractEvent Time: 551581 Count: 139 Avg: 3968
    PlayerDropItemEvent Time: 149810 Count: 1 Avg: 149810
    BlockBreakEvent Time: 2014645 Count: 5 Avg: 402929
    BlockPlaceEvent Time: 3495023 Count: 56 Avg: 62411
    BlockPlaceEvent Time: 908008 Count: 56 Avg: 16214
    PlayerChangedWorldEvent Time: 122263 Count: 1 Avg: 122263
    PlayerChangedWorldEvent Time: 18025 Count: 1 Avg: 18025
    PlayerChangedWorldEvent Time: 11640 Count: 1 Avg: 11640
    PlayerChangedWorldEvent Time: 100903 Count: 1 Avg: 100903
    PlayerChangedWorldEvent Time: 19489 Count: 1 Avg: 19489
    PlayerCommandPreprocessEvent Time: 213302 Count: 3 Avg: 71100
    EntityDamageEvent (and sub-classes) Time: 756911 Count: 153 Avg: 4947
    EntityDamageEvent (and sub-classes) Time: 4058758 Count: 153 Avg: 26527
    EntityDamageEvent (and sub-classes) Time: 122897 Count: 153 Avg: 803
    EntityDamageEvent (and sub-classes) Time: 216889 Count: 153 Avg: 1417
    BlockDamageEvent Time: 43033 Count: 9 Avg: 4781
    PlayerAnimationEvent Time: 1404985 Count: 207 Avg: 6787
    PlayerAnimationEvent Time: 1030885 Count: 207 Avg: 4980
    PlayerAnimationEvent Time: 471934 Count: 207 Avg: 2279
    PlayerToggleSprintEvent Time: 645196 Count: 20 Avg: 32259
    PlayerToggleSprintEvent Time: 207275 Count: 20 Avg: 10363
    PlayerToggleSprintEvent Time: 203234 Count: 20 Avg: 10161
    EntityRegainHealthEvent Time: 147078 Count: 82 Avg: 1793
    EntityRegainHealthEvent Time: 84820 Count: 82 Avg: 1034
    EntityDeathEvent Time: 7177 Count: 3 Avg: 2392
    EntityDeathEvent Time: 389 Count: 3 Avg: 129
    InventoryClickEvent (and sub-classes) Time: 1636225 Count: 18 Avg: 90901
    FoodLevelChangeEvent Time: 123098 Count: 9 Avg: 13677
    PlayerItemHeldEvent Time: 384920 Count: 20 Avg: 19246
    PlayerMoveEvent Time: 364898633 Count: 3450 Avg: 105767
    PlayerMoveEvent Time: 24098303 Count: 3450 Avg: 6985
    PlayerTeleportEvent Time: 37192 Count: 2 Avg: 18596
    PlayerVelocityEvent Time: 591443 Count: 4 Avg: 147860
    Total time 417289610 (0s)
MotdManager v1.41-b20
    ServerListPingEvent Time: 2093531 Count: 24 Avg: 87230
    Total time 2093531 (0s)
Sign Lift v1.1
    PlayerInteractEvent Time: 1846707 Count: 139 Avg: 13285
    BlockBreakEvent Time: 254724 Count: 5 Avg: 50944
    BlockPlaceEvent Time: 306182 Count: 56 Avg: 5467
    Total time 2407613 (0s)
SimpleJoinMessage vL1.5.4
    Total time 0 (0s)
Vault v1.2.24-b304
    Total time 0 (0s)
MineReset v2.0.3
    PlayerInteractEvent Time: 1584634 Count: 139 Avg: 11400
    BlockBreakEvent Time: 546672 Count: 5 Avg: 109334
    BlockPlaceEvent Time: 4369045 Count: 56 Avg: 78018
    EntityDamageEvent (and sub-classes) Time: 13663 Count: 153 Avg: 89
    Total time 6514014 (0s)
Multiverse-Core v2.4-b527
    PlayerChangedWorldEvent Time: 178766 Count: 1 Avg: 178766
    EntityRegainHealthEvent Time: 499097 Count: 82 Avg: 6086
    FoodLevelChangeEvent Time: 76048 Count: 9 Avg: 8449
    PlayerTeleportEvent Time: 1565615 Count: 2 Avg: 782807
    PlayerChatEvent Time: 72713 Count: 1 Avg: 72713
    CreatureSpawnEvent Time: 2250904 Count: 360 Avg: 6252
    ThunderChangeEvent Time: 54093 Count: 1 Avg: 54093
    Total time 4697236 (0s)
PlayerHeads v3.4-jenkins-PlayerHeads-1-30-gbb967f6
    PlayerInteractEvent Time: 422260 Count: 139 Avg: 3037
    BlockBreakEvent Time: 51947 Count: 5 Avg: 10389
    EntityDeathEvent Time: 155132 Count: 3 Avg: 51710
    Total time 629339 (0s)
PermissionsEx v1.19.5
    Total time 0 (0s)
LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
    PlayerInteractEvent Time: 5190476 Count: 139 Avg: 37341
    PlayerDropItemEvent Time: 457353 Count: 1 Avg: 457353
    EntityChangeBlockEvent Time: 4305 Count: 25 Avg: 172
    BlockRedstoneEvent Time: 3056485 Count: 42 Avg: 72773
    BlockBreakEvent Time: 206402 Count: 5 Avg: 41280
    BlockPlaceEvent Time: 407440 Count: 56 Avg: 7275
    BlockPlaceEvent Time: 270774 Count: 56 Avg: 4835
    Total time 9593235 (0s)
FigAdmin v4.0.16
    Total time 0 (0s)
Trampolin v0.6
    BlockRedstoneEvent Time: 54767 Count: 42 Avg: 1303
    EntityDamageEvent (and sub-classes) Time: 211003 Count: 153 Avg: 1379
    Total time 265770 (0s)
TreeAssist v5.4.2
    BlockBreakEvent Time: 133599 Count: 5 Avg: 26719
    BlockPlaceEvent Time: 452618 Count: 56 Avg: 8082
    BlockIgniteEvent Time: 26160 Count: 301 Avg: 86
    Total time 612377 (0s)
WorldGuard v5.7.3
    PlayerInteractEvent Time: 10928603 Count: 139 Avg: 78623
    PlayerDropItemEvent Time: 51305 Count: 1 Avg: 51305
    EntityChangeBlockEvent Time: 210651 Count: 25 Avg: 8426
    BlockRedstoneEvent Time: 131081 Count: 42 Avg: 3120
    BlockBreakEvent Time: 353155 Count: 5 Avg: 70631
    BlockBreakEvent Time: 74278 Count: 5 Avg: 14855
    BlockPlaceEvent Time: 2839549 Count: 56 Avg: 50706
    ChunkLoadEvent Time: 516811 Count: 683 Avg: 756
    PlayerCommandPreprocessEvent Time: 154063 Count: 3 Avg: 51354
    EntityDamageEvent (and sub-classes) Time: 1094196 Count: 153 Avg: 7151
    BlockDamageEvent Time: 30890 Count: 9 Avg: 3432
    EntityRegainHealthEvent Time: 530920 Count: 82 Avg: 6474
    EntityDeathEvent Time: 96304 Count: 3 Avg: 32101
    FoodLevelChangeEvent Time: 530842 Count: 9 Avg: 58982
    PlayerItemHeldEvent Time: 611193 Count: 20 Avg: 30559
    PlayerMoveEvent Time: 64006929 Count: 3450 Avg: 18552
    PlayerTeleportEvent Time: 13162 Count: 2 Avg: 6581
    CreatureSpawnEvent Time: 11772683 Count: 360 Avg: 32701
    ThunderChangeEvent Time: 21647 Count: 1 Avg: 21647
    BlockIgniteEvent Time: 1816944 Count: 301 Avg: 6036
    PlayerPickupItemEvent Time: 27603 Count: 4 Avg: 6900
    BlockPhysicsEvent Time: 1802476 Count: 966 Avg: 1865
    BlockSpreadEvent Time: 130799 Count: 3 Avg: 43599
    BlockFadeEvent Time: 666810 Count: 16 Avg: 41675
    EntityCombustEvent Time: 53598 Count: 8 Avg: 6699
    Total time 98466492 (0s)
AntiPvP v2.0
    PlayerInteractEvent Time: 945755 Count: 139 Avg: 6803
    PlayerCommandPreprocessEvent Time: 65557 Count: 3 Avg: 21852
    EntityDamageEvent (and sub-classes) Time: 29778 Count: 153 Avg: 194
    Total time 1041090 (0s)
dynmap v1.9.2-892
    BlockBreakEvent Time: 100221 Count: 5 Avg: 20044
    BlockPlaceEvent Time: 1002136 Count: 56 Avg: 17895
    BlockGrowEvent Time: 278297 Count: 9 Avg: 30921
    BlockSpreadEvent Time: 58753 Count: 3 Avg: 19584
    BlockFadeEvent Time: 583636 Count: 16 Avg: 36477
    Total time 2023043 (0s)
HeroicDeathPlus v2.5
    EntityDeathEvent Time: 4351 Count: 3 Avg: 1450
    Total time 4351 (0s)
AutoMessage v2.3.1
    Total time 0 (0s)
TNTRun v2.4
    PlayerInteractEvent Time: 433981 Count: 139 Avg: 3122
    BlockBreakEvent Time: 24336 Count: 5 Avg: 4867
    BlockBreakEvent Time: 21706 Count: 5 Avg: 4341
    BlockPlaceEvent Time: 582073 Count: 56 Avg: 10394
    PlayerCommandPreprocessEvent Time: 9205 Count: 3 Avg: 3068
    EntityDamageEvent (and sub-classes) Time: 174344 Count: 153 Avg: 1139
    EntityDeathEvent Time: 1260 Count: 3 Avg: 420
    FoodLevelChangeEvent Time: 35864 Count: 9 Avg: 3984
    Total time 1282769 (0s)
HorseCraft v1.0-1.1
    PrepareItemCraftEvent Time: 224229 Count: 15 Avg: 14948
    Total time 224229 (0s)
ColoredTags v1.2.1
    EntityDeathEvent Time: 311 Count: 3 Avg: 103
    Total time 311 (0s)
ColorMe v3.8
    Total time 0 (0s)
CommandBlocker v1.2
    PlayerCommandPreprocessEvent Time: 71080 Count: 3 Avg: 23693
    Total time 71080 (0s)
MobArena v0.95.5
    PlayerInteractEvent Time: 1048961 Count: 139 Avg: 7546
    PlayerDropItemEvent Time: 29785 Count: 1 Avg: 29785
    EntityChangeBlockEvent Time: 407811 Count: 25 Avg: 16312
    BlockBreakEvent Time: 58513 Count: 5 Avg: 11702
    BlockPlaceEvent Time: 481246 Count: 56 Avg: 8593
    PlayerCommandPreprocessEvent Time: 27452 Count: 3 Avg: 9150
    EntityDamageEvent (and sub-classes) Time: 823625 Count: 153 Avg: 5383
    PlayerAnimationEvent Time: 1274687 Count: 207 Avg: 6157
    EntityRegainHealthEvent Time: 584548 Count: 82 Avg: 7128
    EntityDeathEvent Time: 33579 Count: 3 Avg: 11193
    FoodLevelChangeEvent Time: 50329 Count: 9 Avg: 5592
    PlayerTeleportEvent Time: 23577 Count: 2 Avg: 11788
    CreatureSpawnEvent Time: 1853108 Count: 360 Avg: 5147
    BlockIgniteEvent Time: 2630966 Count: 301 Avg: 8740
    EntityCombustEvent Time: 78775 Count: 8 Avg: 9846
    Total time 9406962 (0s)
Lift v36
    PlayerInteractEvent Time: 520602 Count: 139 Avg: 3745
    BlockRedstoneEvent Time: 52883 Count: 42 Avg: 1259
    EntityDamageEvent (and sub-classes) Time: 148074 Count: 153 Avg: 967
    PlayerMoveEvent Time: 5894682 Count: 3450 Avg: 1708
    PlayerPickupItemEvent Time: 29395 Count: 4 Avg: 7348
    Total time 6645636 (0s)
Essentials v2.10.1
    PlayerInteractEvent Time: 690934 Count: 139 Avg: 4970
    PlayerInteractEvent Time: 1942563 Count: 139 Avg: 13975
    PlayerInteractEvent Time: 583903 Count: 139 Avg: 4200
    PlayerInteractEvent Time: 1597405 Count: 139 Avg: 11492
    EntityChangeBlockEvent Time: 452337 Count: 25 Avg: 18093
    BlockBreakEvent Time: 119168 Count: 5 Avg: 23833
    BlockBreakEvent Time: 29971 Count: 5 Avg: 5994
    BlockBreakEvent Time: 46527 Count: 5 Avg: 9305
    BlockPlaceEvent Time: 1700405 Count: 56 Avg: 30364
    BlockPlaceEvent Time: 327647 Count: 56 Avg: 5850
    BlockPlaceEvent Time: 440991 Count: 56 Avg: 7874
    BlockPlaceEvent Time: 374584 Count: 56 Avg: 6689
    PlayerChangedWorldEvent Time: 327294 Count: 1 Avg: 327294
    PlayerChangedWorldEvent Time: 83132 Count: 1 Avg: 83132
    PlayerCommandPreprocessEvent Time: 93425 Count: 3 Avg: 31141
    EntityDamageEvent (and sub-classes) Time: 235134 Count: 153 Avg: 1536
    EntityDamageEvent (and sub-classes) Time: 22221 Count: 153 Avg: 145
    EntityDamageEvent (and sub-classes) Time: 14664 Count: 153 Avg: 95
    EntityDamageEvent (and sub-classes) Time: 6895 Count: 153 Avg: 45
    BlockDamageEvent Time: 172889 Count: 9 Avg: 19209
    BlockDamageEvent Time: 50990 Count: 9 Avg: 5665
    EntityRegainHealthEvent Time: 132484 Count: 82 Avg: 1615
    EntityDeathEvent Time: 161 Count: 3 Avg: 53
    EntityDeathEvent Time: 320 Count: 3 Avg: 106
    InventoryClickEvent (and sub-classes) Time: 202011 Count: 18 Avg: 11222
    FoodLevelChangeEvent Time: 152840 Count: 9 Avg: 16982
    PlayerMoveEvent Time: 20735410 Count: 3450 Avg: 6010
    PlayerTeleportEvent Time: 48714 Count: 2 Avg: 24357
    PlayerTeleportEvent Time: 17369 Count: 2 Avg: 8684
    PlayerTeleportEvent Time: 11154 Count: 2 Avg: 5577
    BlockIgniteEvent Time: 2974338 Count: 301 Avg: 9881
    PlayerPickupItemEvent Time: 51556 Count: 4 Avg: 12889
    EntityCombustEvent Time: 25234 Count: 8 Avg: 3154
    InventoryCloseEvent Time: 92139 Count: 6 Avg: 15356
    Total time 33756809 (0s)
Citizens v2.0.11-SNAPSHOT (build 1027)
    ChunkLoadEvent Time: 3541724 Count: 683 Avg: 5185
    PlayerChangedWorldEvent Time: 9387 Count: 1 Avg: 9387
    EntityDamageEvent (and sub-classes) Time: 463497 Count: 153 Avg: 3029
    EntityDeathEvent Time: 8733 Count: 3 Avg: 2911
    CreatureSpawnEvent Time: 232353 Count: 360 Avg: 645
    EntityCombustEvent Time: 39757 Count: 8 Avg: 4969
    ChunkUnloadEvent Time: 3323902 Count: 459 Avg: 7241
    Total time 7619353 (0s)
SimpleRegionMarket v3.6
    PlayerInteractEvent Time: 444853 Count: 139 Avg: 3200
    BlockBreakEvent Time: 19121 Count: 5 Avg: 3824
    Total time 463974 (0s)
Jobs v2.9.1
    PlayerInteractEvent Time: 331064 Count: 139 Avg: 2381
    BlockBreakEvent Time: 125298 Count: 5 Avg: 25059
    BlockPlaceEvent Time: 2580575 Count: 56 Avg: 46081
    EntityDeathEvent Time: 16307 Count: 3 Avg: 5435
    InventoryClickEvent (and sub-classes) Time: 1565678 Count: 18 Avg: 86982
    CreatureSpawnEvent Time: 367845 Count: 360 Avg: 1021
    Total time 4986767 (0s)
ChatManager v1.19.1
    PlayerChatEvent Time: 191361 Count: 1 Avg: 191361
    Total time 191361 (0s)
EssentialsSpawn v2.10.1
    Total time 0 (0s)
Multiverse-Portals v2.4-b548
    PlayerInteractEvent Time: 826499 Count: 139 Avg: 5946
    PlayerMoveEvent Time: 36234268 Count: 3450 Avg: 10502
    PlayerTeleportEvent Time: 24788 Count: 2 Avg: 12394
    BlockPhysicsEvent Time: 708846 Count: 966 Avg: 733
    Total time 37794401 (0s)
ChestShop v3.46
    PlayerInteractEvent Time: 3796257 Count: 139 Avg: 27311
    BlockBreakEvent Time: 56602 Count: 5 Avg: 11320
    BlockPlaceEvent Time: 304369 Count: 56 Avg: 5435
    Total time 4157228 (0s)
Residence v2.6.6.4
    PlayerInteractEvent Time: 1946611 Count: 139 Avg: 14004
    EntityChangeBlockEvent Time: 1130662 Count: 25 Avg: 45226
    BlockBreakEvent Time: 438121 Count: 5 Avg: 87624
    BlockPlaceEvent Time: 4147259 Count: 56 Avg: 74058
    EntityDamageEvent (and sub-classes) Time: 4598457 Count: 153 Avg: 30055
    PlayerMoveEvent Time: 36393603 Count: 3450 Avg: 10548
    PlayerTeleportEvent Time: 53648 Count: 2 Avg: 26824
    CreatureSpawnEvent Time: 5043801 Count: 360 Avg: 14010
    BlockIgniteEvent Time: 9180337 Count: 301 Avg: 30499
    BlockSpreadEvent Time: 110889 Count: 3 Avg: 36963
    EntityCombustEvent Time: 211612 Count: 8 Avg: 26451
    Total time 63255000 (0s)
AuthMe v2.7.12
    PlayerInteractEvent Time: 1150093 Count: 139 Avg: 8274
    PlayerDropItemEvent Time: 18837 Count: 1 Avg: 18837
    BlockBreakEvent Time: 60346 Count: 5 Avg: 12069
    BlockPlaceEvent Time: 440718 Count: 56 Avg: 7869
    PlayerCommandPreprocessEvent Time: 14358 Count: 3 Avg: 4786
    EntityDamageEvent (and sub-classes) Time: 199777 Count: 153 Avg: 1305
    EntityRegainHealthEvent Time: 289203 Count: 82 Avg: 3526
    FoodLevelChangeEvent Time: 25288 Count: 9 Avg: 2809
    PlayerMoveEvent Time: 30359187 Count: 3450 Avg: 8799
    PlayerPickupItemEvent Time: 30503 Count: 4 Avg: 7625
    Total time 32588310 (0s)
Obrázek

Uživatelský avatar
zdenda204
Příspěvky: 3617
Věk: 36
Registrován: 23 kvě 2012, 21:38
Reputation: 0

Re: Lagy

#4 Příspěvekod zdenda204 » 13 led 2014, 15:58

Smaž/aktualizuj plugin Colors.
Ve složce plugins máš nejspíše víckrát plugin LagMeter.
Přilož config pluginu NoCheatPlus.
Přilož config plugin Trampolin a aktualizuj ten plugin.
Přilož soubor permissions.yml z rootu FTP.
Aktualizuj ChestShop.
Přijímám zakázky na skripty/pluginy v PHP/Javě za malý poplatky! A kup mi sušenku :) Obrázek Obrázek
⇨Projekt Market⇦

Uživatelský avatar
Sportous
Příspěvky: 248
Registrován: 14 pro 2013, 23:18
Reputation: 0

Re: Lagy

#5 Příspěvekod Sportous » 13 led 2014, 18:54

GriefLog urcite nahrazovat nebudu....Akorat ho aktualizuji...Multiverse-portals pouzivam.....OK Multiworld oddelavam....Anti-pvp oddelavam...TRampolin necham(pouze aktualizuji)Dynmap necham (docela uzitecne,hraci vyuzivaji)Atd....


zdenda204
Pluginem colors myslis ColorMe?
Více složek od LagMeteru nemam....Mozna je potreba aktualizovat

Config trampolinu
Spoiler: zobrazit

Kód: Vybrat vše

playeronly: false
nodamagetimeout: 3000
useredtorch: false
usecmd: true
nodamage: true
boostminecarts: true
boosts:
- 41,80,0
- 42,150,0
- 49,1000, 0


NCP:
Spoiler: zobrazit

Kód: Vybrat vše

# Configuration generated by NoCheatPlus 3.10.0-RC-b569.
savebackconfig: true
logging:
  active: true
  debug: false
  backend:
    console:
      active: false
      prefix: '[NoCheatPlus] '
    file:
      active: true
      prefix: ''
      filename: nocheatplus.log
    ingamechat:
      active: false
      prefix: '&cNCP: &f'
      subscriptions: false
miscellaneous:
  opinconsoleonly: false
  managelisteners: false
  reporttometrics: true
data:
  expiration:
    active: false
    duration: 60
    history: false
  consistencychecks:
    active: false
    interval: 10
    maxtime: 2
    suppresswarnings: false
protection:
  plugins:
    hide:
      active: true
      messages:
        unknowncommand: Neznámý pčíkaz. Pouzij /help pro zobrazeni napovedy.
        nopermission: '&cI''m sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that this is in error.'
  clients:
    motd:
      active: true
      allowall: false
checks:
  blockbreak:
    direction:
      active: true
      actions: cancel vl>10 log:bdirection:0:5:if cancel
    fastbreak:
      active: true
      strict: true
      delay: 90
      intervalsurvival: 100
      grace: 2000
      actions: cancel vl>0 log:fastbreak:3:5:cif cancel
    frequency:
      active: true
      intervalcreative: 95
      intervalsurvival: 45
      shortterm:
        ticks: 5
        limit: 7
      actions: cancel vl>5 log:bbfrequency:3:5:if cancel vl>60 log:bbfrequency:0:5:cif cancel cmd:kickfrequency
    noswing:
      active: true
      actions: cancel vl>10 log:noswing:0:5:if cancel
    reach:
      active: true
      actions: cancel vl>5 log:breach:0:2:if cancel
    wrongblock:
      active: true
      level: 10
      actions: cancel vl>10 log:bwrong:0:5:if cancel vl>30 log:bwrong:0:5:cif cancel cmd:kickwb
  blockinteract:
    direction:
      active: true
      actions: cancel vl>10 log:bdirection:0:3:if cancel
    reach:
      active: true
      actions: cancel vl>5 log:breach:0:2:if cancel
    speed:
      active: true
      interval: 2000
      limit: 60
      actions: cancel vl>200 log:bspeed:0:2:if cancel vl>1000 cancel log:bspeed:0:2:icf cmd:kickbspeed
    visible:
      active: true
      actions: cancel vl>5 log:bvisible:0:2:if cancel
  blockplace:
    autosign:
      active: true
      actions: cancel vl>10 log:bautosign:0:3:if cancel
    direction:
      active: true
      actions: cancel vl>10 log:bdirection:0:3:if cancel
    fastplace:
      active: true
      limit: 22
      shortterm:
        ticks: 10
        limit: 6
      actions: cancel vl>100 log:fastplace:3:5:cif cancel
    reach:
      active: true
      actions: cancel vl>5 log:breach:0:2:if cancel
    noswing:
      active: true
      actions: cancel vl>10 log:noswing:0:5:if cancel
    speed:
      active: true
      interval: 45
      actions: cancel vl>150 log:bpspeed:3:5:if cancel vl>1000 log:bpspeed:3:5:cif cancel
  chat:
    color:
      active: true
      actions: log:color:0:1:if cancel
    commands:
      active: true
      exclusions: []
      handleaschat:
      - /me
      level: 10
      shortterm:
        ticks: 18
        level: 3
      actions: log:commands:0:5:cf cancel cmd:kickcommands vl>20 log:commands:0:5:cf cancel cmd:tempkick1
    captcha:
      active: false
      characters: abcdefghjkmnpqrtuvwxyzABCDEFGHJKMNPQRTUVWXYZ2346789
      length: 6
      question: '&cPlease type ''&6[captcha]&c'' to continue sending messages/commands.'
      success: '&aOK, it sounds like you''re not a spambot.'
      tries: 3
      actions: cancel cmd:kickcaptcha vl>4 log:captcha:2:5:cf cancel cmd:kickcaptcha
    text:
      active: true
      frequency:
        normal:
          minimum: 0.0
          factor: 0.9
          weight: 6
          level: 160
          actions: cancel cmd:tellchatnormal vl>7 log:chatnormal:0:5:f cancel cmd:tellchatnormal vl>20 log:chatnormal:0:5:cf cancel cmd:kickchatnormal vl>40 log:chatnormal:0:5:cf cancel cmd:kickchat5
        shortterm:
          minimum: 2.0
          factor: 0.7
          weight: 3.0
          level: 20.0
          actions: log:chatfast:0:5:cf cancel cmd:kickchatfast vl>20 log:chatfast:0:5:cf cancel cmd:kickchat1 vl>40 log:chatfast:0:5:cf cancel cmd:kickchat5
      message:
        lettercount: 1.0
        partition: 1.0
        uppercase: 1.0
        afterjoin: 1.5
        nomoving: 1.5
        repeatviolation: 1.0
        repeatglobal: 1.0
        repeatself: 1.5
        words:
          lengthav: 1.0
          lengthmsg: 1.0
          noletter: 0.0
      global:
        active: true
        weight: 1.0
        words:
          active: false
        prefixes:
          active: false
        similarity:
          active: false
      player:
        active: true
        words:
          active: false
        prefixes:
          active: false
        similarity:
          active: false
    warning:
      active: true
      level: 67
      message: '&e>>>

        &e>>> &cProsím nespamuj,nebo te budu muset vykopnout za spam.

        &e>>>'
      timeout: 10
    relog:
      active: false
      timeout: 5000
      warning:
        message: '&cYou relogged really fast! If you keep doing that, you''re going to be banned.'
        number: 1
        timeout: 60000
      kickmessage: Too fast re-login, try with a little delay.
      actions: log:relog:0:10:cf cancel vl>20 log:relog:0:10:cf cancel cmd:tempkick5
    logins:
      active: false
      startupdelay: 600
      perworldcount: false
      seconds: 10
      limit: 10
      kickmessage: Too many people logging in, retry soon.
  combined:
    bedleave:
      active: true
      actions: cancel log:bedleave:0:5:if cmd:kickbedleave
    enderpearl:
      active: true
      preventclickblock: true
    improbable:
      active: true
      level: 300
      actions: cancel log:improbable:2:8:if
    invulnerable:
      active: true
      triggers:
        always: false
        falldistance: true
      initialticks:
        join: -1
      ignore:
      - FALL
      modifiers:
        all: 0
    munchhausen:
      active: false
      actions: cancel vl>100 cancel log:munchhausen:0:60:if
    yawrate:
      rate: 380
      penalty:
        factor: 1.0
        minimum: 250
        maximum: 2000
      improbable: true
  fight:
    canceldead: true
    yawrate:
      active: true
    angle:
      active: true
      threshold: 50
      actions: cancel vl>100 log:angle:3:5:f cancel vl>250 log:angle:0:5:cif cancel
    critical:
      active: true
      falldistance: 0.01
      velocity: 0.1
      actions: cancel vl>50 log:critical:0:5:cif cancel
    direction:
      active: true
      strict: true
      penalty: 500
      actions: cancel vl>5 log:fdirection:3:5:f cancel vl>20 log:fdirection:0:5:if cancel vl>50 log:fdirection:0:5:cif cancel
    fastheal:
      active: true
      interval: 4000
      buffer: 1000
      actions: cancel vl>10 cancel log:fastheal:0:10:i vl>30 log:fastheal:0:10:if
    godmode:
      active: true
      minage: 1100
      maxage: 5000
      actions: log:godmode:2:5:if cancel vl>60 log:godmode:2:5:icf cancel
    knockback:
      active: true
      interval: 50
      actions: cancel vl>50 log:knockback:0:5:cif cancel
    noswing:
      active: true
      actions: cancel vl>10 log:noswing:0:5:if cancel
    reach:
      active: true
      survivaldistance: 4.4
      penalty: 500
      reduce: true
      reducedistance: 0.9
      reducestep: 0.15
      actions: cancel vl>10 log:freach:2:5:if cancel
    selfhit:
      active: true
      actions: log:fselfhit:0:5:if cancel vl>10 log:fselfhit:0:5:icf cancel cmd:kickselfhit
    speed:
      active: true
      limit: 15
      actions: log:fspeed:0:5:if cancel
      shortterm:
        ticks: 7
        limit: 6
  inventory:
    drop:
      active: true
      limit: 100
      timeframe: 20
      actions: log:drop:0:1:cif cancel cmd:dropkick:0:1
    fastclick:
      active: true
      sparecreative: true
      tweaks1_5: true
      limit:
        shortterm: 4
        normal: 15
      actions: cancel vl>50 log:fastclick:3:5:cif cancel
    instantbow:
      active: true
      strict: true
      delay: 130
      actions: cancel vl>15 log:instantbow:2:5:if cancel
    instanteat:
      active: true
      actions: log:instanteat:2:5:if cancel
    fastconsume:
      active: true
      duration: 0.7
      whitelist: false
      items: []
      actions: log:fastconsume:2:5:if cancel
    items:
      active: true
    ensureclose: true
  moving:
    creativefly:
      active: true
      ignoreallowflight: false
      ignorecreative: false
      horizontalspeed: 100
      maxheight: 128
      verticalspeed: 100
      actions: log:flyshort:3:5:f cancel vl>100 log:flyshort:0:5:if cancel vl>400 log:flylong:0:5:cif cancel
    morepackets:
      active: true
      actions: cancel vl>10 log:morepackets:0:2:if cancel vl>100 log:morepackets:0:2:if cancel cmd:kickpackets
    morepacketsvehicle:
      active: true
      actions: cancel vl>10 log:morepackets:0:2:if cancel
    nofall:
      active: true
      dealdamage: true
      resetonviolation: false
      resetonteleport: false
      resetonvehicle: true
      anticriticals: true
      actions: log:nofall:0:5:if cancel vl>30 log:nofall:0:5:icf cancel
    passable:
      active: true
      raytracing:
        active: true
        blockchangeonly: true
        vcliponly: true
      actions: cancel vl>10 log:passable:0:5:if cancel vl>50 log:passable:0:5:icf cancel
    survivalfly:
      active: true
      extended:
        vertical-accounting: true
      falldamage: true
      actions: log:flyshort:3:5:f cancel vl>100 log:flyshort:0:5:if cancel vl>400 log:flylong:0:5:cif cancel vl>1000 log:flylong:0:5:cif cancel cmd:kickfly
      hover:
        active: true
        step: 5
        ticks: 85
        loginticks: 0
        falldamage: true
        sfviolation: 500
    velocity:
      graceticks: 20
      activationcounter: 80
      activationticks: 140
      strictinvalidation: true
    tempkickillegal: true
    loadchunks:
      join: true
    sprintinggrace: 2.0
strings:
  angle: ''
  ban:
  ban-ip:
  bautosign: ''
  bbfrequency: ''
  bdirection: ''
  bedleave: ''
  bpspeed: ''
  breach: ''
  bspeed: ''
  bvisible: ''
  bwrong: ''
  captcha: ''
  color: ''
  commands: ''
  combspeed: ''
  critical: ''
  drop: ''
  dropkick:
  fastbreak: ''
  fastclick: ''
  fastconsume: ''
  fastheal: ''
  fastplace: ''
  fdirection: ''
  flyshort: ''
  flylong: ''
  freach: ''
  fselfhit: ''
  fspeed: ''
  chatnormal: ''
  godmode: ''
  improbable: ''
  instantbow: ''
  instanteat: ''
  kick:
  kickbedleave:
  kickbspeed:
  kickcaptcha:
  kickchat1:
  kickchat5:
  kickchatfast: kick [player] nespamuj v chatu!
  kickchatnormal:
  kickfly:
  kickcommands:
  kickfrequency:
  kickpackets:
  kickselfhit:
  kickwb:
  knockback: ''
  morepackets: ''
  munchhausen: ''
  nofall: ''
  chatfast: ''
  noswing: ''
  passable: ''
  relog: ''
  tellchatnormal: ''
  tempkick1:
  tempkick5:
compatibility:
  bukkitapionly: false
  blocks:
    ignorepassable:
    - WOODEN_DOOR
    - IRON_DOOR_BLOCK
    - TRAP_DOOR
    - PISTON_EXTENSION
    - PISTON_MOVING_PIECE
    allowinstantbreak: []
    overrideflags:
      snow: default


V permissions.yml v rootu FTP nic neni ;-)

Jakmile bude na serveru mene hracu tak provedu vsechny aktualizace ;-)
Obrázek

Uživatelský avatar
zdenda204
Příspěvky: 3617
Věk: 36
Registrován: 23 kvě 2012, 21:38
Reputation: 0

Re: Lagy

#6 Příspěvekod zdenda204 » 13 led 2014, 19:20

Ne, nemyslím tím ColorMe.

Kód: Vybrat vše

> [14:15:19 ERROR]: Could not load 'plugins/Colors.jar' in folder 'plugins'

Kód: Vybrat vše

> [14:15:24 ERROR]: Error occurred while enabling LagMeter v1.9.0 (Is it up to date?)
java.lang.IllegalArgumentException: Plugin already intialized!

(To s tím lagmeterem pokus se neopakuje tak to neřeš. A myslel jsem lagmeter.jar, ne složky)

Pak v tom configu NoCheatPlus si oprav toto (smaž diakritiku)

Kód: Vybrat vše

unknowncommand: Neznámý pčíkaz. Pouzij /help pro zobrazeni napovedy.

U trampolíny použij tenhle config

Kód: Vybrat vše

playeronly: false
nodamagetimeout: 3000
useredtorch: false
usecmd: true
nodamage: true
boostminecarts: true
boosts:
- 41,80,0
- 42,150,0
- 49,1000,0

To by mělo být vše, pak až to opravíš tak pastni znovu ten log.
Přijímám zakázky na skripty/pluginy v PHP/Javě za malý poplatky! A kup mi sušenku :) Obrázek Obrázek
⇨Projekt Market⇦

Uživatelský avatar
Sportous
Příspěvky: 248
Registrován: 14 pro 2013, 23:18
Reputation: 0

Re: Lagy

#7 Příspěvekod Sportous » 13 led 2014, 19:39

OK...Dam ho sem potom....Mělo by to být zítra
Obrázek


Zpět na „Minecraft, Tekkit“

Kdo je online

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