Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Problem] pomocy! z moim serwerem (to nie dla tych co nie wiedza co to pluginy)


Gość michal12386

Rekomendowane odpowiedzi

Gość michal12386
Opublikowano

serwer się bardzo długo włancza ma tylko 51% ramu wolnego i to raczej nie przez pluginy i sa błedy z pluginami których nie mam m.in:SimplePluginManager,ClassLoader,
dokladniej denerwuje mnie ten fragment logu (java): (hostuje na craftserve.pl tam też to wysłałem)

database updates
2013-05-02 10:47:22 [iNFO] [LWC] Using database: Native
2013-05-02 10:47:22 [iNFO] [LWC] Precached 2275 protections
2013-05-02 10:47:22 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2013-05-02 10:47:22 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2013-05-02 10:47:22 [WARNING] 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.
2013-05-02 10:47:22 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2013-05-02 10:47:22 [iNFO] Preparing level "world"
2013-05-02 10:47:22 [iNFO] Preparing start region for level 0 (Seed: 688935538513764746)
2013-05-02 10:47:22 [iNFO] Preparing start region for level 1 (Seed: -9083521267110461334)
2013-05-02 10:47:23 [iNFO] Preparing spawn area: 87%
2013-05-02 10:47:23 [iNFO] Preparing start region for level 2 (Seed: -9083521267110461334)
2013-05-02 10:47:23 [iNFO] [WorldBorder] Enabling WorldBorder v1.7.0
2013-05-02 10:47:23 [iNFO] [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
2013-05-02 10:47:23 [iNFO] [WorldBorder] [CONFIG] Border-checking timed task started.
2013-05-02 10:47:23 [iNFO] For reference, the main world's spawn location is at X: 124.0 Y: 68.0 Z: -174.0
2013-05-02 10:47:24 [iNFO] [LagMeter] Enabling LagMeter v1.13.0
2013-05-02 10:47:24 [iNFO] [LagMeter] Not using logs folder.
2013-05-02 10:47:24 [iNFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mEnabled! Polling every 40 server ticks. Logging to /home/servers/98028/plugins/LagMeter/lag.log.[m
2013-05-02 10:47:24 [iNFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mChunks loaded:[m
2013-05-02 10:47:24 [iNFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "world": 625.[m
2013-05-02 10:47:24 [iNFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "world_nether": 625.[m
2013-05-02 10:47:24 [iNFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "world_the_end": 625.[m
2013-05-02 10:47:24 [iNFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mTotal chunks loaded: 1875[m
2013-05-02 10:47:24 [iNFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mEntities:[m
2013-05-02 10:47:24 [iNFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "world": 24.[m
2013-05-02 10:47:24 [iNFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "world_nether": 150.[m
2013-05-02 10:47:24 [iNFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "world_the_end": 86.[m
2013-05-02 10:47:24 [iNFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mTotal entities: 260[m
2013-05-02 10:47:25 [iNFO] [WorldEdit] Enabling WorldEdit v5.5.5
2013-05-02 10:47:25 [iNFO] WEPIF: Using the Bukkit Permissions API.
2013-05-02 10:47:25 [iNFO] [NoCheatPlus] Enabling NoCheatPlus v3.8.7-beta-b294
2013-05-02 10:47:25 [sEVERE] [NoCheatPlus] Could not set up MC version specific access.
2013-05-02 10:47:25 [sEVERE] java.lang.NoClassDefFoundError: net/minecraft/server/IBlockAccess
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80)
at org.bukkit.plugin.java.JavaPluginLoader.getClassByName0(JavaPluginLoader.java:300)
at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:76)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at fr.neatmonster.nocheatplus.compat.MCAccessFactory.getMCAccess(MCAccessFactory.java:25)
at fr.neatmonster.nocheatplus.NoCheatPlus.initMCAccess(NoCheatPlus.java:105)
at fr.neatmonster.nocheatplus.NoCheatPlus.getMCAccess(NoCheatPlus.java:98)
at fr.neatmonster.nocheatplus.utilities.BlockProperties.<clinit>(BlockProperties.java:247)
at fr.neatmonster.nocheatplus.NoCheatPlus.onEnable(NoCheatPlus.java:434)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugin(CraftServer.java:282)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.enablePlugins(CraftServer.java:264)
at net.minecraft.server.v1_5_R2.MinecraftServer.j(MinecraftServer.java:303)
at net.minecraft.server.v1_5_R2.MinecraftServer.e(MinecraftServer.java:282)
at net.minecraft.server.v1_5_R2.MinecraftServer.a(MinecraftServer.java:242)
at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:150)
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.IBlockAccess
at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 31 more

2013-05-02 10:47:25 [sEVERE] java.lang.NoClassDefFoundError: net/minecraft/server/v1_4_5/IBlockAccess
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80)
at org.bukkit.plugin.java.JavaPluginLoader.getClassByName0(JavaPluginLoader.java:300)
at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:76)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at fr.neatmonster.nocheatplus.compat.MCAccessFactory.getMCAccess(MCAccessFactory.java:32)
at fr.neatmonster.nocheatplus.NoCheatPlus.initMCAccess(NoCheatPlus.java:105)
at fr.neatmonster.nocheatplus.NoCheatPlus.getMCAccess(NoCheatPlus.java:98)
at fr.neatmonster.nocheatplus.utilities.BlockProperties.<clinit>(BlockProperties.java:247)
at fr.neatmonster.nocheatplus.NoCheatPlus.onEnable(NoCheatPlus.java:434)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugin(CraftServer.java:282)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.enablePlugins(CraftServer.java:264)
at net.minecraft.server.v1_5_R2.MinecraftServer.j(MinecraftServer.java:303)
at net.minecraft.server.v1_5_R2.MinecraftServer.e(MinecraftServer.java:282)
at net.minecraft.server.v1_5_R2.MinecraftServer.a(MinecraftServer.java:242)
at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:150)
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_4_5.IBlockAccess
at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 31 more

2013-05-02 10:47:25 [sEVERE] java.lang.NoClassDefFoundError: net/minecraft/server/v1_4_6/IBlockAccess
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80)
at org.bukkit.plugin.java.JavaPluginLoader.getClassByName0(JavaPluginLoader.java:300)
at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:76)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at fr.neatmonster.nocheatplus.compat.MCAccessFactory.getMCAccess(MCAccessFactory.java:38)
at fr.neatmonster.nocheatplus.NoCheatPlus.initMCAccess(NoCheatPlus.java:105)
at fr.neatmonster.nocheatplus.NoCheatPlus.getMCAccess(NoCheatPlus.java:98)
at fr.neatmonster.nocheatplus.utilities.BlockProperties.<clinit>(BlockProperties.java:247)
at fr.neatmonster.nocheatplus.NoCheatPlus.onEnable(NoCheatPlus.java:434)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugin(CraftServer.java:282)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.enablePlugins(CraftServer.java:264)
at net.minecraft.server.v1_5_R2.MinecraftServer.j(MinecraftServer.java:303)
at net.minecraft.server.v1_5_R2.MinecraftServer.e(MinecraftServer.java:282)
at net.minecraft.server.v1_5_R2.MinecraftServer.a(MinecraftServer.java:242)
at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:150)
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_4_6.IBlockAccess
at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 31 more

2013-05-02 10:47:25 [sEVERE] Error occurred while enabling NoCheatPlus v3.8.7-beta-b294 (Is it up to date?)
java.lang.ExceptionInInitializerError
at fr.neatmonster.nocheatplus.NoCheatPlus.onEnable(NoCheatPlus.java:434)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugin(CraftServer.java:282)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.enablePlugins(CraftServer.java:264)
at net.minecraft.server.v1_5_R2.MinecraftServer.j(MinecraftServer.java:303)
at net.minecraft.server.v1_5_R2.MinecraftServer.e(MinecraftServer.java:282)
at net.minecraft.server.v1_5_R2.MinecraftServer.a(MinecraftServer.java:242)
at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:150)
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
Caused by: java.lang.RuntimeException: Could not set up access to Minecraft API.
at fr.neatmonster.nocheatplus.compat.MCAccessFactory.getMCAccess(MCAccessFactory.java:47)
at fr.neatmonster.nocheatplus.NoCheatPlus.initMCAccess(NoCheatPlus.java:105)
at fr.neatmonster.nocheatplus.NoCheatPlus.getMCAccess(NoCheatPlus.java:98)
at fr.neatmonster.nocheatplus.utilities.BlockProperties.<clinit>(BlockProperties.java:247)
... 12 more
2013-05-02 10:47:58 [iNFO] [EnderSpawn] Enabling EnderSpawn v1.2
2013-05-02 10:48:09 [iNFO] [spamGuard] Enabling SpamGuard v1.1
2013-05-02 10:48:09 [iNFO] [spamGuard] 0 bans loaded.
2013-05-02 10:48:09 [iNFO] [0;37;1m------------------------------------------------------[m
2013-05-02 10:48:09 [iNFO] [0;36;1mSpamGuard version 1.1 is now enabled.[m
2013-05-02 10:48:09 [iNFO] [0;32;1mPlease consider donating! http://tiny.cc/sgdonate[m
2013-05-02 10:48:09 [iNFO] [0;32;1mProject dev page: http://tiny.cc/spamguard[m
2013-05-02 10:48:09 [iNFO] [0;37;1m------------------------------------------------------[m[m
2013-05-02 10:48:10 [iNFO] [spamGuard] SpamGuard is up to date!
2013-05-02 10:48:10 [iNFO] [spamGuard] Server info saved.
2013-05-02 10:48:10 [iNFO] [ColoredSigns] Enabling ColoredSigns v1.2
2013-05-02 10:48:10 [iNFO] [MemoryChecker] Enabling MemoryChecker v1.2.4
2013-05-02 10:48:10 [iNFO] [MemoryChecker] Automatic freeing enabled!
2013-05-02 10:48:13 [iNFO] [simpleCommandSigns] Enabling SimpleCommandSigns v0.8
2013-05-02 10:48:13 [iNFO] [simpleCommandSigns] LWC plugin found!
2013-05-02 10:48:13 [iNFO] SimpleCommandSigns version 0.8 is enabled!
2013-05-02 10:48:17 [iNFO] [CustomJoinMessage] Enabling CustomJoinMessage v1.5
2013-05-02 10:48:17 [iNFO] [CustomJoinMessage] Enabling Metrics...
2013-05-02 10:48:19 [iNFO] [PvPToggle] Enabling PvPToggle v3.0.0
2013-05-02 10:48:19 [iNFO] [PvPToggle] Loading...
2013-05-02 10:48:19 [iNFO] [PvPToggle] found and loaded world world
2013-05-02 10:48:19 [iNFO] [PvPToggle] found and loaded world world_nether
2013-05-02 10:48:19 [iNFO] [PvPToggle] found and loaded world world_the_end
2013-05-02 10:48:19 [iNFO] [PvPToggle] Using SuperPerms for permissions checking
2013-05-02 10:48:19 [iNFO] [PvPToggle] WorldGuard Plugin detected...
2013-05-02 10:48:19 [iNFO] [PvPToggle] WorldGuard integration disabled via options!
2013-05-02 10:48:19 [iNFO] [PvPToggle] v3.0.0 enabled!
2013-05-02 10:48:20 [iNFO] [PermissionsEx] Enabling PermissionsEx v1.19.5
2013-05-02 10:48:20 [iNFO] [PermissionsEx] Superperms support enabled.
2013-05-02 10:48:20 [iNFO] [PermissionsEx] v1.19.5 enabled
2013-05-02 10:48:20 [iNFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2013-05-02 10:48:20 [iNFO] [Vault][Chat] PermissionsEx_Chat hooked.
2013-05-02 10:48:20 [iNFO] [Multiverse-Core] Enabling Multiverse-Core v2.4-b545
2013-05-02 10:48:20 [iNFO] [Multiverse-Core] - Version 2.4-b545 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
2013-05-02 10:48:20 [iNFO] [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b545
2013-05-02 10:51:56 [iNFO] Preparing start region for level 3 (Seed: -5531677605354534992)
2013-05-02 10:51:58 [iNFO] Preparing spawn area for pvp, 48%
2013-05-02 10:51:58 [iNFO] [PvPToggle] found and loaded world pvp
2013-05-02 10:52:13 [iNFO] Preparing start region for level 4 (Seed: 4085215097868463762)
2013-05-02 10:52:13 [iNFO] [PvPToggle] found and loaded world dzialki
2013-05-02 10:52:30 [iNFO] Preparing start region for level 5 (Seed: 1152127499307927410)
2013-05-02 10:52:32 [iNFO] Preparing spawn area for Surowce, 52%
2013-05-02 10:52:32 [iNFO] [PvPToggle] found and loaded world Surowce
2013-05-02 10:53:05 [iNFO] [Multiverse-Core] 6 - World(s) loaded.
2013-05-02 10:53:05 [iNFO] [WorldGuard] Enabling WorldGuard v5.7.3
2013-05-02 10:53:05 [iNFO] [WorldGuard] (world) TNT ignition is PERMITTED.
2013-05-02 10:53:05 [iNFO] [WorldGuard] (world) Lighters are PERMITTED.
2013-05-02 10:53:05 [iNFO] [WorldGuard] (world) Lava fire is blocked.
2013-05-02 10:53:05 [iNFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
2013-05-02 10:53:05 [iNFO] [WorldGuard] Loaded configuration for world 'world'
2013-05-02 10:53:05 [iNFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
2013-05-02 10:53:05 [iNFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
2013-05-02 10:53:05 [iNFO] [WorldGuard] (world_nether) Lava fire is blocked.
2013-05-02 10:53:05 [iNFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
2013-05-02 10:53:05 [iNFO] [WorldGuard] Loaded configuration for world 'world_nether'
2013-05-02 10:53:05 [iNFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
2013-05-02 10:53:05 [iNFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
2013-05-02 10:53:05 [iNFO] [WorldGuard] (world_the_end) Lava fire is blocked.
2013-05-02 10:53:05 [iNFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
2013-05-02 10:53:05 [iNFO] [WorldGuard] Loaded configuration for world 'world_the_end'
2013-05-02 10:53:05 [iNFO] [WorldGuard] (pvp) TNT ignition is PERMITTED.
2013-05-02 10:53:05 [iNFO] [WorldGuard] (pvp) Lighters are PERMITTED.
2013-05-02 10:53:05 [iNFO] [WorldGuard] (pvp) Lava fire is blocked.
2013-05-02 10:53:05 [iNFO] [WorldGuard] (pvp) Fire spread is UNRESTRICTED.
2013-05-02 10:53:05 [iNFO] [WorldGuard] Loaded configuration for world 'pvp'
2013-05-02 10:53:05 [iNFO] [WorldGuard] (dzialki) TNT ignition is PERMITTED.
2013-05-02 10:53:05 [iNFO] [WorldGuard] (dzialki) Lighters are PERMITTED.
2013-05-02 10:53:05 [iNFO] [WorldGuard] (dzialki) Lava fire is blocked.
2013-05-02 10:53:05 [iNFO] [WorldGuard] (dzialki) Fire spread is UNRESTRICTED.
2013-05-02 10:53:05 [iNFO] [WorldGuard] Loaded configuration for world 'dzialki'
2013-05-02 10:53:05 [iNFO] [WorldGuard] (Surowce) TNT ignition is PERMITTED.
2013-05-02 10:53:05 [iNFO] [WorldGuard] (Surowce) Lighters are PERMITTED.
2013-05-02 10:53:05 [iNFO] [WorldGuard] (Surowce) Lava fire is blocked.
2013-05-02 10:53:05 [iNFO] [WorldGuard] (Surowce) Fire spread is UNRESTRICTED.
2013-05-02 10:53:05 [iNFO] [WorldGuard] Loaded configuration for world 'Surowce'
2013-05-02 10:53:05 [iNFO] [WorldGuard] 9 regions loaded for 'world'
2013-05-02 10:53:05 [iNFO] [WorldGuard] 0 regions loaded for 'world_nether'
2013-05-02 10:53:05 [iNFO] [WorldGuard] 1 regions loaded for 'world_the_end'
2013-05-02 10:53:05 [iNFO] [WorldGuard] 11 regions loaded for 'pvp'
2013-05-02 10:53:05 [iNFO] [WorldGuard] 30 regions loaded for 'dzialki'
2013-05-02 10:53:05 [iNFO] [WorldGuard] 6 regions loaded for 'Surowce'
2013-05-02 10:53:05 [iNFO] [Nick] Enabling Nick v1.2
2013-05-02 10:53:05 [iNFO] [Nick] Aktiviert!
2013-05-02 10:53:05 [iNFO] [mChatSuite] Enabling mChatSuite v1.2.5-b251jnks-R3_32
2013-05-02 10:53:05 [sEVERE] Cannot load plugins/mChatSuite/censor.yml
org.bukkit.configuration.InvalidConfigurationException: mapping values are not allowed here
in "<string>", line 7, column 15:
polandcraft.eu: nie rekamuj !
^

at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:175)
at com.miraclem4n.mchat.configs.CensorUtil.load(CensorUtil.java:18)
at com.miraclem4n.mchat.configs.CensorUtil.initialize(CensorUtil.java:12)
at in.mDev.MiracleM4n.mChatSuite.mChatSuite.initializeConfigs(mChatSuite.java:228)
at in.mDev.MiracleM4n.mChatSuite.mChatSuite.onEnable(mChatSuite.java:97)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugin(CraftServer.java:282)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.enablePlugins(CraftServer.java:264)
at net.minecraft.server.v1_5_R2.MinecraftServer.j(MinecraftServer.java:303)
at net.minecraft.server.v1_5_R2.MinecraftServer.e(MinecraftServer.java:282)
at net.minecraft.server.v1_5_R2.MinecraftServer.a(MinecraftServer.java:242)
at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:150)
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
Caused by: mapping values are not allowed here
in "<string>", line 7, column 15:
polandcraft.eu: nie rekamuj !
^

at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:733)
at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:305)
at org.yaml.snakeyaml.scanner.ScannerImpl.peekToken(ScannerImpl.java:202)
at org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentEnd.produce(ParserImpl.java:265)
at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
at org.yaml.snakeyaml.parser.ParserImpl.getEvent(ParserImpl.java:171)
at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:125)
at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
... 18 more

A do tego błąd :

2013-05-02 10:47:22 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2013-05-02 10:47:22 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2013-05-02 10:47:22 [WARNING] 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.
2013-05-02 10:47:22 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.

pomocy !

Opublikowano

Występuje błąd przy wczytywaniu pluginu NoCheatPlus oraz błąd przy wczytywaniu pliku censor.yml z pluginu mChatSuite.

Jeśli chodzi o NoCheatPlus upewnij się czy masz najnowszą wersję pluginu.

Jeśli chodzi o plik censor.yml to musisz poprawić błąd w 7 linii, a mianowicie usunąć dwukropek.

polandcraft.eu: nie rekamuj  ! 
Gość michal12386
Opublikowano

tp: jest 1.5.1 najnowsza wersja r2 czy jakos tak a że polandcraft....... pisze bo morze to coś pomorze ;p boś mi się zdaje że takie problemy są częste w craftserve

 

i sprawdze te configi ;) no cheat aktualizuje a jak będzie nadal problem to go usunę i naprawie mchat (7 linijke ;p)

 

@edit:

 

mam pathowalem na z dnia: 21.03.2013 18:11 tak tam wyswietlaja



mchata nie maja ;( wiec go usunolem )



a wiec po tych czynnosciach : usunolem mchat, pathowalem nocheatplus i mam to :

[CSRV] Scanning for network conflicts... ['27803', '27803']
[CSRV] Fixing filesystem permissions...
[CSRV] Setting kernel resource limits
[CSRV] Switching to unprivileged server user
[CSRV] Executing Java...
229 recipes
27 achievements
13:23:14 [iNFO] Starting minecraft server version 1.5.1
13:23:14 [iNFO] Loading properties
13:23:14 [iNFO] Default game type: SURVIVAL
13:23:14 [iNFO] Generating keypair
13:23:14 [iNFO] Starting Minecraft server on 91.121.178.57:27803
13:23:14 [iNFO] This server is running CraftBukkit version git-Bukkit-1.5.1-R0.1-21-g49b0699-b2754jnks (MC: 1.5.1) (Implementing API version 1.5.1-R0.2)
13:23:14 [iNFO] ----- Bukkit Auto Updater -----
13:23:14 [iNFO] It appears that you're running a Beta Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
13:23:14 [iNFO] If you would like to be kept informed about new Beta Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'beta'.
13:23:14 [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.
13:23:14 [iNFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
13:23:14 [iNFO] ----- ------------------- -----
13:23:15 [sEVERE] Could not load 'plugins/NoLaggLighting.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: BKCommonLib
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugins(CraftServer.java:239)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.(CraftServer.java:217)
at net.minecraft.server.v1_5_R2.PlayerList.(PlayerList.java:55)
at net.minecraft.server.v1_5_R2.DedicatedPlayerList.(SourceFile:11)
at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:105)
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
13:23:15 [sEVERE] Could not load 'plugins/NoLaggItemBuffer.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: BKCommonLib
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugins(CraftServer.java:239)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.(CraftServer.java:217)
at net.minecraft.server.v1_5_R2.PlayerList.(PlayerList.java:55)
at net.minecraft.server.v1_5_R2.DedicatedPlayerList.(SourceFile:11)
at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:105)
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
13:23:15 [sEVERE] Could not load 'plugins/NoLaggTNT.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: BKCommonLib
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugins(CraftServer.java:239)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.(CraftServer.java:217)
at net.minecraft.server.v1_5_R2.PlayerList.(PlayerList.java:55)
at net.minecraft.server.v1_5_R2.DedicatedPlayerList.(SourceFile:11)
at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:105)
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
13:23:15 [sEVERE] Could not load 'plugins/NoLaggItemStacker.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: BKCommonLib
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugins(CraftServer.java:239)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.(CraftServer.java:217)
at net.minecraft.server.v1_5_R2.PlayerList.(PlayerList.java:55)
at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:105)
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
13:23:15 [iNFO] [PermissionsEx] sql backend registered!
13:23:15 [iNFO] [PermissionsEx] file backend registered!
13:23:15 [iNFO] [PermissionsEx] PermissionEx plugin initialized.
13:23:15 [sEVERE] Could not load 'plugins/NoLaggMonitor.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: BKCommonLib
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugins(CraftServer.java:239)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.(CraftServer.java:217)
at net.minecraft.server.v1_5_R2.PlayerList.(PlayerList.java:55)
at net.minecraft.server.v1_5_R2.DedicatedPlayerList.(SourceFile:11)
at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:105)
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
13:23:15 [sEVERE] Could not load 'plugins/NoLaggExamine.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: BKCommonLib
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugins(CraftServer.java:239)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.(CraftServer.java:217)
at net.minecraft.server.v1_5_R2.PlayerList.(PlayerList.java:55)
at net.minecraft.server.v1_5_R2.DedicatedPlayerList.(SourceFile:11)
at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:105)
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
13:23:15 [sEVERE] Could not load 'plugins/NoLagg.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: BKCommonLib
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugins(CraftServer.java:239)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.(CraftServer.java:217)
at net.minecraft.server.v1_5_R2.PlayerList.(PlayerList.java:55)
at net.minecraft.server.v1_5_R2.DedicatedPlayerList.(SourceFile:11)
at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:105)
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
org.bukkit.plugin.UnknownDependencyException: BKCommonLib
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugins(CraftServer.java:239)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.(CraftServer.java:217)
at net.minecraft.server.v1_5_R2.PlayerList.(PlayerList.java:55)
at net.minecraft.server.v1_5_R2.DedicatedPlayerList.(SourceFile:11)
at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:105)
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
13:23:15 [iNFO] [WorldBorder] Loading WorldBorder v1.7.0
13:23:15 [iNFO] [LagMeter] Loading LagMeter v1.13.0
13:23:15 [iNFO] [WorldEdit] Loading WorldEdit v5.5.5
13:23:15 [iNFO] [NoCheatPlus] Loading NoCheatPlus v3.9.0-RC-b488
13:23:15 [iNFO] [EnderSpawn] Loading EnderSpawn v1.2
13:23:15 [iNFO] [EnderSpawn] Successfully loaded all data.
13:23:15 [iNFO] [spamGuard] Loading SpamGuard v1.1
13:23:15 [iNFO] [ColoredSigns] Loading ColoredSigns v1.2
13:23:15 [iNFO] [MemoryChecker] Loading MemoryChecker v1.2.4
13:23:15 [iNFO] [simpleCommandSigns] Loading SimpleCommandSigns v0.8
13:23:15 [iNFO] [Vault] Loading Vault v1.2.24-b304
13:23:15 [iNFO] [CustomJoinMessage] Loading CustomJoinMessage v1.5
13:23:15 [iNFO] [PvPToggle] Loading PvPToggle v3.0.0
13:23:15 [iNFO] [PermissionsEx] Loading PermissionsEx v1.19.5
13:23:15 [iNFO] [PermissionsEx] Initializing file backend
13:23:15 [iNFO] Permissions file successfully reloaded
13:23:15 [iNFO] [Multiverse-Core] Loading Multiverse-Core v2.4-b545
13:23:15 [iNFO] [LWC] Loading LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
13:23:15 [iNFO] [WorldGuard] Loading WorldGuard v5.7.3
13:23:15 [iNFO] [Nick] Loading Nick v1.2
13:23:15 [iNFO] [AutoMessage] Loading AutoMessage v1.5
13:23:15 [iNFO] [RAM] Loading RAM v0.1.2
13:23:15 [iNFO] [AuthMe] Loading AuthMe v2.6.3b1
13:23:15 [iNFO] [cIP] Loading cIP v0.5.7
13:23:15 [iNFO] [Polskie Znaki] Loading Polskie Znaki v1.0
13:23:15 [iNFO] [MoArrows] Loading MoArrows v2.4.2
13:23:15 [iNFO] [AntiXRay] Loading AntiXRay v1.6.0
13:23:15 [iNFO] [CraftBook] Loading CraftBook v1718-d91592b
13:23:15 [iNFO] [ClearLag] Loading ClearLag v2.2.2
13:23:15 [iNFO] [PlayerStatusSigns] Loading PlayerStatusSigns v0.6
13:23:15 [iNFO] [AutoSaveWorld] Loading AutoSaveWorld v3.9
13:23:15 [iNFO] [Essentials] Loading Essentials v2.10.1
13:23:15 [iNFO] [pTweaks] Loading pTweaks v6.0.3
13:23:15 [iNFO] [Jobs] Loading Jobs v3.0 by KAMIKADZEKKS
13:23:15 [iNFO] [EssentialsSpawn] Loading EssentialsSpawn v2.10.1
13:23:15 [iNFO] [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
13:23:15 [iNFO] [CreativeGates] Loading CreativeGates v1.4
13:23:15 [iNFO] [ChestShop] Loading ChestShop v3.37
13:23:15 [iNFO] [EssentialsChat] Loading EssentialsChat v2.10.1
13:23:15 [iNFO] [Factions] Loading Factions v1.6.9.4
13:23:15 [iNFO] [simpleRegionMarket] Loading SimpleRegionMarket v3.0.1
13:23:15 [iNFO] [Vault] Enabling Vault v1.2.24-b304
13:23:15 [iNFO] [Vault][Economy] Essentials Economy found: Waiting
13:23:15 [iNFO] [Vault][Permission] PermissionsEx found: Waiting
13:23:15 [iNFO] [Vault][Chat] PermissionsEx found: Waiting
13:23:15 [iNFO] [Vault] Enabled Version 1.2.24-b304
13:23:15 [iNFO] [Vault][Economy] Essentials Economy hooked.
13:23:15 [iNFO] [Vault][Permission] PermissionsEx hooked.
13:23:15 [iNFO] [LWC] Enabling LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
13:23:15 [iNFO] [LWC] Loaded 209 locale strings (0 overrides)
13:23:15 [iNFO] [LWC] Permissions API: ?4VaultPermissions
13:23:15 [iNFO] [LWC] Currency API: ?4VaultCurrency
13:23:15 [iNFO] [LWC] Connecting to SQLite
13:23:15 [iNFO] [LWC] Performing any necessary database updates
13:23:15 [iNFO] [LWC] Using database: Native
13:23:15 [iNFO] [LWC] Precached 2276 protections
13:23:15 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
13:23:15 [WARNING] The server will make no attempt to authenticate usernames. Beware.
13:23:15 [WARNING] 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.
13:23:15 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
13:23:15 [iNFO] Preparing level "world"
13:23:16 [iNFO] Preparing start region for level 0 (Seed: 688935538513764746)
13:23:16 [iNFO] Preparing start region for level 1 (Seed: -9083521267110461334)
13:23:17 [iNFO] Preparing start region for level 2 (Seed: -9083521267110461334)
13:23:17 [iNFO] Preparing spawn area: 16%
13:23:17 [iNFO] [WorldBorder] Enabling WorldBorder v1.7.0
13:23:17 [iNFO] [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
13:23:17 [iNFO] [WorldBorder] [CONFIG] Border-checking timed task started.
13:23:17 [iNFO] For reference, the main world's spawn location is at X: 124.0 Y: 68.0 Z: -174.0
13:23:18 [iNFO] [LagMeter] Enabling LagMeter v1.13.0
13:23:18 [iNFO] [LagMeter] Not using logs folder.
13:23:18 [iNFO] [LagMeter 1.13.0] Enabled! Polling every 40 server ticks. Logging to /home/servers/98028/plugins/LagMeter/lag.log.Enabled! Polling every 40 server ticks. Logging to /home/servers/98028/plugins/LagMeter/lag.log.
13:23:18 [iNFO] [LagMeter 1.13.0] Chunks loaded:Chunks loaded:
13:23:18 [iNFO] [LagMeter 1.13.0] World "world": 625.World "world": 625.
13:23:18 [iNFO] [LagMeter 1.13.0] World "world_nether": 625.World "world_nether": 625.
13:23:18 [iNFO] [LagMeter 1.13.0] World "world_the_end": 625.World "world_the_end": 625.
13:23:18 [iNFO] [LagMeter 1.13.0] Total chunks loaded: 1875Total chunks loaded: 1875
13:23:18 [iNFO] [LagMeter 1.13.0] Entities:Entities:
13:23:18 [iNFO] [LagMeter 1.13.0] World "world": 19.World "world": 19.
13:23:18 [iNFO] [LagMeter 1.13.0] World "world_nether": 150.World "world_nether": 150.
13:23:18 [iNFO] [LagMeter 1.13.0] World "world_the_end": 86.World "world_the_end": 86.
13:23:18 [iNFO] [LagMeter 1.13.0] Total entities: 255Total entities: 255
13:23:19 [iNFO] [WorldEdit] Enabling WorldEdit v5.5.5
13:23:19 [iNFO] WEPIF: Using the Bukkit Permissions API.
13:23:19 [iNFO] [NoCheatPlus] Enabling NoCheatPlus v3.9.0-RC-b488
13:23:19 [iNFO] [NoCheatPlus] McAccess set to: 1.5.1 / CB2691-DEV
13:23:19 [iNFO] [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
13:23:19 [iNFO] [NoCheatPlus] Version 3.9.0-RC-b488 is enabled.

( i tu sie zawiesil)

Gość michal12386
Opublikowano

mi się zdaje że wszystkie nolagg są za stare bo ich nie aktualizowałem od 1.2.5 ;P

Opublikowano

To nie prościej było zaktualizować pluginy?

Niż pisząc temat?

Grr.. Zaktualizuj wszystkie pluginy, a później pisz. :)

logo.png


Gość michal12386
Opublikowano

na razie usuwam wszystkie nolagg a mam takie jestem smutny bo to byly zajebiste pluginy: nolaggtnt,nolaggitemstacker,nolaggmonitor,nolaggbufer,nolaggexample,nolagglighting,i wiele innych czyli to dynamitu ogulny zapalniczki i jakieś dodatki dzięki nim nigdy nie mialem lagow ;P i jestem smutny

Gość michal12386
Opublikowano

a wiec potrzebuje pomocy z tym :

14:00:18 [WARNING] [Jobs] Job Gornik is using REDSTONE_ORE instead of GLOWING_REDSTONE_ORE.
14:00:18 [WARNING] [Jobs] Automatically changing block to GLOWING_REDSTONE_ORE. Please update your configuration.
14:00:18 [WARNING] [Jobs] In vanilla minecraft, REDSTONE_ORE changes to GLOWING_REDSTONE_ORE when interacted with.
14:00:18 [WARNING] [Jobs] In the future, Jobs using REDSTONE_ORE instead of GLOWING_REDSTONE_ORE may fail to work correctly.
14:00:18 [WARNING] [Jobs] Job Farmer has an invalid Place type property: SEEDS! Material must be a block!

 

z tym:

 

 

13:59:54 [sEVERE] Cannot load plugins/ClearLag/config.yml
org.bukkit.configuration.InvalidConfigurationException: unacceptable character '?' (0xFFFD) special characters are not allowed
in "", position 1260
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:175)
at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:117)
at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:111)
at me.minebuilders.clearlag.ClearLagMain.onEnable(ClearLagMain.java:29)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugin(CraftServer.java:282)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.enablePlugins(CraftServer.java:264)
at net.minecraft.server.v1_5_R2.MinecraftServer.j(MinecraftServer.java:303)
at net.minecraft.server.v1_5_R2.MinecraftServer.e(MinecraftServer.java:282)
at net.minecraft.server.v1_5_R2.MinecraftServer.a(MinecraftServer.java:242)
at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:150)
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
Caused by: unacceptable character '?' (0xFFFD) special characters are not allowed
in "", position 1260
at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:70)
at org.yaml.snakeyaml.reader.StreamReader.(StreamReader.java:50)
at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
... 17 more
13:59:54 [iNFO] [ClearLag] Checking for a new update...
13:59:57 [iNFO] [ClearLag] No update for ClearLag found!
13:59:57 [sEVERE] Cannot load plugins/ClearLag/config.yml
org.bukkit.configuration.InvalidConfigurationException: unacceptable character '?' (0xFFFD) special characters are not allowed
in "", position 1260
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:175)
at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:117)
at me.minebuilders.clearlag.managers.PluginManager.reloadConfiguration(PluginManager.java:52)
at me.minebuilders.clearlag.managers.PluginManager.enable(PluginManager.java:39)
at me.minebuilders.clearlag.ClearLagMain.onEnable(ClearLagMain.java:33)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugin(CraftServer.java:282)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.enablePlugins(CraftServer.java:264)
at net.minecraft.server.v1_5_R2.MinecraftServer.j(MinecraftServer.java:303)
at net.minecraft.server.v1_5_R2.MinecraftServer.e(MinecraftServer.java:282)
at net.minecraft.server.v1_5_R2.MinecraftServer.a(MinecraftServer.java:242)
at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:150)
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
Caused by: unacceptable character '?' (0xFFFD) special characters are not allowed
in "", position 1260
at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:70)
at org.yaml.snakeyaml.reader.StreamReader.(StreamReader.java:50)
at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
... 18 more

 

 

z tym:

13:59:49 [iNFO] [AntiXRay] Enabling AntiXRay v1.6.0
13:59:49 [iNFO] AntiXRay: Error: Configuration: There's no world named "pvp2". Please update your config.yml.
13:59:49 [iNFO] AntiXRay: Error: Configuration: There's no world named "pvp". Please update your config.yml.
13:59:49 [iNFO] AntiXRay: Error: Configuration: There's no world named "dzialki". Please update your config.yml.
13:59:49 [iNFO] AntiXRay: Error: Configuration: There's no world named "Surowce". Please update your config.yml.

 

 

z tym :

 

 

 

 

 

13:58:14 [sEVERE] Cannot load plugins/Multiverse-Core/worlds.yml

org.bukkit.configuration.InvalidConfigurationException: org.yaml.snakeyaml.error.YAMLException: Could not deserialize object
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:175)
at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorldConfig(WorldManager.java:603)
at com.onarandombox.MultiverseCore.MultiverseCore.loadConfigs(MultiverseCore.java:300)
at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:239)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugin(CraftServer.java:282)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.enablePlugins(CraftServer.java:264)
at net.minecraft.server.v1_5_R2.MinecraftServer.j(MinecraftServer.java:303)
at net.minecraft.server.v1_5_R2.MinecraftServer.e(MinecraftServer.java:282)
at net.minecraft.server.v1_5_R2.MinecraftServer.a(MinecraftServer.java:242)
at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:150)
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
Caused by: org.yaml.snakeyaml.error.YAMLException: Could not deserialize object
at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37)
at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)
at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:326)
at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:143)
at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:307)
at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:459)
at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26)
at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)
at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:326)
at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:143)
at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:307)
at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26)
at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)
at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:326)
at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:143)
at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:307)
at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:459)
at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26)
at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)
at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:326)
at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:143)
at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:307)
at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:459)
at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26)
at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)
at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:142)
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:128)
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
... 17 more
Caused by: java.lang.IllegalArgumentException: Specified class does not exist ('MVSpawnSubSettings')
at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:177)
at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:35)
... 47 more

 

 

 

 

i z tym:

 

 

 

13:57:06 [iNFO] BKCommonLib version 1.23 enabled!

13:57:06 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
13:57:06 [WARNING] The server will make no attempt to authenticate usernames. Beware.
13:57:06 [WARNING] 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.
13:57:06 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.



@refresch

Gość michal12386
Opublikowano

CLEAR LAG config.yml :

 

 

#--------------------------------------------------------------------#
# ClearLag Configuration File #
#--------------------------------------------------------------------#
# Configure to your liking, reload the config by tying: /lagg reload #
# - #
# Here is a helpful tutorial on this configuration setup! #
#--------------------------------------------------------------------#
# All possible mob names #
#--------------------------------------------------------------------#
settings:
auto-update: true
enable-signs: true
config-version: four
#This option reduces the explosions of mass amounts of tnt, and reduces tnt lag
tnt:
tnt-reducer: false
#Global! Which items SHOULD NOT be removed during removals? #ITEM-ID'S ONLY#
item-filter:
enabled: false
filter:
- 264
- 265
- 311
- 312
- 266
item-merger:
enabled: false
radius: 6
#Auto-removal options
auto-removal:
broadcast-message: '&6[ClearLag] &ausunięto +RemoveAmount bugow/lagow!'
enable-scheduler: true
enable-limit: true
autoremoval-interval: 400
#The warning delay that runs AFTER auto-removal fires: This actually clears the items when it fires!
warning:
autoremoval-warning: true
autoremoval-warningdelay: 60
broadcast-warning: true
autoremoval-warningmessage: '&4[ClearLag] &cUWAGA!!! wszystkie bloki wagoniki i ludki beda usuniete za 1 minute!'
#This is /lagg killmobs, put what you DON'T want removed!
kill-mobs:
disable-build-wither: false
mob-filter:
- Villager
- Wolf
#This takes care of mob spawners
mobspawner:
enabled: false
max-spawn: 4
#What should/not be removed during an auto-removal
remove:
world-filter:
- this_world
broadcast-removal: true
boat: true
falling-block: true
experienceOrb: true
painting: true
projectile: true
item: true
itemframe: false
minecart: true
primed-tnt: true
arrow: true
snowball: true
fireball: true
ender-signal: true
mobs:
- None
- None
#What should/not be removed during /lagg clear
command-remove:
world-filter:
- this_world
broadcast-removal: false
boat: true
falling-block: true
experienceOrb: true
painting: true
projectile: true
item: true
itemframe: false
minecart: true
primed-tnt: true
arrow: true
snowball: true
fireball: true
ender-signal: true
mobs:
- None
- None
check:
world-filter:
- this_world
boat: true
falling-block: true
experienceOrb: true
painting: true
projectile: true
item: true
itemframe: false
minecart: true
primed-tnt: true
arrow: true
snowball: true
fireball: true
ender-signal: true
mobs:
creature: true
animals: true
monster: true
limit:
max: 1000
check-interval: 60
world-filter:
- this_world
broadcast-removal: true
remove:
boat: true
falling-block: true
experienceOrb: true
painting: true
projectile: true
item: true
itemframe: false
minecart: true
primed-tnt: true
arrow: true
snowball: true
fireball: true
ender-signal: true
MULTIVRESE worlds.yml :
worlds:
world:
seed: 688935538513764746
environment: NORMAL
type: NORMAL
hidden: false
alias:
name: ''
color: WHITE
pvp: true
scale: 1.0
respawnworld: ''
allowweather: true
difficulty: EASY
animals:
spawn: true
monsters:
spawn: true
entryfee:
currency: -1
price: 0.0
hunger: true
autoheal: true
adjustspawn: true
portalform: ALL
gamemode: SURVIVAL
keepspawninmemory: true
spawn:
x: 124.0
y: 68.0
z: -174.0
pitch: 0.0
yaw: 0.0
world: world
autoload: true
bedrespawn: true
world_nether:
seed: -9083521267110461334
environment: NETHER
type: NORMAL
hidden: false
alias:
name: ''
color: WHITE
pvp: true
scale: 8.0
respawnworld: ''
allowweather: true
difficulty: EASY
animals:
spawn: true
monsters:
spawn: true
entryfee:
currency: -1
price: 0.0
hunger: true
autoheal: true
adjustspawn: true
portalform: ALL
gamemode: SURVIVAL
keepspawninmemory: true
spawn:
x: 0.0
y: 95.0
z: 0.0
pitch: 0.0
yaw: 0.0
world: world_nether
autoload: true
bedrespawn: true
world_the_end:
seed: -9083521267110461334
environment: THE_END
type: NORMAL
hidden: false
alias:
name: ''
color: WHITE
pvp: true
scale: 1.0
respawnworld: ''
allowweather: true
difficulty: EASY
animals:
spawn: true
monsters:
spawn: true
entryfee:
currency: -1
price: 0.0
hunger: true
autoheal: true
adjustspawn: true
portalform: ALL
gamemode: SURVIVAL
keepspawninmemory: true
spawn:
x: 4.5
y: 56.0
z: 5.5
pitch: 0.0
yaw: 0.0
world: world_the_end
autoload: true
bedrespawn: true
a to to chyba załadował bo jak aktualizowałem to miałem plugin multiwersecore a teraz mam multiwerse-core


@refresch



@refresch



@ REFRESCH !!!



mam taki problem [iNFO] [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b52714:37:30



błagam ile morzna czekać !

Gość michal12386
Opublikowano

zdaje mi sie rze to jest przyczyną co to atak ddos ? :

15:10:05 [iNFO] Starting GS4 status listener
15:10:05 [iNFO] Query running on 91.121.178.57:27803
15:10:05 [iNFO] /95.49.255.253:61193 lost connection
15:10:05 [iNFO] /80.48.101.3:1316 lost connection
15:10:05 [iNFO] /83.238.241.180:54225 lost connection
15:10:05 [iNFO] /80.48.101.3:1373 lost connection
15:10:05 [iNFO] /83.22.212.95:52842 lost connection
15:10:05 [iNFO] /83.22.212.95:52855 lost connection
15:10:05 [iNFO] /89.151.16.56:2117 lost connection
15:10:05 [iNFO] /89.151.16.56:2265 lost connection
15:10:05 [iNFO] /78.30.67.152:51778 lost connection
15:10:05 [iNFO] /78.30.67.152:51786 lost connection
15:10:05 [iNFO] /178.42.135.76:3307 lost connection
15:10:05 [iNFO] /89.174.165.43:3340 lost connection
15:10:05 [iNFO] /83.23.25.95:49279 lost connection
15:10:05 [iNFO] /89.174.165.43:3346 lost connection
15:10:05 [iNFO] /89.174.165.43:3369 lost connection
15:10:05 [iNFO] /83.22.212.95:52961 lost connection
15:10:05 [iNFO] /89.78.153.119:52552 lost connection
15:10:05 [iNFO] /83.22.212.95:52977 lost connection
15:10:05 [iNFO] /80.48.101.3:1424 lost connection
15:10:05 [iNFO] /80.48.101.3:1446 lost connection
15:10:05 [iNFO] /80.48.101.3:1473 lost connection
15:10:05 [iNFO] /79.186.154.21:49754 lost connection
15:10:05 [iNFO] /79.186.154.21:49770 lost connection
15:10:05 [iNFO] /178.183.228.173:60004 lost connection
15:10:05 [iNFO] /80.48.101.3:1504 lost connection
15:10:05 [iNFO] /80.48.101.3:1529 lost connection
15:10:05 [iNFO] /80.48.101.3:1552 lost connection
15:10:05 [iNFO] /80.48.101.3:1592 lost connection
15:10:05 [iNFO] /80.48.101.3:1626 lost connection
15:10:05 [iNFO] /80.48.101.3:1649 lost connection
15:10:05 [iNFO] /80.48.101.3:1680 lost connection
15:10:05 [iNFO] /83.22.212.95:53009 lost connection
15:10:05 [iNFO] /80.48.101.3:1701 lost connection
15:10:05 [iNFO] /80.48.101.3:1735 lost connection
15:10:05 [iNFO] /188.122.18.30:54497 lost connection
15:10:05 [iNFO] /77.255.47.103:57580 lost connection
15:10:05 [iNFO] /77.255.47.103:57680 lost connection
15:10:05 [iNFO] /83.22.212.95:53118 lost connection
15:10:05 [iNFO] /89.68.165.20:56786 lost connection
15:10:05 [iNFO] /83.22.212.95:53130 lost connection
15:10:05 [iNFO] /83.22.212.95:53142 lost connection
15:10:05 [iNFO] /5.226.94.151:53156 lost connection
15:10:05 [iNFO] /91.234.14.213:52507 lost connection
15:10:05 [iNFO] /91.234.14.213:52525 lost connection
15:10:05 [iNFO] /91.234.14.213:52543 lost connection
15:10:05 [iNFO] /5.226.94.151:53165 lost connection
15:10:05 [iNFO] /91.234.14.213:52572 lost connection
15:10:05 [iNFO] /91.234.14.213:52606 lost connection
15:10:05 [iNFO] /89.230.167.103:61338 lost connection
15:10:05 [iNFO] /83.31.71.173:3183 lost connection
15:10:05 [iNFO] /91.234.14.213:52637 lost connection
15:10:05 [iNFO] /83.31.71.173:3208 lost connection
15:10:05 [iNFO] /83.31.71.173:3216 lost connection
15:10:05 [iNFO] /83.22.212.95:53306 lost connection
15:10:05 [iNFO] Maciejos2001 [/78.88.3.230:58250] lost connection
15:10:05 [iNFO] /83.22.212.95:53315 lost connection
15:10:05 [iNFO] /83.22.212.95:53325 lost connection
15:10:05 [iNFO] /89.238.45.129:53796 lost connection
15:10:05 [iNFO] /31.63.237.147:27033 lost connection
15:10:05 [iNFO] /5.226.94.151:53351 lost connection
15:10:05 [iNFO] /5.226.94.151:53363 lost connection
15:10:05 [iNFO] /109.110.201.128:55059 lost connection
15:10:05 [iNFO] /77.255.32.171:13346 lost connection
15:10:05 [iNFO] /83.20.85.66:53980 lost connection
15:10:05 [iNFO] /83.31.71.173:3301 lost connection
15:10:05 [iNFO] /83.20.85.66:54013 lost connection
15:10:05 [iNFO] /83.20.85.66:54038 lost connection
15:10:05 [iNFO] /89.68.165.20:57171 lost connection
15:10:05 [iNFO] /89.151.16.56:3074 lost connection
15:10:05 [iNFO] /77.255.32.171:13512 lost connection
15:10:05 [iNFO] /109.110.201.128:55082 lost connection
15:10:05 [iNFO] /109.110.201.128:55169 lost connection
15:10:05 [iNFO] /83.238.241.180:54308 lost connection
15:10:05 [iNFO] /109.110.201.128:55195 lost connection
15:10:05 [iNFO] /77.255.123.114:49499 lost connection
15:10:05 [iNFO] /77.255.123.114:49503 lost connection
15:10:05 [iNFO] /83.22.212.95:53388 lost connection
15:10:05 [iNFO] /83.238.241.180:54390 lost connection
15:10:05 [iNFO] michal12386 [/83.238.241.180:54394] lost connection
15:10:05 [iNFO] /83.238.241.180:54395 lost connection
15:10:05 [iNFO] /178.36.141.21:58267 lost connection
15:10:05 [iNFO] /178.36.141.21:58282 lost connection

Gość michal12386
Opublikowano

ale kture ? zwykle malem przy karzdym wlonczeniu tylko pierwsze 2 ip morze przez te treść która jest dopiero po wlonczeniu serwa czyli ta lista ip (atak dos) miałem lagi ? serwer się włanczał bardzo dlugo ? czy to jest przyczyną wszystkiego ?



KTÓRE IP ZBANOWAĆ ABY ZATRZYMAĆ ATAK DDOS !



pomocy blagam łeeeeeeeeeeeee plis plis ten serwer bezprzerwy jest on ale jest atakowany ;((((((((((( kolejne ataki

15:27:25 [iNFO] /95.49.107.159:53479 lost connection
15:27:25 [iNFO] /89.78.153.119:49219 lost connection
15:27:25 [iNFO] /78.30.66.131:49283 lost connection
15:27:25 [iNFO] /176.101.133.28:52167 lost connection
15:27:25 [iNFO] /83.238.241.180:56556 lost connection

 

a to dlugo nie bedzie dzialac :( tak tak to ten serw |||

|||

\/\/\/\/\/\/



Tak to atak.

Aby go zatrzymać zbanuj jedno z IP. ;)

ake który ?

Gość michal12386
Opublikowano

nie wiem co zrobic zbanowalem wszystkie :

 

95.49.255.253:61193
80.48.101.3:1316
83.238.241.180:54225
80.48.101.3:1373
83.22.212.95:5284
83.22.212.95:52855
89.151.16.56:2117
89.151.16.56:2265
78.30.67.152:51778
78.30.67.152:51786
178.42.135.76:3307
89.174.165.43:3340
83.23.25.95:49279
89.174.165.43:3346
89.174.165.43:3369
83.22.212.95:52961
89.78.153.119:52552
83.22.212.95:52977
80.48.101.3:1424
80.48.101.3:1446
80.48.101.3:1473
79.186.154.21:49754
79.186.154.21:49770
178.183.228.173:60004
80.48.101.3:1504
80.48.101.3:1529
80.48.101.3:1552
80.48.101.3:1592
80.48.101.3:1626
80.48.101.3:1649
80.48.101.3:1680
83.22.212.95:53009
80.48.101.3:1701
80.48.101.3:1735
188.122.18.30:54497
77.255.47.103:57580
77.255.47.103:57680
83.22.212.95:53118
89.68.165.20:56786
83.22.212.95:53130
83.22.212.95:53142
5.226.94.151:53156
91.234.14.213:52507
91.234.14.213:52525
91.234.14.213:52543
5.226.94.151:53165
91.234.14.213:52572
91.234.14.213:52606
89.230.167.103:61338
83.31.71.173:3183
91.234.14.213:52637
83.31.71.173:3208
83.31.71.173:3216
83.22.212.95:53306
83.22.212.95:53315
83.22.212.95:53325
89.238.45.129:53796
31.63.237.147:27033
5.226.94.151:53351
5.226.94.151:53363
109.110.201.128:55059
77.255.32.171:13346
83.20.85.66:53980
83.31.71.173:3301
83.20.85.66:54013
83.20.85.66:54038
89.68.165.20:57171
89.151.16.56:3074
77.255.32.171:13512
109.110.201.128:55082
109.110.201.128:55169
83.238.241.180:54308
109.110.201.128:55195
77.255.123.114:49499
77.255.123.114:49503
83.22.212.95:53388
83.238.241.180:54390
83.238.241.180:54395
178.36.141.21:58265
178.36.141.21:58282
Gość michal12386
Opublikowano

JA JUŻ MAM DOSYĆ POMUŻCIE ! zbanowalem wszystkie ip up /\

co tu jest źle ? :

16:04:36 [iNFO] [PermissionsEx] v1.19.5 enabled
16:04:36 [iNFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
16:04:36 [iNFO] [Vault][Chat] PermissionsEx_Chat hooked.
16:04:36 [iNFO] [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
16:04:36 [iNFO] [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
16:04:36 [iNFO] [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
16:05:30 [iNFO] [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: 688935538513764746
16:05:36 [iNFO] [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -9083521267110461334
16:05:39 [iNFO] [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -9083521267110461334
16:05:43 [iNFO] [Multiverse-Core] Loading World & Settings - 'pvp' - Env: NORMAL - Type: NORMAL & seed: -5531677605354534992
16:05:43 [iNFO] Preparing start region for level 3 (Seed: -5531677605354534992)
16:05:44 [iNFO] Preparing spawn area for pvp, 44%
16:05:45 [iNFO] [PvPToggle] found and loaded world pvp
16:05:49 [iNFO] [Multiverse-Core] Loading World & Settings - 'Surowce' - Env: NORMAL - Type: NORMAL & seed: 1152127499307927410
16:05:49 [iNFO] Preparing start region for level 4 (Seed: 1152127499307927410)
16:05:50 [iNFO] [PvPToggle] found and loaded world Surowce
16:05:54 [iNFO] [Multiverse-Core] Loading World & Settings - 'dzialki' - Env: NORMAL - Type: NORMAL & seed: 4085215097868463762
16:05:54 [iNFO] Preparing start region for level 5 (Seed: 4085215097868463762)
16:05:54 [iNFO] [PvPToggle] found and loaded world dzialki
16:06:01 [iNFO] [Multiverse-Core] 6 - World(s) loaded.
16:06:01 [iNFO] [WorldGuard] Enabling WorldGuard v5.7.3
16:06:01 [iNFO] [WorldGuard] (world) TNT ignition is PERMITTED.
16:06:01 [iNFO] [WorldGuard] (world) Lighters are PERMITTED.
16:06:01 [iNFO] [WorldGuard] (world) Lava fire is blocked.
16:06:01 [iNFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
16:06:01 [iNFO] [WorldGuard] Loaded configuration for world 'world'
16:06:01 [iNFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
16:06:01 [iNFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
16:06:01 [iNFO] [WorldGuard] (world_nether) Lava fire is blocked.
16:06:01 [iNFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
16:06:01 [iNFO] [WorldGuard] Loaded configuration for world 'world_nether'
16:06:01 [iNFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
16:06:01 [iNFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
16:06:01 [iNFO] [WorldGuard] (world_the_end) Lava fire is blocked.
16:06:01 [iNFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
16:06:01 [iNFO] [WorldGuard] (pvp) TNT ignition is PERMITTED.
16:06:01 [iNFO] [WorldGuard] (pvp) Lighters are PERMITTED.
16:06:01 [iNFO] [WorldGuard] (pvp) Lava fire is blocked.
16:06:01 [iNFO] [WorldGuard] (pvp) Fire spread is UNRESTRICTED.
16:06:01 [iNFO] [WorldGuard] Loaded configuration for world 'pvp'
16:06:01 [iNFO] [WorldGuard] (Surowce) TNT ignition is PERMITTED.
16:06:01 [iNFO] [WorldGuard] (Surowce) Lighters are PERMITTED.
16:06:01 [iNFO] [WorldGuard] (Surowce) Lava fire is blocked.
16:06:01 [iNFO] [WorldGuard] (Surowce) Fire spread is UNRESTRICTED.
16:06:01 [iNFO] [WorldGuard] Loaded configuration for world 'Surowce'
16:06:01 [iNFO] [WorldGuard] (dzialki) TNT ignition is PERMITTED.
16:06:01 [iNFO] [WorldGuard] (dzialki) Lighters are PERMITTED.
16:06:01 [iNFO] [WorldGuard] (dzialki) Lava fire is blocked.
16:06:01 [iNFO] [WorldGuard] (dzialki) Fire spread is UNRESTRICTED.
16:06:01 [iNFO] [WorldGuard] Loaded configuration for world 'dzialki'
16:06:01 [iNFO] [WorldGuard] 9 regions loaded for 'world'
16:06:01 [iNFO] [WorldGuard] 0 regions loaded for 'world_nether'
16:06:01 [iNFO] [WorldGuard] 1 regions loaded for 'world_the_end'
16:06:01 [iNFO] [WorldGuard] 11 regions loaded for 'pvp'
16:06:01 [iNFO] [WorldGuard] 6 regions loaded for 'Surowce'
16:06:01 [iNFO] [WorldGuard] 30 regions loaded for 'dzialki'
16:06:01 [iNFO] [Nick] Enabling Nick v1.2
16:06:01 [iNFO] [Nick] Aktiviert!
16:06:01 [iNFO] [AutoMessage] Enabling AutoMessage v1.5
16:06:01 [iNFO] [AutoMessage] version [1.5] loaded
16:06:01 [iNFO] [cIP] Enabling cIP v0.5.7
16:06:11 [iNFO] ------------------------------------------------------------------
16:06:11 [iNFO] [cIP] cIP (0.5.7 by [P_S]) Has been enabled ...
16:06:11 [iNFO] [cIP] {I} plugin config is actual ...
16:06:11 [iNFO] [cIP] {I} server v-0.5.7 & plugin v-0.5.7 ...
16:06:11 [iNFO] [cIP] - Numeric IP replace enabled ...
16:06:11 [iNFO] [cIP] - Domain IP censorship enabled ...
16:06:11 [iNFO] [cIP] - Signs censorhip is enabled ...
16:06:11 [iNFO] [cIP] - Censorship Command punishment is disabled ...
16:06:11 [iNFO] [cIP] - Whitelist system is enabled ...
16:06:11 [iNFO] [cIP] - Metrics stats are enabled ...
16:06:11 [iNFO] [cIP] - Metrics stats has been send successfully ...
16:06:11 [iNFO] [cIP] - Metrics stats can be disabled in config ...
16:06:11 [iNFO] [cIP] - Update checker is enabled ...
16:06:11 [iNFO] [cIP] >- Your version of cIP is not actual ...
16:06:11 [iNFO] [cIP] >- Your version is 0.5.7 the newest version is 0.6.0 ...
16:06:11 [iNFO] [AuthMe] Enabling AuthMe v2.6.3b1
16:06:11 [iNFO] [AuthMe] Loading Configuration File...
16:06:11 [iNFO] [AuthMe] Merge new Options..
16:06:11 [iNFO] [AuthMe] Authme 2.6.3b1 enabled
16:06:24 [iNFO] [Polskie Znaki] Enabling Polskie Znaki v1.0
16:06:24 [iNFO] [MoArrows] Enabling MoArrows v2.4.2
16:06:24 [iNFO] [MoArrows] Removed the following arrows: []
16:06:40 [iNFO] [AntiXRay] Enabling AntiXRay v1.6.0
16:06:40 [iNFO] AntiXRay: Error: Configuration: There's no world named "pvp2". Please update your config.yml.
16:06:42 [iNFO] AntiXRay: AntiXRay enabled.
16:06:43 [iNFO] [CraftBook] Enabling CraftBook v1853-b49f30e
16:06:43 [iNFO] 1 cauldron recipe(s) loaded
16:06:43 [iNFO] [CraftBook] Registered a new shapeless recipe!
16:06:43 [iNFO] [CraftBook] Registered a new shaped2x2 recipe!
16:06:43 [iNFO] [CraftBook] Registered 2 custom recipes!
16:06:43 [WARNING] [CraftBook] Chairs require ProtocolLib! They will not function without it!
16:06:43 [iNFO] [CraftBook] Enumerating chunks for self-triggered components...
16:06:43 [iNFO] [WorldEdit] Using inbuilt NmsBlock for this version.
16:06:45 [iNFO] [CraftBook] 3849 chunk(s) for 6 world(s) processed (1954ms elapsed)
16:06:45 [iNFO] [ClearLag] Enabling ClearLag v2.2.2
16:06:45 [sEVERE] Cannot load plugins/ClearLag/config.yml
org.bukkit.configuration.InvalidConfigurationException: unacceptable character '?' (0xFFFD) special characters are not allowed
in "", position 1260
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:175)
at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:117)
at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:111)
at me.minebuilders.clearlag.ClearLagMain.onEnable(ClearLagMain.java:41)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugin(CraftServer.java:282)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.enablePlugins(CraftServer.java:264)
at net.minecraft.server.v1_5_R2.MinecraftServer.j(MinecraftServer.java:303)
at net.minecraft.server.v1_5_R2.MinecraftServer.e(MinecraftServer.java:282)
at net.minecraft.server.v1_5_R2.MinecraftServer.a(MinecraftServer.java:242)
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
Caused by: unacceptable character '?' (0xFFFD) special characters are not allowed
in "", position 1260
at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:70)
at org.yaml.snakeyaml.reader.StreamReader.(StreamReader.java:50)
at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
... 17 more
16:06:45 [iNFO] [ClearLag] Checking for a new update...
16:06:45 [iNFO] [ClearLag] No update for ClearLag found!
16:06:45 [sEVERE] Cannot load plugins/ClearLag/config.yml
org.bukkit.configuration.InvalidConfigurationException: unacceptable character '?' (0xFFFD) special characters are not allowed
in "", position 1260
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:175)
at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:117)
at me.minebuilders.clearlag.managers.PluginManager.reloadConfiguration(PluginManager.java:58)
at me.minebuilders.clearlag.managers.PluginManager.enable(PluginManager.java:44)
at me.minebuilders.clearlag.ClearLagMain.onEnable(ClearLagMain.java:47)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugin(CraftServer.java:282)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.enablePlugins(CraftServer.java:264)
at net.minecraft.server.v1_5_R2.MinecraftServer.j(MinecraftServer.java:303)
at net.minecraft.server.v1_5_R2.MinecraftServer.e(MinecraftServer.java:282)
at net.minecraft.server.v1_5_R2.MinecraftServer.a(MinecraftServer.java:242)
at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:150)
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
Caused by: unacceptable character '?' (0xFFFD) special characters are not allowed
in "", position 1260
at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:70)
at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
... 18 more
16:06:45 [iNFO] [ClearLag] ClearLag is now enabled.
16:06:56 [iNFO] [PlayerStatusSigns] Enabling PlayerStatusSigns v0.6
16:06:56 [iNFO] [PlayerStatusSigns] PlayerStatusSigns version 0.6 loaded.
16:07:03 [iNFO] [AutoSaveWorld] Enabling AutoSaveWorld v3.9
16:07:03 [iNFO] [AutoSaveWorld] Version 3.9 is enabled: 35a54050-0a35-4a41-aea9-3bc69276110f
16:07:03 [iNFO] [AutoSaveWorld] AutoBackupThread Started: Interval is 216000 seconds, Warn Times are 0
16:07:03 [iNFO] [AutoSaveWorld] AutoSaveThread Started: Interval is 300 seconds, Warn Times are 0
16:07:03 [iNFO] [Essentials] Enabling Essentials v2.10.1
16:07:06 [iNFO] Essentials: Using PermissionsEx based permissions.
16:07:07 [iNFO] [pTweaks] Enabling pTweaks v6.0.3
16:07:07 [iNFO] [pTweaks] AutoSaveStopper is disabled!
16:07:07 [iNFO] [pTweaks] ChunkPersistance is disabled!
16:07:07 [iNFO] [pTweaks] MonsterLimiter is disabled!
16:07:09 [iNFO] [Jobs] Enabling Jobs v2.9.1
16:07:10 [iNFO] [Jobs] Started buffered payment thread
16:07:10 [iNFO] [Jobs] Started database save task
16:07:10 [iNFO] [Jobs] [Jobs] Successfully linked with Vault.
16:07:26 [iNFO] [Jobs] Buffered payment thread shutdown
16:07:26 [iNFO] [Jobs] Database save task shutdown
16:07:26 [iNFO] [Jobs] Login manager started
16:07:26 [iNFO] [Jobs] Started buffered payment thread
16:07:26 [iNFO] [Jobs] Started database save task
16:07:26 [iNFO] [Jobs] Plugin has been enabled succesfully.
16:07:50 [iNFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.10.1
16:07:50 [iNFO] [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
16:07:50 [iNFO] [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
16:08:32 [iNFO] [Multiverse-Portals] 0 - Portals(s) loaded
16:08:32 [iNFO] [CreativeGates] Enabling CreativeGates v1.4
16:08:32 [iNFO] [CreativeGates v1.4] === ENABLE START ===
16:08:32 [iNFO] [CreativeGates v1.4] === ENABLE DONE (Took 377ms) ===
16:08:32 [iNFO] [ChestShop] Enabling ChestShop v3.37
16:08:32 [iNFO] [ChestShop] LWC version 4.3.1 (b767-git-MANUAL) (November 15, 2012) loaded.
16:08:32 [iNFO] [ChestShop] WorldGuard version 5.7.3 loaded.
16:08:32 [iNFO] [ChestShop] Vault loaded using economy plugin Essentials Economy
16:11:56 [iNFO] [EssentialsChat] Enabling EssentialsChat v2.10.1
16:12:02 [iNFO] [Factions] Enabling Factions v1.6.9.4
16:12:02 [iNFO] [Factions v1.6.9.4] === ENABLE START ===
16:12:02 [iNFO] [Factions v1.6.9.4] Loading board from disk
16:12:02 [iNFO] [Factions v1.6.9.4] Economy integration through Vault plugin successful.
16:12:02 [iNFO] [Factions v1.6.9.4] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
16:12:02 [iNFO] [Factions v1.6.9.4] Successfully hooked into LWC! Integration is currently disabled, though ("lwcIntegration").
16:12:02 [iNFO] [Factions v1.6.9.4] === ENABLE DONE (Took 317ms) ===

Gość michal12386
Opublikowano

rozwiązałem problem tego tematu :) pierwsze jest obciarzenie na craftserve hyba w krudce zmienie hosta a drugie to craschuja sie essentials eco i multivesre-core

Opublikowano

Ja uważam że to wina źle edytowanego configu ClearLagg... zawsze możesz sprawdzić sobie czy dobrze zrobiłeś config tutaj: http://yaml-online-parser.appspot.com/. Tam wklejasz cały config i jeśli nie ma żadnego błędu powinno ci wyskoczyć w outpud coś takiego:

 

[
{
"just": "write some"
},
{
"yaml": [
[
"here",
"and"
],
{
"it": "updates",
"in": "real-time"
}
]
}
]

Następnym razem pamiętaj też o najnowszej wersji bukkita i wszystkich pluginów...

Pomogłem? Nie zapomnij dać plusa plus.png i oznaczyć jako najlepsza odpowiedź


Gość michal12386
Opublikowano

tremat do zamkniecia mam wiekszy problem albo atak ddos albo blad na craftserve zamiast 1025 mb ram mam 914 mb ram i do tego z pluginem lagmetter mam 61% czyli jakieś 500 mb ram z pluginami mam 41% ale serwer sie lwancza 5h -.-

Opublikowano

tremat do zamkniecia mam wiekszy problem albo atak ddos albo blad na craftserve zamiast 1025 mb ram mam 914 mb ram i do tego z pluginem lagmetter mam 61% czyli jakieś 500 mb ram z pluginami mam 41% ale serwer sie lwancza 5h -.-

 

Ehhh... Oni tak mają mówią że dają 1Gb ram'u a dają tak naprawdę około 900Mb :> Serwer się włacza 5h? Wątpie... Jeśli tak skontaktuj się supportem craftserve ;)

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...