Pády serveru

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Fifal
Příspěvky: 411
Registrován: 17 bře 2013, 19:24
Reputation: 0

Pády serveru

#1 Příspěvekod Fifal » 11 bře 2014, 00:06

IP: 93.91.250.120:27249

Po pádu server konzole vypisuje:
Spoiler: zobrazit

Kód: Vybrat vše

> [23:04:44 WARN]: [Frame Protector] The updater could not contact dev.bukkit.org for updating.
> [23:04:44 WARN]: [Frame Protector] If you have not recently modified your configuration and this is the first time you are seeing this message, the site may be experiencing temporary downtime.
> [23:04:44 WARN]: java.io.IOException: Server returned HTTP response code: 504 for URL: https://api.curseforge.com/servermods/files?projectIds=71125
> [23:04:44 WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1626)
> [23:04:44 WARN]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
> [23:04:44 WARN]: at net.gravitydevelopment.updater.Updater.read(Updater.java:459)
> [23:04:44 WARN]: at net.gravitydevelopment.updater.Updater.access$1(Updater.java:447)
> [23:04:44 WARN]: at net.gravitydevelopment.updater.Updater$UpdateRunnable.run(Updater.java:497)
> [23:04:44 WARN]: at java.lang.Thread.run(Thread.java:724)
> [23:04:44 INFO]: [Frame Protector] §cFrame Protector updater was unable to contact DBO to download the update!
> [23:04:44 INFO]: SiLvR lost connection: Disconnected
> [23:04:44 INFO]: SiLvR left the game.
> [23:04:44 INFO]: lPariahl lost connection: Disconnected
> [23:04:44 INFO]: lPariahl left the game.
> [23:04:44 INFO]: /94.112.177.101:62689 lost connection: Disconnected
> [23:04:44 INFO]: /85.70.134.229:62326 lost connection: Disconnected
> [23:04:44 INFO]: /85.70.134.229:62329 lost connection: Disconnected
> [23:04:44 INFO]: /94.112.177.101:63421 lost connection: Disconnected
> [23:04:44 INFO]: /85.70.134.229:62336 lost connection: Disconnected
> [23:04:44 INFO]: /85.70.134.229:62341 lost connection: Disconnected
> [23:04:44 INFO]: /94.112.177.101:65069 lost connection: Disconnected
> [23:04:44 WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 60774ms behind, skipping 1215 tick(s)
> [23:04:44 ERROR]: Could not pass event PlayerGameModeChangeEvent to Minigames v1.6.1
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:36) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:481) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:466) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at org.bukkit.craftbukkit.v1_7_R1.entity.CraftPlayer.setGameMode(CraftPlayer.java:751) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at com.onarandombox.MultiverseCore.listeners.MVPlayerListener$2.run(MVPlayerListener.java:349) ultiverse-Core-2.5.jar:?]
at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftTask.run(CraftTask.java:53) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:587) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
Caused by: java.lang.NullPointerException
at com.pauldavdesign.mineauz.minigames.Events.onGMChange(Events.java:511) ~[?:?]
at sun.reflect.GeneratedMethodAccessor472.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_40]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_40]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:318) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
... 13 more
> [23:04:44 INFO]: Failed to parse ItemStack array into a string
> [23:04:44 INFO]: [CreativeControl]: This error is avaliable at: plugins/CreativeControl/error/error-10-03-2014-23-04-44-402.txt
> [23:04:44 INFO]: Failed to parse ItemStack array into a string
> [23:04:44 INFO]: [CreativeControl]: This error is avaliable at: plugins/CreativeControl/error/error-10-03-2014-23-04-44-404.txt


Nevíte co se děje?
Pomohl Jsem? ?
Oplat karma + ;))

vojtamaniak
Příspěvky: 3512
Věk: 26
Registrován: 18 úno 2012, 21:02
Reputation: 11

Re: Pády serveru

#2 Příspěvekod vojtamaniak » 11 bře 2014, 07:40

Nevím, jestli tohle je zrovna ta část, kde ti to spadlo, ale..

Kód: Vybrat vše

Can't keep up! Did the system time change, or is the server overloaded? Running 60774ms behind, skipping 1215 tick(s)

tohle znamená, že server "nestíhá" zpracovat ticky, takže je to přeskakuje a tím to vyrovnává lagy, ale někdy to nezvládne a spadne. Takže seznam pluginů, server.log při startu, kolik máš ticků normálně během hraní, view distance prosím.

Fifal
Příspěvky: 411
Registrován: 17 bře 2013, 19:24
Reputation: 0

Re: Pády serveru

#3 Příspěvekod Fifal » 11 bře 2014, 11:48

Pluginy:
Spoiler: zobrazit

Kód: Vybrat vše

 AuthMe
 AutoMessage
 BlockHunt
 ChestShop
 Citizens
 ClearLag
 ColoredTablist
 ColourCode
 CreativeControl
 Essentials
 Frame Protector
 GAListener
 Jobs
 JumpBlocks
 LWC
 LagMeter
 Minigames
 MobArena
 Multiverse-Core
 NoCheatPlus
 Paintball
 PermissionsEx
 Pixelator
 PlotMe
 PluginMetrics
 Quests
 Residence
 Sentry
 Shopkeepers
 SurvivalGames
 TimTheEnchanter
 Updater
 Vault
 Votifier
 WorldBorder
 WorldEdit
 WorldGuard
 dynmap
 mcMMO
 mcore
 update


Spoiler: zobrazit

Kód: Vybrat vše

[FakaHeda] Successfully authorized 85.70.134.229!
> [10:46:14 INFO]: Preparing start region for level 3 (Seed: 7010214579297303094)
> [10:46:14 INFO]: [dynmap] Loaded 3 maps of world 'Event'.
> [10:46:14 INFO]: Preparing start region for level 4 (Seed: 170178708365736808)
> [10:46:15 INFO]: [dynmap] Loaded 3 maps of world 'plotworld'.
> [10:46:15 INFO]: Preparing start region for level 5 (Seed: 3232918777767245233)
> [10:46:15 INFO]: [dynmap] Loaded 3 maps of world 'sg'.
> [10:46:15 INFO]: Preparing start region for level 6 (Seed: -8396637724452246082)
> [10:46:15 INFO]: [dynmap] Loaded 3 maps of world 'NewSpawn'.
> [10:46:16 INFO]: ultiverse-Core] 7 - World(s) loaded.
> [10:46:16 INFO]: ultiverse-Core] Version 2.5-b678 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
> [10:46:16 INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
> [10:46:16 INFO]: [Residence] Scanning for economy systems...
> [10:46:16 INFO]: [Residence] Found Vault using economy system: Essentials Economy
> [10:46:16 INFO]: [Residence] Found WorldEdit
> [10:46:16 INFO]: [Residence] Enabled! Version 2.6.6.6 by bekvon
> [10:46:16 INFO]: [Jobs] Enabling Jobs v2.11.3
> [10:46:17 INFO]: [Jobs] Started database save task
> [10:46:17 INFO]: [Jobs] Started buffered payment thread
> [10:46:17 INFO]: [Jobs] Plugin has been enabled succesfully.
> [10:46:17 INFO]: [WorldBorder] Enabling WorldBorder v1.7.7
> [10:46:17 INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
> [10:46:17 INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
> [10:46:17 INFO]: [WorldBorder] [CONFIG] World "Spawn" has border radius 11000 at X: -3586.7 Z: -1357.3 (shape override: elliptic/round)
> [10:46:17 INFO]: [WorldBorder] [CONFIG] World "NewSpawn" has border radius 5000 at X: 99.6 Z: 769.1 (shape override: elliptic/round)
> [10:46:17 INFO]: [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders.
> [10:46:17 INFO]: For reference, the main world's spawn location is at X: -3586.0 Y: 92.0 Z: -1358.0
> [10:46:17 INFO]: [Citizens] Enabling Citizens v2.0.11-SNAPSHOT (build 1027)
> [10:46:17 INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.12.2
> [10:46:17 INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.12.2
> [10:46:17 INFO]: [CreativeGates] Enabling CreativeGates v2.4.0
> [10:46:17 INFO]: [CreativeGates 2.4.0] === ENABLE START ===
> [10:46:17 INFO]: [CreativeGates 2.4.0] === ENABLE COMPLETE (Took 69ms) ===
> [10:46:18 INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.12.2
> [10:46:18 INFO]: [Sentry] Enabling Sentry v1.8.0
> [10:46:18 INFO]: [Sentry] Could not register with Denizen
> [10:46:18 INFO]: [Sentry] Could not find or register with Towny
> [10:46:18 INFO]: [Sentry] Could not find or register with Factions.
> [10:46:18 INFO]: [Sentry] Could not find or register with War.
> [10:46:18 INFO]: [Sentry] Could not find or register with SimpleClans.
> [10:46:18 INFO]: [ChestShop] Enabling ChestShop v3.7.5
> [10:46:18 INFO]: [ChestShop] LWC version 4.4.0 (b881) (July 11, 2013) loaded.
> [10:46:18 INFO]: [ChestShop] Residence version 2.6.6.6 loaded.
> [10:46:18 INFO]: [ChestShop] Vault loaded! Found an economy plugin!
> [10:46:19 INFO]: [EssentialsChat] Enabling EssentialsChat v2.12.2
> [10:46:19 INFO]: [Paintball] Enabling Paintball v1.2.5
> [10:46:19 INFO]: [Paintball] Loading the default language: enUS.txt
> [10:46:19 INFO]: [Paintball] Scanned lines: 379 | Skipped lines: 0
> [10:46:19 INFO]: [Paintball] Using the default language now: enUS.txt
> [10:46:19 INFO]: [Paintball] Loading the specified melody now: win.txt
> [10:46:19 INFO]: [Paintball] Scanned .txt melody sucessfully. Lines: 20
> [10:46:19 INFO]: [Paintball] Loading the specified melody now: defeat.txt
> [10:46:19 INFO]: [Paintball] Scanned .txt melody sucessfully. Lines: 43
> [10:46:19 INFO]: [Paintball] Loading the specified melody now: draw.txt
> [10:46:19 INFO]: [Paintball] Scanned .txt melody sucessfully. Lines: 29
> [10:46:21 INFO]: [Paintball] Loading ranks..
> [10:46:21 INFO]: [Paintball] Plugin 'InSigns' not found. Additional sign features disabled.
> [10:46:21 INFO]: [Paintball] Plugin 'TagAPI' not found. Additional tag features disabled.
> [10:46:21 INFO]: [Paintball] Plugin 'Votifier' found. Using it now.
> [10:46:21 INFO]: [Paintball] By blablubbabc enabled.
> [10:46:21 INFO]: inigames] Enabling Minigames v1.6.1
> [10:46:21 INFO]: Minigames successfully enabled.
> [10:46:24 INFO]: [AuthMe] Enabling AuthMe v3.2
> [10:46:24 INFO]: [AuthMe] Loading Configuration File...
> [10:46:24 WARN]: [AuthMe] Merge new Config Options if needed..
> [10:46:24 WARN]: [AuthMe] Please check your config.yml file!
> [10:46:24 INFO]: Set Language: en
> [10:46:24 INFO]: Hook with Multiverse-Core for SpawnLocations
> [10:46:24 INFO]: Hook with Essentials plugin
> [10:46:24 INFO]: Hook with EssentialsSpawn plugin
> [10:46:24 INFO]: Vault plugin detected, hook with PermissionsEx system
> [10:46:24 INFO]: Authme 3.2 enabled
> [10:46:25 INFO]: [CreativeControl] Enabling CreativeControl v6.4
> [10:46:25 INFO]: [CreativeControl]: Initializing configurations...
> [10:46:25 INFO]: [CreativeControl]: Loading Modules...
> [10:46:25 INFO]: [CreativeControl]: Connecting to the SQLite database...
> [10:46:25 INFO]: [CreativeControl]: SQLite database connected Successfuly!
> [10:46:25 INFO]: [CreativeControl]: Registring Events...
> [10:46:25 INFO]: [CreativeControl]: MobArena support enabled!
> [10:46:25 INFO]: [CreativeControl]: SurvivalGames support enabled!
> [10:46:25 INFO]: [CreativeControl]: Vault hooked as permissions plugin
> [10:46:25 INFO]: [CreativeControl]: CreativeControl v6.4 loaded in 64 ms!
> [10:46:28 INFO]: [BlockHunt] Enabling BlockHunt v0.2.0_BETA_B5
> [10:46:28 INFO]: lockHunt] The plugin 'Lib's Disguises' is required to run this plugin! Intall it or it won't work!
> [10:46:28 INFO]: lockHunt] The plugin 'ProtocolLib' is required to run this plugin! Intall it or it won't work!
> [10:46:28 INFO]: lockHunt] Using Vault support
> [10:46:28 INFO]: lockHunt] Sending MCStats to the server...
> [10:46:28 INFO]: lockHunt] BlockHunt + 0.2.0_BETA_B5 is now Enabled. Made by Steffion.
> [10:46:28 ERROR]: Error occurred while enabling BlockHunt v0.2.0_BETA_B5 (Is it up to date?)
java.lang.NoClassDefFoundError: me/libraryaddict/disguise/disguisetypes/Disguise
at nl.Steffion.BlockHunt.BlockHunt.onEnable(BlockHunt.java:324) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:384) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:299) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:281) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
Caused by: java.lang.ClassNotFoundException: me.libraryaddict.disguise.disguisetypes.Disguise
at java.net.URLClassLoader$1.run(URLClassLoader.java:366) ~[?: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-36-g9f75167-b3005jnks]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-36-g9f75167-b3005jnks]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.7.0_40]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.7.0_40]
... 12 more
> [10:46:28 INFO]: Server permissions file permissions.yml is empty, ignoring it
> [10:46:30 INFO]: Done (29.123s)! For help, type "help" or "?"
> [10:46:30 INFO]: Starting GS4 status listener
> [10:46:30 INFO]: Query running on 93.91.250.120:27249
> [10:46:30 INFO]: [NoCheatPlus] Post-enable running...
> [10:46:31 INFO]: [NoCheatPlus] Post-enable finished.
> [10:46:31 INFO]: [Jobs] [Jobs] Successfully linked with Vault.
> [10:46:32 INFO]: obArena] MobArena v0.96.2 is now available!
> [10:46:32 INFO]: obArena] Your version: v0.95.5
> [10:46:32 INFO]: [CreativeControl]: Cached 12,617 protections
> [10:46:32 INFO]: [CreativeControl]: Loaded 0 regions
> [10:46:32 INFO]: [CreativeControl]: 41,618 blocks protected
> [10:46:32 INFO]: [Citizens] Loaded 7 NPCs.
> [10:46:32 INFO]: [LWC] [LWC] The updater ran into a minor issue: http://update.griefcraft.com/lwc/branch/stable/LATEST
> [10:46:32 INFO]: [LWC] [LWC] This can probably be ignored.
> [10:46:32 WARN]: Exception in thread "pool-3-thread-20"
> [10:46:32 WARN]: org.apache.commons.lang.UnhandledException: Plugin LWC v4.4.0 (b881) (July 11, 2013) generated an exception while executing task 8
at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
Caused by: java.lang.NullPointerException
at com.griefcraft.util.Updater$1.run(Updater.java:81)
at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftTask.run(CraftTask.java:53)
at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
... 3 more

> [10:46:32 INFO]: [Paintball] --------- Checking version ----------
> [10:46:33 INFO]: [Paintball] You are running the latest version (or a dev- or compat-build). :)
> [10:46:33 INFO]: [Paintball] --------- ---------------- ----------
> [10:46:33 INFO]: Accepted EditSessionFactory of type me.FurH.CreativeControl.integration.worldedit.CreativeEditSessionFactory from me.FurH.CreativeControl.integration.worldedit
> [10:46:33 WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3180ms behind, skipping 63 tick(s)
> [10:46:33 ERROR]: [Quests] npc-giver-id: for Quest Rybar is not a valid NPC id!
> [10:46:33 INFO]: [Quests] 3 Quest(s) loaded.
> [10:46:33 INFO]: [Quests] 5 Event(s) loaded.
> [10:46:33 INFO]: Delete arguments
> [10:46:33 INFO]: arg1=93.91.250.120&arg2=27249
> [10:46:33 INFO]: [Vault] Checking for Updates:
> [10:46:33 INFO]: [Vault] No new version available
> [10:46:34 INFO]: Arguments
> [10:46:34 INFO]: arg1=93.91.250.120&arg2=27249&arg3=%21Trolicek-Mega%3A+Dungeony%2C+Questy%2C+PvP%2C+MobArena%2C+Survival++%21%21%21......&arg4=%C2%A74%21%C2%A76---%3E%3D%5B%C2%A7aTrolicek-Mega+%C2%A7e1.7.2%C2%A76%5D%3D%3C---%C2%A74%21++++++++++++%C2%A75www.trolicek-mega.webnode.cz&arg5=3&arg6=true&arg7=2014-03-11+10%3A46%3A34.437
> [10:46:34 INFO]: [SurvivalGames] Loading Arena: 1
> [10:46:34 INFO]: [SurvivalGames] -721 205 1100
> [10:46:34 INFO]: [SurvivalGames] -1069 0 731
> [10:46:34 INFO]: [SurvivalGames] Location{world=CraftWorld{name=sg},x=-721.0,y=205.0,z=1100.0,pitch=0.0,yaw=0.0}
> [10:46:34 INFO]: [SurvivalGames] Location{world=CraftWorld{name=sg},x=-1069.0,y=0.0,z=731.0,pitch=0.0,yaw=0.0}
> [10:46:34 INFO]: [SurvivalGames] Loading Arena: 2
> [10:46:34 INFO]: [SurvivalGames] -424 141 356
> [10:46:34 INFO]: [SurvivalGames] -630 3 111
> [10:46:34 INFO]: [SurvivalGames] Location{world=CraftWorld{name=sg},x=-424.0,y=141.0,z=356.0,pitch=0.0,yaw=0.0}
> [10:46:34 INFO]: [SurvivalGames] Location{world=CraftWorld{name=sg},x=-630.0,y=3.0,z=111.0,pitch=0.0,yaw=0.0}
> [10:46:34 INFO]: [SurvivalGames] Loading Arena: 3
> [10:46:34 INFO]: [SurvivalGames] 3858 105 -3672
> [10:46:34 INFO]: [SurvivalGames] 3713 3 -3811
> [10:46:34 INFO]: [SurvivalGames] Location{world=CraftWorld{name=Event},x=3858.0,y=105.0,z=-3672.0,pitch=0.0,yaw=0.0}
> [10:46:34 INFO]: [SurvivalGames] Location{world=CraftWorld{name=Event},x=3713.0,y=3.0,z=-3811.0,pitch=0.0,yaw=0.0}
> [10:46:34 INFO]: ItemStack{NETHER_STAR x 1}
> [10:46:34 INFO]: sharpness:4
> [10:46:34 INFO]: ItemStack{PAPER x 1}
> [10:46:34 INFO]: fire:2
> [10:46:35 INFO]: [Frame Protector] §aFrame Protector v1.0 is the latest version available!
> [10:46:35 INFO]: 
> [10:46:35 INFO]:  **************************************************
> [10:46:35 INFO]:  ----------------- PAINTBALL INFO -----------------
> [10:46:35 INFO]: 
> [10:46:35 INFO]:  License stuff:
> [10:46:35 INFO]:  - Usage on own risk. I give no warranties for anything.
> [10:46:35 INFO]:  - Do not modify. Use it as it is!
> [10:46:35 INFO]:  - Do not redistribute/upload/use parts of it/copy/give away.
> [10:46:35 INFO]:  - Do not use for commercial purposes!
> [10:46:35 INFO]:  -> No benefits for paying players/donors!
> [10:46:35 INFO]:  -> This also applies to any kind of add-on you are using
> [10:46:35 INFO]:  related to this plugin!
> [10:46:35 INFO]: 
> [10:46:35 INFO]:  If you like this plugin: Give feedback and donate at
> [10:46:35 INFO]:  ->http://dev.bukkit.org/server-mods/paintball_pure_war/ 
> [10:46:35 INFO]: 
> [10:46:35 INFO]:  Thank you and good shooting!
> [10:46:35 INFO]:  - blablubbabc :)
> [10:46:35 INFO]: 
> [10:46:35 INFO]:  ---------------- Detected Problems ---------------
> [10:46:35 INFO]: 
> [10:46:35 INFO]:  No problems found. :)
> [10:46:35 INFO]: 
> [10:46:35 INFO]:  **************************************************
> [10:46:35 INFO]: 
> [10:46:39 INFO]: etrics] Server returned HTTP response code: 502 for URL: http://mcstats.org/report/Multiverse-Core
> [10:46:39 INFO]: etrics] Server returned HTTP response code: 502 for URL: http://mcstats.org/report/SurvivalGames
> [10:46:40 INFO]: etrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/CreativeControl


A ty tickety mám zjistit jak?
Pomohl Jsem? ?
Oplat karma + ;))

Uživatelský avatar
LpBahos
Příspěvky: 934
Věk: 25
Registrován: 30 dub 2013, 15:52
Reputation: 0
Bydliště: Opava
Kontaktovat uživatele:

Re: Pády serveru

#4 Příspěvekod LpBahos » 11 bře 2014, 23:30

Kód: Vybrat vše

> [10:46:28 INFO]: [BlockHunt] Enabling BlockHunt v0.2.0_BETA_B5
> [10:46:28 INFO]: lockHunt] The plugin 'Lib's Disguises' is required to run this plugin! Intall it or it won't work!
> [10:46:28 INFO]: lockHunt] The plugin 'ProtocolLib' is required to run this plugin! Intall it or it won't work!

BlockHunt potřebuje pro provoz tyto dva pliginy kyeré na serveru nemáš: Lib's disguises a Protocol Lib

Fifal
Příspěvky: 411
Registrován: 17 bře 2013, 19:24
Reputation: 0

Re: Pády serveru

#5 Příspěvekod Fifal » 11 bře 2014, 23:47

Server padal i před tím než jsem tento plugin nainstaloval.

-- 11 bře 2014, 22:58 --

Prosím vás poraďte mi čím to je,protože hráči si začínají ztěžovat, že jim to laguje ve velkých stavbách.
Prosím o pomoc.
Předem díky.
Pomohl Jsem? ?
Oplat karma + ;))


Zpět na „Minecraft, Tekkit“

Kdo je online

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