Server.log a pluginy

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
cz_martin_k
Příspěvky: 478
Registrován: 12 kvě 2012, 17:54
Reputation: 0

Server.log a pluginy

#1 Příspěvekod cz_martin_k » 02 říj 2012, 19:52

93.91.250.119:27802
Ahoj, pokud jsem to správně pochopil, tak mám aktualizovat bukkit a Mineconomy a plugin register nefunguje.
Po přidání pluginů CreativeGuard, FoundDiamonds, LogOres, NoCheatPlus nepadají itemy po zníčení stromů a bloků.
v configu jsem nenašel nic nebo jsem to přehlédl.
Pokud znáte nějaký dobrý pluginy, klidně pište.

Děkuji moc za veškerou ochotu a pomoc, karmu dávám samozřejmostí!
Server.log
Spoiler: zobrazit

Kód: Vybrat vše

2012-10-02 19:31:02 [INFO] Starting minecraft server version 1.3.1
2012-10-02 19:31:02 [INFO] Loading properties
2012-10-02 19:31:02 [INFO] Default game type: SURVIVAL
2012-10-02 19:31:02 [INFO] Generating keypair
2012-10-02 19:31:02 [INFO] Starting Minecraft server on 93.91.250.119:27802
2012-10-02 19:31:02 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2012-10-02 19:31:02 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2012-10-02 19:31:02 [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.
2012-10-02 19:31:02 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2012-10-02 19:31:02 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.1-R2.0-b2340jnks (MC: 1.3.1) (Implementing API version 1.3.1-R2.0)
2012-10-02 19:31:03 [WARNING] ----- Bukkit Auto Updater -----
2012-10-02 19:31:03 [WARNING] Your version of CraftBukkit is out of date. Version 1.3.2-R1.0 (build #2377) was released on Fri Sep 28 20:34:43 CEST 2012.
2012-10-02 19:31:03 [WARNING] Details: http://dl.bukkit.org/downloads/craftbukkit/view/01434_1.3.2-R1.0/
2012-10-02 19:31:03 [WARNING] Download: http://dl.bukkit.org/downloads/craftbukkit/get/01434_1.3.2-R1.0/craftbukkit.jar
2012-10-02 19:31:03 [WARNING] ----- ------------------- -----
2012-10-02 19:31:03 [INFO] Starting FakaHedaMinequery server on 93.91.250.119:28802
2012-10-02 19:31:03 [INFO] [PermissionsEx] sql backend registered!
2012-10-02 19:31:03 [INFO] [PermissionsEx] file backend registered!
2012-10-02 19:31:03 [INFO] [PermissionsEx] PermissionEx plugin initialized.
2012-10-02 19:31:03 [SEVERE] ebean.properties not found
2012-10-02 19:31:03 [WARNING] No Entities found in ClassPath using ClassPathReader [com.avaje.ebeaninternal.server.util.DefaultClassPathReader@dc50766] Classpath Searched[[file:/hlserver/27802/minecraft_server.jar]]
2012-10-02 19:31:03 [INFO] Classpath search hits in jars[] pkgs[]  searchTime[2]
2012-10-02 19:31:03 [INFO] DataSourcePool [LogOres] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
2012-10-02 19:31:03 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
2012-10-02 19:31:03 [INFO] Entities enhanced[0] subclassed[0]
2012-10-02 19:31:03 [INFO] [LagMeter] Loading LagMeter v1.9.0
2012-10-02 19:31:03 [INFO] [LegendaryMessages] Loading LegendaryMessages v3.5
2012-10-02 19:31:03 [INFO] [MineConomy] Loading MineConomy v1.5
2012-10-02 19:31:03 [INFO] [NoCheatPlus] Loading NoCheatPlus v3.6.1
2012-10-02 19:31:03 [INFO] [WorldEdit] Loading WorldEdit v5.4.2
2012-10-02 19:31:03 [INFO] [FakaHedaMinequery] Loading FakaHedaMinequery v1.1
2012-10-02 19:31:03 [INFO] [Vault] Loading Vault v1.2.19-b248
2012-10-02 19:31:03 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.2
2012-10-02 19:31:03 [INFO] [PermissionsEx] Initializing file backend
2012-10-02 19:31:04 [INFO] [LWC] Loading LWC v4.3.0 (b736-git-1b1150b1) (August 08, 2012)
2012-10-02 19:31:04 [INFO] [CreativeGuard] Loading CreativeGuard v0.6.9.8.2
2012-10-02 19:31:05 [INFO] [SimpleRestart] Loading SimpleRestart v1.3.4
2012-10-02 19:31:05 [INFO] [AuthMe] Loading AuthMe v2.6.6
2012-10-02 19:31:05 [INFO] [Register] Loading Register v1.5
2012-10-02 19:31:05 [SEVERE] org/bukkit/util/config/Configuration initializing Register v1.5 (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/util/config/Configuration
   at com.nijikokun.register.Register.onLoad(Register.java:51)
   at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:227)
   at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:198)
   at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(ServerConfigurationManagerAbstract.java:50)
   at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)
   at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: java.lang.ClassNotFoundException: org.bukkit.util.config.Configuration
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:34)
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
   ... 8 more
2012-10-02 19:31:05 [INFO] [ChopTree2] Loading ChopTree2 v2.2.0
2012-10-02 19:31:05 [INFO] [BKCommonLib] Loading BKCommonLib v1.23
2012-10-02 19:31:05 [INFO] [TrueBlood] Loading TrueBlood v1.0.0
2012-10-02 19:31:05 [INFO] [Modifyworld] Loading Modifyworld v1.19.3
2012-10-02 19:31:05 [INFO] [MoneyDrop] Loading MoneyDrop v1.6.2
2012-10-02 19:31:05 [INFO] [FoundDiamonds] Loading FoundDiamonds v3.6
2012-10-02 19:31:05 [INFO] Loading LogOres v1.0.1
2012-10-02 19:31:05 [INFO] [Essentials] Loading Essentials v2.9.3
2012-10-02 19:31:05 [INFO] [ChatManager] Loading ChatManager v1.19.1
2012-10-02 19:31:05 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.9.3
2012-10-02 19:31:05 [INFO] MLog clients using java 1.4+ standard logging.
2012-10-02 19:31:05 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.3
2012-10-02 19:31:05 [INFO] [NoLagg] Loading NoLagg v1.87.3
2012-10-02 19:31:05 [INFO] [ChestShop] Loading ChestShop v3.46
2012-10-02 19:31:05 [INFO] [EssentialsChat] Loading EssentialsChat v2.9.3
2012-10-02 19:31:05 [INFO] [Residence] Loading Residence v2.6.5.2
2012-10-02 19:31:05 [INFO] [Vault] Enabling Vault v1.2.19-b248
2012-10-02 19:31:05 [INFO] [Vault][Economy] MineConomy found: Waiting
2012-10-02 19:31:05 [INFO] [Vault][Economy] Essentials Economy found: Waiting
2012-10-02 19:31:05 [INFO] [Vault][Permission] PermissionsEx found: Waiting
2012-10-02 19:31:05 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2012-10-02 19:31:05 [INFO] [Vault][Chat] PermissionsEx found: Waiting
2012-10-02 19:31:05 [INFO] [Vault] Enabled Version 1.2.19-b248
2012-10-02 19:31:05 [INFO] [LWC] Enabling LWC v4.3.0 (b736-git-1b1150b1) (August 08, 2012)
2012-10-02 19:31:05 [INFO] [LWC] Loaded 209 locale strings (0 overrides)
2012-10-02 19:31:05 [INFO] [LWC] Permissions API: §4VaultPermissions
2012-10-02 19:31:05 [INFO] [LWC] Currency API: §4VaultCurrency
2012-10-02 19:31:05 [INFO] [LWC] Connecting to SQLite
2012-10-02 19:31:05 [INFO] [LWC] Performing any necessary database updates
2012-10-02 19:31:05 [INFO] [LWC] Using database: Native
2012-10-02 19:31:05 [INFO] [LWC] Precached 173 protections
2012-10-02 19:31:05 [INFO] [BKCommonLib] Enabling BKCommonLib v1.23
2012-10-02 19:31:05 [INFO] BKCommonLib version 1.23 enabled!
2012-10-02 19:31:05 [INFO] [NoLagg] Enabling NoLagg v1.87.3
2012-10-02 19:31:05 [INFO] [NoLagg Saving] will write world data to all region files every 12000 ticks (10.0 minutes)
2012-10-02 19:31:05 [INFO] NoLagg version 1.87.3 enabled!
2012-10-02 19:31:05 [INFO] Preparing level "world"
2012-10-02 19:31:05 [INFO] Preparing start region for level 0 (Seed: -3423481994322319875)
2012-10-02 19:31:05 [INFO] [Metrics] Connection reset
2012-10-02 19:31:06 [INFO] Preparing spawn area: 36%
2012-10-02 19:31:07 [INFO] Preparing start region for level 1 (Seed: 2876442663037430069)
2012-10-02 19:31:07 [INFO] Preparing spawn area: 32%
2012-10-02 19:31:08 [INFO] Preparing start region for level 2 (Seed: 2876442663037430069)
2012-10-02 19:31:08 [INFO] [LagMeter] Enabling LagMeter v1.9.0
2012-10-02 19:31:08 [INFO] [LagMeter] Not using logs folder.
2012-10-02 19:31:08 [INFO] [LagMeter 1.9.0] Enabled!  Polling every 40 server ticks.  Logging to /hlserver/27802/plugins/LagMeter/lag.log
2012-10-02 19:31:08 [INFO] [LegendaryMessages] Enabling LegendaryMessages v3.5
2012-10-02 19:31:08 [INFO] [LegendaryMessages] Loaded players.yml!
2012-10-02 19:31:08 [INFO] [MineConomy] Enabling MineConomy v1.5
2012-10-02 19:31:08 [INFO] [MineConomy] [INFO] Enabling plugin...
2012-10-02 19:31:09 [INFO] [MineConomy] [INFO] Found CraftBukkit [2340]. It is compatible!
2012-10-02 19:31:09 [INFO] [MineConomy] [INFO] Loading Config file...
2012-10-02 19:31:09 [INFO] [MineConomy] [INFO] Config file loaded!
2012-10-02 19:31:09 [INFO] [MineConomy] [INFO] YML is enabled for Accounts.
2012-10-02 19:31:09 [INFO] [MineConomy] [INFO] Loading Accounts file...
2012-10-02 19:31:09 [INFO] [MineConomy] [INFO] Accounts file loaded!
2012-10-02 19:31:09 [INFO] [MineConomy] [INFO] Loading Banks file...
2012-10-02 19:31:09 [INFO] [MineConomy] [INFO] Banks file loaded!
2012-10-02 19:31:09 [INFO] [MineConomy] [INFO] Loading Currency file...
2012-10-02 19:31:09 [INFO] [MineConomy] [INFO] Currency file loaded!
2012-10-02 19:31:09 [INFO] [MineConomy] [INFO] Loading Language file...
2012-10-02 19:31:09 [INFO] [MineConomy] [INFO] Language file loaded!
2012-10-02 19:31:09 [INFO] [MineConomy] [INFO] Interest Disabled.
2012-10-02 19:31:09 [INFO] [MineConomy] [INFO] Tax Disabled.
2012-10-02 19:31:09 [INFO] [MineConomy] [INFO] GUI Disabled.
2012-10-02 19:31:09 [INFO] [MineConomy] [INFO] Checking for updates...
2012-10-02 19:31:09 [INFO] [MineConomy] [INFO] No updates available. MineConomy is up to date!
2012-10-02 19:31:09 [INFO] [MineConomy] [IMPORTANT] Version 1.5 by MjolnirCommando is enabled!
2012-10-02 19:31:09 [INFO] [Vault][Economy] MineConomy hooked.
2012-10-02 19:31:09 [INFO] [NoCheatPlus] Enabling NoCheatPlus v3.6.1
2012-10-02 19:31:09 [SEVERE] Error occurred while enabling NoCheatPlus v3.6.1 (Is it up to date?)
java.lang.VerifyError: (class: fr/neatmonster/nocheatplus/checks/chat/ChatListener, method: commandPreprocess signature: (Lorg/bukkit/event/player/PlayerCommandPreprocessEvent;)V) Incompatible argument to function
   at fr.neatmonster.nocheatplus.NoCheatPlus.onEnable(NoCheatPlus.java:72)
   at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
   at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:365)
   at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
   at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265)
   at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247)
   at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296)
   at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275)
   at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225)
   at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
2012-10-02 19:31:10 [INFO] [WorldEdit] Enabling WorldEdit v5.4.2
2012-10-02 19:31:10 [INFO] WEPIF: Using the Bukkit Permissions API.
2012-10-02 19:31:10 [INFO] [FakaHedaMinequery] Enabling FakaHedaMinequery v1.1
2012-10-02 19:31:10 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.2
2012-10-02 19:31:10 [INFO] [PermissionsEx] Superperms support enabled.
2012-10-02 19:31:10 [INFO] [PermissionsEx] v1.19.2 enabled
2012-10-02 19:31:10 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2012-10-02 19:31:10 [INFO] [Vault][Permission] PermissionsEx hooked.
2012-10-02 19:31:10 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
2012-10-02 19:31:10 [INFO] [CreativeGuard] Enabling CreativeGuard v0.6.9.8.2
2012-10-02 19:31:10 [INFO] [CreativeGuard] v0.6.9.8.2 enabled!
2012-10-02 19:31:10 [INFO] CreativeGuard: Metrics Started
2012-10-02 19:31:10 [INFO] [CreativeGuard] Checking latest version
2012-10-02 19:31:10 [INFO] [Metrics] Connection reset
2012-10-02 19:32:13 [INFO] [CreativeGuard] Failed to check latest version
2012-10-02 19:32:13 [INFO] [CreativeGuard] java.net.ConnectException: Connection timed out
2012-10-02 19:32:13 [INFO] [SimpleRestart] Enabling SimpleRestart v1.3.4
2012-10-02 19:32:13 [INFO] [SimpleRestart] permissions (PermissionsEx-Plugin) successfully loaded
2012-10-02 19:32:13 [INFO] [SimpleRestart] plugin enabled
2012-10-02 19:32:13 [INFO] [SimpleRestart] warning scheduled for 85800 seconds from now!
2012-10-02 19:32:13 [INFO] [SimpleRestart] warning scheduled for 86100 seconds from now!
2012-10-02 19:32:13 [INFO] [SimpleRestart] warning scheduled for 86280 seconds from now!
2012-10-02 19:32:13 [INFO] [SimpleRestart] warning scheduled for 86340 seconds from now!
2012-10-02 19:32:13 [INFO] [SimpleRestart] reboot scheduled for 86400 seconds from now!
2012-10-02 19:32:13 [INFO] [AuthMe] Enabling AuthMe v2.6.6
2012-10-02 19:32:13 [INFO] [AuthMe] Loading Configuration File...
2012-10-02 19:32:13 [INFO] [AuthMe] Merge new Config Options..
2012-10-02 19:32:13 [INFO] [AuthMe] Set Language: en
2012-10-02 19:32:13 [INFO] [AuthMe] Authme 2.6.6 enabled
2012-10-02 19:32:13 [INFO] [Register] Enabling Register v1.5
2012-10-02 19:32:13 [SEVERE] Error occurred while enabling Register v1.5 (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/event/Event$Type
   at com.nijikokun.register.Register.onEnable(Register.java:70)
   at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
   at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:365)
   at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
   at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265)
   at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247)
   at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296)
   at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275)
   at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225)
   at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: java.lang.ClassNotFoundException: org.bukkit.event.Event$Type
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:34)
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
   ... 12 more
2012-10-02 19:32:13 [INFO] Unable to hook register
2012-10-02 19:32:13 [INFO] [ChopTree2] Enabling ChopTree2 v2.2.0
2012-10-02 19:32:13 [INFO] [TrueBlood] Enabling TrueBlood v1.0.0
2012-10-02 19:32:13 [INFO] [TrueBlood] TrueBlood: Enabled
2012-10-02 19:32:13 [INFO] [Modifyworld] Enabling Modifyworld v1.19.3
2012-10-02 19:32:13 [INFO] [Modifyworld] Modifyworld enabled!
2012-10-02 19:32:13 [INFO] [MoneyDrop] Enabling MoneyDrop v1.6.2
2012-10-02 19:32:13 [INFO] [MoneyDrop] Startup complete.
2012-10-02 19:32:13 [INFO] [FoundDiamonds] Enabling FoundDiamonds v3.6
2012-10-02 19:32:13 [INFO] [FoundDiamonds] Enabled
2012-10-02 19:32:13 [INFO] Enabling LogOres v1.0.1
2012-10-02 19:32:13 [INFO] [LogOres] using VAULT:PermissionsEx for permissions
2012-10-02 19:32:13 [INFO] [LogOres]version 1.0.1, build 6 is enabled
2012-10-02 19:32:13 [INFO] [Essentials] Enabling Essentials v2.9.3
2012-10-02 19:32:13 [INFO] [Metrics] Connection reset
2012-10-02 19:32:13 [INFO] [Vault][Economy] Essentials Economy hooked.
2012-10-02 19:32:13 [INFO] Essentials: Using PermissionsEx based permissions.
2012-10-02 19:32:13 [INFO] [Essentials] Payment method found (Vault - Economy: MineConomy version: 1.2.19-b248)
2012-10-02 19:32:13 [INFO] [ChatManager] Enabling ChatManager v1.19.1
2012-10-02 19:32:13 [INFO] [ChatManager] ChatManager enabled!
2012-10-02 19:32:13 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.3
2012-10-02 19:32:13 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
2012-10-02 19:32:13 [INFO] [metrics] Connection reset
2012-10-02 19:32:14 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.3
2012-10-02 19:32:14 [INFO] [ChestShop] Enabling ChestShop v3.46
2012-10-02 19:32:14 [INFO] [ChestShop] LWC version 4.3.0 (b736-git-1b1150b1) (August 08, 2012) loaded.
2012-10-02 19:32:14 [INFO] [ChestShop] Vault loaded - using MineConomy
2012-10-02 19:32:14 [INFO] [EssentialsChat] Enabling EssentialsChat v2.9.3
2012-10-02 19:32:14 [INFO] [Residence] Enabling Residence v2.6.5.2
2012-10-02 19:32:14 [INFO] [Residence] Found Vault using permissions plugin:PermissionsEx
2012-10-02 19:32:14 [INFO] [Residence] Scanning for economy systems...
2012-10-02 19:32:14 [INFO] [Residence] Found Vault using economy system: MineConomy
2012-10-02 19:32:14 [INFO] [Residence] Found WorldEdit
2012-10-02 19:32:14 [INFO] [Residence] Enabled! Version 2.6.5.2 by bekvon
2012-10-02 19:32:14 [INFO] Server permissions file permissions.yml is empty, ignoring it
2012-10-02 19:32:14 [INFO] Done (68.880s)! For help, type "help" or "?"
2012-10-02 19:32:14 [INFO] Starting GS4 status listener
2012-10-02 19:32:14 [INFO] Query running on 93.91.250.119:27802
2012-10-02 19:32:14 [INFO] [Metrics] Connection reset
2012-10-02 19:32:14 [INFO] [SERVER] Schanis trochu dreva? vem si sekeru a zadej prikaz /warp farma_na_stromy .
2012-10-02 19:32:14 [INFO] /194.228.11.20:30582 lost connection
2012-10-02 19:32:15 [INFO] [Metrics] Connection reset
2012-10-02 19:32:15 [INFO] [MineConomy] [INFO] Auto-Saving files...
2012-10-02 19:32:15 [INFO] [MineConomy] [INFO] Finished auto-save.
2012-10-02 19:34:14 [INFO] [SERVER] Potrebujes s necim poradit? zeptej se Adminu, radi ti pomuzou. :-)


config CreativeGuard:
Spoiler: zobrazit

Kód: Vybrat vše

settings:
  debug: false
  general:
    removebanneditems: false
  block:
    drops: true
    vehicles: true
    inventory: true
    redstone: true
    dispensers: true
    waterflow: true
    lavaflow: true
    chests: true
    enderchests: true
    beds: true
    bow: true
    fishing: true
    exporbs: true
    eggs: true
    fire:
      ignite: true
      blockdamage: true
      spread: true
    potionsplash: true
    enderman:
      building: true
    creeper:
      explosion: true
    weather:
      lightning: true
      rain: true
    snow_golem: true
    iron_golem: true
    spawnegg:
      creeper: true
      skeleton: true
      enderman: true
      ozelot: true
      wolf: true
      spider: true
      cavespider: true
      mushroomcow: true
      cow: true
      chicken: true
      pig: true
      sheep: true
      squid: true
      zombie: true
      blaze: true
      ghast: true
      silverfish: true
      slime: true
      lavaslime: true
      villager: true
      pigzombie: true
  vehicles:
    limit: true
    protect: true
  time:
    freeze: none
  blocked:
  - 8
  - 10

config FoundDiamonds:
Spoiler: zobrazit

Kód: Vybrat vše

Found Diamonds Configuration:
  Main:
    Disable in creative mode: true
    Give OPs all permissions: true
  Light Level:
    Send violation admin messages: false
    Minimum amount of light required to mine blocks: 10%
    Silent Mode: true
    Monitored Blocks: []
  Traps:
    Kick players on trap break: true
    Ban players on trap break: false
    Kick message: You triggered trap block.
  Awards:
    Items:
      Random items for finding diamonds: false
      Award all players: true
      Percent of time items are given: 25
      Maximum number or items to give: 3
      Random Item 1: 265
      Random Item 2: 263
      Random Item 3: 340
    Spells:
      Random spells for finding diamonds: false
      Award all players: true
      Spell strength (1-5): 3
      Percent of time spells are casted: 100
      Messages:
        Jump: You are as weightless as a feather.
        Speed: You feel as swift as the wind.
        Resistance: You feel a force field surround you.
        Fire Resistance: You no longer fear the flames.
        Water Breathing: The sea calls out to you.
        Regeneration: A regenerative force embraces you.
        Fast Digging: Haste makes waste.
        Strength: You feel a strength rise up within you.
  Broadcasts:
    Options:
      Message: '@Player@ found @Number@ @BlockName@'
      Use player nicknames: true
      Use classic ore colors for ores: true
    Broadcasted Blocks:
    - emerald ore,green
    - diamond ore,aqua
    - coal ore,dark gray
    - glowing redstone ore,dark red
    - lapis ore,blue
    - gold ore,gold
    - iron ore,gray
    - redstone ore,dark red
  Logging:
    Trap breaks: true
    Light Level Violations: false
    Log all diamond ore breaks: false
    Clean log (all ores): false
  Admin Messages:
    Admin Message Blocks: []
  MySQL:
    Enabled: false
    Username: root
    Password: bacon
    DatabaseName: minecraft
    URL: localhost
    Port: 3306
    Prefix: fd
  Debug:
    Enabled: false
  Metrics:
    Enabled: true
  Enabled Worlds:
  - world
  - world_nether
  - world_the_end

config LogOres:
Spoiler: zobrazit

Kód: Vybrat vše

# default 14 (gold), 15 (iron) and 56 (diamond) - MUST USE DATA VALUES
# # http://www.minecraftwiki.net/wiki/Data_values
loggedOres:
- 14
- 15
- 56

logTypes:
- file
#- excel
#- mysql

paranoidDiamonds: true

# MySQL Setup (only used if mysql is enabled as a logType above)
mysql:
  host: localhost
  database: logores
  user: root
  password: mydatabasepassword


# base name of the logFile. Note ".txt" will be added automatically. Also if
# you set logFilePerWorld to true, ".world" will be added before ".txt" as
# well.
logFile: "plugins/LogOres/oreLog"
logFilePerWorld: false

logLightLevel: false

# this weeds out false positives as a result of really close ores
minDistance: 5

# This defines the maximum number of blocks that can be mined before we don't consider
# the next ore to be part of a "cave" system. Just sets a sane upper limit on this check.
maxCaveBlocks: 50

flagging:
  # Ratio for flagging: any ratio less than this value will be flagged with "flagged" in the log
  # file for easy searching, and a series of flagged entries from the same player likely
  # indicates a wall hack/texture pack cheat being used.  Set here in config so you can tune
  # it to your needs, I generally find this value to be reasonable.
  ratio: 250

  # maxTime defines the maximum time that we consider for flagging - if the time between
  # ores exceeds this time, it won't be flagged.  This helps prevent false positives.
  # If set to 0, this setting is not used.
  maxTime: 600

  # this weeds out false positives as a result of cave systems, where very little mining
  # takes place between ores (lots of open air)
  minBlocks: 10

  # maxDistance defines the maximum distance that we consider for flagging - this avoids
  # false positives from for people that go above ground and then go back under somewhere
  # else far way.
  # If set to 0, this setting is not used.
  maxDistance: 600

  # This defines fuzzy match variance for reducing false-positives. Basically if the player
  # is horizontally mining and finds ores that are within the the allowable variance, they
  # won't be flagged.  Set to 0 to disable and have no variance detection, although be
  # warned you will likely get a higher number of [flagged] false positives.
  #
  # Default values of vertical: 3 and horizontal: 2 allow for normal horizontal strip
  # mining activities without triggering any alerts.
  allowedVariance:
    vertical: 3
    horizontal: 2

  # if set to true, mining when light is 0 will trip a flag (only works if logLightLevel is true)
  flagWhenZeroLight: false

  # if notify is true, anyone with the 'logores.notify' permission will be notified on
  # a flagged entry
  notify: false
  # by default we don't count [cave?] entries toward notification. Set this flag to true
  # to change that behavior.
  notifyInCaves: false
  # you can tune this to be the number of flagged events are required before a notification
  # is sent.
  flagsBeforeNotify: 3
 
  # worlds to ignore notifications from
  #notifyIgnoredWorlds:
  #- world1
  #- world2

# This defines which permission system LogOres uses. Vault and WEPIF
# (WEPIF is built into WorldEdit) are preferred, they both provide
# a nice interface to all other permission systems. If you don't have
# or don't want to use either of those, there is some native support
# for a few other permission systems that you can use. These are
# checked in the order they are listed for existence and the
# first one to match is used.
permissions:
  - vault
  - wepif
  - pex
  - perm2-compat
  - superperms
  - ops

config NoCheatPlus:
Spoiler: zobrazit

Kód: Vybrat vše

# Main configuration file for NoCheatPlus. Read "Instructions.txt"
logging:
  active: true
  debugmessages: false
  prefix: '&4NCP&f: '
  filename: nocheatplus.log
  file: true
  console: true
  ingamechat: true
miscellaneous:
  allowclientmods: false
  opbyconsoleonly: true
  protectplugins: true
checks:
  blockbreak:
    fastbreak:
      active: true
      intervalsurvival: 45
      intervalcreative: 145
      actions: cancel vl>100 log:bbfastbreak:3:5:cif cancel vl>1000 log:bbfastbreak:3:5:cif cmd:kick cancel
    reach:
      active: true
      actions: cancel vl>5 log:bbreach:0:2:if cancel
    direction:
      active: true
      precision: 50
      penaltytime: 300
      actions: cancel vl>10 log:bbdirection:0:5:if cancel
    noswing:
      active: true
      actions: log:bbnoswing:3:2:if cancel
  blockplace:
    fastplace:
      active: true
      interval: 95
      actions: cancel vl>100 log:bpfastplace:3:5:cif cancel vl>1000 log:bpfastplace:3:5:cif cmd:kick cancel
    reach:
      active: true
      actions: cancel vl>5 log:bpreach:0:2:if cancel
    direction:
      active: true
      precision: 75
      penaltytime: 100
      actions: cancel vl>10 log:bpdirection:0:3:if cancel
    projectile:
      active: true
      interval: 150
      actions: cancel vl>150 log:bpprojectile:3:5:if cancel vl>1000 log:bpprojectile:3:5:cif cancel vl>4000 log:bpprojectile:3:5:cif cancel cmd:kick
    fastsign:
      exclusions:
      - '[public]'
      - '[private]'
      - '[protection]'
      - '[mail]'
      - '[free]'
      - '[kit]'
      - '[disposal]'
      - '[heal]'
      - '[time]'
      - '[weather]'
      - '[warp]'
      - '[spawnmob]'
      - '[enchant]'
      - '[trade]'
      - '[buy]'
      - '[sell]'
      - '[balance]'
      - '[gate]'
      - '[bridge]'
      - '[door]'
  chat:
    nopwnage:
      active: true
      warnplayers: false
      warnothers: false
      warnlevel: 400
      warntimeout: 30000
      banlevel: 800
      otheractions: cancel log:nopwnage:2:5:cf cmd:ban cmd:ban-ip
      move:
        active: true
        weightbonus: 200
        weightmalus: 200
        timeout: 30000
      repeat:
        active: true
        weight: 150
        timeout: 5000
      speed:
        active: true
        weight: 200
        timeout: 500
      first:
        active: true
        weight: 200
        timeout: 3000
      global:
        active: true
        weight: 100
        timeout: 5000
      banned:
        active: true
        weight: 200
        timeout: 2000
      relog:
        active: true
        time: 1500
        warnings: 1
        timeout: 60000
      captcha:
        active: true
        tries: 20
        length: 4
        characters: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890
      messages:
        kick: You're not allowed to spam this server!
        captchaquestion: '&cPlease type ''&6[captcha]&c'' to continue sending messages/commands.'
        captchasuccess: '&aOK, it sounds like you''re not a spambot.'
        warnplayer: '&cOur system has detected unusual bot activities coming from you. Please be careful with what you say. DON''T repeat what you just said either, unless you want to be banned.'
        warnothers: '&cPlease do not say anything similar to what [player] said!'
        warnrelog: '&cYou relogged really fast! If you keep doing that, you''re going to be banned.'
    arrivalslimit:
      active: false
      playerslimit: 3
      timeframe: 5000
      cooldowndelay: 5000
      newtime: 600000
      kickmessage: Please try again later!
      actions: cancel
    color:
      active: true
      actions: log:color:0:1:if cancel
  fight:
    direction:
      active: true
      precision: 75
      penaltytime: 500
      actions: cancel vl>5 log:fdirection:3:5:f cancel vl>20 log:fdirection:0:5:if cancel vl>50 log:fdirection:0:5:cif cancel
    noswing:
      active: true
      actions: log:fnoswing:0:5:cif cancel
    reach:
      active: true
      distance: 400
      penaltytime: 500
      actions: cancel vl>10 log:freach:2:5:if cancel
    speed:
      active: true
      attacklimit: 15
      actions: log:fspeed:0:5:if cancel
    godmode:
      active: true
      actions: log:fgod:2:5:if cancel
    instantheal:
      active: true
      actions: log:fheal:1:1:if cancel
    knockback:
      active: true
      interval: 50
      actions: cancel vl>50 log:fknock:0:5:cif cancel
    critical:
      active: true
      falldistance: 0.01
      velocity: 0.1
      actions: cancel vl>50 log:fcritical:0:5:cif cancel
    angle:
      active: true
      threshold: 50.0
      actions: cancel vl>100 log:fangle:3:5:f cancel vl>250 log:fangle:0:5:cif cancel
  inventory:
    drop:
      active: true
      time: 20
      limit: 100
      actions: log:drop:0:1:cif cmd:kick
    instantbow:
      active: true
      actions: log:ibow:2:5:if cancel
    instanteat:
      active: true
      actions: log:ieat:2:5:if cancel
  moving:
    runfly:
      active: true
      allowfastsneaking: false
      allowfastblocking: false
      actions: log:moveshort:3:5:f cancel vl>100 log:moveshort:0:5:if cancel vl>400 log:movelong:0:5:cif cancel
      nofall:
        active: true
        aggressivemode: true
        actions: log:nofall:0:5:cif cancel
      flying:
        allowflyingalways: false
        allowflyingincreative: true
        flyingspeedlimitvertical: 100
        flyingspeedlimithorizontal: 60
        flyingheightlimit: 128
        actions: log:moveshort:3:5:f cancel vl>100 log:moveshort:0:5:if cancel vl>400 log:movelong:0:5:cif cancel
      bedflying:
        active: true
        actions: log:bedfly:3:5:f cancel vl>1 log:bedfly:0:5:if cancel vl>4 log:bedfly:0:5:cif cancel
    morepackets:
      active: true
      actions: log:morepackets:3:2:if cancel vl>20 log:morepackets:0:2:if cancel
    morepacketsvehicle:
      active: true
      actions: log:morepackets:0:2:if cancel
    waterwalk:
      active: true
      actions: log:waterwalk:3:5:f vl>100 log:waterwalk:0:5:if cancel vl>400 log:waterwalk:0:5:cif cancel
strings:
  drop: '[player] failed [check]: tried to drop more items than allowed. VL [violations].'
  moveshort: '[player] failed [check]. VL [violations].'
  movelong: '[player] in [world] at [location] moving to [locationto] over distance [movedistance] failed check [check]. Total violation level so far [violations].'
  bedfly: '[player] failed [check]: tried to fly by sending bed leaving packets. VL [violations].'
  nofall: '[player] failed [check]: tried to avoid fall damage for ~[falldistance] blocks. VL [violations].'
  morepackets: '[player] failed [check]: sent [packets] more packets than expected. Total violation level [violations].'
  waterwalk: '[player] failed [check]: tried to walk on water. Total violation level [violations].'
  bbfastbreak: '[player] failed [check]: tried to break too much [blocktype]. Total violation level [violations].'
  bbreach: '[player] failed [check]: tried to interact with a block over distance [reachdistance]. VL [violations].'
  bbdirection: '[player] failed [check]: tried to interact with a block out of line of sight. VL [violations].'
  bbnoswing: '[player] failed [check]: Didn''t swing arm. VL [violations].'
  bpfastplace: '[player] failed [check]: tried to place too much blocks. Total violation level [violations].'
  bpreach: '[player] failed [check]: tried to interact with a block over distance [reachdistance]. VL [violations].'
  bpdirection: '[player] failed [check]: tried to interact with a block out of line of sight. VL [violations].'
  bpprojectile: '[player] failed [check]: tried to throw items too quicly. VL [violations].'
  nopwnage: '[player] ([ip]) failed chat.nopwnage: [reason].'
  color: '[player] failed [check]: sent colored chat message ''[text]''. VL [violations].'
  fdirection: '[player] failed [check]: tried to interact with a block out of line of sight. VL [violations].'
  freach: '[player] failed [check]: tried to attack entity out of reach. VL [violations].'
  fspeed: '[player] failed [check]: tried to attack more than [limit] times per second. VL [violations].'
  fnoswing: '[player] failed [check]: Didn''t swing arm. VL [violations].'
  fgod: '[player] failed [check]: Avoided taking damage or lagging. VL [violations].'
  fheal: '[player] failed [check]: tried to regenerate health faster than normal. VL [violations].'
  fknock: '[player] failed [check]: tried to do a knockback but wasn''t technically sprinting. VL [violations].'
  fcritical: '[player] failed [check]: tried to do a critical hit but wasn''t technically jumping. VL [violations].'
  fangle: '[player] failed [check]: tried to fight multiple entities at the same time. VL [violations].'
  ibow: '[player] failed [check]: fires bow to fast. VL [violations].'
  ieat: '[player] failed [check]: eats food [food] too fast. VL [violations].'
  kick: kick [player]
  ban: ban [player]
  ban-ip: ban-ip [ip]

cz_martin_k
Příspěvky: 478
Registrován: 12 kvě 2012, 17:54
Reputation: 0

Re: Server.log a pluginy

#2 Příspěvekod cz_martin_k » 02 říj 2012, 20:17

Po aktualizování bukkitu...
server.log
Spoiler: zobrazit

Kód: Vybrat vše

2012-10-02 20:30:25 [INFO] Starting minecraft server version 1.3.2
2012-10-02 20:30:25 [INFO] Loading properties
2012-10-02 20:30:25 [INFO] Default game type: SURVIVAL
2012-10-02 20:30:25 [INFO] Generating keypair
2012-10-02 20:30:25 [INFO] Starting Minecraft server on 93.91.250.119:27802
2012-10-02 20:30:25 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2012-10-02 20:30:25 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2012-10-02 20:30:25 [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.
2012-10-02 20:30:25 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2012-10-02 20:30:25 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.2-R1.0-b2377jnks (MC: 1.3.2) (Implementing API version 1.3.2-R1.0)
2012-10-02 20:30:25 [INFO] Starting FakaHedaMinequery server on 93.91.250.119:28802
2012-10-02 20:30:25 [INFO] [PermissionsEx] sql backend registered!
2012-10-02 20:30:25 [INFO] [PermissionsEx] file backend registered!
2012-10-02 20:30:25 [INFO] [PermissionsEx] PermissionEx plugin initialized.
2012-10-02 20:30:25 [SEVERE] ebean.properties not found
2012-10-02 20:30:25 [WARNING] No Entities found in ClassPath using ClassPathReader [com.avaje.ebeaninternal.server.util.DefaultClassPathReader@29cb469d] Classpath Searched[[file:/hlserver/27802/minecraft_server.jar]]
2012-10-02 20:30:25 [INFO] Classpath search hits in jars[] pkgs[]  searchTime[2]
2012-10-02 20:30:25 [INFO] DataSourcePool [LogOres] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
2012-10-02 20:30:26 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
2012-10-02 20:30:26 [INFO] Entities enhanced[0] subclassed[0]
2012-10-02 20:30:26 [INFO] [LagMeter] Loading LagMeter v1.9.0
2012-10-02 20:30:26 [INFO] [LegendaryMessages] Loading LegendaryMessages v3.5
2012-10-02 20:30:26 [INFO] [MineConomy] Loading MineConomy v1.5
2012-10-02 20:30:26 [INFO] [NoCheatPlus] Loading NoCheatPlus v3.6.1
2012-10-02 20:30:26 [INFO] [WorldEdit] Loading WorldEdit v5.4.2
2012-10-02 20:30:26 [INFO] [FakaHedaMinequery] Loading FakaHedaMinequery v1.1
2012-10-02 20:30:26 [INFO] [Vault] Loading Vault v1.2.19-b248
2012-10-02 20:30:26 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.2
2012-10-02 20:30:26 [INFO] [PermissionsEx] Initializing file backend
2012-10-02 20:30:26 [INFO] [LWC] Loading LWC v4.3.0 (b736-git-1b1150b1) (August 08, 2012)
2012-10-02 20:30:26 [INFO] [CreativeGuard] Loading CreativeGuard v0.6.9.8.2
2012-10-02 20:30:26 [INFO] [SimpleRestart] Loading SimpleRestart v1.3.4
2012-10-02 20:30:26 [INFO] [AuthMe] Loading AuthMe v2.6.6
2012-10-02 20:30:26 [INFO] [Register] Loading Register v1.5
2012-10-02 20:30:26 [SEVERE] org/bukkit/util/config/Configuration initializing Register v1.5 (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/util/config/Configuration
   at com.nijikokun.register.Register.onLoad(Register.java:51)
   at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:228)
   at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:199)
   at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(ServerConfigurationManagerAbstract.java:50)
   at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)
   at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:377)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: java.lang.ClassNotFoundException: org.bukkit.util.config.Configuration
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:34)
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
   ... 8 more
2012-10-02 20:30:26 [INFO] [ChopTree2] Loading ChopTree2 v2.2.0
2012-10-02 20:30:26 [INFO] [BKCommonLib] Loading BKCommonLib v1.23
2012-10-02 20:30:26 [INFO] [TrueBlood] Loading TrueBlood v1.0.0
2012-10-02 20:30:26 [INFO] [Modifyworld] Loading Modifyworld v1.19.3
2012-10-02 20:30:26 [INFO] [MoneyDrop] Loading MoneyDrop v1.6.2
2012-10-02 20:30:26 [INFO] [FoundDiamonds] Loading FoundDiamonds v3.6
2012-10-02 20:30:26 [INFO] Loading LogOres v1.0.1
2012-10-02 20:30:26 [INFO] [Essentials] Loading Essentials v2.9.3
2012-10-02 20:30:26 [INFO] [ChatManager] Loading ChatManager v1.19.1
2012-10-02 20:30:26 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.9.3
2012-10-02 20:30:26 [INFO] MLog clients using java 1.4+ standard logging.
2012-10-02 20:30:26 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.3
2012-10-02 20:30:26 [INFO] [ChestShop] Loading ChestShop v3.46
2012-10-02 20:30:26 [INFO] [EssentialsChat] Loading EssentialsChat v2.9.3
2012-10-02 20:30:26 [INFO] [Residence] Loading Residence v2.6.5.2
2012-10-02 20:30:26 [INFO] [Vault] Enabling Vault v1.2.19-b248
2012-10-02 20:30:26 [INFO] [Vault][Economy] MineConomy found: Waiting
2012-10-02 20:30:26 [INFO] [Vault][Economy] Essentials Economy found: Waiting
2012-10-02 20:30:26 [INFO] [Vault][Permission] PermissionsEx found: Waiting
2012-10-02 20:30:26 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2012-10-02 20:30:26 [INFO] [Vault][Chat] PermissionsEx found: Waiting
2012-10-02 20:30:26 [INFO] [Vault] Enabled Version 1.2.19-b248
2012-10-02 20:30:26 [INFO] [LWC] Enabling LWC v4.3.0 (b736-git-1b1150b1) (August 08, 2012)
2012-10-02 20:30:26 [INFO] [LWC] Loaded 209 locale strings (0 overrides)
2012-10-02 20:30:26 [INFO] [LWC] Permissions API: §4VaultPermissions
2012-10-02 20:30:26 [INFO] [LWC] Currency API: §4VaultCurrency
2012-10-02 20:30:26 [INFO] [LWC] Connecting to SQLite
2012-10-02 20:30:26 [INFO] [LWC] Performing any necessary database updates
2012-10-02 20:30:26 [INFO] [LWC] Using database: Native
2012-10-02 20:30:26 [INFO] [LWC] Precached 173 protections
2012-10-02 20:30:26 [INFO] [BKCommonLib] Enabling BKCommonLib v1.23
2012-10-02 20:30:26 [INFO] BKCommonLib version 1.23 enabled!
2012-10-02 20:30:26 [INFO] Preparing level "world"
2012-10-02 20:30:26 [INFO] Preparing start region for level 0 (Seed: -3423481994322319875)
2012-10-02 20:30:27 [INFO] Preparing start region for level 1 (Seed: 2876442663037430069)
2012-10-02 20:30:27 [INFO] Preparing spawn area: 20%
2012-10-02 20:30:28 [INFO] Preparing start region for level 2 (Seed: 2876442663037430069)
2012-10-02 20:30:28 [INFO] [LagMeter] Enabling LagMeter v1.9.0
2012-10-02 20:30:28 [INFO] [LagMeter] Not using logs folder.
2012-10-02 20:30:28 [INFO] [LagMeter 1.9.0] Enabled!  Polling every 40 server ticks.  Logging to /hlserver/27802/plugins/LagMeter/lag.log
2012-10-02 20:30:28 [INFO] [LegendaryMessages] Enabling LegendaryMessages v3.5
2012-10-02 20:30:28 [INFO] [LegendaryMessages] Loaded players.yml!
2012-10-02 20:30:28 [INFO] [MineConomy] Enabling MineConomy v1.5
2012-10-02 20:30:28 [INFO] [MineConomy] [INFO] Enabling plugin...
2012-10-02 20:30:28 [INFO] [MineConomy] [INFO] Found CraftBukkit [2377]. It is compatible!
2012-10-02 20:30:28 [INFO] [MineConomy] [INFO] Loading Config file...
2012-10-02 20:30:29 [INFO] [MineConomy] [INFO] Config file loaded!
2012-10-02 20:30:29 [INFO] [MineConomy] [INFO] YML is enabled for Accounts.
2012-10-02 20:30:29 [INFO] [MineConomy] [INFO] Loading Accounts file...
2012-10-02 20:30:29 [INFO] [MineConomy] [INFO] Accounts file loaded!
2012-10-02 20:30:29 [INFO] [MineConomy] [INFO] Loading Banks file...
2012-10-02 20:30:29 [INFO] [MineConomy] [INFO] Banks file loaded!
2012-10-02 20:30:29 [INFO] [MineConomy] [INFO] Loading Currency file...
2012-10-02 20:30:29 [INFO] [MineConomy] [INFO] Currency file loaded!
2012-10-02 20:30:29 [INFO] [MineConomy] [INFO] Loading Language file...
2012-10-02 20:30:29 [INFO] [MineConomy] [INFO] Language file loaded!
2012-10-02 20:30:29 [INFO] [MineConomy] [INFO] Interest Disabled.
2012-10-02 20:30:29 [INFO] [MineConomy] [INFO] Tax Disabled.
2012-10-02 20:30:29 [INFO] [MineConomy] [INFO] GUI Disabled.
2012-10-02 20:30:29 [INFO] [MineConomy] [INFO] Checking for updates...
2012-10-02 20:30:30 [INFO] [MineConomy] [INFO] No updates available. MineConomy is up to date!
2012-10-02 20:30:30 [INFO] [MineConomy] [IMPORTANT] Version 1.5 by MjolnirCommando is enabled!
2012-10-02 20:30:30 [INFO] [Vault][Economy] MineConomy hooked.
2012-10-02 20:30:30 [INFO] [NoCheatPlus] Enabling NoCheatPlus v3.6.1
2012-10-02 20:30:30 [SEVERE] Error occurred while enabling NoCheatPlus v3.6.1 (Is it up to date?)
java.lang.VerifyError: (class: fr/neatmonster/nocheatplus/checks/chat/ChatListener, method: commandPreprocess signature: (Lorg/bukkit/event/player/PlayerCommandPreprocessEvent;)V) Incompatible argument to function
   at fr.neatmonster.nocheatplus.NoCheatPlus.onEnable(NoCheatPlus.java:72)
   at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
   at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
   at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
   at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:266)
   at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:248)
   at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:297)
   at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:276)
   at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:226)
   at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:377)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
2012-10-02 20:30:30 [INFO] [WorldEdit] Enabling WorldEdit v5.4.2
2012-10-02 20:30:30 [INFO] WEPIF: Using the Bukkit Permissions API.
2012-10-02 20:30:30 [INFO] [FakaHedaMinequery] Enabling FakaHedaMinequery v1.1
2012-10-02 20:30:30 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.2
2012-10-02 20:30:30 [INFO] [PermissionsEx] Superperms support enabled.
2012-10-02 20:30:30 [INFO] [PermissionsEx] v1.19.2 enabled
2012-10-02 20:30:30 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2012-10-02 20:30:30 [INFO] [Vault][Permission] PermissionsEx hooked.
2012-10-02 20:30:30 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
2012-10-02 20:30:30 [INFO] [CreativeGuard] Enabling CreativeGuard v0.6.9.8.2
2012-10-02 20:30:30 [INFO] [CreativeGuard] v0.6.9.8.2 enabled!
2012-10-02 20:30:30 [INFO] CreativeGuard: Metrics Started
2012-10-02 20:30:30 [INFO] [CreativeGuard] Checking latest version
2012-10-02 20:31:33 [INFO] [CreativeGuard] Failed to check latest version
2012-10-02 20:31:33 [INFO] [CreativeGuard] java.net.ConnectException: Connection timed out
2012-10-02 20:31:33 [INFO] [SimpleRestart] Enabling SimpleRestart v1.3.4
2012-10-02 20:31:33 [INFO] [SimpleRestart] permissions (PermissionsEx-Plugin) successfully loaded
2012-10-02 20:31:33 [INFO] [SimpleRestart] plugin enabled
2012-10-02 20:31:33 [INFO] [SimpleRestart] warning scheduled for 85800 seconds from now!
2012-10-02 20:31:33 [INFO] [SimpleRestart] warning scheduled for 86100 seconds from now!
2012-10-02 20:31:33 [INFO] [SimpleRestart] warning scheduled for 86280 seconds from now!
2012-10-02 20:31:33 [INFO] [SimpleRestart] warning scheduled for 86340 seconds from now!
2012-10-02 20:31:33 [INFO] [SimpleRestart] reboot scheduled for 86400 seconds from now!
2012-10-02 20:31:33 [INFO] [AuthMe] Enabling AuthMe v2.6.6
2012-10-02 20:31:33 [INFO] [AuthMe] Loading Configuration File...
2012-10-02 20:31:33 [INFO] [AuthMe] Merge new Config Options..
2012-10-02 20:31:33 [INFO] [AuthMe] Set Language: en
2012-10-02 20:31:33 [INFO] [AuthMe] Authme 2.6.6 enabled
2012-10-02 20:31:33 [INFO] [Register] Enabling Register v1.5
2012-10-02 20:31:33 [SEVERE] Error occurred while enabling Register v1.5 (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/event/Event$Type
   at com.nijikokun.register.Register.onEnable(Register.java:70)
   at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
   at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
   at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
   at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:266)
   at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:248)
   at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:297)
   at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:276)
   at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:226)
   at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:377)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: java.lang.ClassNotFoundException: org.bukkit.event.Event$Type
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:34)
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
   ... 12 more
2012-10-02 20:31:33 [INFO] Unable to hook register
2012-10-02 20:31:33 [INFO] [ChopTree2] Enabling ChopTree2 v2.2.0
2012-10-02 20:31:33 [INFO] [TrueBlood] Enabling TrueBlood v1.0.0
2012-10-02 20:31:33 [INFO] [TrueBlood] TrueBlood: Enabled
2012-10-02 20:31:33 [INFO] [Modifyworld] Enabling Modifyworld v1.19.3
2012-10-02 20:31:33 [INFO] [Modifyworld] Modifyworld enabled!
2012-10-02 20:31:33 [INFO] [MoneyDrop] Enabling MoneyDrop v1.6.2
2012-10-02 20:31:33 [INFO] [MoneyDrop] Startup complete.
2012-10-02 20:31:33 [INFO] [FoundDiamonds] Enabling FoundDiamonds v3.6
2012-10-02 20:31:33 [INFO] [FoundDiamonds] Enabled
2012-10-02 20:31:33 [INFO] Enabling LogOres v1.0.1
2012-10-02 20:31:33 [INFO] [LogOres] using VAULT:PermissionsEx for permissions
2012-10-02 20:31:33 [INFO] [LogOres]version 1.0.1, build 6 is enabled
2012-10-02 20:31:33 [INFO] [Essentials] Enabling Essentials v2.9.3
2012-10-02 20:31:34 [INFO] [Vault][Economy] Essentials Economy hooked.
2012-10-02 20:31:34 [INFO] Essentials: Using PermissionsEx based permissions.
2012-10-02 20:31:34 [INFO] [Essentials] Payment method found (Vault - Economy: MineConomy version: 1.2.19-b248)
2012-10-02 20:31:34 [INFO] [ChatManager] Enabling ChatManager v1.19.1
2012-10-02 20:31:34 [INFO] [ChatManager] ChatManager enabled!
2012-10-02 20:31:34 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.3
2012-10-02 20:31:34 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
2012-10-02 20:31:34 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.3
2012-10-02 20:31:34 [INFO] [ChestShop] Enabling ChestShop v3.46
2012-10-02 20:31:34 [INFO] [ChestShop] LWC version 4.3.0 (b736-git-1b1150b1) (August 08, 2012) loaded.
2012-10-02 20:31:34 [INFO] [ChestShop] Vault loaded - using MineConomy
2012-10-02 20:31:34 [INFO] [EssentialsChat] Enabling EssentialsChat v2.9.3
2012-10-02 20:31:34 [INFO] [Residence] Enabling Residence v2.6.5.2
2012-10-02 20:31:34 [INFO] [Residence] Found Vault using permissions plugin:PermissionsEx
2012-10-02 20:31:34 [INFO] [Residence] Scanning for economy systems...
2012-10-02 20:31:34 [INFO] [Residence] Found Vault using economy system: MineConomy
2012-10-02 20:31:34 [INFO] [Residence] Found WorldEdit
2012-10-02 20:31:34 [INFO] [Residence] Enabled! Version 2.6.5.2 by bekvon
2012-10-02 20:31:34 [INFO] Server permissions file permissions.yml is empty, ignoring it
2012-10-02 20:31:34 [INFO] Done (68.112s)! For help, type "help" or "?"
2012-10-02 20:31:34 [INFO] Starting GS4 status listener
2012-10-02 20:31:34 [INFO] Query running on 93.91.250.119:27802
2012-10-02 20:31:34 [INFO] [SERVER] Schanis trochu dreva? vem si sekeru a zadej prikaz /warp farma_na_stromy .
2012-10-02 20:31:35 [INFO] [Metrics] Connection reset
2012-10-02 20:31:35 [INFO] [metrics] Connection reset
2012-10-02 20:31:35 [INFO] [Metrics] Connection reset
2012-10-02 20:31:35 [INFO] [Metrics] Connection reset
2012-10-02 20:31:35 [INFO] [Metrics] Connection reset
2012-10-02 20:31:35 [INFO] [Metrics] Connection reset
2012-10-02 20:31:35 [INFO] [MineConomy] [INFO] Auto-Saving files...
2012-10-02 20:31:35 [INFO] [MineConomy] [INFO] Finished auto-save.
2012-10-02 20:32:40 [INFO] cz_martin_k[/77.48.234.34:53472] logged in with entity id 293 at ([world] -1234.404412517669, 127.94669702140904, -383.759457157501)
2012-10-02 20:32:40 [INFO] Vitej zpet, cz_martin_k!
2012-10-02 20:32:47 [INFO] cz_martin_k issued server command: /login masosekr
2012-10-02 20:32:47 [INFO] [AuthMe] §4[§9Hl.Admin§4]§acz_martin_k§7§f logged in!
2012-10-02 20:33:34 [INFO] [SERVER] Potrebujes s necim poradit? zeptej se Adminu, radi ti pomuzou. :-)
2012-10-02 20:35:34 [INFO] [SERVER] Nastav si teleport domu prikazem /sethome a pak uz jen staci /home .
2012-10-02 20:36:00 [INFO] tomas_libal[/77.48.233.129:64259] logged in with entity id 589 at ([world] -1088.4417517313436, 71.0, 139.25555289120462)
2012-10-02 20:36:00 [INFO] Vitej zpet, tomas_libal!
2012-10-02 20:36:12 [INFO] tomas_libal issued server command: /login tomas_libal
2012-10-02 20:36:12 [INFO] [AuthMe] §4[§9Hl.Stavitel§4]§atomas_libal§7§f used the wrong password
2012-10-02 20:36:18 [INFO] tomas_libal issued server command: /login tomas.libal
2012-10-02 20:36:18 [INFO] [AuthMe] §4[§9Hl.Stavitel§4]§atomas_libal§7§f logged in!
2012-10-02 20:36:30 [INFO] <[Hl.Stavitel]tomas_libal> uz jsem si postavil dum :D
2012-10-02 20:37:34 [INFO] [SERVER] Chces si zabezpecit pozemek? tak napis Adminovi, ktery je prave online.
2012-10-02 20:37:43 [INFO] <[Hl.Stavitel]tomas_libal> ty truhly porad nejdou otevrit, ani ty moje
2012-10-02 20:37:50 [INFO] tomas_libal issued server command: /tp c
2012-10-02 20:37:50 [INFO] [PLAYER_COMMAND] tomas_libal: /tp c
2012-10-02 20:37:52 [INFO] [Server] FakaHeda.eu: Probiha zaloha sveta
2012-10-02 20:37:52 [INFO] CONSOLE: Forcing save..
2012-10-02 20:37:52 [INFO] CONSOLE: Save complete.

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

Re: Server.log a pluginy

#3 Příspěvekod nejento » 02 říj 2012, 21:01

Aktualizuj Register včetně configu a NoCheatPlus.
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/

cz_martin_k
Příspěvky: 478
Registrován: 12 kvě 2012, 17:54
Reputation: 0

Re: Server.log a pluginy

#4 Příspěvekod cz_martin_k » 02 říj 2012, 21:22

Register nejde aktualizovat, našel jsem jen tu verzi 1.5,ale ani starší, či novější.

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: Server.log a pluginy

#5 Příspěvekod Sejsel » 02 říj 2012, 21:44

Místo Registeru použij Vault, což je teoreticky jeho lepší náhrada.

Jinak, to nepadání bloků na 90% způsobuje CreativeGuard.
01101110011101010110001001110111

cz_martin_k
Příspěvky: 478
Registrován: 12 kvě 2012, 17:54
Reputation: 0

Re: Server.log a pluginy

#6 Příspěvekod cz_martin_k » 03 říj 2012, 06:02

Register jsem odstranil a Vault tam mám. NoCheatPlus jsem aktualizoval a CreativeGuard jsem odstranil. Už mi padají itemy, takže to bylo tim pluginem. Karmu ti dávám!


server.log
Spoiler: zobrazit

Kód: Vybrat vše

2012-10-03 05:56:23 [INFO] Starting minecraft server version 1.3.2
2012-10-03 05:56:23 [INFO] Loading properties
2012-10-03 05:56:23 [INFO] Default game type: SURVIVAL
2012-10-03 05:56:23 [INFO] Generating keypair
2012-10-03 05:56:23 [INFO] Starting Minecraft server on 93.91.250.119:27802
2012-10-03 05:56:23 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2012-10-03 05:56:23 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2012-10-03 05:56:23 [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.
2012-10-03 05:56:23 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2012-10-03 05:56:23 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.2-R1.0-b2377jnks (MC: 1.3.2) (Implementing API version 1.3.2-R1.0)
2012-10-03 05:56:24 [INFO] Starting FakaHedaMinequery server on 93.91.250.119:28802
2012-10-03 05:56:24 [INFO] [PermissionsEx] sql backend registered!
2012-10-03 05:56:24 [INFO] [PermissionsEx] file backend registered!
2012-10-03 05:56:24 [INFO] [PermissionsEx] PermissionEx plugin initialized.
2012-10-03 05:56:24 [SEVERE] ebean.properties not found
2012-10-03 05:56:24 [WARNING] No Entities found in ClassPath using ClassPathReader [com.avaje.ebeaninternal.server.util.DefaultClassPathReader@5067bc7a] Classpath Searched[[file:/hlserver/27802/minecraft_server.jar]]
2012-10-03 05:56:24 [INFO] Classpath search hits in jars[] pkgs[]  searchTime[1]
2012-10-03 05:56:24 [INFO] DataSourcePool [LogOres] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
2012-10-03 05:56:24 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
2012-10-03 05:56:24 [INFO] Entities enhanced[0] subclassed[0]
2012-10-03 05:56:24 [INFO] [LagMeter] Loading LagMeter v1.9.0
2012-10-03 05:56:24 [INFO] [LegendaryMessages] Loading LegendaryMessages v3.5
2012-10-03 05:56:24 [INFO] [MineConomy] Loading MineConomy v1.5
2012-10-03 05:56:24 [INFO] [NoCheatPlus] Loading NoCheatPlus v3.7.3-b111
2012-10-03 05:56:24 [INFO] [WorldEdit] Loading WorldEdit v5.4.2
2012-10-03 05:56:24 [INFO] [FakaHedaMinequery] Loading FakaHedaMinequery v1.1
2012-10-03 05:56:24 [INFO] [Vault] Loading Vault v1.2.19-b248
2012-10-03 05:56:24 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.2
2012-10-03 05:56:24 [INFO] [PermissionsEx] Initializing file backend
2012-10-03 05:56:24 [INFO] [LWC] Loading LWC v4.3.0 (b736-git-1b1150b1) (August 08, 2012)
2012-10-03 05:56:24 [INFO] [SimpleRestart] Loading SimpleRestart v1.3.4
2012-10-03 05:56:24 [INFO] [AuthMe] Loading AuthMe v2.6.6
2012-10-03 05:56:24 [INFO] [ChopTree2] Loading ChopTree2 v2.2.0
2012-10-03 05:56:24 [INFO] [BKCommonLib] Loading BKCommonLib v1.23
2012-10-03 05:56:24 [INFO] [TrueBlood] Loading TrueBlood v1.0.0
2012-10-03 05:56:24 [INFO] [Modifyworld] Loading Modifyworld v1.19.3
2012-10-03 05:56:24 [INFO] [MoneyDrop] Loading MoneyDrop v1.6.2
2012-10-03 05:56:24 [INFO] [FoundDiamonds] Loading FoundDiamonds v3.6
2012-10-03 05:56:24 [INFO] Loading LogOres v1.0.1
2012-10-03 05:56:24 [INFO] [Essentials] Loading Essentials v2.9.3
2012-10-03 05:56:24 [INFO] [ChatManager] Loading ChatManager v1.19.1
2012-10-03 05:56:24 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.9.3
2012-10-03 05:56:24 [INFO] MLog clients using java 1.4+ standard logging.
2012-10-03 05:56:24 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.3
2012-10-03 05:56:24 [INFO] [ChestShop] Loading ChestShop v3.46
2012-10-03 05:56:24 [INFO] [EssentialsChat] Loading EssentialsChat v2.9.3
2012-10-03 05:56:24 [INFO] [Residence] Loading Residence v2.6.5.2
2012-10-03 05:56:24 [INFO] [Vault] Enabling Vault v1.2.19-b248
2012-10-03 05:56:24 [INFO] [Vault][Economy] MineConomy found: Waiting
2012-10-03 05:56:24 [INFO] [Vault][Economy] Essentials Economy found: Waiting
2012-10-03 05:56:25 [INFO] [Vault][Permission] PermissionsEx found: Waiting
2012-10-03 05:56:25 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2012-10-03 05:56:25 [INFO] [Vault][Chat] PermissionsEx found: Waiting
2012-10-03 05:56:25 [INFO] [Vault] Enabled Version 1.2.19-b248
2012-10-03 05:56:25 [INFO] [LWC] Enabling LWC v4.3.0 (b736-git-1b1150b1) (August 08, 2012)
2012-10-03 05:56:25 [INFO] [LWC] Loaded 209 locale strings (0 overrides)
2012-10-03 05:56:25 [INFO] [LWC] Permissions API: §4VaultPermissions
2012-10-03 05:56:25 [INFO] [LWC] Currency API: §4VaultCurrency
2012-10-03 05:56:25 [INFO] [LWC] Connecting to SQLite
2012-10-03 05:56:25 [INFO] [LWC] Performing any necessary database updates
2012-10-03 05:56:25 [INFO] [LWC] Using database: Native
2012-10-03 05:56:25 [INFO] [LWC] Precached 173 protections
2012-10-03 05:56:25 [INFO] [BKCommonLib] Enabling BKCommonLib v1.23
2012-10-03 05:56:25 [INFO] BKCommonLib version 1.23 enabled!
2012-10-03 05:56:25 [INFO] Preparing level "world"
2012-10-03 05:56:25 [INFO] Preparing start region for level 0 (Seed: -3423481994322319875)
2012-10-03 05:56:26 [INFO] Preparing start region for level 1 (Seed: 2876442663037430069)
2012-10-03 05:56:26 [INFO] Preparing spawn area: 20%
2012-10-03 05:56:27 [INFO] Preparing start region for level 2 (Seed: 2876442663037430069)
2012-10-03 05:56:27 [INFO] [LagMeter] Enabling LagMeter v1.9.0
2012-10-03 05:56:27 [INFO] [LagMeter] Not using logs folder.
2012-10-03 05:56:27 [INFO] [LagMeter 1.9.0] Enabled!  Polling every 40 server ticks.  Logging to /hlserver/27802/plugins/LagMeter/lag.log
2012-10-03 05:56:27 [INFO] [LegendaryMessages] Enabling LegendaryMessages v3.5
2012-10-03 05:56:27 [INFO] [LegendaryMessages] Loaded players.yml!
2012-10-03 05:56:27 [INFO] [MineConomy] Enabling MineConomy v1.5
2012-10-03 05:56:27 [INFO] [MineConomy] [INFO] Enabling plugin...
2012-10-03 05:56:27 [INFO] [MineConomy] [INFO] Found CraftBukkit [2377]. It is compatible!
2012-10-03 05:56:27 [INFO] [MineConomy] [INFO] Loading Config file...
2012-10-03 05:56:27 [INFO] [MineConomy] [INFO] Config file loaded!
2012-10-03 05:56:27 [INFO] [MineConomy] [INFO] YML is enabled for Accounts.
2012-10-03 05:56:27 [INFO] [MineConomy] [INFO] Loading Accounts file...
2012-10-03 05:56:27 [INFO] [MineConomy] [INFO] Accounts file loaded!
2012-10-03 05:56:27 [INFO] [MineConomy] [INFO] Loading Banks file...
2012-10-03 05:56:28 [INFO] [MineConomy] [INFO] Banks file loaded!
2012-10-03 05:56:28 [INFO] [MineConomy] [INFO] Loading Currency file...
2012-10-03 05:56:28 [INFO] [MineConomy] [INFO] Currency file loaded!
2012-10-03 05:56:28 [INFO] [MineConomy] [INFO] Loading Language file...
2012-10-03 05:56:28 [INFO] [MineConomy] [INFO] Language file loaded!
2012-10-03 05:56:28 [INFO] [MineConomy] [INFO] Interest Disabled.
2012-10-03 05:56:28 [INFO] [MineConomy] [INFO] Tax Disabled.
2012-10-03 05:56:28 [INFO] [MineConomy] [INFO] GUI Disabled.
2012-10-03 05:56:28 [INFO] [MineConomy] [INFO] Checking for updates...
2012-10-03 05:56:28 [INFO] [MineConomy] [INFO] No updates available. MineConomy is up to date!
2012-10-03 05:56:28 [INFO] [MineConomy] [IMPORTANT] Version 1.5 by MjolnirCommando is enabled!
2012-10-03 05:56:28 [INFO] [Vault][Economy] MineConomy hooked.
2012-10-03 05:56:28 [INFO] [NoCheatPlus] Enabling NoCheatPlus v3.7.3-b111
2012-10-03 05:56:28 [INFO] [NoCheatPlus] Version 3.7.3-b111 is enabled.
2012-10-03 05:56:28 [INFO] [WorldEdit] Enabling WorldEdit v5.4.2
2012-10-03 05:56:28 [INFO] WEPIF: Using the Bukkit Permissions API.
2012-10-03 05:56:28 [INFO] [FakaHedaMinequery] Enabling FakaHedaMinequery v1.1
2012-10-03 05:56:28 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.2
2012-10-03 05:56:28 [INFO] [PermissionsEx] Superperms support enabled.
2012-10-03 05:56:28 [INFO] [PermissionsEx] v1.19.2 enabled
2012-10-03 05:56:28 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2012-10-03 05:56:28 [INFO] [Vault][Permission] PermissionsEx hooked.
2012-10-03 05:56:28 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
2012-10-03 05:56:28 [INFO] [SimpleRestart] Enabling SimpleRestart v1.3.4
2012-10-03 05:56:28 [INFO] [SimpleRestart] permissions (PermissionsEx-Plugin) successfully loaded
2012-10-03 05:56:28 [INFO] [SimpleRestart] plugin enabled
2012-10-03 05:56:28 [INFO] [SimpleRestart] warning scheduled for 85800 seconds from now!
2012-10-03 05:56:28 [INFO] [SimpleRestart] warning scheduled for 86100 seconds from now!
2012-10-03 05:56:28 [INFO] [SimpleRestart] warning scheduled for 86280 seconds from now!
2012-10-03 05:56:28 [INFO] [SimpleRestart] warning scheduled for 86340 seconds from now!
2012-10-03 05:56:28 [INFO] [SimpleRestart] reboot scheduled for 86400 seconds from now!
2012-10-03 05:56:28 [INFO] [AuthMe] Enabling AuthMe v2.6.6
2012-10-03 05:56:28 [INFO] [AuthMe] Loading Configuration File...
2012-10-03 05:56:28 [INFO] [AuthMe] Merge new Config Options..
2012-10-03 05:56:28 [INFO] [AuthMe] Set Language: en
2012-10-03 05:56:28 [INFO] [AuthMe] Authme 2.6.6 enabled
2012-10-03 05:56:28 [INFO] [ChopTree2] Enabling ChopTree2 v2.2.0
2012-10-03 05:56:28 [INFO] [TrueBlood] Enabling TrueBlood v1.0.0
2012-10-03 05:56:28 [INFO] [TrueBlood] TrueBlood: Enabled
2012-10-03 05:56:28 [INFO] [Modifyworld] Enabling Modifyworld v1.19.3
2012-10-03 05:56:28 [INFO] [Modifyworld] Modifyworld enabled!
2012-10-03 05:56:28 [INFO] [MoneyDrop] Enabling MoneyDrop v1.6.2
2012-10-03 05:56:29 [INFO] [MoneyDrop] Startup complete.
2012-10-03 05:56:29 [INFO] [FoundDiamonds] Enabling FoundDiamonds v3.6
2012-10-03 05:56:29 [INFO] [FoundDiamonds] Enabled
2012-10-03 05:56:29 [INFO] Enabling LogOres v1.0.1
2012-10-03 05:56:29 [INFO] [LogOres] using VAULT:PermissionsEx for permissions
2012-10-03 05:56:29 [INFO] [LogOres]version 1.0.1, build 6 is enabled
2012-10-03 05:56:29 [INFO] [Essentials] Enabling Essentials v2.9.3
2012-10-03 05:56:29 [INFO] [Vault][Economy] Essentials Economy hooked.
2012-10-03 05:56:29 [INFO] Essentials: Using PermissionsEx based permissions.
2012-10-03 05:56:29 [INFO] [Essentials] Payment method found (Vault - Economy: MineConomy version: 1.2.19-b248)
2012-10-03 05:56:29 [INFO] [ChatManager] Enabling ChatManager v1.19.1
2012-10-03 05:56:29 [INFO] [ChatManager] ChatManager enabled!
2012-10-03 05:56:29 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.3
2012-10-03 05:56:29 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
2012-10-03 05:56:29 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.3
2012-10-03 05:56:29 [INFO] [ChestShop] Enabling ChestShop v3.46
2012-10-03 05:56:29 [INFO] [ChestShop] LWC version 4.3.0 (b736-git-1b1150b1) (August 08, 2012) loaded.
2012-10-03 05:56:29 [INFO] [ChestShop] Vault loaded - using MineConomy
2012-10-03 05:56:29 [INFO] [EssentialsChat] Enabling EssentialsChat v2.9.3
2012-10-03 05:56:29 [INFO] [Residence] Enabling Residence v2.6.5.2
2012-10-03 05:56:29 [INFO] [Residence] Found Vault using permissions plugin:PermissionsEx
2012-10-03 05:56:29 [INFO] [Residence] Scanning for economy systems...
2012-10-03 05:56:29 [INFO] [Residence] Found Vault using economy system: MineConomy
2012-10-03 05:56:29 [INFO] [Residence] Found WorldEdit
2012-10-03 05:56:29 [INFO] [Residence] Enabled! Version 2.6.5.2 by bekvon
2012-10-03 05:56:29 [INFO] Server permissions file permissions.yml is empty, ignoring it
2012-10-03 05:56:29 [INFO] Done (4.563s)! For help, type "help" or "?"
2012-10-03 05:56:29 [INFO] Starting GS4 status listener
2012-10-03 05:56:29 [INFO] Query running on 93.91.250.119:27802
2012-10-03 05:56:29 [INFO] [SERVER] Schanis trochu dreva? vem si sekeru a zadej prikaz /warp farma_na_stromy .
2012-10-03 05:56:30 [INFO] [MineConomy] [INFO] Auto-Saving files...
2012-10-03 05:56:30 [INFO] [MineConomy] [INFO] Finished auto-save.
2012-10-03 05:56:47 [INFO] cz_martin_k[/77.48.234.34:49865] logged in with entity id 257 at ([world] -1129.659804368589, 88.98935596545458, -364.06619252217837)
2012-10-03 05:56:47 [INFO] Vitej zpet, cz_martin_k!
2012-10-03 05:56:55 [WARNING] cz_martin_k was kicked for floating too long!
2012-10-03 05:56:55 [INFO] cz_martin_k se odhlasil ze serveru!
2012-10-03 05:56:58 [INFO] cz_martin_k[/77.48.234.34:49869] logged in with entity id 337 at ([world] -1129.659804368589, 88.98935596545458, -364.06619252217837)
2012-10-03 05:56:58 [INFO] Vitej zpet, cz_martin_k!
2012-10-03 05:57:05 [WARNING] cz_martin_k was kicked for floating too long!
2012-10-03 05:57:05 [INFO] cz_martin_k se odhlasil ze serveru!
2012-10-03 05:57:09 [INFO] cz_martin_k[/77.48.234.34:49871] logged in with entity id 417 at ([world] -1129.659804368589, 88.98935596545458, -364.06619252217837)
2012-10-03 05:57:09 [INFO] Vitej zpet, cz_martin_k!
2012-10-03 05:57:15 [INFO] cz_martin_k issued server command: /login
2012-10-03 05:57:15 [INFO] [AuthMe] §4[§9Hl.Admin§4]§acz_martin_k§7§f logged in!
2012-10-03 05:57:27 [INFO] cz_martin_k issued server command: /gm1
2012-10-03 05:57:32 [INFO] cz_martin_k issued server command: /gm 1
2012-10-03 05:57:32 [INFO] [PLAYER_COMMAND] cz_martin_k: /gm 1
2012-10-03 05:58:07 [INFO] cz_martin_k issued server command: /gamemode 0
2012-10-03 05:58:07 [INFO] [PLAYER_COMMAND] cz_martin_k: /gamemode 0
2012-10-03 05:58:29 [INFO] [SERVER] Potrebujes s necim poradit? zeptej se Adminu, radi ti pomuzou. :-)
2012-10-03 05:58:30 [INFO] cz_martin_k issued server command: /pl
2012-10-03 05:58:47 [INFO] cz_martin_k lost connection: disconnect.quitting
2012-10-03 05:58:47 [INFO] Connection reset
2012-10-03 05:58:47 [INFO] cz_martin_k se odhlasil ze serveru!

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: Server.log a pluginy

#7 Příspěvekod Sejsel » 03 říj 2012, 13:02

Vypadá to, že je vše v pořádku, jen ti to kope nepřihlášené hráče, kteří jsou ve vzduchu. Můžeš si bezpečně nastavit allow-flight: true v server.properties, protože ti to ohlídá NoCheatPlus. Pak už se to nebude opakovat.
01101110011101010110001001110111

cz_martin_k
Příspěvky: 478
Registrován: 12 kvě 2012, 17:54
Reputation: 0

Re: Server.log a pluginy

#8 Příspěvekod cz_martin_k » 03 říj 2012, 14:38

Co je špatně s tím pluginem MoneyDrop?
Našel jsem v server.log tuto chybu:
Spoiler: zobrazit

Kód: Vybrat vše

2012-10-03 06:04:29 [WARNING] [LegendaryMessages] Task #7 for LegendaryMessages v3.5 generated an exception
java.lang.NullPointerException
   at me.icyrelic.com.LegendaryMessages$1.run(LegendaryMessages.java:48)
   at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:52)
   at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:321)
   at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:509)
   at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
   at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
2012-10-03 06:04:31 [INFO] cz_martin_k issued server command: /gm 1
2012-10-03 06:04:31 [INFO] [PLAYER_COMMAND] cz_martin_k: /gm 1
2012-10-03 06:04:59 [SEVERE] Could not pass event PlayerPickupItemEvent to MoneyDrop
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at net.minecraft.server.EntityItem.b_(EntityItem.java:193)
   at net.minecraft.server.EntityHuman.o(EntityHuman.java:349)
   at net.minecraft.server.EntityHuman.d(EntityHuman.java:341)
   at net.minecraft.server.EntityLiving.h_(EntityLiving.java:447)
   at net.minecraft.server.EntityHuman.h_(EntityHuman.java:158)
   at net.minecraft.server.EntityPlayer.g(EntityPlayer.java:203)
   at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:128)
   at net.minecraft.server.ServerConnection.b(SourceFile:35)
   at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
   at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
   at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
   at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: me.mjolnir.mineconomy.exceptions.NoCurrencyException
   at me.mjolnir.mineconomy.internal.MCCom.getCurrencyValue(MCCom.java:568)
   at me.mjolnir.mineconomy.internal.MCCom.getExternalBalance(MCCom.java:1136)
   at net.milkbowl.vault.economy.plugins.Economy_MineConomy.depositPlayer(Economy_MineConomy.java:159)
   at me.drakespirit.plugins.moneydrop.MDPlayerListener.onPlayerPickupItem(MDPlayerListener.java:31)
   at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
   ... 17 more
2012-10-03 06:05:02 [SEVERE] Could not pass event PlayerPickupItemEvent to MoneyDrop
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at net.minecraft.server.EntityItem.b_(EntityItem.java:193)
   at net.minecraft.server.EntityHuman.o(EntityHuman.java:349)
   at net.minecraft.server.EntityHuman.d(EntityHuman.java:341)
   at net.minecraft.server.EntityLiving.h_(EntityLiving.java:447)
   at net.minecraft.server.EntityHuman.h_(EntityHuman.java:158)
   at net.minecraft.server.EntityPlayer.g(EntityPlayer.java:203)
   at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:347)
   at net.minecraft.server.Packet10Flying.handle(SourceFile:136)
   at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
   at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
   at net.minecraft.server.ServerConnection.b(SourceFile:35)
   at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
   at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
   at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
   at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: me.mjolnir.mineconomy.exceptions.NoCurrencyException
   at me.mjolnir.mineconomy.internal.MCCom.getCurrencyValue(MCCom.java:568)
   at me.mjolnir.mineconomy.internal.MCCom.getExternalBalance(MCCom.java:1136)
   at net.milkbowl.vault.economy.plugins.Economy_MineConomy.depositPlayer(Economy_MineConomy.java:159)
   at me.drakespirit.plugins.moneydrop.MDPlayerListener.onPlayerPickupItem(MDPlayerListener.java:31)
   at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
   ... 20 more
2012-10-03 06:05:28 [SEVERE] Could not pass event PlayerPickupItemEvent to MoneyDrop
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at net.minecraft.server.EntityItem.b_(EntityItem.java:193)
   at net.minecraft.server.EntityHuman.o(EntityHuman.java:349)
   at net.minecraft.server.EntityHuman.d(EntityHuman.java:341)
   at net.minecraft.server.EntityLiving.h_(EntityLiving.java:447)
   at net.minecraft.server.EntityHuman.h_(EntityHuman.java:158)
   at net.minecraft.server.EntityPlayer.g(EntityPlayer.java:203)
   at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:347)
   at net.minecraft.server.Packet10Flying.handle(SourceFile:136)
   at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
   at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
   at net.minecraft.server.ServerConnection.b(SourceFile:35)
   at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
   at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
   at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
   at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: me.mjolnir.mineconomy.exceptions.NoCurrencyException
   at me.mjolnir.mineconomy.internal.MCCom.getCurrencyValue(MCCom.java:568)
   at me.mjolnir.mineconomy.internal.MCCom.getExternalBalance(MCCom.java:1136)
   at net.milkbowl.vault.economy.plugins.Economy_MineConomy.depositPlayer(Economy_MineConomy.java:159)
   at me.drakespirit.plugins.moneydrop.MDPlayerListener.onPlayerPickupItem(MDPlayerListener.java:31)
   at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
   ... 20 more
2012-10-03 06:05:30 [SEVERE] Could not pass event PlayerPickupItemEvent to MoneyDrop
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at net.minecraft.server.EntityItem.b_(EntityItem.java:193)
   at net.minecraft.server.EntityHuman.o(EntityHuman.java:349)
   at net.minecraft.server.EntityHuman.d(EntityHuman.java:341)
   at net.minecraft.server.EntityLiving.h_(EntityLiving.java:447)
   at net.minecraft.server.EntityHuman.h_(EntityHuman.java:158)
   at net.minecraft.server.EntityPlayer.g(EntityPlayer.java:203)
   at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:347)
   at net.minecraft.server.Packet10Flying.handle(SourceFile:136)
   at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
   at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
   at net.minecraft.server.ServerConnection.b(SourceFile:35)
   at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
   at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
   at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
   at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: me.mjolnir.mineconomy.exceptions.NoCurrencyException
   at me.mjolnir.mineconomy.internal.MCCom.getCurrencyValue(MCCom.java:568)
   at me.mjolnir.mineconomy.internal.MCCom.getExternalBalance(MCCom.java:1136)
   at net.milkbowl.vault.economy.plugins.Economy_MineConomy.depositPlayer(Economy_MineConomy.java:159)
   at me.drakespirit.plugins.moneydrop.MDPlayerListener.onPlayerPickupItem(MDPlayerListener.java:31)
   at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
   ... 20 more
2012-10-03 06:05:45 [SEVERE] Could not pass event PlayerPickupItemEvent to MoneyDrop
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at net.minecraft.server.EntityItem.b_(EntityItem.java:193)
   at net.minecraft.server.EntityHuman.o(EntityHuman.java:349)
   at net.minecraft.server.EntityHuman.d(EntityHuman.java:341)
   at net.minecraft.server.EntityLiving.h_(EntityLiving.java:447)
   at net.minecraft.server.EntityHuman.h_(EntityHuman.java:158)
   at net.minecraft.server.EntityPlayer.g(EntityPlayer.java:203)
   at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:347)
   at net.minecraft.server.Packet10Flying.handle(SourceFile:136)
   at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
   at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
   at net.minecraft.server.ServerConnection.b(SourceFile:35)
   at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
   at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
   at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
   at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: me.mjolnir.mineconomy.exceptions.NoCurrencyException
   at me.mjolnir.mineconomy.internal.MCCom.getCurrencyValue(MCCom.java:568)
   at me.mjolnir.mineconomy.internal.MCCom.getExternalBalance(MCCom.java:1136)
   at net.milkbowl.vault.economy.plugins.Economy_MineConomy.depositPlayer(Economy_MineConomy.java:159)
   at me.drakespirit.plugins.moneydrop.MDPlayerListener.onPlayerPickupItem(MDPlayerListener.java:31)
   at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
   ... 20 more
2012-10-03 06:06:29 [WARNING] [LegendaryMessages] Task #7 for LegendaryMessages v3.5 generated an exception
java.lang.NullPointerException
   at me.icyrelic.com.LegendaryMessages$1.run(LegendaryMessages.java:48)
   at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:52)
   at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:321)
   at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:509)
   at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
   at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)


Celý server.log)
Spoiler: zobrazit

Kód: Vybrat vše

2012-10-03 14:52:07 [INFO] Starting minecraft server version 1.3.2
2012-10-03 14:52:07 [INFO] Loading properties
2012-10-03 14:52:07 [INFO] Default game type: SURVIVAL
2012-10-03 14:52:07 [INFO] Generating keypair
2012-10-03 14:52:07 [INFO] Starting Minecraft server on 93.91.250.119:27802
2012-10-03 14:52:07 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2012-10-03 14:52:07 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2012-10-03 14:52:07 [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.
2012-10-03 14:52:07 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2012-10-03 14:52:07 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.2-R1.0-b2377jnks (MC: 1.3.2) (Implementing API version 1.3.2-R1.0)
2012-10-03 14:52:07 [INFO] Starting FakaHedaMinequery server on 93.91.250.119:28802
2012-10-03 14:52:08 [INFO] [PermissionsEx] sql backend registered!
2012-10-03 14:52:08 [INFO] [PermissionsEx] file backend registered!
2012-10-03 14:52:08 [INFO] [PermissionsEx] PermissionEx plugin initialized.
2012-10-03 14:52:08 [SEVERE] ebean.properties not found
2012-10-03 14:52:08 [WARNING] No Entities found in ClassPath using ClassPathReader [com.avaje.ebeaninternal.server.util.DefaultClassPathReader@4a8716d3] Classpath Searched[[file:/hlserver/27802/minecraft_server.jar]]
2012-10-03 14:52:08 [INFO] Classpath search hits in jars[] pkgs[]  searchTime[1]
2012-10-03 14:52:08 [INFO] DataSourcePool [LogOres] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
2012-10-03 14:52:08 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
2012-10-03 14:52:08 [INFO] Entities enhanced[0] subclassed[0]
2012-10-03 14:52:08 [INFO] [LagMeter] Loading LagMeter v1.9.0
2012-10-03 14:52:08 [INFO] [LegendaryMessages] Loading LegendaryMessages v3.5
2012-10-03 14:52:08 [INFO] [MineConomy] Loading MineConomy v1.5
2012-10-03 14:52:08 [INFO] [NoCheatPlus] Loading NoCheatPlus v3.7.3-b111
2012-10-03 14:52:08 [INFO] [WorldEdit] Loading WorldEdit v5.4.2
2012-10-03 14:52:08 [INFO] [FakaHedaMinequery] Loading FakaHedaMinequery v1.1
2012-10-03 14:52:08 [INFO] [Vault] Loading Vault v1.2.19-b248
2012-10-03 14:52:08 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.2
2012-10-03 14:52:08 [INFO] [PermissionsEx] Initializing file backend
2012-10-03 14:52:08 [INFO] [LWC] Loading LWC v4.3.0 (b736-git-1b1150b1) (August 08, 2012)
2012-10-03 14:52:08 [INFO] [SimpleRestart] Loading SimpleRestart v1.3.4
2012-10-03 14:52:08 [INFO] [AuthMe] Loading AuthMe v2.6.6
2012-10-03 14:52:08 [INFO] [ChopTree2] Loading ChopTree2 v2.2.0
2012-10-03 14:52:08 [INFO] [BKCommonLib] Loading BKCommonLib v1.23
2012-10-03 14:52:08 [INFO] [TrueBlood] Loading TrueBlood v1.0.0
2012-10-03 14:52:08 [INFO] [Modifyworld] Loading Modifyworld v1.19.3
2012-10-03 14:52:08 [INFO] [MoneyDrop] Loading MoneyDrop v1.6.2
2012-10-03 14:52:08 [INFO] [FoundDiamonds] Loading FoundDiamonds v3.6
2012-10-03 14:52:08 [INFO] Loading LogOres v1.0.1
2012-10-03 14:52:08 [INFO] [Essentials] Loading Essentials v2.9.3
2012-10-03 14:52:08 [INFO] [ChatManager] Loading ChatManager v1.19.1
2012-10-03 14:52:08 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.9.3
2012-10-03 14:52:09 [INFO] MLog clients using java 1.4+ standard logging.
2012-10-03 14:52:09 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.3
2012-10-03 14:52:09 [INFO] [ChestShop] Loading ChestShop v3.46
2012-10-03 14:52:09 [INFO] [EssentialsChat] Loading EssentialsChat v2.9.3
2012-10-03 14:52:09 [INFO] [Residence] Loading Residence v2.6.5.2
2012-10-03 14:52:09 [INFO] [Vault] Enabling Vault v1.2.19-b248
2012-10-03 14:52:09 [INFO] [Vault][Economy] MineConomy found: Waiting
2012-10-03 14:52:09 [INFO] [Vault][Economy] Essentials Economy found: Waiting
2012-10-03 14:52:09 [INFO] [Vault][Permission] PermissionsEx found: Waiting
2012-10-03 14:52:09 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2012-10-03 14:52:09 [INFO] [Vault][Chat] PermissionsEx found: Waiting
2012-10-03 14:52:09 [INFO] [Vault] Enabled Version 1.2.19-b248
2012-10-03 14:52:09 [INFO] [LWC] Enabling LWC v4.3.0 (b736-git-1b1150b1) (August 08, 2012)
2012-10-03 14:52:09 [INFO] [LWC] Loaded 209 locale strings (0 overrides)
2012-10-03 14:52:09 [INFO] [LWC] Permissions API: §4VaultPermissions
2012-10-03 14:52:09 [INFO] [LWC] Currency API: §4VaultCurrency
2012-10-03 14:52:09 [INFO] [LWC] Connecting to SQLite
2012-10-03 14:52:09 [INFO] [LWC] Performing any necessary database updates
2012-10-03 14:52:09 [INFO] [LWC] Using database: Native
2012-10-03 14:52:09 [INFO] [LWC] Precached 174 protections
2012-10-03 14:52:09 [INFO] [BKCommonLib] Enabling BKCommonLib v1.23
2012-10-03 14:52:09 [INFO] BKCommonLib version 1.23 enabled!
2012-10-03 14:52:09 [INFO] Preparing level "world"
2012-10-03 14:52:09 [INFO] Preparing start region for level 0 (Seed: -3423481994322319875)
2012-10-03 14:52:10 [INFO] Preparing start region for level 1 (Seed: 2876442663037430069)
2012-10-03 14:52:11 [INFO] Preparing spawn area: 16%
2012-10-03 14:52:12 [INFO] Preparing spawn area: 89%
2012-10-03 14:52:12 [INFO] Preparing start region for level 2 (Seed: 2876442663037430069)
2012-10-03 14:52:12 [INFO] [LagMeter] Enabling LagMeter v1.9.0
2012-10-03 14:52:12 [INFO] [LagMeter] Not using logs folder.
2012-10-03 14:52:12 [INFO] [LagMeter 1.9.0] Enabled!  Polling every 40 server ticks.  Logging to /hlserver/27802/plugins/LagMeter/lag.log
2012-10-03 14:52:12 [INFO] [LegendaryMessages] Enabling LegendaryMessages v3.5
2012-10-03 14:52:12 [INFO] [LegendaryMessages] Loaded players.yml!
2012-10-03 14:52:12 [INFO] [MineConomy] Enabling MineConomy v1.5
2012-10-03 14:52:12 [INFO] [MineConomy] [INFO] Enabling plugin...
2012-10-03 14:52:13 [INFO] [MineConomy] [INFO] Found CraftBukkit [2377]. It is compatible!
2012-10-03 14:52:13 [INFO] [MineConomy] [INFO] Loading Config file...
2012-10-03 14:52:13 [INFO] [MineConomy] [INFO] Config file loaded!
2012-10-03 14:52:13 [INFO] [MineConomy] [INFO] YML is enabled for Accounts.
2012-10-03 14:52:13 [INFO] [MineConomy] [INFO] Loading Accounts file...
2012-10-03 14:52:13 [INFO] [MineConomy] [INFO] Accounts file loaded!
2012-10-03 14:52:13 [INFO] [MineConomy] [INFO] Loading Banks file...
2012-10-03 14:52:13 [INFO] [MineConomy] [INFO] Banks file loaded!
2012-10-03 14:52:13 [INFO] [MineConomy] [INFO] Loading Currency file...
2012-10-03 14:52:13 [INFO] [MineConomy] [INFO] Currency file loaded!
2012-10-03 14:52:13 [INFO] [MineConomy] [INFO] Loading Language file...
2012-10-03 14:52:13 [INFO] [MineConomy] [INFO] Language file loaded!
2012-10-03 14:52:13 [INFO] [MineConomy] [INFO] Interest Disabled.
2012-10-03 14:52:13 [INFO] [MineConomy] [INFO] Tax Disabled.
2012-10-03 14:52:13 [INFO] [MineConomy] [INFO] GUI Disabled.
2012-10-03 14:52:13 [INFO] [MineConomy] [INFO] Checking for updates...
2012-10-03 14:52:14 [INFO] [MineConomy] [INFO] No updates available. MineConomy is up to date!
2012-10-03 14:52:14 [INFO] [MineConomy] [IMPORTANT] Version 1.5 by MjolnirCommando is enabled!
2012-10-03 14:52:14 [INFO] [Vault][Economy] MineConomy hooked.
2012-10-03 14:52:14 [INFO] [NoCheatPlus] Enabling NoCheatPlus v3.7.3-b111
2012-10-03 14:52:14 [INFO] [NoCheatPlus] Version 3.7.3-b111 is enabled.
2012-10-03 14:52:14 [INFO] [WorldEdit] Enabling WorldEdit v5.4.2
2012-10-03 14:52:14 [INFO] WEPIF: Using the Bukkit Permissions API.
2012-10-03 14:52:14 [INFO] [FakaHedaMinequery] Enabling FakaHedaMinequery v1.1
2012-10-03 14:52:14 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.2
2012-10-03 14:52:14 [INFO] [PermissionsEx] Superperms support enabled.
2012-10-03 14:52:14 [INFO] [PermissionsEx] v1.19.2 enabled
2012-10-03 14:52:14 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2012-10-03 14:52:14 [INFO] [Vault][Permission] PermissionsEx hooked.
2012-10-03 14:52:14 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
2012-10-03 14:52:14 [INFO] [SimpleRestart] Enabling SimpleRestart v1.3.4
2012-10-03 14:52:14 [INFO] [SimpleRestart] permissions (PermissionsEx-Plugin) successfully loaded
2012-10-03 14:52:14 [INFO] [SimpleRestart] plugin enabled
2012-10-03 14:52:14 [INFO] [SimpleRestart] warning scheduled for 85800 seconds from now!
2012-10-03 14:52:14 [INFO] [SimpleRestart] warning scheduled for 86100 seconds from now!
2012-10-03 14:52:14 [INFO] [SimpleRestart] warning scheduled for 86280 seconds from now!
2012-10-03 14:52:14 [INFO] [SimpleRestart] warning scheduled for 86340 seconds from now!
2012-10-03 14:52:14 [INFO] [SimpleRestart] reboot scheduled for 86400 seconds from now!
2012-10-03 14:52:14 [INFO] [AuthMe] Enabling AuthMe v2.6.6
2012-10-03 14:52:14 [INFO] [AuthMe] Loading Configuration File...
2012-10-03 14:52:14 [INFO] [AuthMe] Merge new Config Options..
2012-10-03 14:52:14 [INFO] [AuthMe] Set Language: en
2012-10-03 14:52:14 [INFO] [AuthMe] Authme 2.6.6 enabled
2012-10-03 14:52:14 [INFO] [ChopTree2] Enabling ChopTree2 v2.2.0
2012-10-03 14:52:14 [INFO] [TrueBlood] Enabling TrueBlood v1.0.0
2012-10-03 14:52:14 [INFO] [TrueBlood] TrueBlood: Enabled
2012-10-03 14:52:14 [INFO] [Modifyworld] Enabling Modifyworld v1.19.3
2012-10-03 14:52:14 [INFO] [Modifyworld] Modifyworld enabled!
2012-10-03 14:52:14 [INFO] [MoneyDrop] Enabling MoneyDrop v1.6.2
2012-10-03 14:52:14 [INFO] [MoneyDrop] Startup complete.
2012-10-03 14:52:14 [INFO] [FoundDiamonds] Enabling FoundDiamonds v3.6
2012-10-03 14:52:14 [INFO] [FoundDiamonds] Enabled
2012-10-03 14:52:14 [INFO] Enabling LogOres v1.0.1
2012-10-03 14:52:14 [INFO] [LogOres] using VAULT:PermissionsEx for permissions
2012-10-03 14:52:14 [INFO] [LogOres]version 1.0.1, build 6 is enabled
2012-10-03 14:52:14 [INFO] [Essentials] Enabling Essentials v2.9.3
2012-10-03 14:52:15 [INFO] [Vault][Economy] Essentials Economy hooked.
2012-10-03 14:52:15 [INFO] Essentials: Using PermissionsEx based permissions.
2012-10-03 14:52:15 [INFO] [Essentials] Payment method found (Vault - Economy: MineConomy version: 1.2.19-b248)
2012-10-03 14:52:15 [INFO] [ChatManager] Enabling ChatManager v1.19.1
2012-10-03 14:52:15 [INFO] [ChatManager] ChatManager enabled!
2012-10-03 14:52:15 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.3
2012-10-03 14:52:15 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
2012-10-03 14:52:15 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.3
2012-10-03 14:52:15 [INFO] [ChestShop] Enabling ChestShop v3.46
2012-10-03 14:52:15 [INFO] [ChestShop] LWC version 4.3.0 (b736-git-1b1150b1) (August 08, 2012) loaded.
2012-10-03 14:52:15 [INFO] [ChestShop] Vault loaded - using MineConomy
2012-10-03 14:52:15 [INFO] [EssentialsChat] Enabling EssentialsChat v2.9.3
2012-10-03 14:52:15 [INFO] [Residence] Enabling Residence v2.6.5.2
2012-10-03 14:52:15 [INFO] [Residence] Found Vault using permissions plugin:PermissionsEx
2012-10-03 14:52:15 [INFO] [Residence] Scanning for economy systems...
2012-10-03 14:52:15 [INFO] [Residence] Found Vault using economy system: MineConomy
2012-10-03 14:52:15 [INFO] [Residence] Found WorldEdit
2012-10-03 14:52:15 [INFO] [Residence] Enabled! Version 2.6.5.2 by bekvon
2012-10-03 14:52:15 [INFO] Server permissions file permissions.yml is empty, ignoring it
2012-10-03 14:52:15 [INFO] Done (6.048s)! For help, type "help" or "?"
2012-10-03 14:52:15 [INFO] Starting GS4 status listener
2012-10-03 14:52:15 [INFO] Query running on 93.91.250.119:27802
2012-10-03 14:52:15 [INFO] [SERVER] Schanis trochu dreva? vem si sekeru a zadej prikaz /warp farma_na_stromy .
2012-10-03 14:52:15 [INFO] /109.164.67.7:52584 lost connection
2012-10-03 14:52:16 [INFO] [MineConomy] [INFO] Auto-Saving files...
2012-10-03 14:52:16 [INFO] [MineConomy] [INFO] Finished auto-save.
2012-10-03 14:52:43 [INFO] kuki3[/109.164.67.7:52640] logged in with entity id 378 at ([world] -1042.9006312665388, 85.79090561865344, 180.55763136232935)
2012-10-03 14:52:43 [INFO] Vitej zpet, kuki3!
2012-10-03 14:52:50 [INFO] kuki3 issued server command: /login tomas
2012-10-03 14:52:50 [INFO] [AuthMe] §4[§9Stavitel_pomocnik§4]§akuki3§7§f logged in!
2012-10-03 14:53:00 [INFO] kuki3 issued server command: /fly
2012-10-03 14:53:00 [INFO] [PLAYER_COMMAND] kuki3: /fly 
2012-10-03 14:53:20 [INFO] thomas[/217.170.97.98:58763] logged in with entity id 982 at ([world] -1354.5798361655384, 69.0, 716.2653178240876)
2012-10-03 14:53:20 [INFO] Vitej zpet, thomas!
2012-10-03 14:53:21 [INFO] cz_martin_k[/77.48.234.34:50036] logged in with entity id 1119 at ([world] -1144.9423435213496, 64.0, 284.69999998807907)
2012-10-03 14:53:21 [INFO] Vitej zpet, cz_martin_k!
2012-10-03 14:53:25 [INFO] thomas issued server command: /login thomas thomas
2012-10-03 14:53:25 [INFO] [AuthMe] §0[§6Hrac§0]§6thomas§a§f logged in!
2012-10-03 14:53:27 [INFO] cz_martin_k issued server command: /login masosekr
2012-10-03 14:53:27 [INFO] [AuthMe] §4[§9Hl.Admin§4]§acz_martin_k§7§f logged in!
2012-10-03 14:53:29 [INFO] <[Hrac]thomas> co to bzlo ?
2012-10-03 14:53:36 [INFO] <[Hl.Admin]cz_martin_k> co?
2012-10-03 14:53:43 [INFO] <[Hrac]thomas> me padl serve a nesel
2012-10-03 14:53:49 [INFO] <[Stavitel_pomocnik]kuki3> restart
2012-10-03 14:53:59 [INFO] <[Hl.Admin]cz_martin_k> pred chvili jsem to tu psal
2012-10-03 14:54:15 [INFO] <[Stavitel_pomocnik]kuki3> martine muzu ti postavit tu sochu stejne nemam nic na praci
2012-10-03 14:54:15 [INFO] [SERVER] Potrebujes s necim poradit? zeptej se Adminu, radi ti pomuzou. :-)
2012-10-03 14:55:04 [SEVERE] Could not pass event PlayerPickupItemEvent to MoneyDrop
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at net.minecraft.server.EntityItem.b_(EntityItem.java:193)
   at net.minecraft.server.EntityHuman.o(EntityHuman.java:349)
   at net.minecraft.server.EntityHuman.d(EntityHuman.java:341)
   at net.minecraft.server.EntityLiving.h_(EntityLiving.java:447)
   at net.minecraft.server.EntityHuman.h_(EntityHuman.java:158)
   at net.minecraft.server.EntityPlayer.g(EntityPlayer.java:203)
   at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:347)
   at net.minecraft.server.Packet10Flying.handle(SourceFile:136)
   at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
   at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
   at net.minecraft.server.ServerConnection.b(SourceFile:35)
   at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
   at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
   at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
   at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: me.mjolnir.mineconomy.exceptions.NoCurrencyException
   at me.mjolnir.mineconomy.internal.MCCom.getCurrencyValue(MCCom.java:568)
   at me.mjolnir.mineconomy.internal.MCCom.getExternalBalance(MCCom.java:1136)
   at net.milkbowl.vault.economy.plugins.Economy_MineConomy.depositPlayer(Economy_MineConomy.java:159)
   at me.drakespirit.plugins.moneydrop.MDPlayerListener.onPlayerPickupItem(MDPlayerListener.java:31)
   at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
   ... 20 more
2012-10-03 14:55:07 [SEVERE] Could not pass event PlayerPickupItemEvent to MoneyDrop
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at net.minecraft.server.EntityItem.b_(EntityItem.java:193)
   at net.minecraft.server.EntityHuman.o(EntityHuman.java:349)
   at net.minecraft.server.EntityHuman.d(EntityHuman.java:341)
   at net.minecraft.server.EntityLiving.h_(EntityLiving.java:447)
   at net.minecraft.server.EntityHuman.h_(EntityHuman.java:158)
   at net.minecraft.server.EntityPlayer.g(EntityPlayer.java:203)
   at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:347)
   at net.minecraft.server.Packet10Flying.handle(SourceFile:136)
   at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
   at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
   at net.minecraft.server.ServerConnection.b(SourceFile:35)
   at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
   at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
   at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
   at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: me.mjolnir.mineconomy.exceptions.NoCurrencyException
   at me.mjolnir.mineconomy.internal.MCCom.getCurrencyValue(MCCom.java:568)
   at me.mjolnir.mineconomy.internal.MCCom.getExternalBalance(MCCom.java:1136)
   at net.milkbowl.vault.economy.plugins.Economy_MineConomy.depositPlayer(Economy_MineConomy.java:159)
   at me.drakespirit.plugins.moneydrop.MDPlayerListener.onPlayerPickupItem(MDPlayerListener.java:31)
   at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
   ... 20 more
2012-10-03 14:55:16 [SEVERE] Could not pass event PlayerPickupItemEvent to MoneyDrop
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at net.minecraft.server.EntityItem.b_(EntityItem.java:193)
   at net.minecraft.server.EntityHuman.o(EntityHuman.java:349)
   at net.minecraft.server.EntityHuman.d(EntityHuman.java:341)
   at net.minecraft.server.EntityLiving.h_(EntityLiving.java:447)
   at net.minecraft.server.EntityHuman.h_(EntityHuman.java:158)
   at net.minecraft.server.EntityPlayer.g(EntityPlayer.java:203)
   at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:347)
   at net.minecraft.server.Packet10Flying.handle(SourceFile:136)
   at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
   at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
   at net.minecraft.server.ServerConnection.b(SourceFile:35)
   at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
   at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
   at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
   at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: me.mjolnir.mineconomy.exceptions.NoCurrencyException
   at me.mjolnir.mineconomy.internal.MCCom.getCurrencyValue(MCCom.java:568)
   at me.mjolnir.mineconomy.internal.MCCom.getExternalBalance(MCCom.java:1136)
   at net.milkbowl.vault.economy.plugins.Economy_MineConomy.depositPlayer(Economy_MineConomy.java:159)
   at me.drakespirit.plugins.moneydrop.MDPlayerListener.onPlayerPickupItem(MDPlayerListener.java:31)
   at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
   ... 20 more
2012-10-03 14:55:17 [INFO] <[Stavitel_pomocnik]kuki3> martine
2012-10-03 14:55:19 [SEVERE] Could not pass event PlayerPickupItemEvent to MoneyDrop
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at net.minecraft.server.EntityItem.b_(EntityItem.java:193)
   at net.minecraft.server.EntityHuman.o(EntityHuman.java:349)
   at net.minecraft.server.EntityHuman.d(EntityHuman.java:341)
   at net.minecraft.server.EntityLiving.h_(EntityLiving.java:447)
   at net.minecraft.server.EntityHuman.h_(EntityHuman.java:158)
   at net.minecraft.server.EntityPlayer.g(EntityPlayer.java:203)
   at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:347)
   at net.minecraft.server.Packet10Flying.handle(SourceFile:136)
   at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
   at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
   at net.minecraft.server.ServerConnection.b(SourceFile:35)
   at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
   at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
   at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
   at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: me.mjolnir.mineconomy.exceptions.NoCurrencyException
   at me.mjolnir.mineconomy.internal.MCCom.getCurrencyValue(MCCom.java:568)
   at me.mjolnir.mineconomy.internal.MCCom.getExternalBalance(MCCom.java:1136)
   at net.milkbowl.vault.economy.plugins.Economy_MineConomy.depositPlayer(Economy_MineConomy.java:159)
   at me.drakespirit.plugins.moneydrop.MDPlayerListener.onPlayerPickupItem(MDPlayerListener.java:31)
   at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
   ... 20 more
2012-10-03 14:55:25 [SEVERE] Could not pass event PlayerPickupItemEvent to MoneyDrop
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at net.minecraft.server.EntityItem.b_(EntityItem.java:193)
   at net.minecraft.server.EntityHuman.o(EntityHuman.java:349)
   at net.minecraft.server.EntityHuman.d(EntityHuman.java:341)
   at net.minecraft.server.EntityLiving.h_(EntityLiving.java:447)
   at net.minecraft.server.EntityHuman.h_(EntityHuman.java:158)
   at net.minecraft.server.EntityPlayer.g(EntityPlayer.java:203)
   at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:347)
   at net.minecraft.server.Packet10Flying.handle(SourceFile:136)
   at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
   at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
   at net.minecraft.server.ServerConnection.b(SourceFile:35)
   at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
   at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
   at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
   at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: me.mjolnir.mineconomy.exceptions.NoCurrencyException
   at me.mjolnir.mineconomy.internal.MCCom.getCurrencyValue(MCCom.java:568)
   at me.mjolnir.mineconomy.internal.MCCom.getExternalBalance(MCCom.java:1136)
   at net.milkbowl.vault.economy.plugins.Economy_MineConomy.depositPlayer(Economy_MineConomy.java:159)
   at me.drakespirit.plugins.moneydrop.MDPlayerListener.onPlayerPickupItem(MDPlayerListener.java:31)
   at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
   ... 20 more
2012-10-03 14:55:30 [INFO] <[Hl.Admin]cz_martin_k> no?
2012-10-03 14:55:31 [SEVERE] Could not pass event PlayerPickupItemEvent to MoneyDrop
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at net.minecraft.server.EntityItem.b_(EntityItem.java:193)
   at net.minecraft.server.EntityHuman.o(EntityHuman.java:349)
   at net.minecraft.server.EntityHuman.d(EntityHuman.java:341)
   at net.minecraft.server.EntityLiving.h_(EntityLiving.java:447)
   at net.minecraft.server.EntityHuman.h_(EntityHuman.java:158)
   at net.minecraft.server.EntityPlayer.g(EntityPlayer.java:203)
   at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:128)
   at net.minecraft.server.ServerConnection.b(SourceFile:35)
   at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
   at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
   at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
   at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: me.mjolnir.mineconomy.exceptions.NoCurrencyException
   at me.mjolnir.mineconomy.internal.MCCom.getCurrencyValue(MCCom.java:568)
   at me.mjolnir.mineconomy.internal.MCCom.getExternalBalance(MCCom.java:1136)
   at net.milkbowl.vault.economy.plugins.Economy_MineConomy.depositPlayer(Economy_MineConomy.java:159)
   at me.drakespirit.plugins.moneydrop.MDPlayerListener.onPlayerPickupItem(MDPlayerListener.java:31)
   at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
   ... 17 more
2012-10-03 14:55:34 [INFO] <[Stavitel_pomocnik]kuki3> martine muzu ti postavit tu sochu stejne nemam nic na praci
2012-10-03 14:55:49 [INFO] Connection reset
2012-10-03 14:55:49 [INFO] thomas lost connection: disconnect.quitting
2012-10-03 14:55:49 [INFO] thomas se odhlasil ze serveru!
2012-10-03 14:55:51 [SEVERE] Could not pass event PlayerPickupItemEvent to MoneyDrop
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at net.minecraft.server.EntityItem.b_(EntityItem.java:193)
   at net.minecraft.server.EntityHuman.o(EntityHuman.java:349)
   at net.minecraft.server.EntityHuman.d(EntityHuman.java:341)
   at net.minecraft.server.EntityLiving.h_(EntityLiving.java:447)
   at net.minecraft.server.EntityHuman.h_(EntityHuman.java:158)
   at net.minecraft.server.EntityPlayer.g(EntityPlayer.java:203)
   at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:347)
   at net.minecraft.server.Packet10Flying.handle(SourceFile:136)
   at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
   at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
   at net.minecraft.server.ServerConnection.b(SourceFile:35)
   at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
   at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
   at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
   at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: me.mjolnir.mineconomy.exceptions.NoCurrencyException
   at me.mjolnir.mineconomy.internal.MCCom.getCurrencyValue(MCCom.java:568)
   at me.mjolnir.mineconomy.internal.MCCom.getExternalBalance(MCCom.java:1136)
   at net.milkbowl.vault.economy.plugins.Economy_MineConomy.depositPlayer(Economy_MineConomy.java:159)
   at me.drakespirit.plugins.moneydrop.MDPlayerListener.onPlayerPickupItem(MDPlayerListener.java:31)
   at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
   ... 20 more
2012-10-03 14:55:56 [INFO] <[Stavitel_pomocnik]kuki3> ja mam vylepsenej mec
2012-10-03 14:56:12 [SEVERE] Could not pass event PlayerPickupItemEvent to MoneyDrop
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at net.minecraft.server.EntityItem.b_(EntityItem.java:193)
   at net.minecraft.server.EntityHuman.o(EntityHuman.java:349)
   at net.minecraft.server.EntityHuman.d(EntityHuman.java:341)
   at net.minecraft.server.EntityLiving.h_(EntityLiving.java:447)
   at net.minecraft.server.EntityHuman.h_(EntityHuman.java:158)
   at net.minecraft.server.EntityPlayer.g(EntityPlayer.java:203)
   at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:347)
   at net.minecraft.server.Packet10Flying.handle(SourceFile:136)
   at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
   at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
   at net.minecraft.server.ServerConnection.b(SourceFile:35)
   at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
   at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
   at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
   at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: me.mjolnir.mineconomy.exceptions.NoCurrencyException
   at me.mjolnir.mineconomy.internal.MCCom.getCurrencyValue(MCCom.java:568)
   at me.mjolnir.mineconomy.internal.MCCom.getExternalBalance(MCCom.java:1136)
   at net.milkbowl.vault.economy.plugins.Economy_MineConomy.depositPlayer(Economy_MineConomy.java:159)
   at me.drakespirit.plugins.moneydrop.MDPlayerListener.onPlayerPickupItem(MDPlayerListener.java:31)
   at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
   ... 20 more
2012-10-03 14:56:15 [INFO] [SERVER] Nastav si teleport domu prikazem /sethome a pak uz jen staci /home .
2012-10-03 14:56:15 [SEVERE] Could not pass event PlayerPickupItemEvent to MoneyDrop
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at net.minecraft.server.EntityItem.b_(EntityItem.java:193)
   at net.minecraft.server.EntityHuman.o(EntityHuman.java:349)
   at net.minecraft.server.EntityHuman.d(EntityHuman.java:341)
   at net.minecraft.server.EntityLiving.h_(EntityLiving.java:447)
   at net.minecraft.server.EntityHuman.h_(EntityHuman.java:158)
   at net.minecraft.server.EntityPlayer.g(EntityPlayer.java:203)
   at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:347)
   at net.minecraft.server.Packet10Flying.handle(SourceFile:136)
   at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
   at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
   at net.minecraft.server.ServerConnection.b(SourceFile:35)
   at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
   at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
   at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
   at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: me.mjolnir.mineconomy.exceptions.NoCurrencyException
   at me.mjolnir.mineconomy.internal.MCCom.getCurrencyValue(MCCom.java:568)
   at me.mjolnir.mineconomy.internal.MCCom.getExternalBalance(MCCom.java:1136)
   at net.milkbowl.vault.economy.plugins.Economy_MineConomy.depositPlayer(Economy_MineConomy.java:159)
   at me.drakespirit.plugins.moneydrop.MDPlayerListener.onPlayerPickupItem(MDPlayerListener.java:31)
   at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
   ... 20 more
2012-10-03 14:56:16 [SEVERE] Could not pass event PlayerPickupItemEvent to MoneyDrop
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at net.minecraft.server.EntityItem.b_(EntityItem.java:193)
   at net.minecraft.server.EntityHuman.o(EntityHuman.java:349)
   at net.minecraft.server.EntityHuman.d(EntityHuman.java:341)
   at net.minecraft.server.EntityLiving.h_(EntityLiving.java:447)
   at net.minecraft.server.EntityHuman.h_(EntityHuman.java:158)
   at net.minecraft.server.EntityPlayer.g(EntityPlayer.java:203)
   at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:347)
   at net.minecraft.server.Packet10Flying.handle(SourceFile:136)
   at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
   at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
   at net.minecraft.server.ServerConnection.b(SourceFile:35)
   at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
   at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
   at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
   at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: me.mjolnir.mineconomy.exceptions.NoCurrencyException
   at me.mjolnir.mineconomy.internal.MCCom.getCurrencyValue(MCCom.java:568)
   at me.mjolnir.mineconomy.internal.MCCom.getExternalBalance(MCCom.java:1136)
   at net.milkbowl.vault.economy.plugins.Economy_MineConomy.depositPlayer(Economy_MineConomy.java:159)
   at me.drakespirit.plugins.moneydrop.MDPlayerListener.onPlayerPickupItem(MDPlayerListener.java:31)
   at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
   ... 20 more
2012-10-03 14:56:16 [SEVERE] Could not pass event PlayerPickupItemEvent to MoneyDrop
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at net.minecraft.server.EntityItem.b_(EntityItem.java:193)
   at net.minecraft.server.EntityHuman.o(EntityHuman.java:349)
   at net.minecraft.server.EntityHuman.d(EntityHuman.java:341)
   at net.minecraft.server.EntityLiving.h_(EntityLiving.java:447)
   at net.minecraft.server.EntityHuman.h_(EntityHuman.java:158)
   at net.minecraft.server.EntityPlayer.g(EntityPlayer.java:203)
   at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:128)
   at net.minecraft.server.ServerConnection.b(SourceFile:35)
   at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
   at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
   at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
   at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: me.mjolnir.mineconomy.exceptions.NoCurrencyException
   at me.mjolnir.mineconomy.internal.MCCom.getCurrencyValue(MCCom.java:568)
   at me.mjolnir.mineconomy.internal.MCCom.getExternalBalance(MCCom.java:1136)
   at net.milkbowl.vault.economy.plugins.Economy_MineConomy.depositPlayer(Economy_MineConomy.java:159)
   at me.drakespirit.plugins.moneydrop.MDPlayerListener.onPlayerPickupItem(MDPlayerListener.java:31)
   at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
   ... 17 more
2012-10-03 14:56:16 [SEVERE] Could not pass event PlayerPickupItemEvent to MoneyDrop
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at net.minecraft.server.EntityItem.b_(EntityItem.java:193)
   at net.minecraft.server.EntityHuman.o(EntityHuman.java:349)
   at net.minecraft.server.EntityHuman.d(EntityHuman.java:341)
   at net.minecraft.server.EntityLiving.h_(EntityLiving.java:447)
   at net.minecraft.server.EntityHuman.h_(EntityHuman.java:158)
   at net.minecraft.server.EntityPlayer.g(EntityPlayer.java:203)
   at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:347)
   at net.minecraft.server.Packet10Flying.handle(SourceFile:136)
   at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
   at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
   at net.minecraft.server.ServerConnection.b(SourceFile:35)
   at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
   at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
   at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
   at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: me.mjolnir.mineconomy.exceptions.NoCurrencyException
   at me.mjolnir.mineconomy.internal.MCCom.getCurrencyValue(MCCom.java:568)
   at me.mjolnir.mineconomy.internal.MCCom.getExternalBalance(MCCom.java:1136)
   at net.milkbowl.vault.economy.plugins.Economy_MineConomy.depositPlayer(Economy_MineConomy.java:159)
   at me.drakespirit.plugins.moneydrop.MDPlayerListener.onPlayerPickupItem(MDPlayerListener.java:31)
   at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
   ... 20 more
2012-10-03 14:56:17 [SEVERE] Could not pass event PlayerPickupItemEvent to MoneyDrop
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at net.minecraft.server.EntityItem.b_(EntityItem.java:193)
   at net.minecraft.server.EntityHuman.o(EntityHuman.java:349)
   at net.minecraft.server.EntityHuman.d(EntityHuman.java:341)
   at net.minecraft.server.EntityLiving.h_(EntityLiving.java:447)
   at net.minecraft.server.EntityHuman.h_(EntityHuman.java:158)
   at net.minecraft.server.EntityPlayer.g(EntityPlayer.java:203)
   at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:347)
   at net.minecraft.server.Packet10Flying.handle(SourceFile:136)
   at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
   at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
   at net.minecraft.server.ServerConnection.b(SourceFile:35)
   at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
   at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
   at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
   at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: me.mjolnir.mineconomy.exceptions.NoCurrencyException
   at me.mjolnir.mineconomy.internal.MCCom.getCurrencyValue(MCCom.java:568)
   at me.mjolnir.mineconomy.internal.MCCom.getExternalBalance(MCCom.java:1136)
   at net.milkbowl.vault.economy.plugins.Economy_MineConomy.depositPlayer(Economy_MineConomy.java:159)
   at me.drakespirit.plugins.moneydrop.MDPlayerListener.onPlayerPickupItem(MDPlayerListener.java:31)
   at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
   ... 20 more
2012-10-03 14:56:18 [SEVERE] Could not pass event PlayerPickupItemEvent to MoneyDrop
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at net.minecraft.server.EntityItem.b_(EntityItem.java:193)
   at net.minecraft.server.EntityHuman.o(EntityHuman.java:349)
   at net.minecraft.server.EntityHuman.d(EntityHuman.java:341)
   at net.minecraft.server.EntityLiving.h_(EntityLiving.java:447)
   at net.minecraft.server.EntityHuman.h_(EntityHuman.java:158)
   at net.minecraft.server.EntityPlayer.g(EntityPlayer.java:203)
   at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:347)
   at net.minecraft.server.Packet10Flying.handle(SourceFile:136)
   at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
   at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
   at net.minecraft.server.ServerConnection.b(SourceFile:35)
   at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
   at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
   at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
   at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: me.mjolnir.mineconomy.exceptions.NoCurrencyException
   at me.mjolnir.mineconomy.internal.MCCom.getCurrencyValue(MCCom.java:568)
   at me.mjolnir.mineconomy.internal.MCCom.getExternalBalance(MCCom.java:1136)
   at net.milkbowl.vault.economy.plugins.Economy_MineConomy.depositPlayer(Economy_MineConomy.java:159)
   at me.drakespirit.plugins.moneydrop.MDPlayerListener.onPlayerPickupItem(MDPlayerListener.java:31)
   at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
   ... 20 more
2012-10-03 14:56:24 [INFO] <[Stavitel_pomocnik]kuki3> husty
2012-10-03 14:56:30 [INFO] <[Hl.Admin]cz_martin_k> ja zatim jdu, cs
2012-10-03 14:56:33 [INFO] <[Stavitel_pomocnik]kuki3> cs
2012-10-03 14:56:45 [INFO] <[Stavitel_pomocnik]kuki3> kdy prindes

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

Re: Server.log a pluginy

#9 Příspěvekod nejento » 03 říj 2012, 16:00

Bude třeba ho aktualiovat.
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/

cz_martin_k
Příspěvky: 478
Registrován: 12 kvě 2012, 17:54
Reputation: 0

Re: Server.log a pluginy

#10 Příspěvekod cz_martin_k » 03 říj 2012, 16:16

Já jsem ho tam dával před týdnem, takže asi nebude žádná aktualizace, ale zkusím to.


Zpět na „Minecraft, Tekkit“

Kdo je online

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