NameTags problém, nefunguje PVP

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
Gribly
Příspěvky: 356
Registrován: 22 bře 2012, 09:06
Reputation: 0
Kontaktovat uživatele:

NameTags problém, nefunguje PVP

#1 Příspěvekod Gribly » 03 dub 2014, 15:44

IP: 93.91.250.145:27794

Zdravím,
tento plugin mi normálně funguje jen nechápu jednu věc. Nastavil jsem si i to, že ty hodnosti budou i v tabu, fungovalo to po restartu a pak jsem server ještě restartl a už to od tý doby v tabu nefunguje, jen nad hlavou.

Tu máte pluginy:

Kód: Vybrat vše

WorldEdit, FakaHedaMinequery, iConomy, mcore, ChestShop, ClearLag, Multiverse-Core, PermissionsEx, MyCommand, NametagEdit, EchoPet, TreeAssist, Essentials, EssentialsProtect, EssentialsSpawn, CreativeGates, EssentialsChat, AuthMe


Config pluginu NameTags:
Spoiler: zobrazit

Kód: Vybrat vše

#==============
# NametagEdit v2.1
#==============
# Development Builds: http://ci.playmc.cc/job/NametagEdit
# Source Code: http://www.github.com/sgtcaze/NametagEdit
#==============

# If enabled, this will remove any formatting created in the tab list by prefixes / suffixes
# Do not set this to true if you already have a plugin that changes the tab list
TabListEnabled: true

# If enabled, this plugin will check for updates when a player with the permission
# "NametagEdit.update" logs in. Also, the update will check during server startup.
CheckForUpdates: false

# If enabled, this plugin will not print 'Setting prefix/suffix' information in the console
ConsolePrintEnabled: false

# If enabled, this plugin will send small data MCStats.org.
MetricsEnabled: true


Config Essentials:
Spoiler: zobrazit

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: ''

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

# The maximum length allowed in nicknames. The nickname prefix is included in this.
max-nick-length: 15

# 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 isn't 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: 3

# 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 or /feed attempts.
heal-cooldown: 300

# 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.
# Example permissions (these go in your permissions manager):
#  - essentials.itemspawn.item-all
#  - essentials.itemspawn.item-[itemname]
#  - essentials.itemspawn.item-[itemid]
#  - essentials.give.item-all
#  - essentials.give.item-[itemname]
#  - essentials.give.item-[itemid]
#  - essentials.unlimited.item-all
#  - essentials.unlimited.item-[itemname]
#  - essentials.unlimited.item-[itemid]
#  - essentials.unlimited.item-bucket # Unlimited liquid placing
#
# 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
#  - info

# Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
# Commands should fallback to the vanilla versions if available.
# You should not have to disable commands used in other plugins, they will automatically get priority.
disabled-commands:
#  - nick
#  - clear

# These commands will be shown to players with socialSpy enabled.
# You can add commands from other plugins you may want to track or
# remove commands that are used for something you dont want to spy on.
socialspy-commands:
  - msg
  - w
  - r
  - mail
  - m
  - t
  - whisper
  - emsg
  - tell
  - er
  - reply
  - ereply
  - email
  - action
  - describe
  - eme
  - eaction
  - edescribe
  - etell
  - ewhisper
  - pm

# 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/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
# For Item meta information visit http://wiki.ess3.net/wiki/Item_Meta
# '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/Kits
kits:
  Zaklad:
    delay: 1800
    items:
      - 272 1 name:&aMec
      - 273 1 name:&aLopata
      - 274 1 name:&aKrumpac
      - 275 1 name:&aSekera
      - 298 1 name:&eHelma
      - 299 1 name:&eBrneni
      - 300 1 name:&eKalhoty
      - 301 1 name:&eHolinky
      - 320 16 name:&cSteak
  dtools:
    delay: 600
    items:
      - 278 1 efficiency:1 durability:1 fortune:1 name:&4Gigadrill lore:The_drill_that_&npierces|the_heavens
      - 277 1 digspeed:3 name:Dwarf lore:Diggy|Diggy|Hole
      - 298 1 color:255,255,255 name:Top_Hat lore:Good_day,_Good_day
      - 279:780 1
  color:
    delay: 6000
    items:
      - 387 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors

# 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.
# You can hide and merge the groups displayed in /list by defining the desired behaviour here.
# Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
list:
    # To merge groups, list the groups you wish to merge
    #Staff: owner admin moderator
    Admins: owner admin
    # To limit groups, set a max user limit
    #builder: 20
    # To hide groups, set the group as hidden
    #default: hidden
    # Uncomment the line below to simply list all players with no grouping
    #Players: '*'

# 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: cs_CZ

# 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.
# This feature requires the player to have essentials.afk.auto node.
# 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.
# essentials.afk.kickexempt node overrides this feature.
# Set to -1 for no timeout.
auto-afk-kick: 300

# 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

# This setting controls if a player is marked as active on interaction.
# When this setting is false, you will need to manually un-AFK using the /afk command.
cancel-afk-on-interact: true

# 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

# Allow 'unsafe' enchantments in kits and item spawning.
# Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
unsafe-enchantments: false

#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 max walk speed, values range from 0.1 to 1.0
max-walk-speed: 0.8

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

# Set the maximum time /tempban can be used for in seconds.
# Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
max-tempban-time: -1

############################################################
# +------------------------------------------------------+ #
# |                   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: 6
  # essentials.sethome.multiple.staff
  staff: 9

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

############################################################
# +------------------------------------------------------+ #
# |                   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: false

# 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:
    Hrac: '<&a{DISPLAYNAME}&f> {MESSAGE}'
    Vedeni: '<&c[VEDENI]&a{DISPLAYNAME}&f> &e{MESSAGE}'
    HlAdmin: '<&e[HL.ADMIN]&a{DISPLAYNAME}&f> &e{MESSAGE}'
    HlStavbar: '<&9[HL.STAVBAR]&a{DISPLAYNAME}&f> &e{MESSAGE}'
    VIP: '<&6[VIP]&a{DISPLAYNAME}&f> {MESSAGE}'

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

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

protect:

  # 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: true
    tnt-playerdamage: false
    tnt-minecart-explosion: true
    tnt-minecart-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: true
    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
      horse: 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

  # 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: true

    # 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:

    # Which blocks should not be dispensed by dispensers
    dispenser:

############################################################
# +------------------------------------------------------+ #
# |            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: '&dVitejte {DISPLAYNAME}&d.Doufame, ze si server oblibite.'

  # 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: Zaklad

# 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.


A dale mám problém s tím, že m v PVP Světe nejde PVP.
Pluginy máte nahoře a mám to nastavené nasledně:

Kód: Vybrat vše

V Essentialsu mám PVP povolené
V Server.propeties mam PVP povolené
V MultiVerse-Core všude zakázané až na svět PVP, ve kterém mám arénu ale stejně PVP nefunguje
Obrázek

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

Re: NameTags problém, nefunguje PVP

#2 Příspěvekod Smexhy » 04 dub 2014, 09:09

Essentials protect používaš? Ak nie vymaž ho... To je čo sa týka pvp... Ohľadom tabu skús nastaviť change displayname na false a uvidime...

Uživatelský avatar
Gribly
Příspěvky: 356
Registrován: 22 bře 2012, 09:06
Reputation: 0
Kontaktovat uživatele:

Re: NameTags problém, nefunguje PVP

#3 Příspěvekod Gribly » 04 dub 2014, 21:14

Dobře, PVP jde, ale ty nicky v tabu furt ne:(
Obrázek

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

Re: NameTags problém, nefunguje PVP

#4 Příspěvekod Smexhy » 04 dub 2014, 21:25

Hoď sem log...

Uživatelský avatar
Gribly
Příspěvky: 356
Registrován: 22 bře 2012, 09:06
Reputation: 0
Kontaktovat uživatele:

Re: NameTags problém, nefunguje PVP

#5 Příspěvekod Gribly » 04 dub 2014, 21:30

Spoiler: zobrazit

Kód: Vybrat vše

[12:44:27] [Server thread/INFO]: Starting minecraft server version 1.7.2
[12:44:27] [Server thread/INFO]: Loading properties
[12:44:27] [Server thread/INFO]: Default game type: SURVIVAL
[12:44:27] [Server thread/INFO]: Generating keypair
[12:44:27] [Server thread/INFO]: Starting Minecraft server on 93.91.250.145:27794
[12:44:27] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.4-SNAPSHOT)
[12:44:27] [Thread-8/INFO]: ----- Bukkit Auto Updater -----
[12:44:27] [Thread-8/INFO]: It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
[12:44:27] [Thread-8/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'.
[12:44:27] [Thread-8/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.
[12:44:27] [Thread-8/INFO]: If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
[12:44:27] [Thread-8/INFO]: ----- ------------------- -----
[12:44:27] [Server thread/INFO]: [PermissionsEx] sql backend registered!
[12:44:27] [Server thread/INFO]: [PermissionsEx] file backend registered!
[12:44:28] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6
[12:44:28] [Server thread/INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3
[12:44:28] [Server thread/INFO]: [iConomy] Loading iConomy v7.0
[12:44:28] [Server thread/INFO]: [mcore] Loading mcore v7.0.2
[12:44:28] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.6.2
[12:44:28] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b688
[12:44:28] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.20.4
[12:44:28] [Server thread/INFO]: [PermissionsEx] Initializing sql backend
[12:44:28] [Server thread/INFO]: [PermissionsEx-SQL] Connecting to database "mysql://localhost/135493_mysql_db"
[12:44:28] [Server thread/INFO]: [PermissionsEx-SQL] Successfully connected to database
[12:44:28] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.1.0
[12:44:28] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v2.1
[12:44:28] [Server thread/INFO]: [EchoPet] Loading EchoPet v2.2.4
[12:44:28] [Server thread/INFO]: [TreeAssist] Loading TreeAssist v5.8.57
[12:44:28] [Server thread/INFO]: [Essentials] Loading Essentials v2.12.2
[12:44:28] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.12.2
[12:44:28] [Server thread/INFO]: [CreativeGates] Loading CreativeGates v2.4.0
[12:44:28] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.12.2
[12:44:28] [Server thread/INFO]: [Residence] Loading Residence v2.6.6.6
[12:44:28] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.7.8
[12:44:28] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.2.1-DEV-2
[12:44:28] [Server thread/INFO]: [mcore] Enabling mcore v7.0.2
[12:44:28] [Server thread/INFO]: [mcore 7.0.2] === ENABLE START ===
[12:44:28] [Server thread/INFO]: [mcore 7.0.2] §eSetup of SenderIdMixinDefault took §d5§ems.
[12:44:28] [Server thread/INFO]: [mcore 7.0.2] === ENABLE §aCOMPLETE §e(Took §d59ms§e) ===
[12:44:28] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[12:44:28] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[12:44:28] [Server thread/WARN]: 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.
[12:44:28] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[12:44:28] [Server thread/INFO]: Preparing level "world"
[12:44:28] [Server thread/INFO]: Preparing start region for level 0 (Seed: -3047930310262368483)
[12:44:29] [Server thread/INFO]: Preparing start region for level 1 (Seed: -3047930310262368483)
[12:44:29] [Server thread/INFO]: Preparing start region for level 2 (Seed: -3047930310262368483)
[12:44:29] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6
[12:44:29] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[12:44:29] [Server thread/INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3
[12:44:29] [Server thread/INFO]: Starting FakaHedaMinequery server on 93.91.250.145:28794
[12:44:29] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
[12:44:29] [Server thread/INFO]: [iConomy - April Fools] Enabled (31 ms)
[12:44:29] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
[12:44:29] [Thread-12/INFO]: [iConomy - April Fools] Purged accounts with default balance.
[12:44:29] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.6.2
[12:44:29] [Server thread/INFO]: [ClearLag] No config updates found...
[12:44:29] [Thread-14/INFO]: [ClearLag] Searching for updates..
[12:44:29] [Server thread/INFO]: [ClearLag] Clearlag has been enabled!
[12:44:29] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b688
[12:44:29] [Server thread/INFO]: [Multiverse-Core] [AllPay] - Version 13.0 - hooked into iConomy 6 for Multiverse-Core v2.5-b688
[12:44:30] [Server thread/INFO]: Preparing start region for level 3 (Seed: -1968376640510939908)
[12:44:30] [Server thread/INFO]: Preparing start region for level 4 (Seed: 6626524125027286899)
[12:44:30] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
[12:44:30] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b688 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
[12:44:30] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.20.4
[12:44:30] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[12:44:30] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.1.0
[12:44:30] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
[12:44:30] [Server thread/INFO]: = Vault  : Not found! Using BukkitPermissions
[12:44:30] [Server thread/INFO]: = Vault  : Disabling Economy Support
[12:44:30] [Server thread/INFO]: = Spout  : Not detectedBarAPI : Not detected
[12:44:30] [Server thread/INFO]: = Config : Ok
[12:44:30] [Server thread/INFO]: = Custom commands loaded : 2
[12:44:30] [Server thread/INFO]: = Version: 5.1.0
[12:44:30] [Server thread/INFO]: = Author : MRI a.k.a Ivanpro
[12:44:30] [Server thread/INFO]: = Status : Active
[12:44:30] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[12:44:30] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v2.1
[12:44:30] [Server thread/INFO]: [EchoPet] Enabling EchoPet v2.2.4
[12:44:30] [Thread-14/INFO]: [ClearLag] No updates found!
[12:44:31] [Server thread/INFO]: [TreeAssist] Enabling TreeAssist v5.8.57
[12:44:31] [Server thread/INFO]: [TreeAssist] debugging: off
[12:44:31] [Server thread/INFO]: [Essentials] Enabling Essentials v2.12.2
[12:44:31] [Server thread/INFO]: Using locale cs_CZ
[12:44:31] [Server thread/INFO]: Using locale cs_CZ
[12:44:31] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
[12:44:31] [Server thread/INFO]: [Essentials] Payment method found (iConomy version: 6)
[12:44:31] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.12.2
[12:44:31] [Server thread/INFO]: [CreativeGates] Enabling CreativeGates v2.4.0
[12:44:31] [Server thread/INFO]: [CreativeGates 2.4.0] === ENABLE START ===
[12:44:31] [Server thread/INFO]: [CreativeGates 2.4.0] === ENABLE COMPLETE (Took 30ms) ===
[12:44:31] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.12.2
[12:44:31] [Server thread/INFO]: [Residence] Enabling Residence v2.6.6.6
[12:44:31] [Server thread/INFO]: [Residence] Permissions plugin NOT FOUND!
[12:44:31] [Server thread/INFO]: [Residence] Scanning for economy systems...
[12:44:31] [Server thread/INFO]: [Residence] Vault NOT found!
[12:44:31] [Server thread/INFO]: [Residence] BOSEconomy NOT found!
[12:44:31] [Server thread/INFO]: [Residence] Successfully linked with Essentials Economy!
[12:44:31] [Server thread/INFO]: [Residence] Found WorldEdit
[12:44:31] [Server thread/INFO]: [Residence] Enabled! Version 2.6.6.6 by bekvon
[12:44:31] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.7.8
[12:44:32] [Server thread/INFO]: [ChestShop] Residence version 2.6.6.6 loaded.
[12:44:32] [Server thread/INFO]: [ChestShop] Register loaded! Found an economy plugin!
[12:44:32] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.2.1-DEV-2
[12:44:32] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[12:44:32] [Server thread/WARN]: [AuthMe] Merge new Config Options if needed..
[12:44:32] [Server thread/WARN]: [AuthMe] Please check your config.yml file!
[12:44:32] [Server thread/INFO]: Set Language: en
[12:44:32] [Server thread/INFO]: Hook with Multiverse-Core for SpawnLocations
[12:44:32] [Server thread/INFO]: Hook with Essentials plugin
[12:44:32] [Server thread/INFO]: Hook with EssentialsSpawn plugin
[12:44:32] [Server thread/INFO]: MySQL driver loaded
[12:44:32] [Server thread/INFO]: Connection pool ready
[12:44:32] [Server thread/INFO]: Authme 3.2.1-DEV-2 enabled
[12:44:32] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[12:44:32] [Server thread/INFO]: Done (4.109s)! For help, type "help" or "?"
[12:44:32] [Server thread/INFO]: Starting GS4 status listener
[12:44:32] [Query Listener #1/INFO]: Query running on 93.91.250.145:27794
[12:44:32] [Server thread/INFO]: Starting remote control listener
[12:44:32] [Server thread/WARN]: Unable to initialise rcon on 93.91.250.145:27794 : Address already in use
[12:44:32] [Server thread/INFO]: [NametagEdit] Hooked into PermissionsEx!
[12:44:32] [Server thread/INFO]: Griblyn[/86.63.207.115:49885] logged in with entity id 377 at ([world] -22.259740679627352, 81.39441598022512, 1830.0055438129423)
[12:44:38] [Server thread/INFO]: Griblyn logged in!
[12:45:02] [Server thread/INFO]: Griblyn issued server command: /gm 1
[12:45:06] [Server thread/INFO]: [WorldEdit] Using inbuilt NmsBlock for this version.
[12:45:07] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to TreeAssist v5.8.57
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at org.bukkit.craftbukkit.v1_7_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:195) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.PlayerInteractManager.dig(PlayerInteractManager.java:103) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:535) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.PacketPlayInBlockDig.a(SourceFile:53) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.PacketPlayInBlockDig.handle(SourceFile:8) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
Caused by: java.lang.NullPointerException
   at me.itsatacoshop247.TreeAssist.TreeAssistBlockListener.isProtectTool(TreeAssistBlockListener.java:298) ~[?:?]
   at me.itsatacoshop247.TreeAssist.TreeAssistBlockListener.onInteract(TreeAssistBlockListener.java:103) ~[?:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_51]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
   at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   ... 15 more
[12:45:07] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to TreeAssist v5.8.57
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at org.bukkit.craftbukkit.v1_7_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:195) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.PlayerInteractManager.dig(PlayerInteractManager.java:103) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:535) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.PacketPlayInBlockDig.a(SourceFile:53) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.PacketPlayInBlockDig.handle(SourceFile:8) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
Caused by: java.lang.NullPointerException
   at me.itsatacoshop247.TreeAssist.TreeAssistBlockListener.isProtectTool(TreeAssistBlockListener.java:298) ~[?:?]
   at me.itsatacoshop247.TreeAssist.TreeAssistBlockListener.onInteract(TreeAssistBlockListener.java:103) ~[?:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_51]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
   at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   ... 15 more
[12:45:08] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to TreeAssist v5.8.57
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at org.bukkit.craftbukkit.v1_7_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:195) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.PlayerInteractManager.dig(PlayerInteractManager.java:103) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:535) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.PacketPlayInBlockDig.a(SourceFile:53) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.PacketPlayInBlockDig.handle(SourceFile:8) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
Caused by: java.lang.NullPointerException
   at me.itsatacoshop247.TreeAssist.TreeAssistBlockListener.isProtectTool(TreeAssistBlockListener.java:298) ~[?:?]
   at me.itsatacoshop247.TreeAssist.TreeAssistBlockListener.onInteract(TreeAssistBlockListener.java:103) ~[?:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_51]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
   at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   ... 15 more
Obrázek

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

Re: NameTags problém, nefunguje PVP

#6 Příspěvekod Smexhy » 04 dub 2014, 21:36

To nie je celý log... A aktualizuj si treeassist

Uživatelský avatar
Gribly
Příspěvky: 356
Registrován: 22 bře 2012, 09:06
Reputation: 0
Kontaktovat uživatele:

Re: NameTags problém, nefunguje PVP

#7 Příspěvekod Gribly » 05 dub 2014, 02:13

Spoiler: zobrazit

Kód: Vybrat vše

[02:00:56] [Server thread/INFO]: Starting minecraft server version 1.7.2
[02:00:56] [Server thread/INFO]: Loading properties
[02:00:56] [Server thread/INFO]: Default game type: SURVIVAL
[02:00:56] [Server thread/INFO]: Generating keypair
[02:00:56] [Server thread/INFO]: Starting Minecraft server on 93.91.250.145:27794
[02:00:56] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.4-SNAPSHOT)
[02:00:56] [Thread-8/INFO]: ----- Bukkit Auto Updater -----
[02:00:56] [Thread-8/INFO]: It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
[02:00:56] [Thread-8/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'.
[02:00:56] [Thread-8/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.
[02:00:56] [Thread-8/INFO]: If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
[02:00:56] [Thread-8/INFO]: ----- ------------------- -----
[02:00:56] [Server thread/INFO]: [PermissionsEx] sql backend registered!
[02:00:56] [Server thread/INFO]: [PermissionsEx] file backend registered!
[02:00:56] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6
[02:00:56] [Server thread/INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3
[02:00:56] [Server thread/INFO]: [iConomy] Loading iConomy v7.0
[02:00:56] [Server thread/INFO]: [mcore] Loading mcore v7.0.2
[02:00:56] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.6.2
[02:00:56] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b688
[02:00:57] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.20.4
[02:00:57] [Server thread/INFO]: [PermissionsEx] Initializing sql backend
[02:00:57] [Server thread/INFO]: [PermissionsEx-SQL] Connecting to database "mysql://localhost/135493_mysql_db"
[02:00:57] [Server thread/INFO]: [PermissionsEx-SQL] Successfully connected to database
[02:00:57] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.1.0
[02:00:57] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v2.1
[02:00:57] [Server thread/INFO]: [EchoPet] Loading EchoPet v2.2.4
[02:00:57] [Server thread/INFO]: [TreeAssist] Loading TreeAssist v5.8.21
[02:00:57] [Server thread/INFO]: [Essentials] Loading Essentials v2.12.2
[02:00:57] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.12.2
[02:00:57] [Server thread/INFO]: [CreativeGates] Loading CreativeGates v2.4.0
[02:00:57] [Server thread/INFO]: [Ultrabans] Loading Ultrabans v3.1.0
[02:00:57] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.12.2
[02:00:57] [Server thread/INFO]: [Residence] Loading Residence v2.6.6.6
[02:00:57] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.7.8
[02:00:57] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.2.1-DEV-2
[02:00:57] [Server thread/INFO]: [mcore] Enabling mcore v7.0.2
[02:00:57] [Server thread/INFO]: [mcore 7.0.2] === ENABLE START ===
[02:00:57] [Server thread/INFO]: [mcore 7.0.2] §eSetup of SenderIdMixinDefault took §d5§ems.
[02:00:57] [Server thread/INFO]: [mcore 7.0.2] === ENABLE §aCOMPLETE §e(Took §d64ms§e) ===
[02:00:57] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[02:00:57] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[02:00:57] [Server thread/WARN]: 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.
[02:00:57] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[02:00:57] [Server thread/INFO]: Preparing level "world"
[02:00:57] [Server thread/INFO]: Preparing start region for level 0 (Seed: -3047930310262368483)
[02:00:58] [Server thread/INFO]: Preparing start region for level 1 (Seed: -3047930310262368483)
[02:00:58] [Server thread/INFO]: Preparing start region for level 2 (Seed: -3047930310262368483)
[02:00:58] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6
[02:00:58] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[02:00:58] [Server thread/INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3
[02:00:58] [Server thread/INFO]: Starting FakaHedaMinequery server on 93.91.250.145:28794
[02:00:58] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
[02:00:58] [Server thread/INFO]: [iConomy - April Fools] Enabled (30 ms)
[02:00:58] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
[02:00:58] [Thread-12/INFO]: [iConomy - April Fools] Purged accounts with default balance.
[02:00:58] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.6.2
[02:00:58] [Server thread/INFO]: [ClearLag] No config updates found...
[02:00:58] [Thread-14/INFO]: [ClearLag] Searching for updates..
[02:00:58] [Server thread/INFO]: [ClearLag] Clearlag has been enabled!
[02:00:58] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b688
[02:00:58] [Server thread/INFO]: [Multiverse-Core] [AllPay] - Version 13.0 - hooked into iConomy 6 for Multiverse-Core v2.5-b688
[02:00:59] [Server thread/INFO]: Preparing start region for level 3 (Seed: -1968376640510939908)
[02:00:59] [Server thread/INFO]: Preparing start region for level 4 (Seed: 6626524125027286899)
[02:00:59] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
[02:00:59] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b688 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
[02:00:59] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.20.4
[02:00:59] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[02:00:59] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.1.0
[02:00:59] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
[02:00:59] [Server thread/INFO]: = Vault  : Not found! Using BukkitPermissions
[02:00:59] [Server thread/INFO]: = Vault  : Disabling Economy Support
[02:00:59] [Server thread/INFO]: = Spout  : Not detectedBarAPI : Not detected
[02:00:59] [Server thread/INFO]: = Config : Ok
[02:00:59] [Server thread/INFO]: = Custom commands loaded : 2
[02:00:59] [Server thread/INFO]: = Version: 5.1.0
[02:00:59] [Server thread/INFO]: = Author : MRI a.k.a Ivanpro
[02:00:59] [Server thread/INFO]: = Status : Active
[02:00:59] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[02:00:59] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v2.1
[02:00:59] [Server thread/INFO]: [EchoPet] Enabling EchoPet v2.2.4
[02:00:59] [Thread-14/INFO]: [ClearLag] No updates found!
[02:01:00] [Server thread/INFO]: [TreeAssist] Enabling TreeAssist v5.8.21
[02:01:00] [Server thread/INFO]: [TreeAssist] debugging: off
[02:01:00] [Server thread/INFO]: [Essentials] Enabling Essentials v2.12.2
[02:01:00] [Server thread/INFO]: Using locale cs_CZ
[02:01:00] [Server thread/INFO]: Using locale cs_CZ
[02:01:00] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
[02:01:00] [Server thread/INFO]: [Essentials] Payment method found (iConomy version: 6)
[02:01:00] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.12.2
[02:01:00] [Server thread/INFO]: [CreativeGates] Enabling CreativeGates v2.4.0
[02:01:00] [Server thread/INFO]: [CreativeGates 2.4.0] === ENABLE START ===
[02:01:00] [Server thread/INFO]: [CreativeGates 2.4.0] === ENABLE COMPLETE (Took 30ms) ===
[02:01:00] [Server thread/INFO]: [Ultrabans] Enabling Ultrabans v3.1.0
[02:01:01] [Server thread/INFO]: [Ultrabans] No Updates found on dev.bukkit.org.
[02:01:01] [Server thread/INFO]: [Ultrabans] Loaded. 1 secs.
[02:01:01] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.12.2
[02:01:01] [Server thread/INFO]: [Residence] Enabling Residence v2.6.6.6
[02:01:01] [Server thread/INFO]: [Residence] Permissions plugin NOT FOUND!
[02:01:01] [Server thread/INFO]: [Residence] Scanning for economy systems...
[02:01:02] [Server thread/INFO]: [Residence] Vault NOT found!
[02:01:02] [Server thread/INFO]: [Residence] BOSEconomy NOT found!
[02:01:02] [Server thread/INFO]: [Residence] Successfully linked with Essentials Economy!
[02:01:02] [Server thread/INFO]: [Residence] Found WorldEdit
[02:01:02] [Server thread/INFO]: [Residence] Enabled! Version 2.6.6.6 by bekvon
[02:01:02] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.7.8
[02:01:02] [Server thread/INFO]: [ChestShop] Residence version 2.6.6.6 loaded.
[02:01:02] [Server thread/INFO]: [ChestShop] Register loaded! Found an economy plugin!
[02:01:02] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.2.1-DEV-2
[02:01:02] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[02:01:02] [Server thread/WARN]: [AuthMe] Merge new Config Options if needed..
[02:01:02] [Server thread/WARN]: [AuthMe] Please check your config.yml file!
[02:01:02] [Server thread/INFO]: Set Language: en
[02:01:02] [Server thread/INFO]: Hook with Multiverse-Core for SpawnLocations
[02:01:02] [Server thread/INFO]: Hook with Essentials plugin
[02:01:02] [Server thread/INFO]: Hook with EssentialsSpawn plugin
[02:01:02] [Server thread/INFO]: MySQL driver loaded
[02:01:02] [Server thread/INFO]: Connection pool ready
[02:01:02] [Server thread/INFO]: Authme 3.2.1-DEV-2 enabled
[02:01:02] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[02:01:02] [Server thread/INFO]: Done (5.348s)! For help, type "help" or "?"
[02:01:02] [Server thread/INFO]: Starting GS4 status listener
[02:01:02] [Query Listener #1/INFO]: Query running on 93.91.250.145:27794
[02:01:02] [Server thread/INFO]: Starting remote control listener
[02:01:02] [Server thread/WARN]: Unable to initialise rcon on 93.91.250.145:27794 : Address already in use
[02:01:02] [Server thread/INFO]: [NametagEdit] Hooked into PermissionsEx!
[02:07:42] [Server thread/INFO]: [Cistic] Za 2 minuty budou smazany itemy ze zeme!
[02:09:42] [Server thread/INFO]: [Cistic] Smazano 0 itemu!
[02:09:54] [Server thread/INFO]: CONSOLE: Stopping the server..
[02:09:54] [Server thread/INFO]: Stopping server
[02:09:54] [Server thread/INFO]: [AuthMe] Disabling AuthMe v3.2.1-DEV-2
[02:09:54] [Server thread/INFO]: [ChestShop] Disabling ChestShop v3.7.8
[02:09:54] [Server thread/INFO]: [Residence] Disabling Residence v2.6.6.6
[02:09:54] [Server thread/INFO]: [Residence] Disabled!
[02:09:54] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.12.2
[02:09:54] [Server thread/INFO]: [Ultrabans] Disabling Ultrabans v3.1.0
[02:09:54] [Server thread/INFO]: [CreativeGates] Disabling CreativeGates v2.4.0
[02:09:54] [Server thread/INFO]: [CreativeGates 2.4.0] Disabled
[02:09:54] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.12.2
[02:09:54] [Server thread/INFO]: [Essentials] Disabling Essentials v2.12.2
[02:09:54] [Server thread/INFO]: [TreeAssist] Disabling TreeAssist v5.8.21
[02:09:54] [Server thread/INFO]: [EchoPet] Disabling EchoPet v2.2.4
[02:09:54] [Server thread/INFO]: [NametagEdit] Disabling NametagEdit v2.1
[02:09:54] [Server thread/INFO]: [MyCommand] Disabling MyCommand v5.1.0
[02:09:54] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
[02:09:54] [Server thread/INFO]: = Version : 5.1.0
[02:09:54] [Server thread/INFO]: = Author  : MRI a.k.a Ivanpro
[02:09:54] [Server thread/INFO]: = Status  : Deactivated
[02:09:54] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[02:09:54] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.20.4
[02:09:54] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[02:09:54] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5-b688
[02:09:54] [Server thread/INFO]: [ClearLag] Disabling ClearLag v2.6.2
[02:09:54] [Server thread/INFO]: [ClearLag] Clearlag has been disabled!
[02:09:54] [Server thread/INFO]: [mcore] Disabling mcore v7.0.2
[02:09:54] [Server thread/INFO]: [mcore 7.0.2] Disabled
[02:09:54] [Server thread/INFO]: [iConomy] Disabling iConomy v7.0
[02:09:54] [Server thread/INFO]: [iConomy] Closing general data...
[02:09:54] [Server thread/INFO]: [iConomy] Disabled. (0 ms)
[02:09:54] [Server thread/INFO]: [FakaHedaMinequery] Disabling FakaHedaMinequery v1.3
[02:09:54] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v5.6
[02:09:54] [Thread-11/INFO]: Stopping FakaHedaMinequery server
[02:09:54] [Server thread/INFO]: Saving players
[02:09:54] [Server thread/INFO]: Saving worlds
[02:09:54] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
[02:09:54] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
[02:09:54] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
[02:09:54] [Server thread/INFO]: Saving chunks for level 'PVP'/Overworld
[02:09:54] [Server thread/INFO]: Saving chunks for level 'Survival'/Overworld
[02:09:54] [Thread-4/INFO]: Stopping server
[02:09:54] [Thread-4/INFO]: Saving players
[02:09:54] [Thread-4/INFO]: Saving worlds
[02:09:54] [Thread-4/INFO]: Saving chunks for level 'world'/Overworld
Obrázek

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

Re: NameTags problém, nefunguje PVP

#8 Příspěvekod Smexhy » 05 dub 2014, 07:54

Skúsil som ho aj ja na serveri a ako vidím pri používaní mi hra crashuje....skús vypnúť menenie nickov v tabe v tom plugine a nech to robí len essentials

Uživatelský avatar
Gribly
Příspěvky: 356
Registrován: 22 bře 2012, 09:06
Reputation: 0
Kontaktovat uživatele:

Re: NameTags problém, nefunguje PVP

#9 Příspěvekod Gribly » 05 dub 2014, 09:12

Nefunguje, ale mě to nefunguje správně ani když mám jen Essentials. :)

//EDIT: Už to jde, zapoměl jsem povolit surfix a prefix v Essentials :) Děkuju KARMA +

//LOCK
Obrázek


Zpět na „Minecraft, Tekkit“

Kdo je online

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