Targovo okénko

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Targous
Příspěvky: 7
Registrován: 24 úno 2013, 14:13
Reputation: 0

Targovo okénko

#1 Příspěvekod Targous » 26 úno 2013, 23:06

93.91.250.135:27511

Ahoj,
mám problém s pluginy a příkazy atd.
Obrázek:
http://www.jpeg.cz/images/2013/02/26/zKYo1.png

Problémy: dvojité psaní, nejde /vanish

Uživatelský avatar
Shaggy84675
Příspěvky: 1239
Věk: 28
Registrován: 23 srp 2011, 12:53
Reputation: 0
Kontaktovat uživatele:

Re: Targovo okénko

#2 Příspěvekod Shaggy84675 » 26 úno 2013, 23:27

Jaký používáš plugin na Chat? Jak nefunguje /vanish? Máš nejnovější verzi? Píše to něco do logu?
Omluvte prosím moji nefunkčnost podpisu. Momentálně přesouvám podpis na svůj webserver.

Targous
Příspěvky: 7
Registrován: 24 úno 2013, 14:13
Reputation: 0

Re: Targovo okénko

#3 Příspěvekod Targous » 26 úno 2013, 23:34

Moje pluginy dělá pluginator, /vanish nefunguje tak že mne to píše jako kdyby nebyl, a log nejde se do něj podívat,upravit ani stáhnout protože je moc velký

Uživatelský avatar
Shaggy84675
Příspěvky: 1239
Věk: 28
Registrován: 23 srp 2011, 12:53
Reputation: 0
Kontaktovat uživatele:

Re: Targovo okénko

#4 Příspěvekod Shaggy84675 » 27 úno 2013, 07:00

Tak log smazat, restartovat server a pak ho sem hodit.
Omluvte prosím moji nefunkčnost podpisu. Momentálně přesouvám podpis na svůj webserver.

Uživatelský avatar
Arxee77
Příspěvky: 226
Registrován: 11 pro 2012, 18:45
Reputation: 0

Re: Targovo okénko

#5 Příspěvekod Arxee77 » 27 úno 2013, 11:25

Je možné že zmenil príkazy v Essentials.jar/plugin.yml
Obrázek Obrázek

Uživatelský avatar
Sejsel
Příspěvky: 4131
Registrován: 19 čer 2011, 09:43
Reputation: 0
Bydliště: /home/sejsel/
Kontaktovat uživatele:

Re: Targovo okénko

#6 Příspěvekod Sejsel » 27 úno 2013, 23:30

Smaž FalsebookChat, pokud nevyužíváš.
01101110011101010110001001110111

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: Targovo okénko

#7 Příspěvekod nejento » 28 úno 2013, 17:24

A taky FalseBookIC.
Další SpawnMob, co já vím, tak to umí i Essentials, ne?
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/

Targous
Příspěvky: 7
Registrován: 24 úno 2013, 14:13
Reputation: 0

Re: Targovo okénko

#8 Příspěvekod Targous » 03 bře 2013, 19:38

už jsem vyřešil...
Další problém:
Spoiler: zobrazit

Kód: Vybrat vše

2013-03-03 18:29:17 [INFO] Starting minecraft server version 1.4.7
2013-03-03 18:29:17 [INFO] Loading properties
2013-03-03 18:29:17 [INFO] Default game type: SURVIVAL
2013-03-03 18:29:17 [INFO] Generating keypair
2013-03-03 18:29:17 [INFO] Starting Minecraft server on 93.91.250.135:27511
2013-03-03 18:29:17 [INFO] This server is running CraftBukkit version git-Bukkit-1.4.7-R1.0-b2624jnks (MC: 1.4.7) (Implementing API version 1.4.7-R1.0)
2013-03-03 18:29:18 [INFO] [PermissionsEx] sql backend registered!
2013-03-03 18:29:18 [INFO] [PermissionsEx] file backend registered!
2013-03-03 18:29:18 [INFO] [PermissionsEx] PermissionEx plugin initialized.
2013-03-03 18:29:18 [SEVERE] Could not load 'plugins/MobDisguise.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/Packet
   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184)
   at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
   at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
   at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugins(CraftServer.java:239)
   at org.bukkit.craftbukkit.v1_4_R1.CraftServer.<init>(CraftServer.java:217)
   at net.minecraft.server.v1_4_R1.PlayerList.<init>(PlayerList.java:55)
   at net.minecraft.server.v1_4_R1.DedicatedPlayerList.<init>(SourceFile:11)
   at net.minecraft.server.v1_4_R1.DedicatedServer.init(DedicatedServer.java:104)
   at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:399)
   at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/Packet
   at me.desmin88.mobdisguise.MobDisguise.<clinit>(MobDisguise.java:37)
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Class.java:266)
   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173)
   ... 9 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.Packet
   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)
   ... 13 more
2013-03-03 18:29:18 [INFO] [TimTheEnchanter] Loading TimTheEnchanter v2.0
2013-03-03 18:29:18 [INFO] [Citizens] Loading Citizens v1.2.3
2013-03-03 18:29:18 [INFO] [WorldEdit] Loading WorldEdit v5.5.1
2013-03-03 18:29:18 [INFO] [FakaHedaMinequery] Loading FakaHedaMinequery v1.2
2013-03-03 18:29:18 [INFO] [CreativeGates] Loading CreativeGates v1.3.5
2013-03-03 18:29:18 [INFO] [SpamGuard] Loading SpamGuard v0.5
2013-03-03 18:29:18 [INFO] [ColoredSigns] Loading ColoredSigns v1.2
2013-03-03 18:29:18 [INFO] [AdminCmd] Loading AdminCmd v7.2.0 (BUILD 22.01.2013 @ 22:13:34)
2013-03-03 18:29:18 [INFO] [PlayerHeads] Loading PlayerHeads v2.9.0084
2013-03-03 18:29:18 [INFO] [Stargate] Loading Stargate v0.7.7.2
2013-03-03 18:29:18 [INFO] [SpawnMob] Loading SpawnMob v3.0
2013-03-03 18:29:18 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.5
2013-03-03 18:29:18 [INFO] [PermissionsEx] Initializing file backend
2013-03-03 18:29:18 [INFO] Permissions file successfully reloaded
2013-03-03 18:29:18 [INFO] [SafeCreeper] Loading SafeCreeper v1.1
2013-03-03 18:29:18 [INFO] [WorldGuard] Loading WorldGuard v5.5.2
2013-03-03 18:29:18 [INFO] [AutoMessage] Loading AutoMessage v1.5.3
2013-03-03 18:29:18 [INFO] [BouncyBeds] Loading BouncyBeds v2.0
2013-03-03 18:29:18 [INFO] [iConomy] Loading iConomy v7.0
2013-03-03 18:29:18 [INFO] [AuthMe] Loading AuthMe v2.7.8
2013-03-03 18:29:18 [INFO] [ColorMe] Loading ColorMe v3.7
2013-03-03 18:29:18 [INFO] [NoCheat] Loading NoCheat v3.5.0
2013-03-03 18:29:18 [INFO] [FalseBookCore] Loading FalseBookCore v0.93.1alpha
2013-03-03 18:29:18 [INFO] [EasyBan] Loading EasyBan v3.0.2 B:21
2013-03-03 18:29:18 [INFO] [FalseBookCart] Loading FalseBookCart v0.93.1alpha
2013-03-03 18:29:18 [INFO] [Essentials] Loading Essentials v2.8.3
2013-03-03 18:29:18 [INFO] [Residence] Loading Residence v2.6.6.3
2013-03-03 18:29:18 [INFO] [MagicCarpet] Loading MagicCarpet v2.2.8
2013-03-03 18:29:18 [INFO] [FalseBookChat] Loading FalseBookChat v0.93.1alpha
2013-03-03 18:29:18 [INFO] [FalseBookBlock] Loading FalseBookBlock v0.93.1alpha
2013-03-03 18:29:18 [INFO] [LWC] Loading LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
2013-03-03 18:29:18 [INFO] [FalseBookIC] Loading FalseBookIC v0.93.1alpha
2013-03-03 18:29:18 [INFO] [ChestShop] Loading ChestShop v3.46
2013-03-03 18:29:18 [INFO] [FalseBookExtra] Loading FalseBookExtra v0.93.1alpha
2013-03-03 18:29:18 [INFO] [Factions] Loading Factions v1.6.9.4
2013-03-03 18:29:18 [INFO] [SafeCreeper] Enabling SafeCreeper v1.1
2013-03-03 18:29:18 [INFO] [SafeCreeper] Hooked into PermissionsEx!
2013-03-03 18:29:18 [INFO] [SafeCreeper] Bypass permissions disabled!
2013-03-03 18:29:18 [INFO] [SafeCreeper] Loading config files...
2013-03-03 18:29:18 [INFO] [SafeCreeper] Global config file loaded
2013-03-03 18:29:18 [INFO] [SafeCreeper] 2 world config files loaded
2013-03-03 18:29:18 [INFO] [SafeCreeper] Safe Creeper v1.1 Enabled
2013-03-03 18:29:18 [INFO] [SafeCreeper] New version available, version 1.3.6.9.
2013-03-03 18:29:18 [INFO] [LWC] Enabling LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
2013-03-03 18:29:18 [INFO] [LWC] Loaded 209 locale strings (0 overrides)
2013-03-03 18:29:19 [INFO] [LWC] Permissions API: §4PEXPermissions
2013-03-03 18:29:19 [INFO] [LWC] Currency API: §4iConomy6Currency
2013-03-03 18:29:19 [INFO] [LWC] Connecting to SQLite
2013-03-03 18:29:19 [INFO] [LWC] Performing any necessary database updates
2013-03-03 18:29:19 [INFO] [LWC] Using database: Native
2013-03-03 18:29:19 [INFO] [LWC] Precached 428 protections
2013-03-03 18:29:19 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2013-03-03 18:29:19 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2013-03-03 18:29:19 [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-03-03 18:29:19 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2013-03-03 18:29:19 [INFO] Preparing level "world"
2013-03-03 18:29:19 [INFO] Preparing start region for level 0 (Seed: -8798793047433251258)
2013-03-03 18:29:19 [INFO] Preparing start region for level 1 (Seed: -8798793047433251258)
2013-03-03 18:29:20 [INFO] Preparing spawn area: 85%
2013-03-03 18:29:20 [INFO] Preparing start region for level 2 (Seed: -8798793047433251258)
2013-03-03 18:29:20 [INFO] [TimTheEnchanter] Enabling TimTheEnchanter v2.0
2013-03-03 18:29:20 [INFO] [Tim] There are some who call me... Tim?
2013-03-03 18:29:20 [INFO] [Citizens] Enabling Citizens v1.2.3
2013-03-03 18:29:20 [INFO] [Citizens] No NPC types loaded.
2013-03-03 18:29:20 [INFO] [Citizens] Vault is required for economy but wasn't found. Server economy is unavailable.
2013-03-03 18:29:20 [INFO] [Citizens] version [1.2.3] loaded.
2013-03-03 18:29:20 [INFO] [WorldEdit] Enabling WorldEdit v5.5.1
2013-03-03 18:29:20 [INFO] WEPIF: Using the Bukkit Permissions API.
2013-03-03 18:29:20 [INFO] [FakaHedaMinequery] Enabling FakaHedaMinequery v1.2
2013-03-03 18:29:20 [INFO] Starting FakaHedaMinequery server on 93.91.250.135:28511
2013-03-03 18:29:20 [INFO] [CreativeGates] Enabling CreativeGates v1.3.5
2013-03-03 18:29:20 [INFO] [CreativeGates v1.3.5] === ENABLE START ===
2013-03-03 18:29:21 [INFO] [CreativeGates v1.3.5] === ENABLE DONE (Took 143ms) ===
2013-03-03 18:29:21 [INFO] [SpamGuard] Enabling SpamGuard v0.5
2013-03-03 18:29:21 [INFO] SpamGuard version 0.5 is now enabled.
2013-03-03 18:29:21 [INFO] [ColoredSigns] Enabling ColoredSigns v1.2
2013-03-03 18:29:21 [INFO] [AdminCmd] Enabling AdminCmd v7.2.0 (BUILD 22.01.2013 @ 22:13:34)
2013-03-03 18:29:21 [INFO] [AdminCmd] Plugin Enabled. (version 7.2.0 (BUILD 22.01.2013 @ 22:13:34))
2013-03-03 18:29:21 [INFO] [AdminCmd] Starting import of Essentials data.
 Trying to import User-data.....
2013-03-03 18:29:21 [INFO] [AdminCmd] Data of 161 user(s) imported. Trying to import spawn point(s)....
2013-03-03 18:29:21 [INFO] [AdminCmd] 0 spawn point(s) imported. Trying to import warp point(s)....
2013-03-03 18:29:21 [INFO] [AdminCmd] 1Warp point(s) imported. Trying to import text-files....
2013-03-03 18:29:21 [INFO] cannot create file plugins/AdminCmd/hlserver/27511/plugins/AdminCmd/motd.txt
2013-03-03 18:29:21 [INFO] [AdminCmd] [ERROR] Failed to import rules.txt and motd.txt. For more information refer to the debug.log!
2013-03-03 18:29:21 [INFO] [AdminCmd] motd.txt loaded
2013-03-03 18:29:21 [INFO] [AdminCmd] motdNewUser.txt loaded
2013-03-03 18:29:21 [INFO] [AdminCmd] news.txt loaded
2013-03-03 18:29:21 [INFO] [AdminCmd] rules.txt loaded
2013-03-03 18:29:22 [INFO] [PlayerHeads] Enabling PlayerHeads v2.9.0084
2013-03-03 18:29:22 [INFO] [Stargate] Enabling Stargate v0.7.7.2
2013-03-03 18:29:22 [INFO] Stargate v.0.7.7.2 is enabled.
2013-03-03 18:29:22 [INFO] [Stargate] Loaded 1 gate layouts
2013-03-03 18:29:22 [INFO] [Stargate] {world} Loaded 0 stargates with 0 set as always-on
2013-03-03 18:29:22 [INFO] [Stargate] {world_nether} No stargates for world
2013-03-03 18:29:22 [INFO] [Stargate] {world_the_end} No stargates for world
2013-03-03 18:29:22 [INFO] [SpawnMob] Enabling SpawnMob v3.0
2013-03-03 18:29:22 [INFO] Configuration files loaded.
2013-03-03 18:29:22 [INFO] [SpawnMob] Using ops.txt!
2013-03-03 18:29:22 [INFO] [SpawnMob] Version 3.0 enabled.
2013-03-03 18:29:22 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.5
2013-03-03 18:29:22 [INFO] [PermissionsEx] Superperms support enabled.
2013-03-03 18:29:22 [INFO] [PermissionsEx] v1.19.5 enabled
2013-03-03 18:29:22 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2013-03-03 18:29:22 [INFO] [AdminCmd] Successfully linked with PermissionsEX
2013-03-03 18:29:22 [INFO] [WorldGuard] Enabling WorldGuard v5.5.2
2013-03-03 18:29:22 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
2013-03-03 18:29:22 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
2013-03-03 18:29:22 [INFO] [WorldGuard] (world) Lava fire is blocked.
2013-03-03 18:29:22 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
2013-03-03 18:29:22 [INFO] [WorldGuard] Loaded configuration for world 'world'
2013-03-03 18:29:22 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
2013-03-03 18:29:22 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
2013-03-03 18:29:22 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
2013-03-03 18:29:22 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
2013-03-03 18:29:22 [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
2013-03-03 18:29:22 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
2013-03-03 18:29:22 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
2013-03-03 18:29:22 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
2013-03-03 18:29:22 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
2013-03-03 18:29:22 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
2013-03-03 18:29:22 [INFO] [WorldGuard] 0 regions loaded for 'world'
2013-03-03 18:29:22 [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
2013-03-03 18:29:22 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
2013-03-03 18:29:22 [INFO] [AutoMessage] Enabling AutoMessage v1.5.3
2013-03-03 18:29:22 [INFO] [AutoMessage] AutoMessage Enabled!
2013-03-03 18:29:22 [INFO] [BouncyBeds] Enabling BouncyBeds v2.0
2013-03-03 18:29:22 [INFO] [iConomy] Enabling iConomy v7.0
2013-03-03 18:29:22 [INFO] [iConomy - April Fools] Enabled (12 ms)
2013-03-03 18:29:22 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
2013-03-03 18:29:22 [INFO] [iConomy - April Fools] Purged accounts with default balance.
2013-03-03 18:29:23 [INFO] [AuthMe] Enabling AuthMe v2.7.8
2013-03-03 18:29:23 [INFO] [AuthMe] Loading Configuration File...
2013-03-03 18:29:23 [INFO] [AuthMe] Merge new Config Options if needed..
2013-03-03 18:29:23 [INFO] [AuthMe] Set Language: en
2013-03-03 18:29:23 [INFO] [AuthMe] Authme 2.7.8 enabled
2013-03-03 18:29:23 [INFO] [ColorMe] Enabling ColorMe v3.7
2013-03-03 18:29:23 [INFO] [ColorMe] Vault was not found! Running without economy!
2013-03-03 18:29:23 [INFO] [ColorMe] Running without Spout!
2013-03-03 18:29:23 [INFO] [ColorMe] Using own group system!
2013-03-03 18:29:23 [INFO] [ColorMe] SoftMode enabled. If other chat plugins are found, the chat won't be affected by ColorMe.
2013-03-03 18:29:23 [INFO] [ColorMe] Found Factions, will attempt to support it!
2013-03-03 18:29:23 [INFO] [ColorMe] Didn't found TagAPI!
2013-03-03 18:29:23 [INFO] [NoCheat] Enabling NoCheat v3.5.0
2013-03-03 18:29:23 [SEVERE] Error occurred while enabling NoCheat v3.5.0 (Is it up to date?)
java.lang.VerifyError: (class: cc/co/evenprime/bukkit/nocheat/checks/chat/ChatCheckListener, method: commandPreprocess signature: (Lorg/bukkit/event/player/PlayerCommandPreprocessEvent;)V) Incompatible argument to function
   at cc.co.evenprime.bukkit.nocheat.NoCheat.onEnable(NoCheat.java:90)
   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_4_R1.CraftServer.loadPlugin(CraftServer.java:282)
   at org.bukkit.craftbukkit.v1_4_R1.CraftServer.enablePlugins(CraftServer.java:264)
   at net.minecraft.server.v1_4_R1.MinecraftServer.j(MinecraftServer.java:321)
   at net.minecraft.server.v1_4_R1.MinecraftServer.e(MinecraftServer.java:300)
   at net.minecraft.server.v1_4_R1.MinecraftServer.a(MinecraftServer.java:259)
   at net.minecraft.server.v1_4_R1.DedicatedServer.init(DedicatedServer.java:149)
   at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:399)
   at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
2013-03-03 18:29:24 [INFO] [FalseBookCore] Enabling FalseBookCore v0.93.1alpha
2013-03-03 18:29:24 [INFO] [ FalseBook Core ] using PermissionsEx for Permissions!
2013-03-03 18:29:24 [INFO] [ FalseBook Core ] FalseBookCore v0.93.1alpha by GeMo enabled!
2013-03-03 18:29:24 [INFO] [EasyBan] Enabling EasyBan v3.0.2 B:21
2013-03-03 18:29:24 [SEVERE] Error occurred while enabling EasyBan v3.0.2 B:21 (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/util/config/Configuration
   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 uk.org.whoami.easyban.EasyBan.onEnable(EasyBan.java:78)
   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_4_R1.CraftServer.loadPlugin(CraftServer.java:282)
   at org.bukkit.craftbukkit.v1_4_R1.CraftServer.enablePlugins(CraftServer.java:264)
   at net.minecraft.server.v1_4_R1.MinecraftServer.j(MinecraftServer.java:321)
   at net.minecraft.server.v1_4_R1.MinecraftServer.e(MinecraftServer.java:300)
   at net.minecraft.server.v1_4_R1.MinecraftServer.a(MinecraftServer.java:259)
   at net.minecraft.server.v1_4_R1.DedicatedServer.init(DedicatedServer.java:149)
   at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:399)
   at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
Caused by: java.lang.ClassNotFoundException: org.bukkit.util.config.Configuration
   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)
   ... 27 more
2013-03-03 18:29:24 [INFO] [FalseBookCart] Enabling FalseBookCart v0.93.1alpha
2013-03-03 18:29:24 [INFO] 0 locked storagecarts loaded.
2013-03-03 18:29:24 [INFO] [ FalseBook Cart ] FalseBookCart v0.93.1alpha by GeMo enabled
2013-03-03 18:29:24 [INFO] [Essentials] Enabling Essentials v2.8.3
2013-03-03 18:29:24 [INFO] Bukkit version format changed. Version not checked.
2013-03-03 18:29:24 [INFO] git-Bukkit-1.4.7-R1.0-b2624jnks (MC: 1.4.7)
2013-03-03 18:29:24 [INFO] 1.4.7-R1.0
2013-03-03 18:29:24 [INFO] Essentials: Using PermissionsEx based permissions.
2013-03-03 18:29:24 [INFO] [Essentials] Payment method found (iConomy version: 6)
2013-03-03 18:29:24 [INFO] [Residence] Enabling Residence v2.6.6.3
2013-03-03 18:29:24 [INFO] [Residence] Permissions plugin NOT FOUND!
2013-03-03 18:29:24 [INFO] [Residence] Scanning for economy systems...
2013-03-03 18:29:24 [INFO] [Residence] Vault NOT found!
2013-03-03 18:29:24 [INFO] [Residence] BOSEconomy NOT found!
2013-03-03 18:29:24 [INFO] [Residence] Successfully linked with Essentials Economy!
2013-03-03 18:29:24 [INFO] [Residence] Found WorldEdit
2013-03-03 18:29:24 [INFO] [Residence] Enabled! Version 2.6.6.3 by bekvon
2013-03-03 18:29:24 [INFO] [MagicCarpet] Enabling MagicCarpet v2.2.8
2013-03-03 18:29:24 [INFO] [MagicCarpet] Loading carpets...
2013-03-03 18:29:24 [INFO] [WorldGuard] 0 regions loaded for 'world'
2013-03-03 18:29:24 [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
2013-03-03 18:29:24 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
2013-03-03 18:29:24 [INFO] [MagicCarpet] is now enabled!
2013-03-03 18:29:24 [INFO] [FalseBookChat] Enabling FalseBookChat v0.93.1alpha
2013-03-03 18:29:24 [INFO] [ FalseBook Chat ] FalseBookChat v0.93.1alpha by GeMo enabled
2013-03-03 18:29:24 [INFO] [FalseBookBlock] Enabling FalseBookBlock v0.93.1alpha
2013-03-03 18:29:24 [INFO] [ FalseBook Block ] 0 Doors successfully loaded.
2013-03-03 18:29:24 [INFO] [ FalseBook Block ] 0 Areas loaded.
2013-03-03 18:29:24 [INFO] [ FalseBook Block ] 0 Bridges successfully loaded.
2013-03-03 18:29:24 [INFO] [ FalseBook Block ] No Cauldrons loaded!
2013-03-03 18:29:24 [INFO] [ FalseBook Block ] No Books loaded!
2013-03-03 18:29:24 [INFO] [ FalseBook Block ] 33 protected gateblocks successfully loaded.
2013-03-03 18:29:24 [INFO] [ FalseBook Block ] FalseBookBlock v0.93.1alpha by GeMo enabled
2013-03-03 18:29:24 [INFO] [FalseBookIC] Enabling FalseBookIC v0.93.1alpha
2013-03-03 18:29:24 [SEVERE] Error occurred while enabling FalseBookIC v0.93.1alpha (Is it up to date?)
java.lang.NoClassDefFoundError: net/minecraft/server/EntityHuman
   at com.bukkit.gemo.FalseBook.IC.FalseBookICCore.onEnable(FalseBookICCore.java:122)
   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_4_R1.CraftServer.loadPlugin(CraftServer.java:282)
   at org.bukkit.craftbukkit.v1_4_R1.CraftServer.enablePlugins(CraftServer.java:264)
   at net.minecraft.server.v1_4_R1.MinecraftServer.j(MinecraftServer.java:321)
   at net.minecraft.server.v1_4_R1.MinecraftServer.e(MinecraftServer.java:300)
   at net.minecraft.server.v1_4_R1.MinecraftServer.a(MinecraftServer.java:259)
   at net.minecraft.server.v1_4_R1.DedicatedServer.init(DedicatedServer.java:149)
   at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:399)
   at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.EntityHuman
   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)
   ... 12 more
2013-03-03 18:29:24 [INFO] [ChestShop] Enabling ChestShop v3.46
2013-03-03 18:29:24 [INFO] [ChestShop] LWC version 4.3.1 (b767-git-MANUAL) (November 15, 2012) loaded.
2013-03-03 18:29:24 [INFO] [ChestShop] Essentials version 2.8.2 loaded.
2013-03-03 18:29:25 [INFO] [FalseBookExtra] Enabling FalseBookExtra v0.93.1alpha
2013-03-03 18:29:25 [INFO] [ FalseBook Extra ] 2 protected blocks in 'world' loaded.
2013-03-03 18:29:25 [INFO] [ FalseBook Extra ] 0 protected blocks in 'world_nether' loaded.
2013-03-03 18:29:25 [INFO] [ FalseBook Extra ] 0 protected blocks in 'world_the_end' loaded.
2013-03-03 18:29:25 [INFO] [ FalseBook Extra ] FalseBookExtra v0.93.1alpha by GeMo enabled
2013-03-03 18:29:25 [INFO] [Factions] Enabling Factions v1.6.9.4
2013-03-03 18:29:25 [INFO] [Factions v1.6.9.4] === ENABLE START ===
2013-03-03 18:29:25 [INFO] [Factions v1.6.9.4] Loading board from disk
2013-03-03 18:29:25 [INFO] [Factions v1.6.9.4] Economy integration is disabled, and the plugin "Vault" is not installed.
2013-03-03 18:29:25 [INFO] [Factions v1.6.9.4] Successfully hooked into LWC! Integration is currently disabled, though ("lwcIntegration").
2013-03-03 18:29:25 [INFO] [Factions v1.6.9.4] === ENABLE DONE (Took 93ms) ===
2013-03-03 18:29:26 [INFO] Server permissions file permissions.yml is empty, ignoring it
2013-03-03 18:29:27 [INFO] Done (8.846s)! For help, type "help" or "?"
2013-03-03 18:29:27 [INFO] Starting GS4 status listener
2013-03-03 18:29:27 [INFO] Starting remote control listener
2013-03-03 18:29:27 [WARNING] No rcon password set in '/hlserver/27511/server.properties', rcon disabled!
2013-03-03 18:29:27 [INFO] Query running on 93.91.250.135:27511
2013-03-03 18:29:28 [INFO] [Citizens] Loaded 10 NPCs.
2013-03-03 18:29:28 [INFO] File not found: plugins/Essentials/jail.yml
2013-03-03 18:29:34 [INFO] Targo[/89.111.71.44:51523] logged in with entity id 2679 at ([world] -133.3579395203733, 72.0, 195.25846835361335)
2013-03-03 18:29:34 [SEVERE] net.minecraft.server.v1_4_R1.ReportedException: Exception while updating neighbours
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:576)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
2013-03-03 18:29:34 [SEVERE] Caused by: java.lang.StackOverflowError
2013-03-03 18:29:34 [SEVERE]    at java.lang.ClassLoader.defineClass1(Native Method)
2013-03-03 18:29:34 [SEVERE]    at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
2013-03-03 18:29:34 [SEVERE]    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
2013-03-03 18:29:34 [SEVERE]    at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
2013-03-03 18:29:34 [SEVERE]    at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
2013-03-03 18:29:34 [SEVERE]    at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
2013-03-03 18:29:34 [SEVERE]    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
2013-03-03 18:29:34 [SEVERE]    at java.security.AccessController.doPrivileged(Native Method)
2013-03-03 18:29:34 [SEVERE]    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
2013-03-03 18:29:34 [SEVERE]    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
2013-03-03 18:29:34 [SEVERE]    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
2013-03-03 18:29:34 [SEVERE]    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.m(World.java:485)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.applyPhysics(World.java:457)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.update(World.java:422)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.setTypeId(World.java:399)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.BlockFlower.c(SourceFile:47)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.BlockFlower.doPhysics(SourceFile:36)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.m(World.java:483)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.applyPhysics(World.java:457)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.update(World.java:422)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.setTypeId(World.java:399)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.BlockFlower.c(SourceFile:47)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.BlockFlower.doPhysics(SourceFile:36)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.m(World.java:483)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.applyPhysics(World.java:457)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.update(World.java:422)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.setTypeId(World.java:399)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.BlockFlower.c(SourceFile:47)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.BlockFlower.doPhysics(SourceFile:36)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.m(World.java:483)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.applyPhysics(World.java:457)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.update(World.java:422)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.setTypeId(World.java:399)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.BlockFlower.c(SourceFile:47)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.BlockFlower.doPhysics(SourceFile:36)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.m(World.java:483)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.applyPhysics(World.java:457)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.update(World.java:422)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.setTypeId(World.java:399)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.BlockFlower.c(SourceFile:47)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.BlockFlower.doPhysics(SourceFile:36)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.m(World.java:483)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.applyPhysics(World.java:457)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.update(World.java:422)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.World.setTypeId(World.java:399)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.BlockFlower.c(SourceFile:47)
2013-03-03 18:29:34 [SEVERE]    at net.minecraft.server.v1_4_R1.BlockFlower.doPhysics(SourceFile:36)

Toto se mi ukázalo po resetu...
Není to celé protože se to sem nevlezlo

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: Targovo okénko

#9 Příspěvekod nejento » 03 bře 2013, 20:24

  • Místo MobDisguise použij DisguiseCraft
  • Aktualizuj CraftBukkit
  • Odstraň FalseBookIC
  • Smaž FalseBookChat
  • Nepotřebuješ SafeCreeper, když máš WorldGuard
  • Místo NoCheat použij NoCheatPlus
  • Aktualizuj EasyBan nebo použij něco jiného
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/

Targous
Příspěvky: 7
Registrován: 24 úno 2013, 14:13
Reputation: 0

Re: Targovo okénko

#10 Příspěvekod Targous » 04 bře 2013, 17:32

Místo MobDisguise použij DisguiseCraft Hotovo
Aktualizuj CraftBukkit Hotovo
Odstraň FalseBookIC Hotovo
Smaž FalseBookChat Hotovo
Nepotřebuješ SafeCreeper, když máš WorldGuard Hotovo
Místo NoCheat použij NoCheatPlus NocheatPlus není na verzi 1.4.7, Nocheat jsem smazal
Aktualizuj EasyBan nebo použij něco jiného Smazal jsem Easyban a nevím čím to nahradit, Figadmin?


Zpět na „Minecraft, Tekkit“

Kdo je online

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