chybné místo respawnu po zabití

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
SNOBcrazy
Příspěvky: 60
Registrován: 06 bře 2014, 08:30
Reputation: 0

chybné místo respawnu po zabití

#1 Příspěvekod SNOBcrazy » 07 bře 2014, 21:42

IP: 93.91.250.113:27976

Asi mám nějakej bug nebo co? ale když hráč zabije hráče tak se respawne na stejném místě kde ho zabil a taktéž my to spamuje při tom pořád chat poraďte v čem je chyba??


Kód: Vybrat vše

############################################################
# +------------------------------------------------------+ #
# |                       Notes                          | #
# +------------------------------------------------------+ #
############################################################

# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
# If you receive an error when Essentials loads, ensure that:
#   - No tabs are present: YAML only allows spaces
#   - Indents are correct: YAML hierarchy is based entirely on indentation
#   - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrophe)
#   - Text with symbols is enclosed in single or double quotation marks

# If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat

############################################################
# +------------------------------------------------------+ #
# |                 Essentials (Global)                  | #
# +------------------------------------------------------+ #
############################################################

# A color code between 0-9 or a-f. Set to 'none' to disable.
ops-name-color: '4'

# The character(s) to prefix all nicknames, so that you know they are not true usernames.
nickname-prefix: '~'

# Disable this if you have any other plugin, that modifies the displayname of a user.
change-displayname: true

# When this option is enabled, the (tab) player list will be updated with the displayname.
# The value of change-displayname (above) has to be true.
#change-playerlist: true

# When essentialschat.jar isnt used, force essentials to add the prefix and suffix from permission plugins to displayname
# This setting is ignored if essentialschat.jar is used, and defaults to 'true'
# The value of change-displayname (above) has to be true.
# Do not edit this setting unless you know what you are doing!
#add-prefix-suffix: false

# The delay, in seconds, required between /home, /tp, etc.
teleport-cooldown: 0

# The delay, in seconds, before a user actually teleports.  If the user moves or gets attacked in this timeframe, the teleport never occurs.
teleport-delay: 0

# The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command
# This will also prevent the player attacking other players
teleport-invulnerability: 4

# The delay, in seconds, required between /heal attempts
heal-cooldown: 60

# What to prevent from /i /give
# e.g item-spawn-blacklist: 46,11,10
item-spawn-blacklist:

# Set this to true if you want permission based item spawn rules
# Note: The blacklist above will be ignored then.
# Permissions:
#  - essentials.itemspawn.item-all
#  - essentials.itemspawn.item-[itemname]
#  - essentials.itemspawn.item-[itemid]
#  - essentials.give.item-all
#  - essentials.give.item-[itemname]
#  - essentials.give.item-[itemid]
# For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
permission-based-item-spawn: false

# Mob limit on the /spawnmob command per execution
spawnmob-limit: 10

# Shall we notify users when using /lightning
warn-on-smite: true

# motd and rules are now configured in the files motd.txt and rules.txt

# When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
# Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
# In this state, which plugin 'wins' appears to be almost random.
#
# If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
# To force essentials to take 'god' alias 'god' to 'egod'.
# See http://wiki.bukkit.org/Bukkit.yml#aliases for more information

overridden-commands:
#  - god

# Disabled commands will be completely unavailable on the server.
# Disabling commands here will have no effect on command conflicts.
disabled-commands:
#  - nick

# If you do not wish to use a permission system, you can define a list of 'player perms' below.
# This list has no effect if you are using a supported permissions system.
# If you are using an unsupported permissions system simply delete this section.
# Whitelist the commands and permissions you wish to give players by default (everything else is op only).
# These are the permissions without the "essentials." part.
player-commands:
  - afk
  - afk.auto
  - back
  - back.ondeath
  - balance
  - balance.others
  - balancetop
  - build
  - chat.color
  - chat.format
  - chat.shout
  - chat.question
  - clearinventory
  - compass
  - depth
  - delhome
  - getpos
  - geoip.show
  - help
  - helpop
  - home
  - home.others
  - ignore
  - info
  - itemdb
  - kit
  - kits.tools
  - list
  - mail
  - mail.send
  - me
  - motd
  - msg
  - msg.color
  - nick
  - near
  - pay
  - ping
  - protect
  - r
  - rules
  - realname
  - seen
  - sell
  - sethome
  - setxmpp
  - signs.create.protection
  - signs.create.trade
  - signs.break.protection
  - signs.break.trade
  - signs.use.balance
  - signs.use.buy
  - signs.use.disposal
  - signs.use.enchant
  - signs.use.free
  - signs.use.gamemode
  - signs.use.heal
  - signs.use.info
  - signs.use.kit
  - signs.use.mail
  - signs.use.protection
  - signs.use.repair
  - signs.use.sell
  - signs.use.time
  - signs.use.trade
  - signs.use.warp
  - signs.use.weather
  - spawn
  - suicide
  - time
  - tpa
  - tpaccept
  - tpahere
  - tpdeny
  - warp
  - warp.list
  - world
  - worth
  - xmpp

# Note: All items MUST be followed by a quantity!
# All kit names should be lower case, and will be treated as lower in permissions/costs.
# Syntax: - itemID[:DataValue] Amount [Enchantment:Level]..
# 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
# For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#kits
kits:
  dtools:
    delay: 10
    items:
      - 277 1 efficiency:1 durability:1
      - 278 1
      - 279:780 1
  tools:
    delay: 10
    items:
      - 276 1
      - 278 1
      - 277 1
      - 279 1
      - 293 1
      - 297 30
      - 319 30
      - 58 1

# Essentials Sign Control
# See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
# To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
# Essentials Colored sign support will be enabled when any sign types are enabled.
# Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.

enabledSigns:
  - color
  #- balance
  #- buy
  #- sell
  #- trade
  - free
  #- disposal
  #- warp
  #- kit
  #- mail
  #- enchant
  #- gamemode
  #- heal
  #- info
  #- spawnmob
  #- repair
  #- time
  #- weather 
 
# How many times per second can Essentials signs be interacted with per player.
# Values should be between 1-20, 20 being virtually no lag protection.
# Lower numbers will reduce the possibility of lag, but may annoy players.
sign-use-per-second: 4

# Backup runs a batch/bash command while saving is disabled
backup:
  # Interval in minutes
  interval: 30
  # Unless you add a valid backup command or script here, this feature will be useless.
  # Use 'save-all' to simply force regular world saving without backup.
  #command: 'rdiff-backup World1 backups/World1'

# Set this true to enable permission per warp.
per-warp-permission: false

# Sort output of /list command by groups
sort-list-by-groups: false

# More output to the console
debug: false

# Set the locale for all messages
# If you don't set this, the default locale of the server will be used.
# For example, to set language to English, set locale to en, to use the file "messages_en.properties"
# Don't forget to remove the # in front of the line
# For more information, visit http://wiki.ess3.net/wiki/Locale
#locale: en

# Turn off god mode when people exit
remove-god-on-disconnect: false

# Auto-AFK
# After this timeout in seconds, the user will be set as afk.
# Set to -1 for no timeout.
auto-afk: 300

# Auto-AFK Kick
# After this timeout in seconds, the user will be kicked from the server.
# Set to -1 for no timeout.
auto-afk-kick: -1

# Set this to true, if you want to freeze the player, if he is afk.
# Other players or monsters can't push him out of afk mode then.
# This will also enable temporary god mode for the afk player.
# The player has to use the command /afk to leave the afk mode.
freeze-afk-players: false

# When the player is afk, should he be able to pickup items?
# Enable this, when you don't want people idling in mob traps.
disable-item-pickup-while-afk: false

# Should we automatically remove afk status when the player moves?
# Player will be removed from afk on chat/command regardless of this setting.
# Disable this to reduce server lag.
cancel-afk-on-move: true

# You can disable the death messages of Minecraft here
death-messages: true

# Add worlds to this list, if you want to automatically disable god mode there
no-god-in-worlds:
#  - world_nether

# Set to true to enable per-world permissions for teleporting between worlds with essentials commands
# This applies to /world, /back, /tp[a|o][here|all], but not warps.
# Give someone permission to teleport to a world with essentials.worlds.<worldname>
# This does not affect the /home command, there is a separate toggle below for this.
world-teleport-permissions: false

# The number of items given if the quantity parameter is left out in /item or /give.
# If this number is below 1, the maximum stack size size is given. If over-sized stacks
# are not enabled, any number higher than the maximum stack size results in more than one stack.
default-stack-size: -1

# Over-sized stacks are stacks that ignore the normal max stack size.
# They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
# How many items should be in an over-sized stack?
oversized-stacksize: 64

# Allow repair of enchanted weapons and armor.
# If you set this to false, you can still allow it for certain players using the permission
# essentials.repair.enchanted
repair-enchanted: true

#Do you want essentials to keep track of previous location for /back in the teleport listener?
#If you set this to true any plugin that uses teleport will have the previous location registered.
register-back-in-listener: false

#Delay to wait before people can cause attack damage after logging in
login-attack-delay: 5

#Set the max fly speed, values range from 0.1 to 1.0
max-fly-speed: 0.8

#Set the maximum amount of mail that can be sent within a minute.
mails-per-minute: 1000

############################################################
# +------------------------------------------------------+ #
# |                   EssentialsHome                     | #
# +------------------------------------------------------+ #
############################################################

# Allows people to set their bed at daytime
update-bed-at-daytime: true

# Set to true to enable per-world permissions for using homes to teleport between worlds
# This applies to the /home only.
# Give someone permission to teleport to a world with essentials.worlds.<worldname>
world-home-permissions: false

# Allow players to have multiple homes.
# Players need essentials.sethome.multiple before they can have more than 1 home, defaults to 'default' below.
# Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
# People with essentials.sethome.multiple.unlimited are not limited by these numbers.
# For more information, visit http://wiki.ess3.net/wiki/Multihome
sethome-multiple: 
  default: 3
  # essentials.sethome.multiple.vip
  vip: 5
  # essentials.sethome.multiple.staff
  staff: 10

# Set timeout in seconds for players to accept tpa before request is cancelled.
# Set to 0 for no timeout
tpa-accept-cancellation: 0

############################################################
# +------------------------------------------------------+ #
# |                   EssentialsEco                      | #
# +------------------------------------------------------+ #
############################################################

# For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy

# Defines the balance with which new players begin.  Defaults to 0.
starting-balance: 0

# worth-# defines the value of an item when it is sold to the server via /sell.
# These are now defined in worth.yml

# Defines the cost to use the given commands PER USE
# Some commands like /repair have sub-costs, check the wiki for more information.
command-costs:
  # /example costs $1000 PER USE
  #example: 1000
  # /kit tools costs $1500 PER USE
  #kit-tools: 1500

# Set this to a currency symbol you want to use.
currency-symbol: '$'

# Set the maximum amount of money a player can have
# The amount is always limited to 10 trillion because of the limitations of a java double
max-money: 10000000000000

# Set the minimum amount of money a player can have (must be above the negative of max-money).
# Setting this to 0, will disable overdrafts/loans completely.  Users need 'essentials.eco.loan' perm to go below 0.
min-money: -10000

# Enable this to log all interactions with trade/buy/sell signs and sell command
economy-log-enabled: false

############################################################
# +------------------------------------------------------+ #
# |                   EssentialsHelp                     | #
# +------------------------------------------------------+ #
############################################################

# Show other plugins commands in help
non-ess-in-help: true

# Hide plugins which do not give a permission
# You can override a true value here for a single plugin by adding a permission to a user/group.
# The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
# You can use negative permissions to remove access to just a single plugins help if the following is enabled.
hide-permissionless-help: true

############################################################
# +------------------------------------------------------+ #
# |                   EssentialsChat                     | #
# +------------------------------------------------------+ #
############################################################

chat:

  # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
  # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  radius: 0

  # Chat formatting can be done in two ways, you can either define a standard format for all chat
  # Or you can give a group specific chat format, to give some extra variation.
  # If set to the default chat format which "should" be compatible with ichat.
  # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting 

  format: '<{DISPLAYNAME}> {MESSAGE}'
  #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'

  group-formats:
  #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  #  Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'

  # If you are using group formats make sure to remove the '#' to allow the setting to be read.

############################################################
# +------------------------------------------------------+ #
# |                 EssentialsProtect                    | #
# +------------------------------------------------------+ #
############################################################

protect:
  # Database settings for sign/rail protection

  # mysql or sqlite
  # We strongly recommend against using mysql here, unless you have a good reason.
  # Sqlite seems to be faster in almost all cases, and in some cases mysql can be much slower.
  datatype: 'sqlite'

  # If you specified MySQL above, you MUST enter the appropriate details here.
  # If you specified SQLite above, these will be IGNORED.
  username: 'root'
  password: 'root'
  mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'

  # General physics/behavior modifications
  prevent:
    lava-flow: false
    water-flow: false
    water-bucket-flow: false
    fire-spread: true
    lava-fire-spread: true
    flint-fire: false
    lightning-fire-spread: true
    portal-creation: false
    tnt-explosion: false
    tnt-playerdamage: false
    fireball-explosion: false
    fireball-fire: false
    fireball-playerdamage: false
    witherskull-explosion: false
    witherskull-playerdamage: false
    wither-spawnexplosion: false
    wither-blockreplace: false
    creeper-explosion: false
    creeper-playerdamage: false
    creeper-blockdamage: false
    enderdragon-blockdamage: true
    enderman-pickup: false
    villager-death: false
    # Monsters won't follow players
    # permission essentials.protect.entitytarget.bypass disables this
    entitytarget: false
    # Prevent the spawning of creatures
    spawn:
      creeper: false
      skeleton: false
      spider: false
      giant: false
      zombie: false
      slime: false
      ghast: false
      pig_zombie: false
      enderman: false
      cave_spider: false
      silverfish: false
      blaze: false
      magma_cube: false
      ender_dragon: false
      pig: false
      sheep: false
      cow: false
      chicken: false
      squid: false
      wolf: false
      mushroom_cow: false
      snowman: false
      ocelot: false
      iron_golem: false
      villager: false
      wither: false
      bat: false
      witch: false
     
  # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  creeper:
    max-height: -1

  # Protect various blocks.
  protect:
    # Protect all signs
    signs: false

    # Prevent users from destroying rails
    rails: false

    # Blocks below rails/signs are also protected if the respective rail/sign is protected.
    # This makes it more difficult to circumvent protection, and should be enabled.
    # This only has an effect if "rails" or "signs" is also enabled.
    block-below: true

    # Prevent placing blocks above protected rails, this is to stop a potential griefing
    prevent-block-on-rails: false

    # Store blocks / signs in memory before writing
    memstore: false

  # Disable various default physics and behaviors
  disable:
    # Should fall damage be disabled?
    fall: false

    # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
    # They will be unable to attack users without that same permission node.
    pvp: false

    # Should drowning damage be disabled?
    # (Split into two behaviors; generally, you want both set to the same value)
    drown: false
    suffocate: false

    # Should damage via lava be disabled?  Items that fall into lava will still burn to a crisp. ;)
    lavadmg: false

    # Should arrow damage be disabled
    projectiles: false

    # This will disable damage from touching cacti.
    contactdmg: false

    # Burn, baby, burn!  Should fire damage be disabled?
    firedmg: false

    # Should the damage after hit by a lightning be disabled?
    lightning: false
   
    # Should Wither damage be disabled?
    wither: false

    # Disable weather options
    weather:
      storm: false
      thunder: false
      lightning: false     

############################################################
# +------------------------------------------------------+ #
# |                EssentialsAntiBuild                   | #
# +------------------------------------------------------+ #
############################################################

  # Disable various default physics and behaviors
  # For more information, visit http://wiki.ess3.net/wiki/AntiBuild

    # Should people with build: false in permissions be allowed to build
    # Set true to disable building for those people
    # Setting to false means EssentialsAntiBuild will never prevent you from building
    build: true

    # Should people with build: false in permissions be allowed to use items
    # Set true to disable using for those people
    # Setting to false means EssentialsAntiBuild will never prevent you from using
    use: true

    # Should we tell people they are not allowed to build
    warn-on-build-disallow: true

  # For which block types would you like to be alerted?
  # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  alert:
    on-placement: 10,11,46,327
    on-use: 327
    on-break:

  blacklist:

    # Which blocks should people be prevented from placing
    placement: 10,11,46,327

    # Which items should people be prevented from using
    usage: 327

    # Which blocks should people be prevented from breaking
    break:

    # Which blocks should not be pushed by pistons
    piston:

############################################################
# +------------------------------------------------------+ #
# |            Essentials Spawn / New Players            | #
# +------------------------------------------------------+ #
############################################################

newbies:
  # Should we announce to the server when someone logs in for the first time?
  # If so, use this format, replacing {DISPLAYNAME} with the player name.
  # If not, set to ''
  #announce-format: ''
  announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'

  # When we spawn for the first time, which spawnpoint do we use?
  # Set to "none" if you want to use the spawn point of the world.
  spawnpoint: newbies

  # Do we want to give users anything on first join? Set to '' to disable
  # This kit will be given regardless  of cost, and permissions.
  #kit: ''
  kit: tools

# Set this to lowest, if you want Multiverse to handle the respawning
# Set this to high, if you want EssentialsSpawn to handle the respawning
# Set this to highest, if you want to force EssentialsSpawn to handle the respawning
respawn-listener-priority: high

# When users die, should they respawn at their first home or bed, instead of the spawnpoint?
respawn-at-home: true

# End of File <-- No seriously, you're done with configuration.

Uživatelský avatar
Nocky
Příspěvky: 227
Registrován: 10 dub 2013, 14:34
Reputation: 0

Re: chybné místo respawnu po zabití

#2 Příspěvekod Nocky » 07 bře 2014, 23:07

Dej seznam pluginů

Uživatelský avatar
SNOBcrazy
Příspěvky: 60
Registrován: 06 bře 2014, 08:30
Reputation: 0

Re: chybné místo respawnu po zabití

#3 Příspěvekod SNOBcrazy » 07 bře 2014, 23:41

Kód: Vybrat vše

 AdminShop
 AntiCreeper3
 AuthMe
 AutoMessage
 BlockHunt
 ChatControl
 ChatManager
 ChestShop
 Citizens
 CoreProtect
 CreativeControl
 CreativeGates
 DigitalClock
 DisguiseCraft
 EasyAntiSpam
 Essentials
 Factions
 HeadDrops
 HeroicDeathPlus
 Jobs
 LWC
 MineResetLite
 MobArena
 NoCheatPlus
 Paintball
 PermissionsEx
 PluginMetrics
 RadioPlayer
 Residence
 ScoreboardStats
 StatusSign
 SurvivalGames
 TNTRun
 TimTheEnchanter
 TreeAssist
 Ultrabans
 WorldEdit
 ZavAutoMessager     
 iConomy
 webstats

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: chybné místo respawnu po zabití

#4 Příspěvekod Smexhy » 08 bře 2014, 09:15

Spojler neexistuje? Posli aj log z konzoly...

Uživatelský avatar
SNOBcrazy
Příspěvky: 60
Registrován: 06 bře 2014, 08:30
Reputation: 0

Re: chybné místo respawnu po zabití

#5 Příspěvekod SNOBcrazy » 08 bře 2014, 10:56

mám momentálně skoro-plný server po restartu vždy přijdu o dost hráčů a mám debilní prohlížec :D takže kdyžtak to dodám do večera :)

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: chybné místo respawnu po zabití

#6 Příspěvekod Sejsel » 08 bře 2014, 11:02

Pokud "přijdeš" o hráče, tak jsou stejně jen afk a zbytečně si kvůli nim zatěžuješ server - pokud tam někdo hraje, tak se rád po krátkém restartu vrátí :)
01101110011101010110001001110111

Uživatelský avatar
SNOBcrazy
Příspěvky: 60
Registrován: 06 bře 2014, 08:30
Reputation: 0

Re: chybné místo respawnu po zabití

#7 Příspěvekod SNOBcrazy » 09 bře 2014, 00:56

Kód: Vybrat vše

2014-03-08 23:52:55 [INFO] CONSOLE: Stopping the server..
2014-03-08 23:52:55 [INFO] Stopping server
2014-03-08 23:52:55 [INFO] [ScoreboardStats] Disabling ScoreboardStats v0.7.3
2014-03-08 23:52:55 [INFO] Now saving the stats to the database. This can take a while.
2014-03-08 23:52:55 [INFO] [Factions] Disabling Factions v1.8.2
2014-03-08 23:52:55 [INFO] [Factions v1.8.2] Disabled
2014-03-08 23:52:55 [INFO] [Residence] Disabling Residence v2.6.6.3
2014-03-08 23:52:55 [INFO] [Residence] Disabled!
2014-03-08 23:52:55 [INFO] [ChestShop] Disabling ChestShop v3.42
2014-03-08 23:52:55 [INFO] [LWC] Disabling LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
2014-03-08 23:52:55 [INFO] [LWC] Flushing protection updates (0)
2014-03-08 23:52:55 [INFO] [Ultrabans] Disabling Ultrabans v3.1.0
2014-03-08 23:52:55 [INFO] [CreativeControl] Disabling CreativeControl v6.4
2014-03-08 23:52:55 [INFO] [CreativeControl]: Closing the SQLite connection...
2014-03-08 23:52:55 [INFO] [CreativeControl]: SQLite connection closed successfuly!
2014-03-08 23:52:55 [INFO] [CreativeControl]: CreativeControl v6.4 disabled in 2 ms!
2014-03-08 23:52:55 [INFO] [EssentialsSpawn] Disabling EssentialsSpawn v2.9.6
2014-03-08 23:52:55 [INFO] [EssentialsProtect] Disabling EssentialsProtect v2.9.6
2014-03-08 23:52:56 [INFO] [ChatManager] Disabling ChatManager v1.19.1
2014-03-08 23:52:56 [INFO] [ChatManager] ChatManager disabled!
2014-03-08 23:52:56 [INFO] [Jobs] Disabling Jobs v2.11.3
2014-03-08 23:52:56 [INFO] [Jobs] Database save task shutdown
2014-03-08 23:52:56 [INFO] [Jobs] Buffered payment thread shutdown
2014-03-08 23:52:56 [INFO] [Jobs] Plugin has been disabled succesfully.
2014-03-08 23:52:56 [INFO] [Citizens] Disabling Citizens v2.0.8-SNAPSHOT (build 803)
2014-03-08 23:52:56 [INFO] [Essentials] Disabling Essentials v2.9.6
2014-03-08 23:52:56 [INFO] [Vault][Economy] Essentials Economy unhooked.
2014-03-08 23:52:56 [INFO] [NoTNT] Disabling NoTNT v1
2014-03-08 23:52:56 [INFO] [NoTNT] NoTNT Has Been Disabled!
2014-03-08 23:52:56 [INFO] [MobArena] Disabling MobArena v0.94.4.95
2014-03-08 23:52:56 [INFO] [MobArena] disabled.
2014-03-08 23:52:56 [INFO] [EasyAntiSpam] Disabling EasyAntiSpam v4.3
2014-03-08 23:52:56 [INFO] [ZavAutoMessager] Disabling ZavAutoMessager v2.5
2014-03-08 23:52:56 [INFO] ZavAutoMessager v2.5 has been disabled
2014-03-08 23:52:56 [INFO] [StatusSign] Disabling StatusSign v1.6.1
2014-03-08 23:52:56 [INFO] [RadioPlayer] Disabling RadioPlayer v1.1.0
2014-03-08 23:52:56 [INFO] [Trampoline] Disabling Trampoline v1.0
2014-03-08 23:52:56 [INFO] [CoreProtect] Disabling CoreProtect v2.07
2014-03-08 23:52:56 [INFO] [AdminShop] Disabling AdminShop v0.3.1
2014-03-08 23:52:56 [INFO] [AdminShop] Plugin disabled successfully
2014-03-08 23:52:56 [INFO] [SurvivalGames] Disabling SurvivalGames v0.5.8.42
2014-03-08 23:52:56 [INFO] [SurvivalGames] Arena 1 reset.
2014-03-08 23:52:56 [INFO] [SurvivalGames] SurvivalGames version 0.5.8.42 has now been disabled and reset
2014-03-08 23:52:56 [INFO] [AuthMe] Disabling AuthMe v2.7.6
2014-03-08 23:52:56 [INFO] [AuthMe] Authme 2.7.6 disabled
2014-03-08 23:52:56 [INFO] [TNTRun] Disabling TNTRun v2.2
2014-03-08 23:52:56 [INFO] [DisguiseCraft] Disabling DisguiseCraft v4.8
2014-03-08 23:52:56 [INFO] [DisguiseCraft] Version 4.8 disabled!
2014-03-08 23:52:56 [INFO] [iConomy] Disabling iConomy v7.0
2014-03-08 23:52:56 [INFO] [Vault][Economy] iConomy 7 unhooked.
2014-03-08 23:52:56 [INFO] [iConomy] Closing general data...
2014-03-08 23:52:56 [INFO] [iConomy] Disabled. (0 ms)
2014-03-08 23:52:56 [INFO] [AutoMessage] Disabling AutoMessage v2.3.2
2014-03-08 23:52:56 [INFO] [MineResetLite] Disabling MineResetLite v0.3.5
2014-03-08 23:52:56 [INFO] [MineResetLite] MineResetLite disabled
2014-03-08 23:52:56 [INFO] [HeroicDeathPlus] Disabling HeroicDeathPlus v2.1
2014-03-08 23:52:56 [INFO] [HeroicDeathPlus] 2.1 disabled. Visit rubukkit.org for more.
2014-03-08 23:52:56 [INFO] [HeadDrops] Disabling HeadDrops v1.71
2014-03-08 23:52:56 [INFO] [TreeAssist] Disabling TreeAssist v5.7.11
2014-03-08 23:52:56 [INFO] [AntiCreeper3] Disabling AntiCreeper3 v4.11
2014-03-08 23:52:56 [INFO] [Paintball] Disabling Paintball v1.1.8
2014-03-08 23:52:56 [INFO] [Paintball] Disabled!
2014-03-08 23:52:56 [INFO] [PermissionsEx] Disabling PermissionsEx v1.20.4
2014-03-08 23:52:56 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2014-03-08 23:52:56 [INFO] [Vault][Permission] PermissionsEx un-hooked.
2014-03-08 23:52:56 [INFO] [Vault][Chat] PermissionsEx_Chat un-hooked.
2014-03-08 23:52:56 [INFO] Permissions file successfully reloaded
2014-03-08 23:52:56 [INFO] [Vault] Disabling Vault v1.2.24-b304
2014-03-08 23:52:56 [INFO] [CreativeGates] Disabling CreativeGates v1.4
2014-03-08 23:52:57 [INFO] [CreativeGates v1.4] Disabled
2014-03-08 23:52:57 [INFO] [BlockHunt] Disabling BlockHunt v0.1.6_BETA
2014-03-08 23:52:57 [INFO] [BlockHunt] BlockHunt - 0.1.6_BETA is now Disabled. Made by Steffion.
2014-03-08 23:52:57 [INFO] [ChatControl] Disabling ChatControl v4.3.6
2014-03-08 23:52:57 [INFO] [FakaHedaMinequery] Disabling FakaHedaMinequery v1.3
2014-03-08 23:52:57 [INFO] [NoCheatPlus] Disabling NoCheatPlus v3.10.6-RC-sMD5NET-b644
2014-03-08 23:52:57 [INFO] Stopping FakaHedaMinequery server
2014-03-08 23:52:57 [INFO] [NoCheatPlus] Version 3.10.6-RC-sMD5NET-b644 is disabled.
2014-03-08 23:52:57 [INFO] [WorldEdit] Disabling WorldEdit v5.5.5
2014-03-08 23:52:57 [INFO] [DigitalClock] Disabling DigitalClock v1.5
2014-03-08 23:52:57 [INFO] [DigitalClock] Plugin has been disabled!
2014-03-08 23:52:57 [INFO] [TimTheEnchanter] Disabling TimTheEnchanter v3.0
2014-03-08 23:52:57 [INFO] [TimTheEnchanter] I *warned* you, but did you listen to me? Oh, no, you *knew*, didn't you? Oh, it's just a harmless little *bunny*, isn't it?
2014-03-08 23:52:57 [INFO] Saving players
2014-03-08 23:52:57 [WARNING] DSCT: Socket closed
2014-03-08 23:52:57 [INFO] Closing listening thread
2014-03-08 23:52:57 [INFO] Saving worlds
2014-03-08 23:52:57 [INFO] Saving chunks for level 'world'/Overworld
2014-03-08 23:52:57 [INFO] Saving chunks for level 'world_nether'/Nether
2014-03-08 23:52:57 [INFO] Saving chunks for level 'world_the_end'/The End
2014-03-08 23:52:57 [INFO] Stopping server
2014-03-08 23:53:01 [INFO] Starting minecraft server version 1.5.2
2014-03-08 23:53:01 [INFO] Loading properties
2014-03-08 23:53:01 [INFO] Default game type: SURVIVAL
2014-03-08 23:53:01 [INFO] Generating keypair
2014-03-08 23:53:01 [INFO] Starting Minecraft server on 93.91.250.113:27976
2014-03-08 23:53:01 [INFO] This server is running CraftBukkit version git-Bukkit-1.5.2-R1.0-1-gf46bd58-b2793jnks (MC: 1.5.2) (Implementing API version 1.5.2-R1.1-SNAPSHOT)
2014-03-08 23:53:01 [WARNING] ----- Bukkit Auto Updater -----
2014-03-08 23:53:01 [WARNING] Your version of CraftBukkit is out of date. Version 1.6.4-R2.0 (build #2918) was released on Wed Oct 30 23:39:40 CET 2013.
2014-03-08 23:53:01 [WARNING] Details: /downloads/craftbukkit/view/02389_1.6.4-R2.0/
2014-03-08 23:53:01 [WARNING] Download: /downloads/craftbukkit/get/02389_1.6.4-R2.0/craftbukkit.jar
2014-03-08 23:53:01 [WARNING] ----- ------------------- -----
2014-03-08 23:53:01 [SEVERE] Could not load 'plugins/ArenaPaintball.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: BattleArena
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugins(CraftServer.java:239)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.(CraftServer.java:217)
at net.minecraft.server.v1_5_R3.PlayerList.(PlayerList.java:55)
at net.minecraft.server.v1_5_R3.DedicatedPlayerList.(SourceFile:11)
at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:106)
at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382)
at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
2014-03-08 23:53:01 [INFO] [PermissionsEx] sql backend registered!
2014-03-08 23:53:01 [INFO] [PermissionsEx] file backend registered!
2014-03-08 23:53:01 [SEVERE] Could not load 'plugins/Paintball.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: WorldGuard
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugins(CraftServer.java:239)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.(CraftServer.java:217)
at net.minecraft.server.v1_5_R3.PlayerList.(PlayerList.java:55)
at net.minecraft.server.v1_5_R3.DedicatedPlayerList.(SourceFile:11)
at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:106)
at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382)
at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
2014-03-08 23:53:02 [SEVERE] Could not load 'plugins/NoLagg-1.90.3.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: BKCommonLib
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugins(CraftServer.java:239)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.(CraftServer.java:217)
at net.minecraft.server.v1_5_R3.PlayerList.(PlayerList.java:55)
at net.minecraft.server.v1_5_R3.DedicatedPlayerList.(SourceFile:11)
at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:106)
at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382)
at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
2014-03-08 23:53:02 [INFO] [TimTheEnchanter] Loading TimTheEnchanter v3.0
2014-03-08 23:53:02 [INFO] [DigitalClock] Loading DigitalClock v1.5
2014-03-08 23:53:02 [INFO] [WorldEdit] Loading WorldEdit v5.5.5
2014-03-08 23:53:02 [INFO] [NoCheatPlus] Loading NoCheatPlus v3.10.6-RC-sMD5NET-b644
2014-03-08 23:53:02 [INFO] [FakaHedaMinequery] Loading FakaHedaMinequery v1.3
2014-03-08 23:53:02 [INFO] [ChatControl] Loading ChatControl v4.3.6
2014-03-08 23:53:02 [INFO] [BlockHunt] Loading BlockHunt v0.1.6_BETA
2014-03-08 23:53:02 [INFO] [CreativeGates] Loading CreativeGates v1.4
2014-03-08 23:53:02 [INFO] [Vault] Loading Vault v1.2.24-b304
2014-03-08 23:53:02 [INFO] [PermissionsEx] Loading PermissionsEx v1.20.4
2014-03-08 23:53:02 [INFO] [PermissionsEx] Initializing file backend
2014-03-08 23:53:02 [INFO] Permissions file successfully reloaded
2014-03-08 23:53:02 [INFO] [HealthBar] Loading HealthBar v1.8.2
2014-03-08 23:53:02 [INFO] [Paintball] Loading Paintball v1.1.8
2014-03-08 23:53:02 [INFO] [AntiCreeper3] Loading AntiCreeper3 v4.11
2014-03-08 23:53:02 [INFO] [TreeAssist] Loading TreeAssist v5.7.11
2014-03-08 23:53:02 [INFO] [HeadDrops] Loading HeadDrops v1.71
2014-03-08 23:53:02 [INFO] [HeroicDeathPlus] Loading HeroicDeathPlus v2.1
2014-03-08 23:53:02 [INFO] [MineResetLite] Loading MineResetLite v0.3.5
2014-03-08 23:53:02 [INFO] [AutoMessage] Loading AutoMessage v2.3.2
2014-03-08 23:53:02 [INFO] [iConomy] Loading iConomy v7.0
2014-03-08 23:53:02 [INFO] [DisguiseCraft] Loading DisguiseCraft v4.8
2014-03-08 23:53:02 [INFO] [TNTRun] Loading TNTRun v2.2
2014-03-08 23:53:02 [INFO] [AuthMe] Loading AuthMe v2.7.6
2014-03-08 23:53:02 [INFO] [SurvivalGames] Loading SurvivalGames v0.5.8.42
2014-03-08 23:53:02 [INFO] [AdminShop] Loading AdminShop v0.3.1
2014-03-08 23:53:02 [INFO] [CoreProtect] Loading CoreProtect v2.07
2014-03-08 23:53:02 [INFO] [Trampoline] Loading Trampoline v1.0
2014-03-08 23:53:02 [INFO] [RadioPlayer] Loading RadioPlayer v1.1.0
2014-03-08 23:53:02 [INFO] [StatusSign] Loading StatusSign v1.6.1
2014-03-08 23:53:02 [INFO] [ZavAutoMessager] Loading ZavAutoMessager v2.5
2014-03-08 23:53:02 [INFO] [EasyAntiSpam] Loading EasyAntiSpam v4.3
2014-03-08 23:53:02 [INFO] [MobArena] Loading MobArena v0.94.4.95
2014-03-08 23:53:02 [INFO] [NoTNT] Loading NoTNT v1
2014-03-08 23:53:02 [INFO] [Essentials] Loading Essentials v2.9.6
2014-03-08 23:53:02 [INFO] [Citizens] Loading Citizens v2.0.8-SNAPSHOT (build 803)
2014-03-08 23:53:02 [INFO] [Jobs] Loading Jobs v2.11.3
2014-03-08 23:53:02 [INFO] [ChatManager] Loading ChatManager v1.19.1
2014-03-08 23:53:02 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.9.6
2014-03-08 23:53:02 [INFO] MLog clients using java 1.4+ standard logging.
2014-03-08 23:53:02 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.6
2014-03-08 23:53:02 [INFO] [CreativeControl] Loading CreativeControl v6.4
2014-03-08 23:53:02 [INFO] [Ultrabans] Loading Ultrabans v3.1.0
2014-03-08 23:53:02 [INFO] [LWC] Loading LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
2014-03-08 23:53:02 [INFO] [ChestShop] Loading ChestShop v3.42
2014-03-08 23:53:02 [INFO] [Residence] Loading Residence v2.6.6.3
2014-03-08 23:53:02 [INFO] [Factions] Loading Factions v1.8.2
2014-03-08 23:53:02 [INFO] [ScoreboardStats] Loading ScoreboardStats v0.7.3
2014-03-08 23:53:02 [INFO] [Vault] Enabling Vault v1.2.24-b304
2014-03-08 23:53:02 [INFO] [Vault][Economy] Essentials Economy found: Waiting
2014-03-08 23:53:02 [WARNING] iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
2014-03-08 23:53:02 [WARNING] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
2014-03-08 23:53:02 [WARNING] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
2014-03-08 23:53:02 [INFO] [Vault][Economy] iConomy 6 found: Waiting
2014-03-08 23:53:02 [INFO] [Vault][Permission] PermissionsEx found: Waiting
2014-03-08 23:53:02 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2014-03-08 23:53:02 [INFO] [Vault][Chat] PermissionsEx found: Waiting
2014-03-08 23:53:02 [INFO] [Vault] Enabled Version 1.2.24-b304
2014-03-08 23:53:02 [INFO] [Vault][Economy] Essentials Economy hooked.
2014-03-08 23:53:02 [INFO] [Vault][Economy] iConomy 7 hooked.
2014-03-08 23:53:02 [INFO] [Vault][Permission] PermissionsEx hooked.
2014-03-08 23:53:02 [INFO] [LWC] Enabling LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
2014-03-08 23:53:02 [INFO] [LWC] Loaded 209 locale strings (0 overrides)
2014-03-08 23:53:02 [INFO] [LWC] Permissions API: §4VaultPermissions
2014-03-08 23:53:02 [INFO] [LWC] Currency API: §4VaultCurrency
2014-03-08 23:53:02 [INFO] [LWC] Connecting to SQLite
2014-03-08 23:53:02 [SEVERE] java.lang.UnsatisfiedLinkError: /hlserver/27976/plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so: /hlserver/27976/plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so: file too short
2014-03-08 23:53:02 [INFO] [LWC] Performing any necessary database updates
2014-03-08 23:53:02 [INFO] [LWC] Using database: Native
2014-03-08 23:53:03 [INFO] [LWC] Precached 5495 protections
2014-03-08 23:53:03 [INFO] [LWC] Enabled plugin support for MobArena
2014-03-08 23:53:03 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2014-03-08 23:53:03 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2014-03-08 23:53:03 [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.
2014-03-08 23:53:03 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2014-03-08 23:53:03 [INFO] Preparing level "world"
2014-03-08 23:53:03 [INFO] Preparing start region for level 0 (Seed: -2227938449062205156)
2014-03-08 23:53:03 [INFO] Preparing start region for level 1 (Seed: -2227938449062205156)
2014-03-08 23:53:04 [INFO] Preparing start region for level 2 (Seed: -2227938449062205156)
2014-03-08 23:53:04 [INFO] [TimTheEnchanter] Enabling TimTheEnchanter v3.0
2014-03-08 23:53:04 [INFO] [TimTheEnchanter] There are some who call me... Tim?
2014-03-08 23:53:04 [INFO] [DigitalClock] Enabling DigitalClock v1.5
2014-03-08 23:53:04 [INFO] [DigitalClock] Plugin has been enabled!
2014-03-08 23:53:04 [INFO] [DigitalClock] Loaded 1 clock(s).
2014-03-08 23:53:04 [INFO] [WorldEdit] Enabling WorldEdit v5.5.5
2014-03-08 23:53:04 [INFO] WEPIF: Using the Bukkit Permissions API.
2014-03-08 23:53:04 [INFO] [NoCheatPlus] Enabling NoCheatPlus v3.10.6-RC-sMD5NET-b644
2014-03-08 23:53:04 [INFO] [NoCheatPlus] McAccess set to: 1.5.2 / CB2763
2014-03-08 23:53:04 [INFO] [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
2014-03-08 23:53:04 [INFO] [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
2014-03-08 23:53:04 [INFO] [NoCheatPlus] Version 3.10.6-RC-sMD5NET-b644 is enabled.
2014-03-08 23:53:04 [INFO] [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3
2014-03-08 23:53:04 [INFO] Starting FakaHedaMinequery server on 93.91.250.113:28976
2014-03-08 23:53:04 [INFO] [ChatControl] Enabling ChatControl v4.3.6
2014-03-08 23:53:04 [INFO] [BlockHunt] Enabling BlockHunt v0.1.6_BETA
2014-03-08 23:53:05 [INFO] [BlockHunt] The plugin 'Lib's Disguises' is required to run this plugin! Intall it or it won't work!
2014-03-08 23:53:05 [INFO] [BlockHunt] The plugin 'ProtocolLib' is required to run this plugin! Intall it or it won't work!
2014-03-08 23:53:05 [INFO] [BlockHunt] BlockHunt + 0.1.6_BETA is now Enabled. Made by Steffion.
2014-03-08 23:53:05 [SEVERE] Error occurred while enabling BlockHunt v0.1.6_BETA (Is it up to date?)
java.lang.NoClassDefFoundError: me/libraryaddict/disguise/disguisetypes/Disguise
at nl.Steffion.BlockHunt.BlockHunt.onEnable(BlockHunt.java:310)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:282)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:264)
at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:304)
at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:283)
at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:243)
at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:151)
at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382)
at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
Caused by: java.lang.ClassNotFoundException: me.libraryaddict.disguise.disguisetypes.Disguise
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 12 more
2014-03-08 23:53:05 [INFO] [CreativeGates] Enabling CreativeGates v1.4
2014-03-08 23:53:05 [INFO] [CreativeGates v1.4] === ENABLE START ===
2014-03-08 23:53:05 [INFO] [CreativeGates v1.4] === ENABLE DONE (Took 327ms) ===
2014-03-08 23:53:05 [INFO] [PermissionsEx] Enabling PermissionsEx v1.20.4
2014-03-08 23:53:05 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2014-03-08 23:53:05 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
2014-03-08 23:53:05 [INFO] [HealthBar] Enabling HealthBar v1.8.2
2014-03-08 23:53:05 [WARNING] [HealthBar] ------------------------------------------
2014-03-08 23:53:05 [WARNING] [HealthBar] Your bukkit build (#2793) is old.
2014-03-08 23:53:05 [WARNING] [HealthBar] HealthBar cannot work properly,
2014-03-08 23:53:05 [WARNING] [HealthBar] please update CraftBukkit.
2014-03-08 23:53:05 [WARNING] [HealthBar] ------------------------------------------
2014-03-08 23:53:05 [INFO] HealthBar disabled, all the health bars have been removed.
2014-03-08 23:53:05 [INFO] [Paintball] Enabling Paintball v1.1.8
2014-03-08 23:53:05 [INFO] [Paintball] Loading the default language: enUS.txt
2014-03-08 23:53:05 [INFO] [Paintball] Scanned lines: 297
2014-03-08 23:53:05 [INFO] [Paintball] Skipped lines: 1
2014-03-08 23:53:05 [INFO] [Paintball] Using the default language now: enUS.txt
2014-03-08 23:53:05 [INFO] [Paintball] Loading the specified melody now: win.txt
2014-03-08 23:53:05 [INFO] [Paintball] Scanned .txt melody sucessfully. Lines: 20
2014-03-08 23:53:05 [INFO] [Paintball] Loading the specified melody now: defeat.txt
2014-03-08 23:53:05 [INFO] [Paintball] Scanned .txt melody sucessfully. Lines: 43
2014-03-08 23:53:05 [INFO] [Paintball] Loading the specified melody now: draw.txt
2014-03-08 23:53:05 [INFO] [Paintball] Scanned .txt melody sucessfully. Lines: 29
2014-03-08 23:53:05 [INFO] [Paintball] Plugin 'InSigns' not found. Additional sign features disabled.
2014-03-08 23:53:05 [INFO] [Paintball] Plugin 'TagAPI' not found. Additional tag features disabled.
2014-03-08 23:53:05 [INFO] [Paintball] Calculating turret angles...
2014-03-08 23:53:05 [INFO] [Paintball] Calculating done.
2014-03-08 23:53:05 [INFO] [Paintball] By blablubbabc enabled.
2014-03-08 23:53:06 [INFO] [AntiCreeper3] Enabling AntiCreeper3 v4.11
2014-03-08 23:53:06 [INFO] [AntiCreeper3] brought to you by Filbert66 (<=v.2.5 by Rothens)
2014-03-08 23:53:06 [INFO] [TreeAssist] Enabling TreeAssist v5.7.11
2014-03-08 23:53:06 [INFO] [TreeAssist] debugging: off
2014-03-08 23:53:06 [INFO] [HeadDrops] Enabling HeadDrops v1.71
2014-03-08 23:53:06 [INFO] [HeadDrops] UpdateChecker started
2014-03-08 23:53:06 [INFO] [HeroicDeathPlus] Enabling HeroicDeathPlus v2.1
2014-03-08 23:53:06 [INFO] [HeroicDeathPlus] 2.1 enabled.
2014-03-08 23:53:06 [INFO] [MineResetLite] Enabling MineResetLite v0.3.5
2014-03-08 23:53:06 [INFO] [MineResetLite] MineResetLite version 0.3.5 enabled!
2014-03-08 23:53:06 [INFO] [MineResetLite] =-= MineResetLite wouldn't be possible without the support of Don't Drop the Soap, MCPrison.com =-=
2014-03-08 23:53:06 [INFO] [AutoMessage] Enabling AutoMessage v2.3.2
2014-03-08 23:53:06 [INFO] [iConomy] Enabling iConomy v7.0
2014-03-08 23:53:06 [INFO] [iConomy - April Fools] Enabled (8 ms)
2014-03-08 23:53:06 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
2014-03-08 23:53:06 [INFO] [iConomy - April Fools] Purged accounts with default balance.
2014-03-08 23:53:06 [INFO] [DisguiseCraft] Enabling DisguiseCraft v4.8
2014-03-08 23:53:06 [WARNING] [DisguiseCraft] You have "disguisePVP" enabled in the configuration, but do not have the ProtocolLib plugin installed! Players wearing disguises can not be attacked by melee!
2014-03-08 23:53:06 [INFO] [DisguiseCraft] Version 4.8 is enabled!
2014-03-08 23:53:09 [INFO] [TNTRun] Enabling TNTRun v2.2
2014-03-08 23:53:09 [INFO] [AuthMe] Enabling AuthMe v2.7.6
2014-03-08 23:53:09 [INFO] [AuthMe] Loading Configuration File...
2014-03-08 23:53:09 [INFO] [AuthMe] Merge new Config Options if needed..
2014-03-08 23:53:09 [INFO] [AuthMe] Set Language: en
2014-03-08 23:53:09 [INFO] [AuthMe] Authme 2.7.6 enabled
2014-03-08 23:53:10 [INFO] [SurvivalGames] Enabling SurvivalGames v0.5.8.42
2014-03-08 23:53:10 [INFO] METRICS STARTING
2014-03-08 23:53:10 [INFO] [AdminShop] Enabling AdminShop v0.3.1
2014-03-08 23:53:10 [INFO] [AdminShop] Loading Aliases...
2014-03-08 23:53:10 [INFO] [AdminShop] 0 Aliases loaded.
2014-03-08 23:53:10 [INFO] [AdminShop] Plugin loaded successfully
2014-03-08 23:53:10 [INFO] [CoreProtect] Enabling CoreProtect v2.07
2014-03-08 23:53:10 [INFO] CoreProtect version 2.07 is enabled!
2014-03-08 23:53:10 [INFO] [CoreProtect] Using SQLite for data storage.
2014-03-08 23:53:10 [INFO] [Trampoline] Enabling Trampoline v1.0
2014-03-08 23:53:10 [INFO] [RadioPlayer] Enabling RadioPlayer v1.1.0
2014-03-08 23:53:10 [SEVERE] [RadioPlayer] Plugin RadioPlayer v1.1.0 has failed to register events for class me.lenis0012.sr.listeners.KeyListener because org/getspout/spoutapi/event/screen/ButtonClickEvent does not exist.
2014-03-08 23:53:10 [INFO] [StatusSign] Enabling StatusSign v1.6.1
2014-03-08 23:53:10 [INFO] [StatusSign] All the status sign files has been reviewed
2014-03-08 23:53:10 [INFO] [Status Sign] Will update all the signs every 1800 seconds
2014-03-08 23:53:10 [INFO] [ZavAutoMessager] Enabling ZavAutoMessager v2.5
2014-03-08 23:53:10 [SEVERE] Cannot load plugins/ZavAutoMessager/config.yml
org.bukkit.configuration.InvalidConfigurationException: while scanning a quoted scalar
in "", line 41, column 7:
- '&4Přečti si pravidla &1/rules
^
found unexpected end of stream
in "", line 42, column 1:

^

at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:175)
at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:117)
at com.zavteam.plugins.configs.MainConfig.loadConfig(MainConfig.java:15)
at com.zavteam.plugins.Main.autoReload(Main.java:84)
at com.zavteam.plugins.Main.onEnable(Main.java:50)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:282)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:264)
at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:304)
at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:283)
at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:243)
at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:151)
at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382)
at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
Caused by: while scanning a quoted scalar
in "", line 41, column 7:
- '&4Přečti si pravidla &1/rules
^
found unexpected end of stream
in "", line 42, column 1:

^

at org.yaml.snakeyaml.scanner.ScannerImpl.scanFlowScalarSpaces(ScannerImpl.java:1532)
at org.yaml.snakeyaml.scanner.ScannerImpl.scanFlowScalar(ScannerImpl.java:1464)
at org.yaml.snakeyaml.scanner.ScannerImpl.fetchFlowScalar(ScannerImpl.java:834)
at org.yaml.snakeyaml.scanner.ScannerImpl.fetchSingle(ScannerImpl.java:819)
at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:337)
at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179)
at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.produce(ParserImpl.java:537)
at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123)
at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
... 18 more
2014-03-08 23:53:10 [INFO] ZavAutoMessager v2.5 has been enabled
2014-03-08 23:53:10 [INFO] ZavAutoMessager v2.5: Sending messages is now set to true
2014-03-08 23:53:10 [INFO] ZavAutoMessager v2.5 is not up to date. Check the latest version on BukkitDev.
2014-03-08 23:53:10 [INFO] ZavAutoMessager v2.5 The latest version is currently 2.6
2014-03-08 23:53:10 [INFO] Thank you for using ZavAutoMessager v2.5 by the ZavTeam!
2014-03-08 23:53:10 [INFO] [EasyAntiSpam] Enabling EasyAntiSpam v4.3
2014-03-08 23:53:10 [INFO] EasyAntiSpam enabled.
2014-03-08 23:53:10 [INFO] [MobArena] Enabling MobArena v0.94.4.95
2014-03-08 23:53:11 [INFO] [MobArena] Loaded arena 'default'.
2014-03-08 23:53:11 [INFO] [MobArena] Loaded arena 'Mob_Arena'.
2014-03-08 23:53:11 [INFO] [MobArena] v0.94.4.95 enabled.
2014-03-08 23:53:11 [INFO] [NoTNT] Enabling NoTNT v1
2014-03-08 23:53:11 [INFO] [NoTNT] NoTNT Has Been Enabled!
2014-03-08 23:53:11 [INFO] [Essentials] Enabling Essentials v2.9.6
2014-03-08 23:53:11 [INFO] Essentials: Using PermissionsEx based permissions.
2014-03-08 23:53:11 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.2.24-b304)
2014-03-08 23:53:11 [INFO] [Citizens] Enabling Citizens v2.0.8-SNAPSHOT (build 803)
2014-03-08 23:53:12 [INFO] [Jobs] Enabling Jobs v2.11.3
2014-03-08 23:53:12 [INFO] --------------------
2014-03-08 23:53:12 [INFO] [CoreProtect] Version 2.09 now available.
2014-03-08 23:53:12 [INFO] [CoreProtect] Download: Type "/co version" in-game.
2014-03-08 23:53:12 [INFO] --------------------
2014-03-08 23:53:12 [INFO] [Sponsor] Unlimited MC Hosting: www.hosthorde.com
2014-03-08 23:53:12 [INFO] --------------------
2014-03-08 23:53:12 [INFO] [Jobs] Started database save task
2014-03-08 23:53:12 [INFO] [Jobs] Started buffered payment thread
2014-03-08 23:53:12 [INFO] [Jobs] Plugin has been enabled succesfully.
2014-03-08 23:53:13 [INFO] [ChatManager] Enabling ChatManager v1.19.1
2014-03-08 23:53:13 [INFO] [ChatManager] ChatManager enabled!
2014-03-08 23:53:13 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.6
2014-03-08 23:53:13 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
2014-03-08 23:53:13 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.6
2014-03-08 23:53:13 [INFO] [CreativeControl] Enabling CreativeControl v6.4
2014-03-08 23:53:13 [INFO] [CreativeControl]: Initializing configurations...
2014-03-08 23:53:13 [INFO] [CreativeControl]: Loading Modules...
2014-03-08 23:53:13 [INFO] [CreativeControl]: Connecting to the SQLite database...
2014-03-08 23:53:13 [INFO] [CreativeControl]: SQLite database connected Successfuly!
2014-03-08 23:53:13 [INFO] [CreativeControl]: Registring Events...
2014-03-08 23:53:13 [INFO] [CreativeControl]: MobArena support enabled!
2014-03-08 23:53:13 [INFO] [CreativeControl]: SurvivalGames support enabled!
2014-03-08 23:53:13 [INFO] [CreativeControl]: CoreProtect hooked as logging plugin
2014-03-08 23:53:13 [INFO] [CreativeControl]: Vault hooked as permissions plugin
2014-03-08 23:53:13 [INFO] [CreativeControl]: CreativeControl v6.4 loaded in 53 ms!
2014-03-08 23:53:16 [INFO] [Ultrabans] Enabling Ultrabans v3.1.0
2014-03-08 23:53:16 [INFO] [Ultrabans] No Updates found on dev.bukkit.org.
2014-03-08 23:53:16 [INFO] [Ultrabans] Loaded. 0 secs.
2014-03-08 23:53:19 [INFO] [ChestShop] Enabling ChestShop v3.42
2014-03-08 23:53:19 [INFO] [ChestShop] LWC version 4.3.1 (b767-git-MANUAL) (November 15, 2012) loaded.
2014-03-08 23:53:19 [INFO] [ChestShop] Vault loaded - using iConomy 7
2014-03-08 23:53:21 [INFO] [Residence] Enabling Residence v2.6.6.3
2014-03-08 23:53:21 [INFO] [Residence] Found Vault using permissions plugin:PermissionsEx
2014-03-08 23:53:21 [INFO] [Residence] Scanning for economy systems...
2014-03-08 23:53:21 [INFO] [Residence] Found Vault using economy system: iConomy 7
2014-03-08 23:53:21 [INFO] [Residence] Found WorldEdit
2014-03-08 23:53:21 [INFO] [Residence] Enabled! Version 2.6.6.3 by bekvon
2014-03-08 23:53:22 [INFO] [Factions] Enabling Factions v1.8.2
2014-03-08 23:53:22 [INFO] [Factions v1.8.2] === ENABLE START ===
2014-03-08 23:53:22 [INFO] [Factions v1.8.2] Loading board from disk
2014-03-08 23:53:22 [INFO] [Factions v1.8.2] Economy integration through Vault plugin successful.
2014-03-08 23:53:22 [INFO] [Factions v1.8.2] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
2014-03-08 23:53:22 [INFO] [Factions v1.8.2] Successfully hooked into LWC! Integration is currently disabled, though ("lwcIntegration").
2014-03-08 23:53:22 [INFO] [Factions v1.8.2] === ENABLE DONE (Took 151ms) ===
2014-03-08 23:53:26 [INFO] [ScoreboardStats] Enabling ScoreboardStats v0.7.3
2014-03-08 23:53:26 [INFO] DataSourcePool [ScoreboardStats] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[250]
2014-03-08 23:53:26 [INFO] DatabasePlatform name:ScoreboardStats platform:sqlite
2014-03-08 23:53:26 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
2014-03-08 23:53:26 [INFO] Entities enhanced[0] subclassed[1]
2014-03-08 23:53:26 [FINE] [ScoreboardStats] Exception occurred: com.github.games647.scoreboardstats.variables.UnsupportedPluginException: Factions version under 2.0 isn't supported
2014-03-08 23:53:26 [WARNING] [ScoreboardStats] The Replacer: FactionsVariables cant be registered because that plugin version isnt supported (This Plugin will now ignore the replacer and continue without it)
2014-03-08 23:53:27 [INFO] Server permissions file permissions.yml is empty, ignoring it
2014-03-08 23:53:31 [INFO] Done (28.546s)! For help, type "help" or "?"
2014-03-08 23:53:31 [INFO] Starting GS4 status listener
2014-03-08 23:53:31 [INFO] Starting remote control listener
2014-03-08 23:53:31 [INFO] Query running on 93.91.250.113:27976
2014-03-08 23:53:31 [WARNING] No rcon password set in '/hlserver/27976/server.properties', rcon disabled!
2014-03-08 23:53:31 [INFO] Accepted EditSessionFactory of type net.coreprotect.worldedit.CoreProtectEditSessionFactory from net.coreprotect.worldedit
2014-03-08 23:53:31 [INFO] [Status Sign] All the status sign has been updated
2014-03-08 23:53:31 [WARNING] [ZavAutoMessager] Task #42 for ZavAutoMessager v2.5 generated an exception
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:635)
at java.util.ArrayList.get(ArrayList.java:411)
at com.zavteam.plugins.RunnableMessager.run(RunnableMessager.java:31)
at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftTask.run(CraftTask.java:53)
at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345)
at net.minecraft.server.v1_5_R3.MinecraftServer.r(MinecraftServer.java:513)
at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:226)
at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477)
at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410)
at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
2014-03-08 23:53:31 [INFO] [MobArena] MobArena v0.96.2 is now available!
2014-03-08 23:53:31 [INFO] [MobArena] Your version: v0.94.4.95
2014-03-08 23:53:31 [INFO] [Jobs] [Jobs] Successfully linked with Vault.
2014-03-08 23:53:31 [INFO] [NoCheatPlus] Post-enable running...
2014-03-08 23:53:34 [INFO] [NoCheatPlus] Post-enable finished.
2014-03-08 23:53:34 [INFO] [BlockHunt] Sending MCStats to the server...
2014-03-08 23:53:35 [INFO] [CreativeControl]: Cached 10,341 protections
2014-03-08 23:53:35 [INFO] [CreativeControl]: Loaded 0 regions
2014-03-08 23:53:35 [INFO] [CreativeControl]: 105,256 blocks protected
2014-03-08 23:53:35 [INFO] --------- Checking version ----------
2014-03-08 23:53:35 [INFO] [Paintball] There is a new version of paintball available: 1.2.5
2014-03-08 23:53:35 [INFO] [Paintball] Download at the bukkit dev page.
2014-03-08 23:53:35 [INFO] --------- ---------------- ----------
2014-03-08 23:53:35 [INFO] [Citizens] Loaded 45 NPCs.
2014-03-08 23:53:36 [INFO] Accepted EditSessionFactory of type me.FurH.CreativeControl.integration.worldedit.CreativeEditSessionFactory from me.FurH.CreativeControl.integration.worldedit
2014-03-08 23:53:36 [INFO] /193.86.80.132:26100 lost connection
2014-03-08 23:53:36 [INFO] /212.79.108.28:50296 lost connection
2014-03-08 23:53:36 [INFO] epicface2345 [/77.104.247.254:56573] lost connection
2014-03-08 23:53:36 [INFO] mirekkrej [/212.79.108.28:50297] lost connection
2014-03-08 23:53:36 [INFO] /212.79.108.28:50298 lost connection
2014-03-08 23:53:36 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-03-08 23:53:36 [INFO] [SurvivalGames] Loading Arena: 1
2014-03-08 23:53:36 [INFO] [SurvivalGames] -74669 186 -996
2014-03-08 23:53:36 [INFO] [SurvivalGames] -74869 58 -1218
2014-03-08 23:53:36 [INFO] [SurvivalGames] Location{world=CraftWorld{name=world},x=-74669.0,y=186.0,z=-996.0,pitch=0.0,yaw=0.0}
2014-03-08 23:53:36 [INFO] [SurvivalGames] Location{world=CraftWorld{name=world},x=-74869.0,y=58.0,z=-1218.0,pitch=0.0,yaw=0.0}
2014-03-08 23:53:36 [INFO] ItemStack{NETHER_STAR x 1}
2014-03-08 23:53:36 [INFO] sharpness:4
2014-03-08 23:53:36 [INFO] ItemStack{PAPER x 1}
2014-03-08 23:53:36 [INFO] fire:2
2014-03-08 23:53:36 [INFO] 
2014-03-08 23:53:36 [INFO]  **************************************************
2014-03-08 23:53:36 [INFO]  ----------------- PAINTBALL INFO -----------------
2014-03-08 23:53:36 [INFO] 
2014-03-08 23:53:36 [INFO]  License stuff:
2014-03-08 23:53:36 [INFO]  - Usage on own risk. I give no warranties for anything.
2014-03-08 23:53:36 [INFO]  - Do not modify. Use it as it is!
2014-03-08 23:53:36 [INFO]  - Do not redistribute/upload/use parts of it/copy/give away.
2014-03-08 23:53:36 [INFO]  - Do not use for commercial purposes!
2014-03-08 23:53:36 [INFO]  -> No benefits for paying players/donors!
2014-03-08 23:53:36 [INFO]  -> This also applies to any kind of add-on you are using
2014-03-08 23:53:36 [INFO]  related to this plugin!
2014-03-08 23:53:36 [INFO] 
2014-03-08 23:53:36 [INFO]  If you like this plugin: Give feedback and donate at
2014-03-08 23:53:36 [INFO]  ->http://dev.bukkit.org/server-mods/paintball_pure_war/ 
2014-03-08 23:53:36 [INFO] 
2014-03-08 23:53:36 [INFO]  Thank you and good shooting!
2014-03-08 23:53:36 [INFO]  - blablubbabc
2014-03-08 23:53:36 [INFO] 
2014-03-08 23:53:36 [INFO]  **************************************************
2014-03-08 23:53:36 [INFO] 
2014-03-08 23:53:37 [INFO] tayler1313[/109.80.252.155:63150] logged in with entity id 1516 at ([world] -717.3686830919729, 94.0, -1271.1293471697861)
2014-03-08 23:53:37 [INFO] [Ultrabans] Logged tayler1313 connecting from ip:109.80.252.155
2014-03-08 23:53:38 [FINE] [ScoreboardStats] Exception occurred: com.github.games647.scoreboardstats.variables.UnknownVariableException: Variable was not found
2014-03-08 23:53:38 [INFO] [ScoreboardStats] Couldnt replace variable with name: %econ% Maybe you misspelled it or the replacer isnt available yet
2014-03-08 23:53:38 [INFO] Murder64[/178.72.253.224:34387] logged in with entity id 1607 at ([world] -1399.300000011921, 68.0, -4125.300000011921)
2014-03-08 23:53:38 [INFO] [Ultrabans] Logged Murder64 connecting from ip:178.72.253.224
2014-03-08 23:53:38 [WARNING] [WorldEdit] No compatible nms block class found.
2014-03-08 23:53:43 [INFO] Murder64 issued an AuthMe command!
2014-03-08 23:53:43 [INFO] [AuthMe] Murder64 used the wrong password
2014-03-08 23:53:43 [INFO] epicface2345[/77.104.247.254:56581] logged in with entity id 1871 at ([world] 171.69999998807907, 65.0, -2576.9908042129036)
2014-03-08 23:53:43 [INFO] [Ultrabans] Logged epicface2345 connecting from ip:77.104.247.254
2014-03-08 23:53:48 [INFO] tayler1313 issued an AuthMe command!
2014-03-08 23:53:48 [INFO] [AuthMe] tayler1313 logged in!
2014-03-08 23:53:49 [INFO] Murder64 issued an AuthMe command!
2014-03-08 23:53:49 [INFO] [AuthMe] Murder64 logged in!
2014-03-08 23:53:51 [INFO] epicface2345 issued an AuthMe command!
2014-03-08 23:53:51 [INFO] [AuthMe] epicface2345 logged in!
2014-03-08 23:53:58 [INFO] <[Hráč]epicface2345> Murder.
2014-03-08 23:54:01 [INFO] determit[/212.79.108.28:50647] logged in with entity id 2115 at ([world] -737.2361312003806, 95.0, -1251.7082463000506)
2014-03-08 23:54:01 [INFO] [Ultrabans] Logged determit connecting from ip:212.79.108.28
2014-03-08 23:54:04 [INFO] Disconnecting DarkEyeDragon [/193.86.80.132:27057]: §7Server§6 banned you from this server! Reason: §7§6!
2014-03-08 23:54:06 [INFO] <[Hráč]epicface2345> Determit.
2014-03-08 23:54:07 [INFO] determit issued an AuthMe command!
2014-03-08 23:54:07 [INFO] [AuthMe] determit logged in!
2014-03-08 23:54:11 [INFO] <[Hráč]determit> Cus :D.

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: chybné místo respawnu po zabití

#8 Příspěvekod Smexhy » 09 bře 2014, 08:53

Takže je by som začal... Máš tam plno chýb... Veľa pluginov to tam chýba k funkčnosti tých ostatných.. Nahraj si tam tieto pluginy: BKCommonLib, WorldGuard
Vymaž tieto pluginy: BlockHunt, ArenaPaintball, RadioPlayer
Pošli config týchto pluginov: Lwc, ZavAutoMessager
Všetko do code a spoileru...

-- 09 bře 2014, 08:17 --

A aby sme sa dostali aj k tomu respawnu...ak používaš AuthMe, skús nastaviť spawn s ním pomocou

Kód: Vybrat vše

/authme setspawn


Zpět na „Minecraft, Tekkit“

Kdo je online

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