Plugin probleme plugins & permissions

julienj77

Aventurier
7 Décembre 2012
7
0
1
33
Bonjour,

J'ai des soucis avec mes plugins, notamment LWC et Towny, je pense que le soucis viens des permissions.
Quand on essaye d'utiliser LWC " [LWC] Internal error. Notify an admin immediately. :PLAYER_NTERACT " s'affiche et impossible de proteger un coffre, ou autre.
Et Towny bloque tous les joueurs (sauf opé), impossible d'ouvrir une porte, un coffre, poser ou casser un bloc sur toute la map.
Le message " [Towny] Not allowed to destroy in the wild." s'affiche.

Pourrait-on me dire si c'est un soucis de permission ? et si c'est le cas me dire ce que je dois prendre comme plugin et comment le configurer ?

Mon serveur est en version craftbukkit-1.4.5-R0.2.

Merci d'avance !
 
Salut,

On peux pas deviner d'où vient ton problème...
Donne nous tes logs, et même peux être tes fichier de configuration.
Donne nous tout ça entre des balise code comme ceci:
Code:
[code][/*code]
Sans l'étoile


Cordialement,
Detobel36
 
Config du plugin Towny :
Code:
# 
# The language file you wish to use
 
version:
  # This is the current version of Towny.  Please do not edit.
  version: 0.82.0.2
  # This is for showing the changelog on updates.  Please do not edit.
  last_run_version: 0.82.0.2
  # Minimum required version of CraftBukkit.  Please do not edit.
  bukkit_version: '2459'
  # If enabled we will not check the CraftBukkit version at startup.
  bypass_version_check: 'true'
 
# The language file you wish to use
language: english.yml
 
############################################################
# +------------------------------------------------------+ #
# |                   Permission nodes                   | #
# +------------------------------------------------------+ #
############################################################
 
#  Possible permission nodes
#
#    towny.admin: User is able to use /townyadmin, as well as the ability to build/destroy anywhere. User is also able to make towns or nations when set to admin only.
#    towny.cheat.bypass : User is able to use any fly mods and double block jump (disables towny cheat protection for this user).
#    towny.top : User can access the command towny top
#    towny.town.* : User has access to all town permission nodes.
#        towny.town.new :User is able to create a town
#        towny.town.delete :User is able to delete their town
#        towny.town.claim : User is able to expand his town with /town claim
#        towny.town.plot : User is able to use the /plot commands
#        towny.town.resident : User is able to join towns upon invite.
#    towny.town.toggle.*: User can access all town toggle commands (if a mayor or assistant).
#        towny.town.toggle.pvp
#        towny.town.toggle.public
#        towny.town.toggle.explosions
#        towny.town.toggle.fire
#        towny.town.toggle.mobs
#    towny.nation.* : User has access to all town permission nodes.
#        towny.nation.new :User is able to create a nation
#        towny.nation.delete :User is able to delete their nation (if king)
#        towny.nation.rename :User is able to rename their nation (if king/assistant)
#        towny.nation.grant-titles :User is able to grant titles/surnames to the nation residents (if King)
#    towny.wild.*: User is able to build/destroy in wild regardless.
#        towny.wild.build
#        towny.wild.destroy
#        towny.wild.switch
#        towny.wild.item_use
#    towny.wild.block.[block id].* : User is able to edit [block id] in the wild.
#        towny.wild.build.[block id]
#        towny.wild.destroy.[block id]
#        towny.wild.switch.[block id]
#        towny.wild.item_use.[block id]
#
#    towny.claimed.* : User can build/destroy/switch/item_use in all towns.
#        towny.claimed.build : User can build in all towns.
#        towny.claimed.destroy : User can destroy in all towns.
#        towny.claimed.switch : User can switch in all towns.
#        towny.claimed.item_use : User can use use items in all towns. 
#    towny.claimed.alltown.* : User is able to edit specified/all block types in all towns.
#        towny.claimed.alltown.build.[block id]
#        towny.claimed.alltown.destroy.[block id]
#        towny.claimed.alltown.switch.[block id] : User can switch specified/all block types in all towns.
#        towny.claimed.alltown.item_use.[block id]
#    towny.claimed.owntown.* : User is able to edit specified/all block types in their own town.
#        towny.claimed.owntown.build.[block id]
#        towny.claimed.owntown.destroy.[block id] : (handy to allow clearing of snow '78')
#        towny.claimed.owntown.switch.[block id]
#        towny.claimed.owntown.item_use.[block id]
#
#    towny.town.spawn.*: Grants all Spawn travel nodes
#        towny.town.spawn.town : Ability to spawn to your own town.
#        towny.town.spawn.nation : Ability to spawn to other towns in your nation.
#        towny.town.spawn.ally : Ability to spawn to towns in nations allied with yours.
#        towny.town.spawn.public : Ability to spawn to unaffilated public towns.
#
# these will be moved to permissions nodes at a later date
permissions:
  town_creation_admin_only: 'false'
  nation_creation_admin_only: 'false'
 
############################################################
# +------------------------------------------------------+ #
# |                Town and Nation levels                | #
# +------------------------------------------------------+ #
############################################################
 
levels:
 
  # default Town levels.
  town_level:
  - upkeepModifier: 1.0
    namePostfix: ' Ruins'
    mayorPrefix: 'Spirit '
    mayorPostfix: ''
    townBlockLimit: 1
    namePrefix: ''
    numResidents: 0
  - upkeepModifier: 1.0
    namePostfix: ' (Settlement)'
    mayorPrefix: 'Hermit '
    mayorPostfix: ''
    townBlockLimit: 16
    namePrefix: ''
    numResidents: 1
  - upkeepModifier: 1.0
    namePostfix: ' (Hamlet)'
    mayorPrefix: 'Chief '
    mayorPostfix: ''
    townBlockLimit: 32
    namePrefix: ''
    numResidents: 2
  - upkeepModifier: 1.0
    namePostfix: ' (Village)'
    mayorPrefix: 'Baron Von '
    mayorPostfix: ''
    townBlockLimit: 96
    namePrefix: ''
    numResidents: 6
  - upkeepModifier: 1.0
    namePostfix: ' (Town)'
    mayorPrefix: 'Viscount '
    mayorPostfix: ''
    townBlockLimit: 160
    namePrefix: ''
    numResidents: 10
  - upkeepModifier: 1.0
    namePostfix: ' (Large Town)'
    mayorPrefix: 'Count Von '
    mayorPostfix: ''
    townBlockLimit: 224
    namePrefix: ''
    numResidents: 14
  - upkeepModifier: 1.0
    namePostfix: ' (City)'
    mayorPrefix: 'Earl '
    mayorPostfix: ''
    townBlockLimit: 320
    namePrefix: ''
    numResidents: 20
  - upkeepModifier: 1.0
    namePostfix: ' (Large City)'
    mayorPrefix: 'Duke '
    mayorPostfix: ''
    townBlockLimit: 384
    namePrefix: ''
    numResidents: 24
  - upkeepModifier: 1.0
    namePostfix: ' (Metropolis)'
    mayorPrefix: 'Lord '
    mayorPostfix: ''
    townBlockLimit: 448
    namePrefix: ''
    numResidents: 28
 
  # default Nation levels.
  nation_level:
  - capitalPostfix: ''
    upkeepModifier: 1.0
    namePostfix: ' (Nation)'
    kingPrefix: 'Leader '
    townBlockLimitBonus: 10
    namePrefix: 'Land of '
    numResidents: 0
    capitalPrefix: ''
    kingPostfix: ''
  - capitalPostfix: ''
    upkeepModifier: 1.0
    namePostfix: ' (Nation)'
    kingPrefix: 'Count '
    townBlockLimitBonus: 20
    namePrefix: 'Federation of '
    numResidents: 10
    capitalPrefix: ''
    kingPostfix: ''
  - capitalPostfix: ''
    upkeepModifier: 1.0
    namePostfix: ' (Nation)'
    kingPrefix: 'Duke '
    townBlockLimitBonus: 40
    namePrefix: 'Dominion of '
    numResidents: 20
    capitalPrefix: ''
    kingPostfix: ''
  - capitalPostfix: ''
    upkeepModifier: 1.0
    namePostfix: ' (Nation)'
    kingPrefix: 'King '
    townBlockLimitBonus: 60
    namePrefix: 'Kingdom of '
    numResidents: 30
    capitalPrefix: ''
    kingPostfix: ''
  - capitalPostfix: ''
    upkeepModifier: 1.0
    namePostfix: ' Empire'
    kingPrefix: 'Emperor '
    townBlockLimitBonus: 100
    namePrefix: 'The '
    numResidents: 40
    capitalPrefix: ''
    kingPostfix: ''
  - capitalPostfix: ''
    upkeepModifier: 1.0
    namePostfix: ' Realm'
    kingPrefix: 'God Emperor '
    townBlockLimitBonus: 140
    namePrefix: 'The '
    numResidents: 60
    capitalPrefix: ''
    kingPostfix: ''
 
############################################################
# +------------------------------------------------------+ #
# |               Town Claim/new defaults                | #
# +------------------------------------------------------+ #
############################################################
 
town:
  # Default public status of the town (used for /town spawn)
  default_public: 'true'
  # Default Open status of the town (are new towns open and joinable by anyone at creation?)
  default_open: 'true'
  # Limits the maximum amount of bonus blocks a town can buy.
  max_purchased_blocks: '0'
  # maximum number of plots any single resident can own
  max_plots_per_resident: '100'
  # Maximum number of towns allowed on the server.
  town_limit: '3000'
 
  # Minimum number of plots any towns home plot must be from the next town.
  # This will prevent someone founding a town right on your doorstep
  min_distance_from_town_homeblock: '5'
 
  # Maximum distance between homblocks.
  # This will force players to build close together.
  max_distance_between_homeblocks: '0'
 
  # The maximum townblocks available to a town is (numResidents * ratio).
  # Setting this value to 0 will instead use the level based jump values determined in the town level config.
  town_block_ratio: '8'
  # The size of the square grid cell. Changing this value is suggested only when you first install Towny.
  # Doing so after entering data will shift things unwantedly. Using smaller value will allow higher precision,
  # at the cost of more work setting up. Also, extremely small values will render the caching done useless.
  # Each cell is (town_block_size * town_block_size * 128) in size, with 128 being from bedrock to clouds.
  town_block_size: '16'
 
 
############################################################
# +------------------------------------------------------+ #
# |             Default new world settings               | #
# +------------------------------------------------------+ #
############################################################
 
# These flags are only used at the initial setp of a new world.
 
# Once Towny is running each world can be altered from within game
# using '/townyworld toggle'
 
new_world_settings:
 
  pvp:
    # Set if PVP is enabled in this world
    world_pvp: 'true'
    # force_pvp_on is a global flag and overrides any towns flag setting
    force_pvp_on: 'false'
 
  mobs:
    # world_monsters_on is a global flag setting per world.
    world_monsters_on: 'true'
    # force_town_monsters_on is a global flag and overrides any towns flag setting
    force_town_monsters_on: 'false'
 
  explosions:
    # Allow explosions in this world
    world_explosions_enabled: 'true'
    # force_explosions_on is a global flag and overrides any towns flag setting
    force_explosions_on: 'false'
 
  fire:
    # Allow fire to be lit and spread in this world.
    world_firespread_enabled: 'true'
    # force_fire_on is a global flag and overrides any towns flag setting
    force_fire_on: 'false'
 
  # Prevent Endermen from picking up and placing blocks.
  enderman_protect: 'true'
  # Disable players trampling crops
  disable_player_crop_trampling: 'true'
  # Disable creatures trampling crops
  disable_creature_crop_trampling: 'true'
 
  # World management settings to deal with un/claiming plots
  plot_management:
 
    block_delete:
      enabled: 'true'
      # These items will be deleted upon a plot being unclaimed
      unclaim_delete: 26,50,55,63,64,68,70,71,72,75,76,93,94
 
    mayor_plotblock_delete:
      enabled: 'true'
      # These items will be deleted upon a mayor using /plot clear
      # To disable deleting replace the current entries with NONE.
      mayor_plot_delete: WALL_SIGN,SIGN_POST
 
    revert_on_unclaim:
      # *** WARNING***
      # If this is enabled any town plots which become unclaimed will
      # slowly be reverted to a snapshot taken before the plot was claimed.
      #
      # Regeneration will only work if the plot was
      # claimed under version 0.76.2, or
      # later with this feature enabled
      #
      # If you allow players to break/build in the wild the snapshot will
      # include any changes made before the plot was claimed.
      enabled: 'true'
      speed: 1s
      # These block types will NOT be regenerated
      block_ignore: 14,21,22,41,42,48,50,52,56,57,63,68,89
 
    wild_revert_on_mob_explosion:
      # Enabling this will slowly regenerate holes created in the
      # wilderness by monsters exploding.
      enabled: 'true'
      entities: Creeper,EnderCrystal,EnderDragon,Fireball,SmallFireball,TNTPrimed
      delay: 20s
 
 
############################################################
# +------------------------------------------------------+ #
# |                Global town settings                  | #
# +------------------------------------------------------+ #
############################################################
 
global_town_settings:
  # can residents/Allies harm other residents when in an area with pvp enabled? Other than an Arena plot.
  friendly_fire: 'true'
  # Players within their town or allied towns will regenerate half a heart after every health_regen_speed seconds.
  health_regen:
    speed: 3s
    enable: 'true'
  # Allow towns to claim outposts (a townblock not connected to town).
  allow_outposts: 'true'
  # Allow the use of /town spawn
  allow_town_spawn: 'true'
  # Allow regular residents to use /town spawn [town] (TP to other towns if they are public).
  allow_town_spawn_travel: 'true'
  # Allow regular residents to use /town spawn [town] to other towns in your nation.
  allow_town_spawn_travel_nation: 'true'
  # Allow regular residents to use /town spawn [town] to other towns in a nation allied with your nation.
  allow_town_spawn_travel_ally: 'true'
  # If non zero it delays any spawn request by x seconds.
  teleport_warmup_time: '0'
  # Respawn the player at his town spawn point when he/she dies
  town_respawn: 'false'
  # Town respawn only happens when the player dies in the same world as the town's spawn point.
  town_respawn_same_world_only: 'false'
  # Prevent players from using /town spawn while within unclaimed areas and/or enemy/neutral towns.
  # Allowed options: unclaimed,enemy,neutral
  prevent_town_spawn_in: enemy
  # Enables the [~Home] message.
  # If false it will make it harder for enemies to find the home block during a war
  show_town_notifications: 'true'
 
 
############################################################
# +------------------------------------------------------+ #
# |                 Plugin interfacing                   | #
# +------------------------------------------------------+ #
############################################################
 
plugin:
 
  # Valid load and save types are: flatfile, mysql, sqlite, h2.
  database:
    database_load: flatfile
    database_save: flatfile
 
    # SQL database connection details (IF set to use SQL).
    sql:
      hostname: localhost
      port: '3306'
      dbname: towny
      table_prefix: towny_
      username: root
      password: ''
 
    # Flatfile backup settings.
    daily_backups: 'true'
    backups_are_deleted_after: 90d
 
    # Valid entries are: zip, none.
    flatfile_backup: zip
 
  interfacing:
 
    tekkit:
      # Add any fake players for client/server mods (aka Tekkit) here
      fake_residents: '[IndustrialCraft],[BuildCraft],[Redpower],[Forestry],[Turtle]'
 
    # Enable using_essentials if you are using cooldowns in essentials for teleports.
    using_essentials: 'false'
 
    # This will attempt to use Register (if present)
    # Then it will attempt to access iConomy 5.01 directly
    # Enable if you have either iConomy 5.01, or Register.jar to
    # support: iConomy5, iConomy6, EssentialsEco, BOSEconomy.
    # https://github.com/iConomy/Register/tree/master/dist
    using_economy: 'true'
 
    # Enable using_questioner if you are using questioner to send/receive invites to towns/nations.
    # See http://code.google.com/a/eclipselabs.org/p/towny/wiki/Questioner for more info.
    using_questioner:
      enable: 'true'
      # The command to accept invitations.
      accept: accept
      # The command to refuse invitations.
      deny: deny
 
    # True to attempt to use GroupManager, PEX, bPermissions, Permissions2/3 or BukkitPerms
    # False to disable permission checks and rely on Towny settings.
    using_permissions: 'true'
 
  day_timer:
    # The number of hours in each "day".
    # You can configure for 10 hour days. Default is 24 hours.
    day_interval: 1d
    # The time each "day", when taxes will be collected.
    # MUST be less than day_interval. Default is 12h (midday).
    new_day_time: 12h
 
  # Lots of messages to tell you what's going on in the server with time taken for events.
  debug_mode: 'false'
 
  # Spams the player named in dev_name with all messages related to towny.
  dev_mode:
    enable: 'false'
    dev_name: ElgarL
 
  # Record all messages to the towny.log
  logging: 'true'
  # If true this will cause the log to be wiped at every startup.
  reset_log_on_boot: 'true'
 
 
############################################################
# +------------------------------------------------------+ #
# |               Filters colour and chat                | #
# +------------------------------------------------------+ #
############################################################
 
filters_colour_chat:
  # This is the name given to any NPC assigned mayor.
  npc_prefix: NPC
  # Regex fields used in validating inputs.
  regex:
    name_filter_regex: '[ /]'
    name_check_regex: ^[a-zA-Z0-9._\[\]-]*$
    name_remove_regex: '[^a-zA-Z0-9._\[\]-]'
 
  modify_chat:
    # Maximum length of Town and Nation names.
    max_name_length: '20'
    # Maximum length of titles and surnames.
    max_title_length: '10'
 
 
############################################################
# +------------------------------------------------------+ #
# |             block/item/mob protection                | #
# +------------------------------------------------------+ #
############################################################
 
protection:
 
  # Items that can be blocked within towns via town/plot flags
  # 259 - flint and steel
  # 325 - bucket
  # 326 - water bucket
  # 327 - lava bucket
  # 351 - bone/bonemeal
  # 359 - shears
  # 368 - ender pearl
  # 374 - glass bottle
  # 385 - fire charge
  item_use_ids: 259,325,326,327,351,359,368,374,385
 
  # Items which can be blocked or enabled via town/plot flags
  # 25 - noteblock
  # 54 - chest
  # 61 - furnace
  # 62 - lit furnace
  # 64 - wooden door
  # 69 - lever
  # 70 - stone pressure plate
  # 71 - iron door
  # 72 - wooden pressure plate
  # 77 - stone button
  # 96 - trap door
  # 84 - jukebox
  # 93/94 - redstone repeater
  switch_ids: 23,25,54,61,62,64,69,70,71,72,77,96,84,93,94,107
 
  # permitted entities http://jd.bukkit.org/apidocs/org/bukkit/entity/package-summary.html
  # Animals, Chicken, Cow, Creature, Creeper, Flying, Ghast, Giant, Monster, Pig, 
  # PigZombie, Sheep, Skeleton, Slime, Spider, Squid, WaterMob, Wolf, Zombie
 
  # Remove living entities within a town's boundaries, if the town has the mob removal flag set.
  town_mob_removal_entities: Monster,WaterMob,Flying,Slime
 
  # Prevent the spawning of villager babies in towns.
  town_prevent_villager_breeding: 'false'
 
  # Globally remove living entities in all worlds that have their flag set.
  world_mob_removal_entities: Monster,WaterMob,Flying,Slime
 
  # Prevent the spawning of villager babies in the world.
  world_prevent_villager_breeding: 'false'
 
  # The maximum amount of time a mob could be inside a town's boundaries before being sent to the void.
  # Lower values will check all entities more often at the risk of heavier burden and resource use.
  # NEVER set below 1.
  mob_removal_speed: 5s
 
  # Prevent fly and double block jump cheats.
  cheat_protection: 'true'
 
  # The amount of time it takes for a protected block to regenerate.  Use zero for no delay.
  regen_delay: 0s
 
 
############################################################
# +------------------------------------------------------+ #
# |                Wilderness settings                   | #
# +------------------------------------------------------+ #
############################################################
 
# These Settings defaults only. They are copied to each worlds data files upon first detection
# To make changes for each world edit the settings in the relevant worlds data file 'plugins/Towny/data/worlds/'
 
unclaimed:
  unclaimed_zone_build: 'false'
  unclaimed_zone_destroy: 'true'
  unclaimed_zone_item_use: 'false'
  unclaimed_zone_ignore: 6,14,15,16,17,18,21,31,37,38,39,40,50,56,65,66,73,74,81,82,83,86,89
  unclaimed_zone_switch: 'false'
 
 
############################################################
# +------------------------------------------------------+ #
# |                 Town Notifications                   | #
# +------------------------------------------------------+ #
############################################################
 
# This is the format for the notifications sent as players move between plots.
# Empty a particular format for it to be ignored.
 
# Example:
# [notification.format]
# ~ [notification.area_[wilderness/town]][notification.splitter][notification.[no_]owner][notification.splitter][notification.plot.format]
# ... [notification.plot.format]
# ... [notification.plot.homeblock][notification.plot.splitter][notification.plot.forsale][notification.plot.splitter][notification.plot.type]
# ~ Wak Town - Lord Jebus - [Home] [For Sale: 50 Beli] [Shop]
 
notification:
  format: '&6 ~ %s'
  splitter: '&7 - '
  area_wilderness: '&2%s'
  area_town: '&6%s'
  owner: '&a%s'
  no_owner: '&a%s'
  plot:
    splitter: ' '
    format: '%s'
    homeblock: '&b[Home]'
    outpostblock: '&b[Outpost]'
    forsale: '&e[For Sale: %s]'
    type: '&6[%s]'
 
 
############################################################
# +------------------------------------------------------+ #
# |             Default Town/Plot flags                  | #
# +------------------------------------------------------+ #
############################################################
 
 
default_perm_flags:
 
  # Default permission flags for residents plots within a town
  #
  # Can allies/friends/outsiders perform certain actions in the town
  #
  # build - place blocks and other items
  # destroy - break blocks and other items
  # itemuse - use items such as furnaces (as defined in item_use_ids)
  # switch - trigger or activate switches (as defined in switch_ids)
  resident:
    friend:
      build: 'true'
      destroy: 'true'
      item_use: 'true'
      switch: 'true'
    ally:
      build: 'false'
      destroy: 'false'
      item_use: 'false'
      switch: 'false'
    outsider:
      build: 'false'
      destroy: 'false'
      item_use: 'false'
      switch: 'false'
 
  # Default permission flags for towns
  # These are copied into the town data file at creation
  #
  # Can allies/outsiders/residents perform certain actions in the town
  #
  # build - place blocks and other items
  # destroy - break blocks and other items
  # itemuse - use items such as flint and steel or buckets (as defined in item_use_ids)
  # switch - trigger or activate switches (as defined in switch_ids)
  town:
    default:
      pvp: 'true'
      fire: 'false'
      explosion: 'false'
      mobs: 'false'
    resident:
      build: 'true'
      destroy: 'true'
      item_use: 'true'
      switch: 'true'
    ally:
      build: 'false'
      destroy: 'false'
      item_use: 'false'
      switch: 'false'
    outsider:
      build: 'false'
      destroy: 'false'
      item_use: 'false'
      switch: 'false'
 
 
############################################################
# +------------------------------------------------------+ #
# |                  Resident settings                   | #
# +------------------------------------------------------+ #
############################################################
 
resident_settings:
  # player is flagged as inactive after 1 hour (default)
  inactive_after_time: 1h
  # if enabled old residents will be kicked and deleted from a town
  # after Two months (default) of not logging in
  delete_old_residents:
    enable: 'false'
    deleted_after_time: 60d
    delete_economy_account: 'true'
  # The name of the town a resident will automatically join when he first registers.
  default_town_name: ''
 
 
############################################################
# +------------------------------------------------------+ #
# |                  Economy settings                    | #
# +------------------------------------------------------+ #
############################################################
 
economy:
 
  spawn_travel:
    # Cost to use /town spawn
    price_town_spawn_travel: '0.0'
    # Cost to use '/town spawn [town]' to another town in your nation.
    price_town_nation_spawn_travel: '5.0'
    # Cost to use '/town spawn [town]' to another town in a nation that is allied with your nation.
    price_town_ally_spawn_travel: '10.0'
    # Cost to use /town spawn [town]
    # This is paid to the town you goto.
    price_town_public_spawn_travel: '10.0'
 
  # The daily upkeep to remain neutral during a war. Neutrality will exclude you from a war event, as well as deterring enemies.
  price_nation_neutrality: '100.0'
 
  new_expand:
    # How much it costs to start a nation.
    price_new_nation: '8000.0'
    # How much it costs to start a town.
    price_new_town: '2000.0'
    # How much it costs to make an outpost. An outpost isn't limited to being on the edge of town.
    price_outpost: '500.0'
    # The price for a town to expand one townblock.
    price_claim_townblock: '25.0'
    # How much it costs a player to buy extra blocks.
    price_purchased_bonus_townblock: '25.0'
 
  price_death: '1.0'
 
  banks:
    # Maximum amount of money allowed in town bank
    # Use 0 for no limit
    town_bank_cap: '0.0'
    # Set to true to allow withdrawls from town banks
    town_allow_withdrawls: 'true'
    # Maximum amount of money allowed in nation bank
    # Use 0 for no limit
    nation_bank_cap: '0.0'
    # Set to true to allow withdrawls from nation banks
    nation_allow_withdrawls: 'true'
 
  daily_taxes:
    # Enables taxes to be collected daily by town/nation
    # If a town can't pay it's tax then it is kicked from the nation.
    # if a resident can't pay his plot tax he loses his plot.
    # if a resident can't pay his town tax then he is kicked from the town.
    # if a town or nation fails to pay it's upkeep it is deleted.
    enabled: 'true'
    # Maximum tax amount allowed when using flat taxes
    max_tax_amount: '1000.0'
    # maximum tax percentage allowed when taxing by percentages
    max_tax_percent: '25'
    # The server's daily charge on each nation. If a nation fails to pay this upkeep
    # all of it's member town are kicked and the Nation is removed.
    price_nation_upkeep: '100.0'
    # The server's daily charge on each town. If a town fails to pay this upkeep
    # all of it's residents are kicked and the town is removed.
    price_town_upkeep: '10.0'
    # Uses total amount of owned plots to determine upkeep instead of the town level (Number of residents)
    # calculated by (number of claimed plots X price_town_upkeep).
    town_plotbased_upkeep: 'false'
    # If enabled and you set a negative upkeep for the town
    # any funds the town gains via upkeep at a new day
    # will be shared out between the plot owners.
    use_plot_payments: 'false'
 
 
############################################################
# +------------------------------------------------------+ #
# |                     War settings                     | #
# +------------------------------------------------------+ #
############################################################
 
war:
  #This setting allows you disable the ability for a nation to pay to remain neutral during a war.
  nation_can_be_neutral: 'true'
 
 
  ############################################################
  # +------------------------------------------------------+ #
  # |         Economy Transfers During War settings        | #
  # +------------------------------------------------------+ #
  ############################################################
 
  economy:
    enemy:
      # Amount charged to place a warflag (payed to server).
      place_flag: '10'
      # Amount payed from the flagbearer to the defender after defending the area.
      defended_attack: '10'
    # Defending town pays attaking flagbearer. If a negative (attacker pays defending town),
    # and the attacker can't pay, the attack is canceled.
    townblock_won: '10'
    # Same as townblock_won but for the special case of winning the homeblock.
    homeblock_won: '100'
 
 
  ############################################################
  # +------------------------------------------------------+ #
  # |                 War Event settings                   | #
  # +------------------------------------------------------+ #
  ############################################################
 
  # This is started with /townyadmnin toggle war
 
  # In peace time War spoils are accumulated from towns and nations being
  # deleted with any money left in the bank.
  #
  # These funds are increased during a war event upon a player death.
  # An additional bonus to the war chest is set in base_spoils.
  #
  # During the event a town losing a townblock pays the wartime_town_block_loss_price to the attacking town.
  # The war is won when the only nations left in the battle are allies, or only a single nation.
  #
  # The winning nations share half of the war spoils.
  # The remaining half is paid to the town which took the most town blocks, and lost the least.
 
  event:
    warning_delay: '30'
    #If false all towns not in nations can be attacked during a war event.
    towns_are_neutral: 'true'
 
    # If true and the monarch/king dies the nation is removed from the war.
    remove_on_monarch_death: 'false'
    # If enabled players will be able to break/place blocks in enemy plots during a war.
    allow_block_griefing: 'true'
 
    # A townblock takes damage every 5 seconds that an enemy is stood in it.
    block_hp:
      town_block_hp: '60'
      home_block_hp: '120'
 
    eco:
      # This amount is new money injected into the economy with a war event.
      base_spoils: '100.0'
      # This amount is taken from the losing town for each plot lost.
      wartime_town_block_loss_price: '100.0'
      # This amount is taken from the player if they die during the event
      price_death_wartime: '200.0'
 
    points:
      points_townblock: '1'
      points_town: '10'
      points_nation: '100'
      points_kill: '1'
 
    # The minimum height at which a player must stand to count as an attacker.
    min_height: '60'
 
  ############################################################
  # +------------------------------------------------------+ #
  # |                   Flag war settings                  | #
  # +------------------------------------------------------+ #
  ############################################################
 
  enemy:
    # If false, players won't be able to place war flags, effectively disabling warzones.
    allow_attacks: 'false'
    # If true, enemy's can only attack the edge plots of a town with war flags.
    only_attack_borders: 'true'
    # This many people must be online in target town in order to place a war flag in their domain.
    min_players_online_in_town: '2'
    # This many people must be online in target nation in order to place a war flag in their domain.
    min_players_online_in_nation: '3'
    max_active_flags_per_player: '1'
    flag:
      waiting_time: 1m
      # This is the block a player must place to trigger the attack event.
      base_block: fence
      # This is the block a player must place to trigger the attack event.
      light_block: torch
    beacon:
      # Must be smaller than half the size of town_block_size.
      radius: '3'
      # The range the beacon will be drawn in. It's flexibility is in case the flag is close to the height limit.
      # If a flag is too close to the height limit (lower than the minimum), it will not be drawn.
      height_above_flag:
        min: '3'
        max: '64'
      draw: 'true'
      wireframe_block: glowstone
  ############################################################
  # +------------------------------------------------------+ #
  # |              Warzone Block Permissions               | #
  # +------------------------------------------------------+ #
  ############################################################
 
  warzone:
    # List of materaials that can be modified in a warzone.
    # '*' = Allow all materials.
    # Prepend a '-' in front of a material to remove it. Used in conjunction with when you use '*'.
    # Eg: '*,-chest,-furnace'
    editable_materials: tnt,fence,ladder,wood_door,iron_door,fire
    item_use: 'true'
    switch: 'true'
    # Add '-fire' to editable materials for complete protection when setting is false. This prevents fire to be created and spread.
    fire: 'true'
    explosions: 'true'
    explosions_break_blocks: 'true'
    # TODO: Blocks will not regen as of yet. Stay tuned for later changes.
    # Only under affect when explosions_break_blocks is true.
    explosions_regen_blocks: 'true'

Confing du plugin LWC :

Code:
# Core configurable options for LWC
core:

    # The language LWC will use, specified by the shortname. For example, English = en, French = fr, German = de,
    # and so on
    locale: en

    # How often updates are batched to the database (in seconds). If set to a higher value than 10, you may have
    # some unexpected results, especially if your server is prone to crashing.
    flushInterval: 10

    # LWC regularly caches protections locally to prevent the database from being queried as often. The default is 10000
    # and for most servers is OK. LWC will also fill up to <precache> when the server is started automatically.
    cacheSize: 10000

    # How many protections are precached on startup. If set to -1, it will use the cacheSize value instead and precache
    # as much as possible
    precache: -1

    # If true, players will be sent a notice in their chat box when they open a protection they have access to, but
    # not their own unless <showMyNotices> is set to true
    showNotices: true

    # If true, players will be sent a notice in their chat box when they open a protection they own.
    showMyNotices: false

    # If true, ops will be considered LWC admins (e.g with a Permissions plugin, considered to have lwc.admin) and thus
    # will have very destructive LWC commands.
    opIsLWCAdmin: true

    # If true, LWC will not log history about protections. If you are using LWC-Economy and this is disabled, you will
    # NOT receive refunds for purchased protections
    disableHistory: false

    # if true, LWC will only allow protections to be created inside of Towns via the Towny plugin
    townyBorders: false

    # The permission node prefix that is used to match player groups when
    # no supported permission plugin is found, e.g group.vip matches the player's group as vip
    groupPrefix: 'group.'

# Controls how the updater operates
updater:

    # The branch to select updates from
    # STABLE or BLEEDING_EDGE
    branch: STABLE

    # When to retrieve updates
    # Either AUTOMATIC or MANUAL
    method: MANUAL

# "Fun" options
optional:

    # Protections are only active when a player is online.
    # So if a player is offline, anyone can access it. If the player is online, it functions normally
    onlyProtectWhenOwnerIsOnline: false

    # Protections are only active when a player is offline
    onlyProtectWhenOwnerIsOffline: false

    # Block IDs to automatically blocks from /lwc admin purge, /lwc admin expire, etc.
    exemptBlocks: []

    # Opt out of the optional metrics tooling
    # Available online: http://metrics.griefcraft.com/plugin/LWC/
    optOut: false

    # Blocks that cannot be placed around someone else's protection. This is most useful
    blacklistedBlocks:
    - 166

    # Players that are blocked from destroying any blocks protected by LWC. Mainly useful for MCPC
    # where mods can remove blocks and try to break the block by sending an event first (e.g turtle)
    blacklistedPlayers:
    - plr

# Database information for LWC
database:

    # The database adapter to use, for example sqlite (default) or mysql
    adapter: sqlite

    # This is strictly for SQLite only and should be left alone. When changing to MySQL and this is left intact,
    # LWC will automatically convert your protections from SQLite to MySQL
    path: 'plugins/LWC/lwc.db'

    # The MySQL host. You can specify a non-default port (3306) by adding :port, e.g host: 'localhost:3307'
    host: 'localhost'

    # The database LWC should use to store data (not necessary for SQLite)
    database: 'lwc'

    # The username LWC should use to connect to the server with (not necessary for SQLite)
    username: ''

    # The password LWC should use to connect to the server with (not necessary for SQLite)
    password: ''

    # The prefix for LWC tables. For example, a prefix of 'lwc_' will make
    # the protections table show up as lwc_protections
    prefix: 'lwc_'

# The protections nodes allows you to define, remove and modify which blocks LWC is allowed to protect
# This means that you could make any block you want protectable, or remove existing protectable blocks
# (e.g trap doors, etc.)
protections:
    # These values serve as default values for the protections defined under blocks

    # If true, the default behaviour will be to BLOCK redstone to protections, and /credstone on (Protection Flag)
    # will ALLOW redstone to the protection
    # If false, the default behaviour will be to ALLOW redstone to protections, and /credstone on will
    # BLOCK redstone to the protection
    denyRedstone: false

    # Settable to private, public, or off. It defines what protections are registered as when you place them on
    # the ground
    autoRegister: off

    # Used in very specific use-cases: makes LWC ignore block destruction for the given block or all blocks, allowing
    # players to remove the block and resulting protection.
    ignoreBlockDestruction: false

    # If left clicking should be ignored by LWC. An example of this would be to add ignoreLeftClick under a note block
    # protection to allow players to play the note block's note, but not change the note (which is done via right click,
    # which would be blocked by LWC.)
    ignoreLeftClick: false

    # If right clicking should be ignored by LWC.
    ignoreRightClick: false

    # If LWC should ignore explosions to the protection. For example, you could allow Doors to be blown by explosions,
    # but not chests.
    ignoreExplosions: false

    # If entities - such as zombies - are allowed to break down doors
    allowEntityBreakDoor: false

    # If entities - such as villagers - should be allowed to interact with protections (i.e doors)
    allowEntityInteract: false

    # Creation messages and protection notices will not be shown for this protection
    quiet: false

    # Current and custom protections are defined here by their block name or id
    # If you use the Id, you MUST encase it in quotes, for example (chest):
    # '54':
    #     enabled: true
    # The custom protection must also have enabled: true under it for it to function in the world
    blocks:
        chest:
            enabled: true
        furnace:
            enabled: true
        dispenser:
            enabled: true
        sign:
            enabled: true
        wooden_door:
            enabled: true
        iron_door:
            enabled: true
        trap_door:
            enabled: true
        fence_gate:
            enabled: true

modes:
    droptransfer:
        enabled: true

        # allow items to be transferred across world boundaries
        crossWorld: false
    persist:
        enabled: true

Par contre je ne sais pas où trouver les logs ?
 
Salut,

Tes logs, c'est un fichier qui enregistre tout ce qu'y se passe dans la console.
Il se trouve dans le fichier source de ton serveur (au même endroit que ton CraftBukkit) et son nom complet est server.log


Cordialement,
Detobel36
 
Daccord. Voici les logs :

Code:
 2012-12-08 18:03:14 [INFO] Starting minecraft server version 1.4.5
2012-12-08 18:03:14 [INFO] Loading properties
2012-12-08 18:03:14 [INFO] Default game type: SURVIVAL
2012-12-08 18:03:14 [INFO] Generating keypair
2012-12-08 18:03:15 [INFO] Starting Minecraft server on m1.*.com:26811
2012-12-08 18:03:15 [INFO] This server is running CraftBukkit version git-Bukkit-1.4.5-R0.2-b2488jnks (MC: 1.4.5) (Implementing API version 1.4.5-R0.2)
2012-12-08 18:03:15 [INFO] ----- Bukkit Auto Updater -----
2012-12-08 18:03:15 [INFO] It appears that you're running a Beta Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
2012-12-08 18:03:15 [INFO] If you would like to be kept informed about new Beta Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'beta'.
2012-12-08 18:03:15 [INFO] With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
2012-12-08 18:03:15 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
2012-12-08 18:03:15 [INFO] ----- ------------------- -----
2012-12-08 18:03:15 [INFO] [PermissionsEx] sql backend registered!
2012-12-08 18:03:15 [INFO] [PermissionsEx] file backend registered!
2012-12-08 18:03:15 [INFO] [PermissionsEx] PermissionEx plugin initialized.
2012-12-08 18:03:16 [INFO] [WorldEdit] Loading WorldEdit v5.4.5
2012-12-08 18:03:16 [INFO] [Towny] Loading Towny v0.82.0.2
2012-12-08 18:03:16 [INFO] [iConomy] Loading iConomy v7.0
2012-12-08 18:03:16 [INFO] [Register] Loading Register v1.8
2012-12-08 18:03:16 [INFO] [Register] Preferred method [null] not found, using first found.
2012-12-08 18:03:16 [INFO] [Register] version 1.8 is enabled.
2012-12-08 18:03:16 [INFO] [PlayerMarkers] Loading PlayerMarkers v0.2.0
2012-12-08 18:03:16 [INFO] [Vault] Loading Vault v1.2.20-b264
2012-12-08 18:03:16 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.4
2012-12-08 18:03:16 [INFO] [PermissionsEx] Initializing file backend
2012-12-08 18:03:16 [INFO] [SafeCreeper] Loading SafeCreeper v1.3.2
2012-12-08 18:03:16 [INFO] [CookieMonster] Loading CookieMonster v1.7.3
2012-12-08 18:03:16 [INFO] [LWC] Loading LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
2012-12-08 18:03:16 [INFO] [WorldGuard] Loading WorldGuard v5.6.5
2012-12-08 18:03:16 [INFO] [Essentials] Loading Essentials v2.9.5
2012-12-08 18:03:16 [INFO] [ShowCaseStandalone] Loading ShowCaseStandalone v1.49
2012-12-08 18:03:16 [INFO] [TreasureHunt] Loading TreasureHunt v0.10.2
2012-12-08 18:03:16 [INFO] [ChatManager] Loading ChatManager v1.19.1
2012-12-08 18:03:16 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.5
2012-12-08 18:03:16 [INFO] [ChestShop] Loading ChestShop v3.50t0035
2012-12-08 18:03:16 [INFO] [Vault] Enabling Vault v1.2.20-b264
2012-12-08 18:03:16 [INFO] [Vault][Economy] Essentials Economy found: Waiting
2012-12-08 18:03:16 [WARNING] iConomy6 - If you are using Flatfile storage be aware that iCo6 has a CRITICAL bug which can wipe ALL iconomy data.
2012-12-08 18:03:16 [WARNING] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
2012-12-08 18:03:16 [WARNING] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
2012-12-08 18:03:16 [INFO] [Vault][Economy] iConomy 6 found: Waiting
2012-12-08 18:03:16 [INFO] [Vault][Permission] PermissionsEx found: Waiting
2012-12-08 18:03:16 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2012-12-08 18:03:16 [INFO] [Vault][Chat] PermissionsEx found: Waiting
2012-12-08 18:03:16 [INFO] [Vault] Enabled Version 1.2.20-b264
2012-12-08 18:03:16 [INFO] [SafeCreeper] Enabling SafeCreeper v1.3.2
2012-12-08 18:03:16 [INFO] [SafeCreeper] Loading global config...
2012-12-08 18:03:16 [INFO] [SafeCreeper] Global config loaded, took 63 ms!
2012-12-08 18:03:16 [INFO] [SafeCreeper] Loading world configs...
2012-12-08 18:03:16 [INFO] [SafeCreeper] 2 world configs loaded, took 5 ms!
2012-12-08 18:03:16 [INFO] [SafeCreeper] Hooked into PermissionsEx!
2012-12-08 18:03:16 [INFO] [SafeCreeper] Loading entities data...
2012-12-08 18:03:16 [INFO] [SafeCreeper] 0 entities loaded, took 2ms!
2012-12-08 18:03:16 [INFO] [SafeCreeper] Disabling MobArena usage, MobArena not found.
2012-12-08 18:03:16 [INFO] [SafeCreeper] Disabling PVPArena usage, PVPArena not found.
2012-12-08 18:03:16 [INFO] [SafeCreeper] Disabling Factions usage, Factions not found.
2012-12-08 18:03:16 [INFO] [SafeCreeper] Disabling Likeaboss usage, Likeaboss not found.
2012-12-08 18:03:16 [INFO] [SafeCreeper] Safe Creeper v1.3.2 enabled, took 217 ms!
2012-12-08 18:03:16 [INFO] [LWC] Enabling LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
2012-12-08 18:03:16 [INFO] [LWC] Loaded 209 locale strings (0 overrides)
2012-12-08 18:03:16 [INFO] [LWC] Permissions API: ?4VaultPermissions
2012-12-08 18:03:16 [INFO] [LWC] Currency API: ?4VaultCurrency
2012-12-08 18:03:16 [INFO] [LWC] Connecting to SQLite
2012-12-08 18:03:16 [INFO] [LWC] Performing any necessary database updates
2012-12-08 18:03:16 [INFO] [LWC] Using database: Native
2012-12-08 18:03:16 [INFO] [LWC] Precached 27 protections
2012-12-08 18:03:16 [INFO] Preparing level "World"
2012-12-08 18:03:17 [INFO] Preparing start region for level 0 (Seed: -175228770531502364)
2012-12-08 18:03:18 [INFO] Preparing spawn area: 85%
2012-12-08 18:03:18 [INFO] Preparing start region for level 1 (Seed: -175228770531502364)
2012-12-08 18:03:19 [INFO] Preparing start region for level 2 (Seed: -175228770531502364)
2012-12-08 18:03:19 [INFO] Preparing spawn area: 40%
2012-12-08 18:03:19 [INFO] [WorldEdit] Enabling WorldEdit v5.4.5
2012-12-08 18:03:19 [INFO] WEPIF: Using the Bukkit Permissions API.
2012-12-08 18:03:19 [INFO] [Towny] Enabling Towny v0.82.0.2
2012-12-08 18:03:19 [INFO] ====================      Towny      ========================
2012-12-08 18:03:19 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
2012-12-08 18:03:19 [INFO] [Towny] Bypassing CraftBukkit Version check.
2012-12-08 18:03:19 [INFO] [Towny] Using: PermissionsEX v1.19.4, Register v1.8
2012-12-08 18:03:19 [INFO] [Towny] Time until a New Day: 17 hours, 56 minutes, 41 seconds
2012-12-08 18:03:19 [INFO] =============================================================
2012-12-08 18:03:19 [INFO] [Towny] Version: 0.82.0.2 - Mod Enabled
2012-12-08 18:03:19 [INFO] =============================================================
2012-12-08 18:03:19 [INFO] [iConomy] Enabling iConomy v7.0
2012-12-08 18:03:19 [INFO] [iConomy - April Fools] Enabled (23 ms)
2012-12-08 18:03:19 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
2012-12-08 18:03:19 [INFO] [Vault][Economy] iConomy 6 hooked.
2012-12-08 18:03:20 [INFO] [iConomy - April Fools] Purged accounts with default balance.
2012-12-08 18:03:20 [INFO] [Register] Enabling Register v1.8
2012-12-08 18:03:20 [INFO] Unable to hook register
2012-12-08 18:03:20 [INFO] [Register] Payment method found (iConomy version: 6)
2012-12-08 18:03:20 [INFO] [PlayerMarkers] Enabling PlayerMarkers v0.2.0
2012-12-08 18:03:20 [INFO] PlayerMarkers version 0.2.0 enabled
2012-12-08 18:03:20 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.4
2012-12-08 18:03:20 [INFO] [PermissionsEx] Superperms support enabled.
2012-12-08 18:03:20 [INFO] [PermissionsEx] v1.19.4 enabled
2012-12-08 18:03:20 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2012-12-08 18:03:20 [INFO] [Vault][Permission] PermissionsEx hooked.
2012-12-08 18:03:20 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
2012-12-08 18:03:20 [INFO] [CookieMonster] Enabling CookieMonster v1.7.3
2012-12-08 18:03:20 [INFO] [CookieMonster] Using Vault v1.2.20-b264 for economy
2012-12-08 18:03:20 [INFO] [CookieMonster]  v1.7.3 loaded successfully.
2012-12-08 18:03:20 [INFO] [CookieMonster]  Developed by: [jascotty2, Coelho]
2012-12-08 18:03:20 [INFO] [WorldGuard] Enabling WorldGuard v5.6.5
2012-12-08 18:03:20 [INFO] [WorldGuard] (World) TNT ignition is PERMITTED.
2012-12-08 18:03:20 [INFO] [WorldGuard] (World) Lighters are PERMITTED.
2012-12-08 18:03:20 [INFO] [WorldGuard] (World) Lava fire is blocked.
2012-12-08 18:03:20 [INFO] [WorldGuard] (World) Fire spread is UNRESTRICTED.
2012-12-08 18:03:20 [INFO] [WorldGuard] Loaded configuration for world 'World'
2012-12-08 18:03:20 [INFO] [WorldGuard] (World_nether) TNT ignition is PERMITTED.
2012-12-08 18:03:20 [INFO] [WorldGuard] (World_nether) Lighters are PERMITTED.
2012-12-08 18:03:20 [INFO] [WorldGuard] (World_nether) Lava fire is blocked.
2012-12-08 18:03:20 [INFO] [WorldGuard] (World_nether) Fire spread is UNRESTRICTED.
2012-12-08 18:03:20 [INFO] [WorldGuard] Loaded configuration for world 'World_nether'
2012-12-08 18:03:20 [INFO] [WorldGuard] (World_the_end) TNT ignition is PERMITTED.
2012-12-08 18:03:20 [INFO] [WorldGuard] (World_the_end) Lighters are PERMITTED.
2012-12-08 18:03:20 [INFO] [WorldGuard] (World_the_end) Lava fire is blocked.
2012-12-08 18:03:20 [INFO] [WorldGuard] (World_the_end) Fire spread is UNRESTRICTED.
2012-12-08 18:03:20 [INFO] [WorldGuard] Loaded configuration for world 'World_the_end'
2012-12-08 18:03:20 [SEVERE] [WorldGuard] null,  message from server: "Host '127.0.0.1' is not allowed to connect to this MySQL server"
java.sql.SQLException: null,  message from server: "Host '127.0.0.1' is not allowed to connect to this MySQL server"
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
    at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1116)
    at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
    at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
    at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
    at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
    at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
    at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
    at java.sql.DriverManager.getConnection(DriverManager.java:579)
    at java.sql.DriverManager.getConnection(DriverManager.java:221)
    at com.sk89q.worldguard.protection.databases.MySQLDatabase.connect(MySQLDatabase.java:150)
    at com.sk89q.worldguard.protection.databases.MySQLDatabase.<init>(MySQLDatabase.java:70)
    at com.sk89q.worldguard.protection.GlobalRegionManager.create(GlobalRegionManager.java:156)
    at com.sk89q.worldguard.protection.GlobalRegionManager.load(GlobalRegionManager.java:131)
    at com.sk89q.worldguard.protection.GlobalRegionManager.preload(GlobalRegionManager.java:193)
    at com.sk89q.worldguard.bukkit.WorldGuardPlugin.onEnable(WorldGuardPlugin.java:142)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:270)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:252)
    at net.minecraft.server.MinecraftServer.j(MinecraftServer.java:320)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:299)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:258)
    at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:147)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:398)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
2012-12-08 18:03:20 [SEVERE] [WorldGuard] Failed to load regions from SQL Database <jdbc:mysql://localhost/worldguard>  : java.sql.SQLException: null,  message from server: "Host '127.0.0.1' is not allowed to connect to this MySQL server"
2012-12-08 18:03:20 [SEVERE] com.sk89q.worldguard.protection.databases.ProtectionDatabaseException: java.sql.SQLException: null,  message from server: "Host '127.0.0.1' is not allowed to connect to this MySQL server"
2012-12-08 18:03:20 [SEVERE]     at com.sk89q.worldguard.protection.databases.MySQLDatabase.load(MySQLDatabase.java:468)
2012-12-08 18:03:20 [SEVERE]     at com.sk89q.worldguard.protection.databases.AbstractProtectionDatabase.load(AbstractProtectionDatabase.java:32)
2012-12-08 18:03:20 [SEVERE]     at com.sk89q.worldguard.protection.managers.RegionManager.load(RegionManager.java:60)
2012-12-08 18:03:20 [SEVERE]     at com.sk89q.worldguard.protection.GlobalRegionManager.create(GlobalRegionManager.java:161)
2012-12-08 18:03:20 [SEVERE]     at com.sk89q.worldguard.protection.GlobalRegionManager.load(GlobalRegionManager.java:131)
2012-12-08 18:03:20 [SEVERE]     at com.sk89q.worldguard.protection.GlobalRegionManager.preload(GlobalRegionManager.java:193)
2012-12-08 18:03:20 [SEVERE]     at com.sk89q.worldguard.bukkit.WorldGuardPlugin.onEnable(WorldGuardPlugin.java:142)
2012-12-08 18:03:20 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
2012-12-08 18:03:20 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
2012-12-08 18:03:20 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
2012-12-08 18:03:20 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:270)
2012-12-08 18:03:20 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:252)
2012-12-08 18:03:20 [SEVERE]     at net.minecraft.server.MinecraftServer.j(MinecraftServer.java:320)
2012-12-08 18:03:20 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:299)
2012-12-08 18:03:20 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:258)
2012-12-08 18:03:20 [SEVERE]     at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:147)
2012-12-08 18:03:20 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:398)
2012-12-08 18:03:20 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
2012-12-08 18:03:20 [SEVERE] Caused by: java.sql.SQLException: null,  message from server: "Host '127.0.0.1' is not allowed to connect to this MySQL server"
2012-12-08 18:03:20 [SEVERE]     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
2012-12-08 18:03:20 [SEVERE]     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
2012-12-08 18:03:20 [SEVERE]     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
2012-12-08 18:03:20 [SEVERE]     at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1116)
2012-12-08 18:03:20 [SEVERE]     at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
2012-12-08 18:03:20 [SEVERE]     at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
2012-12-08 18:03:20 [SEVERE]     at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
2012-12-08 18:03:20 [SEVERE]     at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
2012-12-08 18:03:20 [SEVERE]     at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
2012-12-08 18:03:20 [SEVERE]     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2012-12-08 18:03:20 [SEVERE]     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
2012-12-08 18:03:20 [SEVERE]     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2012-12-08 18:03:20 [SEVERE]     at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
2012-12-08 18:03:20 [SEVERE]     at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
2012-12-08 18:03:20 [SEVERE]     at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
2012-12-08 18:03:20 [SEVERE]     at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
2012-12-08 18:03:20 [SEVERE]     at java.sql.DriverManager.getConnection(DriverManager.java:579)
2012-12-08 18:03:20 [SEVERE]     at java.sql.DriverManager.getConnection(DriverManager.java:221)
2012-12-08 18:03:20 [SEVERE]     at com.sk89q.worldguard.protection.databases.MySQLDatabase.connect(MySQLDatabase.java:150)
2012-12-08 18:03:20 [SEVERE]     at com.sk89q.worldguard.protection.databases.MySQLDatabase.load(MySQLDatabase.java:466)
2012-12-08 18:03:20 [SEVERE]     ... 17 more
2012-12-08 18:03:20 [SEVERE] Error occurred while enabling WorldGuard v5.6.5 (Is it up to date?)
java.lang.NullPointerException
    at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1058)
    at com.sk89q.worldguard.protection.GlobalRegionManager.load(GlobalRegionManager.java:132)
    at com.sk89q.worldguard.protection.GlobalRegionManager.preload(GlobalRegionManager.java:193)
    at com.sk89q.worldguard.bukkit.WorldGuardPlugin.onEnable(WorldGuardPlugin.java:142)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:270)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:252)
    at net.minecraft.server.MinecraftServer.j(MinecraftServer.java:320)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:299)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:258)
    at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:147)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:398)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
2012-12-08 18:03:20 [INFO] [Essentials] Enabling Essentials v2.9.5
2012-12-08 18:03:20 [INFO] [Vault][Economy] Essentials Economy hooked.
2012-12-08 18:03:20 [INFO] Essentials: Using PermissionsEx based permissions.
2012-12-08 18:03:20 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 6 version: 1.2.20-b264)
2012-12-08 18:03:20 [INFO] [ShowCaseStandalone] Enabling ShowCaseStandalone v1.49
2012-12-08 18:03:20 [INFO] [SCS] Starting build 149.0, 2012-11-17 by kellerkindt, contributors: Ryzko, sorklin
2012-12-08 18:03:20 [INFO] [SCS] Loading configuration.
2012-12-08 18:03:20 [INFO] [SCS] locale vs. config: 2.76 v 2.76
2012-12-08 18:03:20 [INFO] [SCS] Initializing ShopHandler and ShopStorage
2012-12-08 18:03:20 [INFO] [SCS] Using ffss as storage type.
2012-12-08 18:03:20 [INFO] [SCS] getDatafolder: plugins/ShowCaseStandalone
2012-12-08 18:03:20 [INFO] [SCS] Loading shops
2012-12-08 18:03:20 [INFO] [SCS] Loaded: 0
2012-12-08 18:03:20 [INFO] [SCS] Loaded localization: locale_EN.yml
2012-12-08 18:03:21 [INFO] [SCS] Searching for other Plugins...
2012-12-08 18:03:21 [INFO] [SCS] Hooked into Towny
2012-12-08 18:03:21 [INFO] [SCS] Hooked into iConomy6
2012-12-08 18:03:21 [INFO] [SCS] Hooked into Vault Economy
2012-12-08 18:03:21 [INFO] [SCS] Hooked into Vault Permissions
2012-12-08 18:03:21 [INFO] [SCS] Hooked into WorldGuard
2012-12-08 18:03:21 [INFO] [SCS] Hooked into EssentialsEconomy
2012-12-08 18:03:21 [INFO] [SCS] Register event listeners.
2012-12-08 18:03:21 [INFO] [SCS] Initilazing Metrics
2012-12-08 18:03:21 [INFO] [SCS] Metrics successfully initialized
2012-12-08 18:03:21 [INFO] WARNING: This is a development version, there COULD be issues. Please be aware of this!
2012-12-08 18:03:21 [INFO] [TreasureHunt] Enabling TreasureHunt v0.10.2
2012-12-08 18:03:21 [INFO] [TreasureHunt] Activating...
2012-12-08 18:03:21 [INFO] [TreasureHunt] Loading configuration.
2012-12-08 18:03:21 [INFO] [TreasureHunt] Loaded 0 CompassBlocks.
2012-12-08 18:03:21 [INFO] [TreasureHunt] Loaded world 'World'
2012-12-08 18:03:21 [INFO] [TreasureHunt] Settings for 1 worlds loaded.
2012-12-08 18:03:21 [INFO] [TreasureHunt] Loaded 0 Enchanted Item Setups.
2012-12-08 18:03:21 [INFO] [TreasureHunt] Loaded 67 items successfully.
2012-12-08 18:03:21 [INFO] [TreasureHunt] Loaded 0 stationary chests.
2012-12-08 18:03:21 [INFO] [TreasureHunt] Activated.
2012-12-08 18:03:21 [INFO] [ChatManager] Enabling ChatManager v1.19.1
2012-12-08 18:03:21 [INFO] [ChatManager] ChatManager enabled!
2012-12-08 18:03:21 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.5
2012-12-08 18:03:21 [INFO] [ChestShop] Enabling ChestShop v3.50t0035
2012-12-08 18:03:21 [INFO] [ChestShop] LWC version 4.3.1 (b767-git-MANUAL) (November 15, 2012) loaded.
2012-12-08 18:03:21 [INFO] [ChestShop] Vault loaded - using iConomy 6
2012-12-08 18:03:21 [WARNING] Server permissions file permissions.yml is not valid YAML.
java.lang.ClassCastException: java.lang.String cannot be cast to java.util.Map
    at org.bukkit.craftbukkit.CraftServer.loadCustomPermissions(CraftServer.java:600)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:258)
    at net.minecraft.server.MinecraftServer.j(MinecraftServer.java:320)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:299)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:258)
    at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:147)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:398)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
2012-12-08 18:03:21 [INFO] Done (4.735s)! For help, type "help" or "?"
2012-12-08 18:03:21 [WARNING] [Towny] Task #12 for Towny v0.82.0.2 generated an exception
java.lang.NullPointerException
    at com.palmergames.bukkit.towny.permissions.TownyPerms.getTownRanks(Unknown Source)
    at com.palmergames.bukkit.towny.permissions.TownyPerms$1.run(Unknown Source)
    at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:53)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345)
    at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:529)
    at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:493)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
2012-12-08 18:03:33 [INFO] Julienj77[/86.212.249.254:56074] logged in with entity id 395 at ([World] -357.66050976486434, 64.0, 282.8301825607659)
2012-12-08 18:03:33 [SEVERE] java.lang.RuntimeException: Default user group is not defined. Please select one using the "default: true" property
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.backends.FileBackend.getDefaultGroup(FileBackend.java:158)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:290)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:279)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionUser.getGroups(PermissionUser.java:221)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionUser.getOption(PermissionUser.java:132)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionEntity.getOptionBoolean(PermissionEntity.java:294)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionEntity.initialize(PermissionEntity.java:53)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionUser.initialize(PermissionUser.java:53)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.ProxyPermissionUser.initialize(ProxyPermissionUser.java:41)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:117)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:134)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:159)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.performCheck(PermissiblePEX.java:137)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:123)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:115)
2012-12-08 18:03:33 [SEVERE]     at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:104)
2012-12-08 18:03:33 [SEVERE]     at net.milkbowl.vault.permission.Permission.has(Permission.java:109)
2012-12-08 18:03:33 [SEVERE]     at me.taien.THListener.onPlayerJoin(THListener.java:35)
2012-12-08 18:03:33 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-08 18:03:33 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2012-12-08 18:03:33 [SEVERE]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2012-12-08 18:03:33 [SEVERE]     at java.lang.reflect.Method.invoke(Method.java:601)
2012-12-08 18:03:33 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
2012-12-08 18:03:33 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
2012-12-08 18:03:33 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
2012-12-08 18:03:33 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.ServerConfigurationManagerAbstract.c(ServerConfigurationManagerAbstract.java:153)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.ServerConfigurationManagerAbstract.a(ServerConfigurationManagerAbstract.java:93)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.NetLoginHandler.d(NetLoginHandler.java:132)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.NetLoginHandler.c(NetLoginHandler.java:45)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.DedicatedServerConnectionThread.a(DedicatedServerConnectionThread.java:44)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.DedicatedServerConnection.b(SourceFile:29)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:595)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:493)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
2012-12-08 18:03:33 [SEVERE] Could not pass event PlayerJoinEvent to TreasureHunt v0.10.2
org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    at net.minecraft.server.ServerConfigurationManagerAbstract.c(ServerConfigurationManagerAbstract.java:153)
    at net.minecraft.server.ServerConfigurationManagerAbstract.a(ServerConfigurationManagerAbstract.java:93)
    at net.minecraft.server.NetLoginHandler.d(NetLoginHandler.java:132)
    at net.minecraft.server.NetLoginHandler.c(NetLoginHandler.java:45)
    at net.minecraft.server.DedicatedServerConnectionThread.a(DedicatedServerConnectionThread.java:44)
    at net.minecraft.server.DedicatedServerConnection.b(SourceFile:29)
    at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:595)
    at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:493)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
Caused by: java.lang.RuntimeException: Default user group is not defined. Please select one using the "default: true" property
    at ru.tehkode.permissions.backends.FileBackend.getDefaultGroup(FileBackend.java:158)
    at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:290)
    at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:279)
    at ru.tehkode.permissions.PermissionUser.getGroups(PermissionUser.java:221)
    at ru.tehkode.permissions.PermissionUser.getOption(PermissionUser.java:132)
    at ru.tehkode.permissions.PermissionEntity.getOptionBoolean(PermissionEntity.java:294)
    at ru.tehkode.permissions.PermissionEntity.initialize(PermissionEntity.java:53)
    at ru.tehkode.permissions.PermissionUser.initialize(PermissionUser.java:53)
    at ru.tehkode.permissions.ProxyPermissionUser.initialize(ProxyPermissionUser.java:41)
    at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:117)
    at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:134)
    at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:159)
    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionSet(PermissiblePEX.java:222)
    at org.bukkit.permissions.PermissibleBase.hasPermission(PermissibleBase.java:71)
    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:126)
    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:115)
    at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:104)
    at net.milkbowl.vault.permission.Permission.has(Permission.java:109)
    at me.taien.THListener.onPlayerJoin(THListener.java:35)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
    ... 14 more
2012-12-08 18:03:33 [SEVERE] java.lang.RuntimeException: Default user group is not defined. Please select one using the "default: true" property
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.backends.FileBackend.getDefaultGroup(FileBackend.java:158)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:290)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:279)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionUser.getGroups(PermissionUser.java:221)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionUser.getOption(PermissionUser.java:132)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionEntity.getOptionBoolean(PermissionEntity.java:294)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionEntity.initialize(PermissionEntity.java:53)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionUser.initialize(PermissionUser.java:53)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.ProxyPermissionUser.initialize(ProxyPermissionUser.java:41)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:117)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:134)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:159)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.performCheck(PermissiblePEX.java:137)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:123)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:115)
2012-12-08 18:03:33 [SEVERE]     at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:104)
2012-12-08 18:03:33 [SEVERE]     at net.milkbowl.vault.permission.Permission.has(Permission.java:109)
2012-12-08 18:03:33 [SEVERE]     at net.milkbowl.vault.Vault$VaultListener.onPlayerJoin(Vault.java:512)
2012-12-08 18:03:33 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-08 18:03:33 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2012-12-08 18:03:33 [SEVERE]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2012-12-08 18:03:33 [SEVERE]     at java.lang.reflect.Method.invoke(Method.java:601)
2012-12-08 18:03:33 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
2012-12-08 18:03:33 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
2012-12-08 18:03:33 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
2012-12-08 18:03:33 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.ServerConfigurationManagerAbstract.c(ServerConfigurationManagerAbstract.java:153)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.ServerConfigurationManagerAbstract.a(ServerConfigurationManagerAbstract.java:93)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.NetLoginHandler.d(NetLoginHandler.java:132)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.NetLoginHandler.c(NetLoginHandler.java:45)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.DedicatedServerConnectionThread.a(DedicatedServerConnectionThread.java:44)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.DedicatedServerConnection.b(SourceFile:29)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:595)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:493)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
2012-12-08 18:03:33 [SEVERE] Could not pass event PlayerJoinEvent to Vault v1.2.20-b264
org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    at net.minecraft.server.ServerConfigurationManagerAbstract.c(ServerConfigurationManagerAbstract.java:153)
    at net.minecraft.server.ServerConfigurationManagerAbstract.a(ServerConfigurationManagerAbstract.java:93)
    at net.minecraft.server.NetLoginHandler.d(NetLoginHandler.java:132)
    at net.minecraft.server.NetLoginHandler.c(NetLoginHandler.java:45)
    at net.minecraft.server.DedicatedServerConnectionThread.a(DedicatedServerConnectionThread.java:44)
    at net.minecraft.server.DedicatedServerConnection.b(SourceFile:29)
    at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:595)
    at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:493)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
Caused by: java.lang.RuntimeException: Default user group is not defined. Please select one using the "default: true" property
    at ru.tehkode.permissions.backends.FileBackend.getDefaultGroup(FileBackend.java:158)
    at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:290)
    at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:279)
    at ru.tehkode.permissions.PermissionUser.getGroups(PermissionUser.java:221)
    at ru.tehkode.permissions.PermissionUser.getOption(PermissionUser.java:132)
    at ru.tehkode.permissions.PermissionEntity.getOptionBoolean(PermissionEntity.java:294)
    at ru.tehkode.permissions.PermissionEntity.initialize(PermissionEntity.java:53)
    at ru.tehkode.permissions.PermissionUser.initialize(PermissionUser.java:53)
    at ru.tehkode.permissions.ProxyPermissionUser.initialize(ProxyPermissionUser.java:41)
    at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:117)
    at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:134)
    at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:159)
    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionSet(PermissiblePEX.java:222)
    at org.bukkit.permissions.PermissibleBase.hasPermission(PermissibleBase.java:71)
    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:126)
    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:115)
    at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:104)
    at net.milkbowl.vault.permission.Permission.has(Permission.java:109)
    at net.milkbowl.vault.Vault$VaultListener.onPlayerJoin(Vault.java:512)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
    ... 14 more
2012-12-08 18:03:33 [SEVERE] java.lang.RuntimeException: Default user group is not defined. Please select one using the "default: true" property
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.backends.FileBackend.getDefaultGroup(FileBackend.java:158)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:290)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:279)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionUser.getGroups(PermissionUser.java:221)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionUser.getOption(PermissionUser.java:132)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionEntity.getOptionBoolean(PermissionEntity.java:294)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionEntity.initialize(PermissionEntity.java:53)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionUser.initialize(PermissionUser.java:53)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.ProxyPermissionUser.initialize(ProxyPermissionUser.java:41)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:117)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:134)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:159)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.performCheck(PermissiblePEX.java:137)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:123)
2012-12-08 18:03:33 [SEVERE]     at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:115)
2012-12-08 18:03:33 [SEVERE]     at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:104)
2012-12-08 18:03:33 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.onPlayerJoin(CraftServer.java:1211)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.ServerConfigurationManagerAbstract.c(ServerConfigurationManagerAbstract.java:160)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.ServerConfigurationManagerAbstract.a(ServerConfigurationManagerAbstract.java:93)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.NetLoginHandler.d(NetLoginHandler.java:132)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.NetLoginHandler.c(NetLoginHandler.java:45)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.DedicatedServerConnectionThread.a(DedicatedServerConnectionThread.java:44)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.DedicatedServerConnection.b(SourceFile:29)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:595)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:493)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)
2012-12-08 18:03:33 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
2012-12-08 18:03:33 [INFO] Disconnecting Julienj77 [/86.212.249.254:56074]: Internal server error
2012-12-08 18:03:33 [WARNING] Failed to handle packet for Julienj77 [/86.212.249.254:56074]: java.lang.RuntimeException: Default user group is not defined. Please select one using the "default: true" property
java.lang.RuntimeException: Default user group is not defined. Please select one using the "default: true" property
    at ru.tehkode.permissions.backends.FileBackend.getDefaultGroup(FileBackend.java:158)
    at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:290)
    at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:279)
    at ru.tehkode.permissions.PermissionUser.getGroups(PermissionUser.java:221)
    at ru.tehkode.permissions.PermissionUser.getOption(PermissionUser.java:132)
    at ru.tehkode.permissions.PermissionEntity.getOptionBoolean(PermissionEntity.java:294)
    at ru.tehkode.permissions.PermissionEntity.initialize(PermissionEntity.java:53)
    at ru.tehkode.permissions.PermissionUser.initialize(PermissionUser.java:53)
    at ru.tehkode.permissions.ProxyPermissionUser.initialize(ProxyPermissionUser.java:41)
    at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:117)
    at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:134)
    at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:159)
    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionSet(PermissiblePEX.java:222)
    at org.bukkit.permissions.PermissibleBase.hasPermission(PermissibleBase.java:71)
    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:126)
    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:115)
    at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:104)
    at org.bukkit.craftbukkit.CraftServer.onPlayerJoin(CraftServer.java:1211)
    at net.minecraft.server.ServerConfigurationManagerAbstract.c(ServerConfigurationManagerAbstract.java:160)
    at net.minecraft.server.ServerConfigurationManagerAbstract.a(ServerConfigurationManagerAbstract.java:93)
    at net.minecraft.server.NetLoginHandler.d(NetLoginHandler.java:132)
    at net.minecraft.server.NetLoginHandler.c(NetLoginHandler.java:45)
    at net.minecraft.server.DedicatedServerConnectionThread.a(DedicatedServerConnectionThread.java:44)
    at net.minecraft.server.DedicatedServerConnection.b(SourceFile:29)
    at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:595)
    at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:493)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
2012-12-08 18:03:33 [SEVERE] [Essentials] Permission System Error: PermissionsEx returned: Default user group is not defined. Please select one using the "default: true" property
2012-12-08 18:03:33 [SEVERE] [Essentials] Permission System Error: PermissionsEx returned: Default user group is not defined. Please select one using the "default: true" property
2012-12-08 18:03:33 [SEVERE] [Essentials] Permission System Error: PermissionsEx returned: Default user group is not defined. Please select one using the "default: true" property
2012-12-08 18:03:33 [WARNING] [Towny] Task #31 for Towny v0.82.0.2 generated an exception
java.lang.RuntimeException: Default user group is not defined. Please select one using the "default: true" property
    at ru.tehkode.permissions.backends.FileBackend.getDefaultGroup(FileBackend.java:158)
    at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:290)
    at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:279)
    at ru.tehkode.permissions.PermissionUser.getGroups(PermissionUser.java:221)
    at ru.tehkode.permissions.PermissionUser.getOption(PermissionUser.java:132)
    at ru.tehkode.permissions.PermissionEntity.getOptionBoolean(PermissionEntity.java:294)
    at ru.tehkode.permissions.PermissionEntity.initialize(PermissionEntity.java:53)
    at ru.tehkode.permissions.PermissionUser.initialize(PermissionUser.java:53)
    at ru.tehkode.permissions.ProxyPermissionUser.initialize(ProxyPermissionUser.java:41)
    at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:117)
    at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:134)
    at com.palmergames.bukkit.towny.permissions.PEXSource.getPlayerPermissionStringNode(Unknown Source)
    at com.palmergames.bukkit.towny.tasks.SetDefaultModes.run(Unknown Source)
    at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:53)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345)
    at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:529)
    at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:493)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
2012-12-08 18:03:57 [INFO] Julienj77[/86.212.249.254:56088] logged in with entity id 396 at ([World] -357.66050976486434, 64.0, 282.8301825607659)
2012-12-08 18:03:57 [SEVERE] java.lang.RuntimeException: Default user group is not defined. Please select one using the "default: true" property
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.backends.FileBackend.getDefaultGroup(FileBackend.java:158)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:290)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:279)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.PermissionUser.getGroups(PermissionUser.java:221)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.PermissionUser.getOption(PermissionUser.java:132)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.PermissionEntity.getOptionBoolean(PermissionEntity.java:294)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.PermissionEntity.initialize(PermissionEntity.java:53)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.PermissionUser.initialize(PermissionUser.java:53)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.ProxyPermissionUser.initialize(ProxyPermissionUser.java:41)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:117)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:134)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:159)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.performCheck(PermissiblePEX.java:137)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:123)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:115)
2012-12-08 18:03:57 [SEVERE]     at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:104)
2012-12-08 18:03:57 [SEVERE]     at net.milkbowl.vault.permission.Permission.has(Permission.java:109)
2012-12-08 18:03:57 [SEVERE]     at me.taien.THListener.onPlayerJoin(THListener.java:35)
2012-12-08 18:03:57 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-08 18:03:57 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2012-12-08 18:03:57 [SEVERE]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2012-12-08 18:03:57 [SEVERE]     at java.lang.reflect.Method.invoke(Method.java:601)
2012-12-08 18:03:57 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
2012-12-08 18:03:57 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
2012-12-08 18:03:57 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
2012-12-08 18:03:57 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
2012-12-08 18:03:57 [SEVERE]     at net.minecraft.server.ServerConfigurationManagerAbstract.c(ServerConfigurationManagerAbstract.java:153)
2012-12-08 18:03:57 [SEVERE]     at net.minecraft.server.ServerConfigurationManagerAbstract.a(ServerConfigurationManagerAbstract.java:93)
2012-12-08 18:03:57 [SEVERE]     at net.minecraft.server.NetLoginHandler.d(NetLoginHandler.java:132)
2012-12-08 18:03:57 [SEVERE]     at net.minecraft.server.NetLoginHandler.c(NetLoginHandler.java:45)
2012-12-08 18:03:57 [SEVERE]     at net.minecraft.server.DedicatedServerConnectionThread.a(DedicatedServerConnectionThread.java:44)
2012-12-08 18:03:57 [SEVERE]     at net.minecraft.server.DedicatedServerConnection.b(SourceFile:29)
2012-12-08 18:03:57 [SEVERE]     at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:595)
2012-12-08 18:03:57 [SEVERE]     at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222)
2012-12-08 18:03:57 [SEVERE]     at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:493)
2012-12-08 18:03:57 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)
2012-12-08 18:03:57 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
2012-12-08 18:03:57 [SEVERE] Could not pass event PlayerJoinEvent to TreasureHunt v0.10.2
org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    at net.minecraft.server.ServerConfigurationManagerAbstract.c(ServerConfigurationManagerAbstract.java:153)
    at net.minecraft.server.ServerConfigurationManagerAbstract.a(ServerConfigurationManagerAbstract.java:93)
    at net.minecraft.server.NetLoginHandler.d(NetLoginHandler.java:132)
    at net.minecraft.server.NetLoginHandler.c(NetLoginHandler.java:45)
    at net.minecraft.server.DedicatedServerConnectionThread.a(DedicatedServerConnectionThread.java:44)
    at net.minecraft.server.DedicatedServerConnection.b(SourceFile:29)
    at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:595)
    at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:493)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
Caused by: java.lang.RuntimeException: Default user group is not defined. Please select one using the "default: true" property
    at ru.tehkode.permissions.backends.FileBackend.getDefaultGroup(FileBackend.java:158)
    at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:290)
    at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:279)
    at ru.tehkode.permissions.PermissionUser.getGroups(PermissionUser.java:221)
    at ru.tehkode.permissions.PermissionUser.getOption(PermissionUser.java:132)
    at ru.tehkode.permissions.PermissionEntity.getOptionBoolean(PermissionEntity.java:294)
    at ru.tehkode.permissions.PermissionEntity.initialize(PermissionEntity.java:53)
    at ru.tehkode.permissions.PermissionUser.initialize(PermissionUser.java:53)
    at ru.tehkode.permissions.ProxyPermissionUser.initialize(ProxyPermissionUser.java:41)
    at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:117)
    at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:134)
    at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:159)
    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionSet(PermissiblePEX.java:222)
    at org.bukkit.permissions.PermissibleBase.hasPermission(PermissibleBase.java:71)
    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:126)
    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:115)
    at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:104)
    at net.milkbowl.vault.permission.Permission.has(Permission.java:109)
    at me.taien.THListener.onPlayerJoin(THListener.java:35)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
    ... 14 more
2012-12-08 18:03:57 [SEVERE] java.lang.RuntimeException: Default user group is not defined. Please select one using the "default: true" property
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.backends.FileBackend.getDefaultGroup(FileBackend.java:158)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:290)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:279)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.PermissionUser.getGroups(PermissionUser.java:221)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.PermissionUser.getOption(PermissionUser.java:132)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.PermissionEntity.getOptionBoolean(PermissionEntity.java:294)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.PermissionEntity.initialize(PermissionEntity.java:53)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.PermissionUser.initialize(PermissionUser.java:53)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.ProxyPermissionUser.initialize(ProxyPermissionUser.java:41)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:117)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:134)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:159)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.performCheck(PermissiblePEX.java:137)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:123)
2012-12-08 18:03:57 [SEVERE]     at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:115)
2012-12-08 18:03:57 [SEVERE]     at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:104)
2012-12-08 18:03:57 [SEVERE]     at net.milkbowl.vault.permission.Permission.has(Permission.java:109)
2012-12-08 18:03:57 [SEVERE]     at net.milkbowl.vault.Vault$VaultListener.onPlayerJoin(Vault.java:512)
2012-12-08 18:03:57 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-08 18:03:57 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2012-12-08 18:03:57 [SEVERE]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2012-12-08 18:03:57 [SEVERE]     at java.lang.reflect.Method.invoke(Method.java:601)
2012-12-08 18:03:57 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
2012-12-08 18:03:57 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
2012-12-08 18:03:57 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
2012-12-08 18:03:57 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
2012-12-08 18:03:57 [SEVERE]     at net.minecraft.server.ServerConfigurationManagerAbstract.c(ServerConfigurationManagerAbstract.java:153)
2012-12-08 18:03:57 [SEVERE]     at net.minecraft.server.ServerConfigurationManagerAbstract.a(ServerConfigurationManagerAbstract.java:93)
2012-12-08 18:03:57 [SEVERE]     at net.minecraft.server.NetLoginHandler.d(NetLoginHandler.java:132)
2012-12-08 18:03:57 [SEVERE]     at net.minecraft.server.NetLoginHandler.c(NetLoginHandler.java:45)
2012-12-08 18:03:57 [SEVERE]     at net.minecraft.server.DedicatedServerConnectionThread.a(DedicatedServerConnectionThread.java:44)
2012-12-08 18:03:57 [SEVERE]     at net.minecraft.server.DedicatedServerConnection.b(SourceFile:29)
2012-12-08 18:03:57 [SEVERE]     at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:595)
2012-12-08 18:03:57 [SEVERE]     at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222)
2012-12-08 18:03:57 [SEVERE]     at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:493)
2012-12-08 18:03:57 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)
2012-12-08 18:03:57 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
2012-12-08 18:03:57 [SEVERE] Could not pass event PlayerJoinEvent to Vault v1.2.20-b264
org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    at net.minecraft.server.ServerConfigurationManagerAbstract.c(ServerConfigurationManagerAbstract.java:153)
    at net.minecraft.server.ServerConfigurationManagerAbstract.a(ServerConfigurationManagerAbstract.java:93)
    at net.minecraft.server.NetLoginHandler.d(NetLoginHandler.java:132)
    at net.minecraft.server.NetLoginHandler.c(NetLoginHandler.java:45)
    at net.minecraft.server.DedicatedServerConnectionThread.a(DedicatedServerConnectionThread.java:44)
    at net.minecraft.server.DedicatedServerConnection.b(SourceFile:29)
    at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:595)
    at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:493)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
Caused by: java.lang.RuntimeException: Default user group is not defined. Please select one using the "default: true" property
    at ru.tehkode.permissions.backends.FileBackend.getDefaultGroup(FileBackend.java:158)
    at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:290)
    at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:279)
    at ru.tehkode.permissions.PermissionUser.getGroups(PermissionUser.java:221)
    at ru.tehkode.permissions.PermissionUser.getOption(PermissionUser.java:132)
    at ru.tehkode.permissions.PermissionEntity.getOptionBoolean(PermissionEntity.java:294)
    at ru.tehkode.permissions.PermissionEntity.initialize(PermissionEntity.java:53)
    at ru.tehkode.permissions.PermissionUser.initialize(P

J'ai copier tout jusqu'au dernier redemarrage je crois.
 
Salut,

Y a un problème avec WorldGuard et ta base de donne MySQL...
Un problème avec Towny, mais j'ai pas compris quoi.
Y a un problème avec les permissions... Il n'y a pas de groupe par Default. Mais ce qu'y et busard, c'est qu'il me semble que c'est essentials qui détecte l'erreur et que tu a permissionsEX


Cordialement,
Detobel36
 
Salut,

Tout est dans la volonté...
Personne ne m'a appris a lire et a comprendre les logs... D'ailleurs je comprend pas tout. Je ne suis pas codeur... J'ai appris de mes erreurs.
Tout est une question de patience et de persévérance.


Cordialement,
Detobel36