pluginy -------------------

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
liki12
Příspěvky: 699
Registrován: 09 úno 2012, 21:24
Reputation: 0

pluginy -------------------

#1 Příspěvekod liki12 » 16 kvě 2012, 14:51

Udelal jsem novej server ale dal jsem i nove pluginy a nejde

jobs:

Kód: Vybrat vše

# Jobs configuration.
Jobs:
  Woodcutter:
    fullname: Woodcutter
    shortname: W
    ChatColour: GREEN
    chat-display: full
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      LOG:
        income: 5.0
        experience: 5.0
    Place:
      SAPLING:
        income: 1.0
        experience: 1.0
      WOOD:
        income: 2.0
        experience: 2.0
    Kill:
      Player:
        income: 7.5
        experience: 7.5
    custom-kill:
      Woodcutter:
        income: 10.0
        experience: 10.0
    permissions:
      aaaaaatest.node:
        value: true
        level: 0
      aaaaaatest.node2:
        value: true
        level: 10
  Miner:
    fullname: Miner
    shortname: M
    ChatColour: DARK_GRAY
    chat-display: full
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      STONE:
        income: 2.0
        experience: 2.0
      COAL_ORE:
        income: 3.0
        experience: 3.0
      REDSTONE_ORE:
        income: 3.0
        experience: 3.0
      IRON_ORE:
        income: 4.0
        experience: 4.0
      GOLD_ORE:
        income: 5.0
        experience: 5.0
      LAPIS_ORE:
        income: 5.0
        experience: 5.0
      DIAMOND_ORE:
        income: 6.0
        experience: 6.0
      OBSIDIAN:
        income: 7.5
        experience: 7.5
      MOSSY_COBBLESTONE:
        income: 6.0
        experience: 6.0
    Place:
      RAILS:
        income: 2.0
        experience: 2.0
      IRON_ORE:
        income: -5.0
        experience: -5.0
      GOLD_ORE:
        income: -6.0
        experience: -6.0
    Kill:
      Player:
        income: 7.5
        experience: 7.5
    custom-kill:
      Miner:
        income: 10.0
        experience: 10.0
  Builder:
    fullname: Builder
    shortname: B
    ChatColour: WHITE
    chat-display: full
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Place:
      COBBLESTONE:
        income: 1.0
        experience: 1.0
      WOOD:
        income: 1.5
        experience: 1.5
      FENCE:
        income: 1.5
        experience: 1.5
      WOOL:
        income: 1.5
        experience: 1.5
      STONE:
        income: 2.25
        experience: 2.25
      GLOWSTONE:
        income: 3.0
        experience: 3.0
      SANDSTONE:
        income: 2.0
        experience: 2.0
      GLASS:
        income: 3.0
        experience: 3.0
      BRICK:
        income: 4.0
        experience: 4.0
      LAPIS_BLOCK:
        income: 5.0
        experience: 5.0
      DOUBLE_STEP:
        income: 2.0
        experience: 2.0
      STEP:
        income: 2.0
        experience: 2.0
      BOOKSHELF:
        income: 3.0
        experience: 3.0
      WOOD_STAIRS:
        income: 2.0
        experience: 2.0
      COBBLESTONE_STAIRS:
        income: 2.0
        experience: 2.0
      MOSSY_COBBLESTONE:
        income: 5.0
        experience: 5.0
      DIAMOND_BLOCK:
        income: 5.0
        experience: 5.0
      GOLD_BLOCK:
        income: 5.0
        experience: 5.0
    Kill:
      Player:
        income: 7.5
        experience: 7.5
    custom-kill:
      Builder:
        income: 10.0
        experience: 10.0
  Digger:
    fullname: Digger
    shortname: D
    ChatColour: GOLD
    chat-display: full
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      DIRT:
        income: 2.0
        experience: 2.0
      GRASS:
        income: 2.0
        experience: 2.0
      GRAVEL:
        income: 2.0
        experience: 2.0
      SAND:
        income: 2.0
        experience: 2.0
      CLAY:
        income: 2.0
        experience: 2.0
    Kill:
      Player:
        income: 7.5
        experience: 7.5
    custom-kill:
      Digger:
        income: 10.0
        experience: 10.0
  Farmer:
    fullname: Farmer
    shortname: Fa
    ChatColour: BLUE
    chat-display: full
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      CROPS-7:
        income: 4.0
        experience: 4.0
      SUGAR_CANE_BLOCK:
        income: 4.0
        experience: 4.0
    Place:
      CROPS-0:
        income: 3.0
        experience: 3.0
      SUGAR_CANE_BLOCK:
        income: 1.0
        experience: 1.0
    Kill:
      Player:
        income: 7.5
        experience: 7.5
    custom-kill:
      Farmer:
        income: 10.0
        experience: 10.0
  Hunter:
    fullname: Hunter
    shortname: H
    ChatColour: RED
    chat-display: full
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Kill:
      Chicken:
        income: 2.5
        experience: 2.5
      Cow:
        income: 2.5
        experience: 2.5
      Pig:
        income: 2.5
        experience: 2.5
      Sheep:
        income: 2.5
        experience: 2.5
      Wolf:
        income: 5.0
        experience: 5.0
      Creeper:
        income: 10.0
        experience: 10.0
      Skeleton:
        income: 10.0
        experience: 10.0
      Spider:
        income: 10.0
        experience: 10.0
      Zombie:
        income: 10.0
        experience: 10.0
      Player:
        income: 7.5
        experience: 7.5
    custom-kill:
      Woodcutter:
        income: 10.0
        experience: 10.0
      Miner:
        income: 10.0
        experience: 10.0
      Digger:
        income: 10.0
        experience: 10.0
      Farmer:
        income: 10.0
        experience: 10.0
      Builder:
        income: 10.0
        experience: 10.0
      Hunter:
        income: 20.0
        experience: 20.0
  Fisherman:
    fullname: Fisherman
    shortname: Fi
    ChatColour: AQUA
    chat-display: full
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Fish:
      RAW_FISH:
        income: 4.0
        experience: 4.0
    Kill:
      Player:
        income: 7.5
        experience: 7.5
    custom-kill:
      Fisherman:
        income: 10.0
        experience: 10.0
  Weaponsmith:
    fullname: Weaponsmith
    shortname: W
    ChatColour: DARK_PURPLE
    chat-display: full
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Craft:
      WOOD_SWORD:
        income: 1.0
        experience: 1.0
      IRON_SWORD:
        income: 2.0
        experience: 2.0
      GOLD_SWORD:
        income: 3.0
        experience: 3.0
      DIAMOND_SWORD:
        income: 4.0
        experience: 4.0
    Smelt:
      IRON_INGOT:
        income: 2.0
        experience: 2.0
      GOLD_INGOT:
        income: 2.0
        experience: 2.0
  None:
    fullname: None
    shortname: N
    ChatColour: WHITE
    chat-display: none
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Kill:
      Player:
        income: 7.5
    income: 7.5



a nejde:Residence pritom kdyz dam /pl tak je tam zelene
a jeste udelate mi pls pro vip residence aby meli 100X100 a 15 residenci.pls
93.91.250.110:37076

Uživatelský avatar
Vojko
Příspěvky: 3247
Věk: 28
Registrován: 24 dub 2011, 11:47
Reputation: 1
Bydliště: Slovensko, Bratislava

Re: pluginy -------------------

#2 Příspěvekod Vojko » 16 kvě 2012, 14:58

Plugin Residence a Jobs potrebujú Vault, preto si ho pridaj na server.
Potom by všetko malo ísť.
Čo sa týka tých residencí a VIP, skopíruj sem config ...
Aj keď tu na fóre nie som aktívny, môžete mi písať na Skype, E-Mail, ...

Uživatelský avatar
liki12
Příspěvky: 699
Registrován: 09 úno 2012, 21:24
Reputation: 0

Re: pluginy -------------------

#3 Příspěvekod liki12 » 16 kvě 2012, 15:02

mam tam vault
93.91.250.110:37076

Uživatelský avatar
liki12
Příspěvky: 699
Registrován: 09 úno 2012, 21:24
Reputation: 0

Re: pluginy -------------------

#4 Příspěvekod liki12 » 16 kvě 2012, 15:07

ale on se nenacte jako slozka
93.91.250.110:37076

Uživatelský avatar
liki12
Příspěvky: 699
Registrován: 09 úno 2012, 21:24
Reputation: 0

Re: pluginy -------------------

#5 Příspěvekod liki12 » 16 kvě 2012, 15:08

Kód: Vybrat vše

#These are Global Settings for Residence.
Global:
    # This loads the <language>.yml file in the Residence Language folder
    # All Residence text comes from this file. (NOT DONE YET)
    Language: English
    # Wooden Axe is the default selection tool for Residence.
    # You can change it to another item ID listed here: http://www.minecraftwiki.net/wiki/Data_values
    SelectionToolId: 271
    # This determins which tool you can use to see info on residences, default is String.
    # Simply equip this tool and hit a location inside the residence and it will display the info for it.
    InfoToolId: 287
    # The interval, in milliseconds, between movement checks.
    # Reducing this will increase the load on the server.
    # Increasing this will allow players to move further in movement restricted zones before they are teleported out.
    MoveCheckInterval: 500
    # The interval, in minutes, between residence saves.
    SaveInterval: 10
    # The default group to use if Permissions fails to attach or your not using Permissions.
    DefaultGroup: default
    # Enable / Disable the Lease System.
    UseLeaseSystem: false
    # The interval, in minutes, between residence lease checks (if leases are enabled).
    LeaseCheckInterval: 10
    # Allows leases to automatically renew so long as the player has the money, if economy is disabled, this setting does nothing.
    LeaseAutoRenew: true
    # Whether or not to use the Permissions system in conjunction with this config.
    EnablePermissions: true
    # Set to true if NOT using Permissions or PermissionsBukkit, or using a really old version of Permissions
    LegacyPermissions: false
    # Enable / Disable Residence's Economy System (iConomy, MineConomy, Essentials, BOSEconomy, and RealEconomy supported).
    EnableEconomy: true
    # Enables or disables the Rent System
    EnableRentSystem: false
    # The interval, in minutes, between residence rent expiration checks (if the rent system is enabled).
    RentCheckInterval: 10
    # Enable or disable residence chat channels.
    ResidenceChatEnable: true
    # Color of residence chat.
    ResidenceChatColor: DARK_PURPLE
    # Whether or not to ignore the usual Permission flags and only allow OPs and groups with 'residence.admin' to change residences.
    AdminOnlyCommands: false
    # Setting this to true makes server OPs admins.
    AdminOPs: true
    # This is the name of the plugin you use for multiworld, if you dont have a multiworld plugin you can safely ignore this.
    # The only thing this does is check to make sure the multiworld plugin is enabled BEFORE Residence, to ensure properly loading residences for other worlds.
    MultiWorldPlugin: Multiverse-Core
    # Setting this to true causes subzones to inherit flags from their parent zones.
    ResidenceFlagsInherit: true
    # Setting this to false will allow rented residences to be modified by the renting player.
    PreventRentModify: true
    # Setting this to false will cause residence to continue to load even if a error is detected in the save file.
    StopOnSaveFault: true
    # This is the residence name filter, that filters out invalid characters.  Google "Java RegEx" or "Java Regular Expressions" for more info on how they work.
    ResidenceNameRegex: '[^a-zA-Z0-9\\-\\_]'
    # Setting this to true sends a message to the console every time Residence does a rent expire check or a lease expire check.
    ShowIntervalMessages: false
    # These are world flags that are applied when the player is NOT within a residence.
    Flags:
        Global: #these are default for all worlds unless specified below, they can be overridden per group
            use: true
            build: true
            ignite: true
            firespread: true
            damage: true
            creeper: true
            tnt: true
            pvp: true
        WorldNameHere: #here you can set flags for individual worlds, these override Global
            #build: true
    # This gives permission to change certain flags to all groups, unless specifically denied to the group.
    FlagPermission:
        move: true
        build: true
        place: true
        destroy: true
        use: true
        container: true
        pvp: true
        tp: true
        ignite: true
        firespread: true
        bucket: true
        flow: true
        lavaflow: true
        waterflow: true
        creeper: true
        tnt: true
        monsters: true
        animals: true
        subzone: true
        healing: true
        piston: true
    # These are default flags applied to all residences from any user group.
    ResidenceDefault:
        build: false
        use: false
        container: false
        pvp: false
        tnt: false
        creeper: false
        flow: false
        piston: false
        ignite: false
        firespread: false
        piston: false
    # These are default flags applied to the residence creator of any group.
    CreatorDefault:
        build: true
        move: true
        use: true
        ignite: true
        container: true
     # These are default group flags applied to a residence made by a user of any group.
    GroupDefault:
        #default: #group name
            #build: true
   
# These groups correspond to the Permissions groups defined in your '<worldname>.yml'
Groups:
    Default: #group name
       # Information about the Residence zone that the player can define.
       Residence:
           # Determins if this group can create residences or not.  This option can be overriden with the permissions node 'residence.create'
           CanCreate: true
           # The maximum number of Residences a player can have.
           MaxResidences: 3
           # The maximum number of physical areas a residence can have.
           MaxAreasPerResidence: 2
           # The maximum number of blocks a Residence can be, East to West (X).
           MaxEastWest: 16
           # The maximum number of blocks a Residence can be, North to South (Z).
           MaxNorthSouth: 16
           # The maximum number of blocks a Residence can be, High to Low (Y).
           MaxUpDown: 256
           # The lowest altitude this group is allowed to protect.
           MinHeight: 0
           # The highest altitude this group is allowed to protect.
           MaxHeight: 255
            # The maximum recursive depth that subzones can go.
            # A subzone within a subzone within the Residence zone would be a depth of 2.
            # Set to 0 to disable subzones.
           SubzoneDepth: 3
           # Whether or not to allow teleporting to Residences.
           CanTeleport: true
           # Allow or Disallow the use of /res unstuck, to get yourself out of a residence if stuck in one somehow
           Unstuck: true
           # Allow or Disallow the use of the /res select command, if disabled they can only use the selection tool.
           SelectCommandAccess: true
           # Allow or Disallow the group to access the Blacklist/Ignorelist for residences they own.
           ItemListAccess: true
       # Options relating to enter and leave messages on the residence.
       Messaging:
           # Whether or not the player can change the Residence enter and leave messages.
           CanChange: true
           # The default enter message to apply to new Residences created by players in this group.
           # Leaving the message blank will disable it.
           DefaultEnter: Welcome %player to %residence, owned by %owner.
           # The default leave message to apply to new Residences created by players in this group.
           # Leaving the message blank will disable it.
           DefaultLeave: Now leaving %residence.
       # Options relating to the Lease system.
       Lease:
          # The maximum number of days to allow leases.
          MaxDays: 16
          # The number of days to add to the lease following a '/res lease renew' command.
          RenewIncrement: 14
       #Options related to the rent system
       Rent:
           #determines how many residences can be rented by players of this group at once
           MaxRents: 3
           #determines how many residences can be set for rent by players of this group at once
           MaxRentables: 3
       # Options relating to the Residence Economy.
       Economy:
          # Whether or not players in this group can buy other Residences that are for sale.
          CanBuy: true
          # Whether or not players in this group can sell their Residences.
          CanSell: false
          # Whether or not to ignore the Residence size/count limits when buying a residence.
          IgnoreLimits: false
          # The cost, per block, of making a new Residence or adding a area to it.
          BuyCost: 0.05
          # The cost, per block, of renewing a Residence lease (if the lease system is enabled).
          RenewCost: 0.02
       # Flags are checked in the order:
       # 1: Player
       # 2: Group
       # 3: Owner
       # 4: If all others are undefined, reverts to default value (usually true).
       # Flag permissions default to false.
       # These flags settings override the globals.
       Flags:
          # Specifically allow or deny this group from changing certain flags.
          Permission:
               #build: true
          # Specifys the flags that are applied at residence creation for players of this group.
          Default:
              #build: true
          # Specifys the flags that are applied at to the creator at residence creation.
          CreatorDefault:
              #build: true
          # Specifys the flags that are applied to other groups for this residence, at creation.
          GroupDefault:
               #default: #group name
                   #build: false
          #these flags are applied specifically to this group whenever they are outside a residence
          #these flags will override the flags at the top, under the Global section.
          World:
                Global: #these flags will apply to all worlds
                     #build: false
                WorldNameHere: #or you can apply them by each individual world
                     #build: false

# You can manually specify the group a player is in below, this overrides their permissions group.
GroupAssignments:
     bekvon: default
     player: default

ItemList: #this is where you can create blacklists / whitelists
     DefaultList: #list name is not important, as long as it is unique. Its good to use a descripive name.
        #type of the list, can be blacklist, whitelist, or ignorelist
        Type: blacklist
        #If you want, you can have this list only apply to one world, otherwise it applys to all worlds
        #World: world
        #You can also have the list apply only to one group, otherwise it applys for all groups
        #Group: default
        #this is the actual list of material names that this list allows or dissallows
        #You can look up the material name by item ID in game by typing /res material <id>
        #Alternativly, you can simply use the item ID in the list, but its less descriptive and harder to see what the list allows or dissallows at a glance
        Items:
           - 'BEDROCK'
           - 'LAVA'
           - 'WATER'
           - 'STATIONARY_LAVA'
           - 'STATIONARY_WATER'
           - 'MOB_SPAWNER'
# Used to determine which major revision of Residence this config is from, dont change this.
ResidenceVersion: 2
93.91.250.110:37076

Uživatelský avatar
liki12
Příspěvky: 699
Registrován: 09 úno 2012, 21:24
Reputation: 0

Re: pluginy -------------------

#6 Příspěvekod liki12 » 16 kvě 2012, 15:57

nejdou :(
93.91.250.110:37076

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

Re: pluginy -------------------

#7 Příspěvekod nejento » 16 kvě 2012, 16:08

Server.log při startu.
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/

Uživatelský avatar
Vojko
Příspěvky: 3247
Věk: 28
Registrován: 24 dub 2011, 11:47
Reputation: 1
Bydliště: Slovensko, Bratislava

Re: pluginy -------------------

#8 Příspěvekod Vojko » 16 kvě 2012, 16:28

Hlavne si toto zmeň na true:

Kód: Vybrat vše

    # Set to true if NOT using Permissions or PermissionsBukkit, or using a really old version of Permissions
    LegacyPermissions: false
Aj keď tu na fóre nie som aktívny, môžete mi písať na Skype, E-Mail, ...

Uživatelský avatar
liki12
Příspěvky: 699
Registrován: 09 úno 2012, 21:24
Reputation: 0

Re: pluginy -------------------

#9 Příspěvekod liki12 » 16 kvě 2012, 19:01

log


Kód: Vybrat vše

2012-05-16 18:59:59 [INFO] [FalseBookChat] Disabling FalseBookChat v0.93.1alpha
2012-05-16 18:59:59 [INFO] FalseBookChat v0.93.1alpha by GeMo disabled
2012-05-16 18:59:59 [INFO] [FalseBookBlock] Disabling FalseBookBlock v0.93.1alpha
2012-05-16 18:59:59 [INFO] [ FalseBook Block ] FalseBookBlock v0.93.1alpha by GeMo disabled
2012-05-16 18:59:59 [INFO] [EssentialsSpawn] Disabling EssentialsSpawn v2.9.1
2012-05-16 18:59:59 [INFO] [CreativeGates] Disabling CreativeGates v1.3.3
2012-05-16 18:59:59 [INFO] [CreativeGates v1.3.3] Disabled
2012-05-16 18:59:59 [INFO] [LWC] Disabling LWC v4.1.1 (b645-git-b24cc99e)
2012-05-16 18:59:59 [INFO] LWC: Flushing protection updates (0)
2012-05-16 18:59:59 [INFO] LWC: Freeing SQLite
2012-05-16 18:59:59 [INFO] [FalseBookIC] Disabling FalseBookIC v0.93.1alpha
2012-05-16 18:59:59 [INFO] [ FalseBook IC ] FalseBookIC v0.93.1alpha by GeMo disabled
2012-05-16 18:59:59 [INFO] [ChestShop] Disabling ChestShop v3.42
2012-05-16 18:59:59 [INFO] [EssentialsChat] Disabling EssentialsChat v2.9.1
2012-05-16 18:59:59 [INFO] [FalseBookExtra] Disabling FalseBookExtra v0.93.1alpha
2012-05-16 18:59:59 [INFO] [ FalseBook Extra ] FalseBookExtra v0.93.1alpha by GeMo disabled
2012-05-16 18:59:59 [INFO] [Residence] Disabling Residence v2.5.8
2012-05-16 18:59:59 [INFO] [Residence] Disabled!
2012-05-16 18:59:59 [INFO] Saving chunks
2012-05-16 19:00:00 [INFO] Stopping server
2012-05-16 19:00:03 [INFO] Starting minecraft server version 1.2.5
2012-05-16 19:00:03 [INFO] Loading properties
2012-05-16 19:00:03 [INFO] Starting Minecraft server on 93.91.250.110:37076
2012-05-16 19:00:04 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2012-05-16 19:00:04 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2012-05-16 19:00:04 [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-05-16 19:00:04 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2012-05-16 19:00:04 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R1.0-10-g5bcb960-b2155jnks (MC: 1.2.5) (Implementing API version 1.2.5-R1.2-SNAPSHOT)
2012-05-16 19:00:05 [INFO] ----- Bukkit Auto Updater -----
2012-05-16 19:00:05 [INFO] It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
2012-05-16 19:00:05 [INFO] If you would like to be kept informed about new Development Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'dev'.
2012-05-16 19:00:05 [INFO] With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
2012-05-16 19:00:05 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
2012-05-16 19:00:05 [INFO] ----- ------------------- -----
2012-05-16 19:00:05 [SEVERE] Could not load 'plugins/DailyBonus.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
   at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:201)
   at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:132)
   at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
   at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
   at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
   at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
Caused by: java.util.zip.ZipException: invalid END header (bad central directory offset)
   at java.util.zip.ZipFile.open(Native Method)
   at java.util.zip.ZipFile.<init>(ZipFile.java:214)
   at java.util.zip.ZipFile.<init>(ZipFile.java:144)
   at java.util.jar.JarFile.<init>(JarFile.java:152)
   at java.util.jar.JarFile.<init>(JarFile.java:116)
   at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:189)
   ... 7 more
2012-05-16 19:00:05 [INFO] Starting FakaHedaMinequery server on 93.91.250.110:38076
2012-05-16 19:00:05 [INFO] [PermissionsEx] sql backend registered!
2012-05-16 19:00:05 [INFO] [PermissionsEx] file backend registered!
2012-05-16 19:00:05 [INFO] [PermissionsEx] PermissionEx plugin initialized.
2012-05-16 19:00:06 [INFO] [MagicCarpet] Loading MagicCarpet v2.1.6
2012-05-16 19:00:06 [INFO] [LagMeter] Loading LagMeter v1.7
2012-05-16 19:00:06 [INFO] [InventoryExplorer] Loading InventoryExplorer v1
2012-05-16 19:00:06 [INFO] [FakaHedaMinequery] Loading FakaHedaMinequery v1.1
2012-05-16 19:00:06 [INFO] [WorldEdit] Loading WorldEdit v5.3
2012-05-16 19:00:06 [INFO] [ColoredSigns] Loading ColoredSigns v1.2
2012-05-16 19:00:06 [INFO] [Log] Loading Log v0.8
2012-05-16 19:00:06 [INFO] [SafeExplosions] Loading SafeExplosions v1.2.1
2012-05-16 19:00:06 [INFO] [Vault] Loading Vault v1.2.16-b184
2012-05-16 19:00:06 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.1
2012-05-16 19:00:06 [INFO] [PermissionsEx] Initializing file backend
2012-05-16 19:00:06 [INFO] [bLift] Loading bLift v1.2.1
2012-05-16 19:00:06 [INFO] [Jail] Loading Jail v2.1.3
2012-05-16 19:00:06 [INFO] [WorldGuard] Loading WorldGuard v5.5.2
2012-05-16 19:00:06 [INFO] [AutoMessage] Loading AutoMessage v1.5
2012-05-16 19:00:06 [INFO] [Chairs] Loading Chairs v1.3
2012-05-16 19:00:06 [INFO] [iConomy] Loading iConomy v7.0
2012-05-16 19:00:06 [INFO] [AuthMe] Loading AuthMe v2.6.5
2012-05-16 19:00:06 [INFO] [Turnstile] Loading Turnstile v2.5.1
2012-05-16 19:00:06 [INFO] [BKCommonLib] Loading BKCommonLib v1.18
2012-05-16 19:00:06 [INFO] [FalseBookCore] Loading FalseBookCore v0.93.1alpha
2012-05-16 19:00:06 [INFO] [MobArena] Loading MobArena v0.94.4.52
2012-05-16 19:00:06 [INFO] [MobDisguise] Loading MobDisguise v1.81
2012-05-16 19:00:06 [INFO] [MailBox] Loading MailBox v2.5
2012-05-16 19:00:06 [INFO] [FalseBookCart] Loading FalseBookCart v0.93.1alpha
2012-05-16 19:00:06 [INFO] [Essentials] Loading Essentials v2.9.1
2012-05-16 19:00:06 [INFO] [Citizens] Loading Citizens v1.2
2012-05-16 19:00:06 [INFO] [Jobs] Loading Jobs v2.8.3
2012-05-16 19:00:06 [INFO] [NoLaggTNT] Loading NoLaggTNT v1.05
2012-05-16 19:00:06 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.9.1
2012-05-16 19:00:06 [INFO] MLog clients using java 1.4+ standard logging.
2012-05-16 19:00:06 [INFO] [FalseBookChat] Loading FalseBookChat v0.93.1alpha
2012-05-16 19:00:06 [INFO] [FalseBookBlock] Loading FalseBookBlock v0.93.1alpha
2012-05-16 19:00:06 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.1
2012-05-16 19:00:06 [INFO] [CreativeGates] Loading CreativeGates v1.3.3
2012-05-16 19:00:06 [INFO] [LWC] Loading LWC v4.1.1 (b645-git-b24cc99e)
2012-05-16 19:00:06 [INFO] [NoLaggExamine] Loading NoLaggExamine v1.06
2012-05-16 19:00:06 [INFO] [FalseBookIC] Loading FalseBookIC v0.93.1alpha
2012-05-16 19:00:06 [INFO] [ChestShop] Loading ChestShop v3.42
2012-05-16 19:00:06 [INFO] [EssentialsChat] Loading EssentialsChat v2.9.1
2012-05-16 19:00:06 [INFO] [FalseBookExtra] Loading FalseBookExtra v0.93.1alpha
2012-05-16 19:00:06 [INFO] [Residence] Loading Residence v2.5.8
2012-05-16 19:00:06 [INFO] [Vault] Enabling Vault v1.2.16-b184
2012-05-16 19:00:06 [INFO] [Vault][Economy] Essentials Economy found: Waiting
2012-05-16 19:00:06 [SEVERE] iConomy6 - If you are using Flatfile storage be aware that iCo6 has a CRITICAL bug which can wipe ALL iconomy data.
2012-05-16 19:00:06 [SEVERE] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
2012-05-16 19:00:06 [SEVERE] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
2012-05-16 19:00:06 [INFO] [Vault][Economy] iConomy 6 found: Waiting
2012-05-16 19:00:06 [INFO] [Vault][Permission] PermissionsEx found: Waiting
2012-05-16 19:00:06 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2012-05-16 19:00:06 [INFO] [Vault][Chat] PermissionsEx found: Waiting
2012-05-16 19:00:06 [INFO] [Vault] Enabled Version 1.2.16-b184
2012-05-16 19:00:06 [INFO] [BKCommonLib] Enabling BKCommonLib v1.18
2012-05-16 19:00:06 [INFO] BKCommonLib version 1.18 enabled!
2012-05-16 19:00:06 [INFO] [LWC] Enabling LWC v4.1.1 (b645-git-b24cc99e)
2012-05-16 19:00:06 [INFO] LWC: Loading shared objects
2012-05-16 19:00:06 [INFO] LWC: Native library: plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so
2012-05-16 19:00:06 [INFO] LWC: Protection cache: 0/10000
2012-05-16 19:00:06 [INFO] LWC: Loaded 207 locale strings (0 overrides)
2012-05-16 19:00:06 [INFO] LWC: Permissions API: PEXPermissions
2012-05-16 19:00:06 [INFO] LWC: Currency API: iConomy6Currency
2012-05-16 19:00:06 [INFO] LWC: Connecting to SQLite
2012-05-16 19:00:06 [INFO] LWC: Performing any necessary database updates
2012-05-16 19:00:06 [INFO] LWC: Using database: Native
2012-05-16 19:00:06 [INFO] LWC: Precached 12 protections.
2012-05-16 19:00:06 [INFO] LWC: At version: 4.1.1 (b645)
2012-05-16 19:00:06 [INFO] LWC: Latest version: 4.1.1
2012-05-16 19:00:06 [INFO] Preparing level "world"
2012-05-16 19:00:06 [INFO] Default game type: 0
2012-05-16 19:00:07 [INFO] Preparing start region for level 0 (Seed: -8839476108376295679)
2012-05-16 19:00:08 [INFO] Preparing spawn area: 4%
2012-05-16 19:00:09 [INFO] Preparing spawn area: 8%
2012-05-16 19:00:10 [INFO] Preparing spawn area: 24%
2012-05-16 19:00:11 [INFO] Preparing spawn area: 61%
2012-05-16 19:00:12 [INFO] Preparing spawn area: 93%
2012-05-16 19:00:12 [INFO] Preparing start region for level 1 (Seed: -8839476108376295679)
2012-05-16 19:00:13 [INFO] Preparing start region for level 2 (Seed: -8839476108376295679)
2012-05-16 19:00:13 [INFO] Preparing spawn area: 0%
2012-05-16 19:00:13 [INFO] [MagicCarpet] Enabling MagicCarpet v2.1.6
2012-05-16 19:00:13 [INFO] [MagicCarpet] Loading carpets...
2012-05-16 19:00:13 [INFO] [MagicCarpet] is now enabled!
2012-05-16 19:00:13 [INFO] [LagMeter] Enabling LagMeter v1.7
2012-05-16 19:00:13 [INFO] [LagMeter 1.7] Enabled!  Polling every 40 server ticks.  Logging to /hlserver/37076/plugins/LagMeter/lag.log
2012-05-16 19:00:13 [INFO] [InventoryExplorer] Enabling InventoryExplorer v1
2012-05-16 19:00:13 [INFO] [InventoryExplorer] Enabled
2012-05-16 19:00:13 [INFO] [FakaHedaMinequery] Enabling FakaHedaMinequery v1.1
2012-05-16 19:00:13 [INFO] [WorldEdit] Enabling WorldEdit v5.3
2012-05-16 19:00:13 [INFO] WEPIF: Using the Bukkit Permissions API.
2012-05-16 19:00:14 [INFO] [ColoredSigns] Enabling ColoredSigns v1.2
2012-05-16 19:00:14 [INFO] [Log] Enabling Log v0.8
2012-05-16 19:00:14 [INFO] Log version 0.8: Loaded.
2012-05-16 19:00:14 [INFO] Log version 0.8: Events initialised successfully.
2012-05-16 19:00:14 [INFO] Log version 0.8: Data loaded successfully.
2012-05-16 19:00:14 [INFO] Log version 0.8: Loaded properties file.
2012-05-16 19:00:14 [INFO] [SafeExplosions] Enabling SafeExplosions v1.2.1
2012-05-16 19:00:14 [INFO] [SafeExplosions] Listening to PermissionsEX.
2012-05-16 19:00:14 [INFO] [SafeExplosions v1.2.1] Enabled.
2012-05-16 19:00:14 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.1
2012-05-16 19:00:14 [INFO] [PermissionsEx] Superperms support enabled.
2012-05-16 19:00:14 [INFO] [PermissionsEx] v1.19.1 enabled
2012-05-16 19:00:14 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2012-05-16 19:00:14 [INFO] [Vault][Permission] PermissionsEx hooked.
2012-05-16 19:00:14 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
2012-05-16 19:00:14 [INFO] [bLift] Enabling bLift v1.2.1
2012-05-16 19:00:14 [INFO] bLift version 1.2.1 is enabled!
2012-05-16 19:00:14 [INFO] [Jail] Enabling Jail v2.1.3
2012-05-16 19:00:14 [INFO] [Jail] Loaded 0 jail zones.
2012-05-16 19:00:14 [INFO] [Jail] Loaded 0 prisoners.
2012-05-16 19:00:14 [INFO] [Jail] Loaded 0 cells.
2012-05-16 19:00:14 [INFO] [Jail] Jail v2.1.3 loaded!
2012-05-16 19:00:14 [INFO] [WorldGuard] Enabling WorldGuard v5.5.2
2012-05-16 19:00:14 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
2012-05-16 19:00:14 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
2012-05-16 19:00:14 [INFO] [WorldGuard] (world) Lava fire is blocked.
2012-05-16 19:00:14 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
2012-05-16 19:00:14 [INFO] [WorldGuard] Loaded configuration for world 'world'
2012-05-16 19:00:14 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
2012-05-16 19:00:14 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
2012-05-16 19:00:14 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
2012-05-16 19:00:14 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
2012-05-16 19:00:14 [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
2012-05-16 19:00:14 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
2012-05-16 19:00:14 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
2012-05-16 19:00:14 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
2012-05-16 19:00:14 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
2012-05-16 19:00:14 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
2012-05-16 19:00:14 [INFO] [WorldGuard] 0 regions loaded for 'world'
2012-05-16 19:00:14 [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
2012-05-16 19:00:14 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
2012-05-16 19:00:14 [INFO] [AutoMessage] Enabling AutoMessage v1.5
2012-05-16 19:00:14 [SEVERE] java.io.FileNotFoundException: plugins/automessages.properties (No such file or directory)
2012-05-16 19:00:14 [SEVERE]    at java.io.FileInputStream.open(Native Method)
2012-05-16 19:00:14 [SEVERE]    at java.io.FileInputStream.<init>(FileInputStream.java:138)
2012-05-16 19:00:14 [SEVERE]    at java.io.FileInputStream.<init>(FileInputStream.java:97)
2012-05-16 19:00:14 [SEVERE]    at uk.co.mdtechnology.automessage.AutoMessage.loadData(AutoMessage.java:70)
2012-05-16 19:00:14 [SEVERE]    at uk.co.mdtechnology.automessage.AutoMessage.onEnable(AutoMessage.java:41)
2012-05-16 19:00:14 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
2012-05-16 19:00:14 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
2012-05-16 19:00:14 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
2012-05-16 19:00:14 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
2012-05-16 19:00:14 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
2012-05-16 19:00:14 [SEVERE]    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
2012-05-16 19:00:14 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
2012-05-16 19:00:14 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
2012-05-16 19:00:14 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
2012-05-16 19:00:14 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
2012-05-16 19:00:14 [INFO] [AutoMessage] version [1.5] loaded
2012-05-16 19:00:14 [INFO] [Chairs] Enabling Chairs v1.3
2012-05-16 19:00:14 [INFO] [iConomy] Enabling iConomy v7.0
2012-05-16 19:00:14 [INFO] [iConomy - April Fools] Enabled (37 ms)
2012-05-16 19:00:14 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
2012-05-16 19:00:14 [INFO] [Vault][Economy] iConomy 6 hooked.
2012-05-16 19:00:15 [INFO] [iConomy - April Fools] Purged accounts with default balance.
2012-05-16 19:00:15 [INFO] [AuthMe] Enabling AuthMe v2.6.5
2012-05-16 19:00:15 [INFO] [AuthMe] Loading Configuration File...
2012-05-16 19:00:15 [INFO] [AuthMe] Set Language: en
2012-05-16 19:00:15 [INFO] [AuthMe] Authme 2.6.5 enabled
2012-05-16 19:00:15 [INFO] [Turnstile] Enabling Turnstile v2.5.1
2012-05-16 19:00:15 [INFO] Turnstile 2.5.1 is enabled!
2012-05-16 19:00:15 [INFO] [FalseBookCore] Enabling FalseBookCore v0.93.1alpha
2012-05-16 19:00:15 [INFO] [ FalseBook Core ] using Vault for Permissions!
2012-05-16 19:00:15 [INFO] [ FalseBook Core ] FalseBookCore v0.93.1alpha by GeMo enabled!
2012-05-16 19:00:15 [INFO] [MobArena] Enabling MobArena v0.94.4.52
2012-05-16 19:00:16 [INFO] [MobArena] v0.94.4.52 enabled.
2012-05-16 19:00:16 [INFO] [MobDisguise] Enabling MobDisguise v1.81
2012-05-16 19:00:16 [INFO] [MobDisguise] by desmin88 version 1.81 enabled.
2012-05-16 19:00:16 [INFO] [MailBox] Enabling MailBox v2.5
2012-05-16 19:00:16 [INFO] [MailBox] New thread running.
2012-05-16 19:00:16 [INFO] [MailBox] Hooked into iConomy 6
2012-05-16 19:00:16 [INFO] [MailBox]: (web-response): Plugin is up to date.
2012-05-16 19:00:16 [INFO] MailBox version 2.5 is enabled! (MySQL is disabled.)
2012-05-16 19:00:16 [INFO] [FalseBookCart] Enabling FalseBookCart v0.93.1alpha
2012-05-16 19:00:16 [INFO] 0 locked storagecarts loaded.
2012-05-16 19:00:16 [INFO] [ FalseBook Cart ] FalseBookCart v0.93.1alpha by GeMo enabled
2012-05-16 19:00:16 [INFO] [Essentials] Enabling Essentials v2.9.1
2012-05-16 19:00:16 [INFO] [Vault][Economy] Essentials Economy hooked.
2012-05-16 19:00:16 [INFO] Essentials: Using PermissionsEx based permissions.
2012-05-16 19:00:16 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 6 version: 1.2.16-b184)
2012-05-16 19:00:16 [INFO] [Citizens] Enabling Citizens v1.2
2012-05-16 19:00:16 [INFO] [Citizens] No NPC types loaded.
2012-05-16 19:00:17 [INFO] [Citizens] version [1.2] loaded.
2012-05-16 19:00:17 [INFO] [Jobs] Enabling Jobs v2.8.3
2012-05-16 19:00:17 [SEVERE] java.sql.SQLException: database disk image is malformed
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.NativeDB.throwex(NativeDB.java:210)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.NativeDB._exec(Native Method)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Stmt.executeUpdate(Stmt.java:152)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.dao.JobsDAOSQLite.setUp(JobsDAOSQLite.java:21)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.dao.JobsDAOSQLite.<init>(JobsDAOSQLite.java:12)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.config.JobsConfiguration.loadGeneralSettings(JobsConfiguration.java:198)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.config.JobsConfiguration.reload(JobsConfiguration.java:70)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.Jobs.reloadConfigurations(Jobs.java:190)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.Jobs.onEnable(Jobs.java:78)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
2012-05-16 19:00:17 [INFO] [Jobs] Plugin has been disabled succesfully.
2012-05-16 19:00:17 [SEVERE] java.sql.SQLException: [SQLITE_CORRUPT]  The database disk image is malformed (database disk image is malformed)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.newSQLException(DB.java:383)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.newSQLException(DB.java:387)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.throwex(DB.java:374)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.NativeDB.prepare(Native Method)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.prepare(DB.java:123)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.PrepStmt.<init>(PrepStmt.java:42)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:404)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:399)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:383)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.dao.JobsConnection.prepareStatement(JobsConnection.java:65)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.dao.JobsDAO.getSlotsTaken(JobsDAO.java:177)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.config.JobConfig.loadSlots(JobConfig.java:455)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.config.JobConfig.reload(JobConfig.java:60)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.Jobs.reloadConfigurations(Jobs.java:191)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.Jobs.onEnable(Jobs.java:78)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
2012-05-16 19:00:17 [SEVERE] java.sql.SQLException: [SQLITE_CORRUPT]  The database disk image is malformed (database disk image is malformed)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.newSQLException(DB.java:383)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.newSQLException(DB.java:387)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.throwex(DB.java:374)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.NativeDB.prepare(Native Method)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.prepare(DB.java:123)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.PrepStmt.<init>(PrepStmt.java:42)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:404)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:399)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:383)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.dao.JobsConnection.prepareStatement(JobsConnection.java:65)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.dao.JobsDAO.getSlotsTaken(JobsDAO.java:177)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.config.JobConfig.loadSlots(JobConfig.java:455)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.config.JobConfig.reload(JobConfig.java:60)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.Jobs.reloadConfigurations(Jobs.java:191)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.Jobs.onEnable(Jobs.java:78)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
2012-05-16 19:00:17 [SEVERE] java.sql.SQLException: [SQLITE_CORRUPT]  The database disk image is malformed (database disk image is malformed)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.newSQLException(DB.java:383)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.newSQLException(DB.java:387)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.throwex(DB.java:374)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.NativeDB.prepare(Native Method)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.prepare(DB.java:123)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.PrepStmt.<init>(PrepStmt.java:42)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:404)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:399)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:383)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.dao.JobsConnection.prepareStatement(JobsConnection.java:65)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.dao.JobsDAO.getSlotsTaken(JobsDAO.java:177)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.config.JobConfig.loadSlots(JobConfig.java:455)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.config.JobConfig.reload(JobConfig.java:60)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.Jobs.reloadConfigurations(Jobs.java:191)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.Jobs.onEnable(Jobs.java:78)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
2012-05-16 19:00:17 [SEVERE] java.sql.SQLException: [SQLITE_CORRUPT]  The database disk image is malformed (database disk image is malformed)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.newSQLException(DB.java:383)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.newSQLException(DB.java:387)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.throwex(DB.java:374)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.NativeDB.prepare(Native Method)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.prepare(DB.java:123)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.PrepStmt.<init>(PrepStmt.java:42)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:404)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:399)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:383)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.dao.JobsConnection.prepareStatement(JobsConnection.java:65)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.dao.JobsDAO.getSlotsTaken(JobsDAO.java:177)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.config.JobConfig.loadSlots(JobConfig.java:455)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.config.JobConfig.reload(JobConfig.java:60)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.Jobs.reloadConfigurations(Jobs.java:191)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.Jobs.onEnable(Jobs.java:78)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
2012-05-16 19:00:17 [SEVERE] java.sql.SQLException: [SQLITE_CORRUPT]  The database disk image is malformed (database disk image is malformed)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.newSQLException(DB.java:383)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.newSQLException(DB.java:387)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.throwex(DB.java:374)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.NativeDB.prepare(Native Method)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.prepare(DB.java:123)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.PrepStmt.<init>(PrepStmt.java:42)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:404)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:399)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:383)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.dao.JobsConnection.prepareStatement(JobsConnection.java:65)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.dao.JobsDAO.getSlotsTaken(JobsDAO.java:177)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.config.JobConfig.loadSlots(JobConfig.java:455)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.config.JobConfig.reload(JobConfig.java:60)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.Jobs.reloadConfigurations(Jobs.java:191)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.Jobs.onEnable(Jobs.java:78)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
2012-05-16 19:00:17 [SEVERE] java.sql.SQLException: [SQLITE_CORRUPT]  The database disk image is malformed (database disk image is malformed)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.newSQLException(DB.java:383)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.newSQLException(DB.java:387)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.throwex(DB.java:374)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.NativeDB.prepare(Native Method)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.prepare(DB.java:123)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.PrepStmt.<init>(PrepStmt.java:42)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:404)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:399)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:383)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.dao.JobsConnection.prepareStatement(JobsConnection.java:65)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.dao.JobsDAO.getSlotsTaken(JobsDAO.java:177)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.config.JobConfig.loadSlots(JobConfig.java:455)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.config.JobConfig.reload(JobConfig.java:60)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.Jobs.reloadConfigurations(Jobs.java:191)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.Jobs.onEnable(Jobs.java:78)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
2012-05-16 19:00:17 [SEVERE] java.sql.SQLException: [SQLITE_CORRUPT]  The database disk image is malformed (database disk image is malformed)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.newSQLException(DB.java:383)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.newSQLException(DB.java:387)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.throwex(DB.java:374)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.NativeDB.prepare(Native Method)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.prepare(DB.java:123)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.PrepStmt.<init>(PrepStmt.java:42)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:404)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:399)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:383)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.dao.JobsConnection.prepareStatement(JobsConnection.java:65)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.dao.JobsDAO.getSlotsTaken(JobsDAO.java:177)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.config.JobConfig.loadSlots(JobConfig.java:455)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.config.JobConfig.reload(JobConfig.java:60)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.Jobs.reloadConfigurations(Jobs.java:191)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.Jobs.onEnable(Jobs.java:78)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
2012-05-16 19:00:17 [SEVERE] java.sql.SQLException: [SQLITE_CORRUPT]  The database disk image is malformed (database disk image is malformed)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.newSQLException(DB.java:383)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.newSQLException(DB.java:387)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.throwex(DB.java:374)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.NativeDB.prepare(Native Method)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.prepare(DB.java:123)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.PrepStmt.<init>(PrepStmt.java:42)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:404)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:399)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:383)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.dao.JobsConnection.prepareStatement(JobsConnection.java:65)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.dao.JobsDAO.getSlotsTaken(JobsDAO.java:177)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.config.JobConfig.loadSlots(JobConfig.java:455)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.config.JobConfig.reload(JobConfig.java:60)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.Jobs.reloadConfigurations(Jobs.java:191)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.Jobs.onEnable(Jobs.java:78)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
2012-05-16 19:00:17 [SEVERE] java.sql.SQLException: [SQLITE_CORRUPT]  The database disk image is malformed (database disk image is malformed)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.newSQLException(DB.java:383)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.newSQLException(DB.java:387)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.throwex(DB.java:374)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.NativeDB.prepare(Native Method)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.DB.prepare(DB.java:123)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.PrepStmt.<init>(PrepStmt.java:42)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:404)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:399)
2012-05-16 19:00:17 [SEVERE]    at org.sqlite.Conn.prepareStatement(Conn.java:383)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.dao.JobsConnection.prepareStatement(JobsConnection.java:65)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.dao.JobsDAO.getSlotsTaken(JobsDAO.java:177)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.config.JobConfig.loadSlots(JobConfig.java:455)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.config.JobConfig.reload(JobConfig.java:60)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.Jobs.reloadConfigurations(Jobs.java:191)
2012-05-16 19:00:17 [SEVERE]    at me.zford.jobs.Jobs.onEnable(Jobs.java:78)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
2012-05-16 19:00:17 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
2012-05-16 19:00:17 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
2012-05-16 19:00:17 [INFO] [NoLaggTNT] Enabling NoLaggTNT v1.05
2012-05-16 19:00:17 [INFO] NoLaggTNT version 1.05 enabled!
2012-05-16 19:00:17 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.1
2012-05-16 19:00:18 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
2012-05-16 19:00:18 [INFO] [FalseBookChat] Enabling FalseBookChat v0.93.1alpha
2012-05-16 19:00:18 [INFO] [ FalseBook Chat ] FalseBookChat v0.93.1alpha by GeMo enabled
2012-05-16 19:00:18 [INFO] [FalseBookBlock] Enabling FalseBookBlock v0.93.1alpha
2012-05-16 19:00:18 [INFO] [ FalseBook Block ] 0 Doors successfully loaded.
2012-05-16 19:00:18 [INFO] [ FalseBook Block ] 0 Areas loaded.
2012-05-16 19:00:18 [INFO] [ FalseBook Block ] 0 Bridges successfully loaded.
2012-05-16 19:00:18 [INFO] [ FalseBook Block ] No Cauldrons loaded!
2012-05-16 19:00:18 [INFO] [ FalseBook Block ] No Books loaded!
2012-05-16 19:00:18 [INFO] [ FalseBook Block ] 0 protected gateblocks successfully loaded.
2012-05-16 19:00:18 [INFO] [ FalseBook Block ] FalseBookBlock v0.93.1alpha by GeMo enabled
2012-05-16 19:00:18 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.1
2012-05-16 19:00:18 [INFO] [CreativeGates] Enabling CreativeGates v1.3.3
2012-05-16 19:00:18 [INFO] [CreativeGates v1.3.3] === ENABLE START ===
2012-05-16 19:00:18 [INFO] [CreativeGates v1.3.3] Will use this plugin for permissions: PermissionsEx v1.19.1
2012-05-16 19:00:18 [INFO] [CreativeGates v1.3.3] === ENABLE DONE (Took 263ms) ===
2012-05-16 19:00:18 [INFO] [NoLaggExamine] Enabling NoLaggExamine v1.06
2012-05-16 19:00:18 [INFO] NoLaggExamine version 1.06 enabled!
2012-05-16 19:00:18 [INFO] [FalseBookIC] Enabling FalseBookIC v0.93.1alpha
2012-05-16 19:00:18 [INFO] [ FalseBook IC ] Error while reading file: plugins/FalseBook/FalseBookIC.properties
2012-05-16 19:00:18 [INFO] [ FalseBook IC ] FalseBookIC v0.93.1alpha by GeMo enabled
2012-05-16 19:00:18 [INFO] [ChestShop] Enabling ChestShop v3.42
2012-05-16 19:00:18 [INFO] [ChestShop] LWC version 4.1.1 (b645-git-b24cc99e) loaded.
2012-05-16 19:00:18 [INFO] [ChestShop] Vault loaded - using iConomy 6
2012-05-16 19:00:18 [INFO] [EssentialsChat] Enabling EssentialsChat v2.9.1
2012-05-16 19:00:18 [INFO] [FalseBookExtra] Enabling FalseBookExtra v0.93.1alpha
2012-05-16 19:00:18 [INFO] [ FalseBook Extra ] 0 protected blocks in 'world' loaded.
2012-05-16 19:00:18 [INFO] [ FalseBook Extra ] 0 protected blocks in 'world_nether' loaded.
2012-05-16 19:00:18 [INFO] [ FalseBook Extra ] 0 protected blocks in 'world_the_end' loaded.
2012-05-16 19:00:19 [INFO] [ FalseBook Extra ] FalseBookExtra v0.93.1alpha by GeMo enabled
2012-05-16 19:00:19 [INFO] [Residence] Enabling Residence v2.5.8
2012-05-16 19:00:19 [INFO] [Residence] Found Vault using permissions plugin:PermissionsEx
2012-05-16 19:00:19 [INFO] [Residence] Scanning for economy systems...
2012-05-16 19:00:19 [INFO] [Residence] Found Vault using economy system: iConomy 6
2012-05-16 19:00:19 [INFO] [Residence] Found WorldEdit
2012-05-16 19:00:19 [INFO] [Residence] Enabled! Version 2.5.8 by bekvon
2012-05-16 19:00:19 [INFO] Server permissions file permissions.yml is empty, ignoring it
2012-05-16 19:00:19 [INFO] Done (12.583s)! For help, type "help" or "?"
2012-05-16 19:00:19 [INFO] Starting GS4 status listener
2012-05-16 19:00:19 [INFO] Query running on 93.91.250.110:37076
2012-05-16 19:00:19 [INFO] [Citizens] Loaded 7 NPCs.
2012-05-16 19:00:19 [INFO] /77.48.228.1:50832 lost connection
2012-05-16 19:00:19 [INFO] /90.178.118.157:17341 lost connection
2012-05-16 19:00:19 [INFO] /213.192.18.26:60886 lost connection
2012-05-16 19:00:19 [INFO] /90.178.118.157:17363 lost connection
2012-05-16 19:00:19 [INFO] Disconnecting Droydi [/93.91.144.178:49635]: You are not white-listed on this server!
2012-05-16 19:00:20 [INFO] [ FalseBook IC ] Loaded selftriggered ICs: 0 done
2012-05-16 19:00:20 [INFO] [ FalseBook IC ] Failed selftriggered ICs: 0 failed
2012-05-16 19:00:21 [INFO] Garbor [/91.217.96.96:5830] logged in with entity id 356 at ([world] 123.72096644254245, 81.8817155160834, 296.240123648544)
2012-05-16 19:00:21 [INFO] kairo1999 [/213.192.18.26:60921] logged in with entity id 366 at ([world] 150.54421982035092, 73.03826918367722, 293.18602849165603)
2012-05-16 19:00:21 [INFO] Connection reset
93.91.250.110:37076

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

Re: pluginy -------------------

#10 Příspěvekod Shaggy84675 » 16 kvě 2012, 19:30

Fiha to je chyb. Používáš AutoMessage? Plugin nemůže najít základní soubor pro zobrazování automatických zpráv, pokud ne, tak ho smaž ať ti to zbytečně nespamuje log a Jobs jsou napojené na MySQL? Jestli jo tak tam je taky chyba někde.
Omluvte prosím moji nefunkčnost podpisu. Momentálně přesouvám podpis na svůj webserver.


Zpět na „Minecraft, Tekkit“

Kdo je online

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