Résolu Problèmes avec les plugins BattleLevels, PlaceHolderAPI et DeluxeChat !

Bryann

Architecte en herbe
27 Mai 2015
102
2
75
24
Bonjour,

Version du serveur: Spigot 1.7.10
Plugins concernés: BattleLevels (version 6.9.9), PlaceholderAPI (version 2.4) et DeluxeChat (version 1.4.9.1)

J'ai rencontré le problème suivant, je voudrais mettre comme l'image ci-dessous
13-05-45.png


sauf que moi sa me mets sa

config.yml BattleLevels:
Code:
# General config

# Do we want to use player kills ?
players-enabled: true
# Disabled world list
disabled-worlds:
- disabledworldhere
# Commands that can be executed when you reach a certain killstreak. The zero is just an example.
killstreak-specific-commands:
  '0':
   - '/say This is an example command !'
   - '/say You can even add multiple commands and the variable %killstreak and %name !'
# Commands that can be executed when you reach a certain level. The zero is just an example.   
level-specific-commands:
  '0':
   - '/say %name just reached level %level !'
   - '/say You can even add multiple commands !'
# Announce a killstreak every x amount. Set to zero to disable.
announce-killstreak-every: 5
announce-killstreak-message: '&b%name just reached a killstreak of %killstreak !'
# You can give people extra points when they kill somebody.
# The permission is battlelevels.multiplier.x
# Replace x with the amount
# The score will then equal 'x * normal_score'
# Example for a multiplier of 1.5: battlelevels.multiplier.1.5
# Here you can set the enabled multipliers
multipliers:
- 2.5
# Score you earn for killing a player
kill-score: 5
# Earn extra points per kill in a killstreak. If this value would be 0.2 and your streak
# would be 10, you would get 2 extra points when you kill somebody
killstreak-score: 0
# Score which is lost on death
lose-score-on-death: 4
# Maximum level
max-level: 500
# If a player has a high streak or multiplier, it is possible
# that he unlocks multiple levels at once, this option allows
# you the amount of next levels to check
check-for-next: 5
# Enable xp bar progress
xp-bar: false
# Enable extra hearts
enable-extra-hearts: false
extra-hearts-per-level: 0
max-extra-hearts: 0
# Enable extra damage based on level
enable-extra-damage: false
extra-damage-per-level: 0.00
max-extra-damage: 0.00
# Enable negative score
negative-score: false
# Top stats update interval
topstats-interval: 180
# Upper limit. If you want to use random points between 2 limits as a reward, fill in the upper limit here. The plugin will generate a random number between the this number and the normal kill score every time.
enable-random: false
upper-limit: 2.0
# Do we want to reset the killstreak when a player logs out ?
reset-killstreak: false

# Data config

# MySQL settings
mysql: true
mysql-host: localhost
mysql-port: 3306
mysql-username: user_royalcube
mysql-password: thomasbriand78450
mysql-database: base_royalcube
  

# Formula config


# Linear formula: you will always need to earn the same amount of score to level up to the next level
# Current level: floor(x/b)
# Total score required to reach level c: c * b
# x is the player's current score and and b is the score needed to level up to level 1 (base score)
linear-formula-enabled: false
# This is the b value from the previous formula
# If you would leave this value at 5, the progress would look like this:
#
# Total score required to reach level 1: 5
# Total score required to reach level 2: 10
# Total score required to reach level 3: 15
# Total score required to reach level 4: 20
# Total score required to reach level 5: 25
# And so on...
linear-default-level-up: 5


# Geometric formula: you will always need to earn a bit more score to level up to the next level
# Total score required to reach level c: b * s ^ (c - 1)
# s is the scaling factor and b is the score needed to level up to level 1 (base score)
geometric-formula-enabled: true
# This is the b value from the previous formula
geometric-default-level-up: 5
# This is the s value from the previous formula
geometric-scaling-factor: 1.5
# If you would leave the the default level-up at 5 and the scaling factor at 1.5, the progress would look like this:
#
# Total score required to reach level 1: 5
# Total score required to reach level 2: 7.5
# Total score required to reach level 3: 11.25
# Total score required to reach level 4: 16.875
# Total score required to reach level 5: 25.3125
# This score would of course be rounded
# And so on...


# Geometric formula 2: you will always need to earn a bit more score to level up to the next level
# Total score required to reach level 1: (b * 1) + (s * 1)
# Total score required to reach level 2: (b * 2) + (s * 1) + (s * 2)
# Total score required to reach level 3: (b * 3) + (s * 1) + (s * 2) + (s * 3)
# Total score required to reach level 4: (b * 4) + (s * 1) + (s * 2) + (s * 3) + (s * 4)
# s is the scaling factor and b is the score needed to level up to level 1 (base score)
geometric2-formula-enabled: false
# This is the b value from the previous formula
geometric2-default-level-up: 5
# This is the s value from the previous formula
geometric2-extra-factor: 0.5
# This example would require you to get 0.5 more than the previous time to level-up

# Custom formula 1: you allows you to set the amount per level
# The number that you need to set is the total score that the player needs to have at the point of leveling up
# You can as much levels as you want
custom1-formula-enabled: false
custom1-formula:
  1: 5.0
  2: 11.0
  3: 18.0
  4: 26.0
  5: 35.0


 
# Booster config

# Enable boosters
booster-enabled: true
# Enable double reward score when having a booster
booster-double-score: true
# Enable double rewards when having a booster
booster-double-rewards: false
# Maximum normal booster time in hours
max-booster: 24
# Maximum global booster time in hours
max-global-booster: 24
# Global booster message
global-booster-message: '&e%name activated a global booster for &e%amount hours'
# Normal booster message
booster-message: '&aYou enabled a booster for &e%amount hours'
# Message if boosters aren't enabled
booster-not-enabled: '&aBoosters are not enabled'
# Normal booster de-activated
booster-de-activated: '&aThe booster is now deactivated'
# Global booster de-activated
global-booster-de-activated: '&aThe global booster is now deactivated'
# Normal booster maximum message
max-boost-message: '&aThe maximum boost is &b%amount hours'
# Global booster maximum message
max-global-boost-message: '&aThe maximum global boost is &b%amount hours'
# No booster activated
no-booster-activated: '&cNo booster activated'
# Normal booster
normal-booster: '%time hours'
# Global booster
global-booster: '%time hours global boost'
  
  
# Messages config

# Level-up message
levelup-message: '&bTu es monté level &e%level&b, bravo !'
# Level-up announcement
levelup-announcement: '&b%name leveled up to level &e%level'
# Reward message
reward-message: '&bTu as reçu %moneyamount money'
# Show death message
show-death-message: false
# Death message
death-message: '&7You were killed by &b%name &a({killerlevel}) &7and you lost &b%amount points'
# Show death broadcast
show-death-broadcast-message: false
# Death broadcast message
death-broadcast-message: '&b{death} &a({deathlevel}) &7was killed by &b{killer} &a({killerlevel})'
# Show kill message
show-kill-message: true
# Kill message
kill-message: '&7You killed &b%name &a({deathlevel}) &7and you received &b%amount points'
# Player offline message
player-offline: '&cPlayer offline'
# Player does not exist message
not-exist: '&cThat player does not exist'
# Progress bar configuration
progress-bar: '&a%part1&c%part2'
progress-bar-segments: 10
progress-bar-segment: '|'
# Database initializing kick message
data-kick: 'Please wait, the database is starting up'
  
# Bossbar config

# Enable bossbar
bar-enabled: true
# How long the bossbar is shown after a kill in seconds. Set to zero to disable
bar-showtime: 4
# Player kill message
bar-message: '&c&l>> &aYou killed &e%died ({deathlevel}) &aand earned &b%amount &apoints &c&l<<'
# Mob kill message
mob-bar-message: '&6&l>> &bYou killed a &e%died &band earned &a%amount &bpoints &6&l<<'
# Permanent bossbar or not
permanent-bar: true
# Permanent bossbar message
permanent-bar-message: '&c&l>> &bProgress &c&l<<' 
# Level-up message
bar-level-up: '&c&l>> &bYou leveled up to level &a%level &c&l<<'
# Temporary bossbar color
temp-bossbar-color: BLUE
# Permanent bossbar color
permanent-bossbar-color: GREEN
# Level-up bossbar color
level-up-bossbar-color: YELLOW
# Temporary bossbar style
temp-bossbar-style: NOTCHED_20
# Permanent bossbar style
permanent-bossbar-style: NOTCHED_20
# Level-up bossbar style
level-up-bossbar-style: NOTCHED_20
  
  
# Zone settings

# Enable ranged zones
ranged-zones: false
# Enable level-zones
level-zones: false
# Ranged zone message
ranged-message: '&aYou can''t hit &b%hit &abecause the range in this zone is &e%range'
# Level zone message
level-message: '&aYou can''t enter this zone &abecause the required level is &b%level'
# Enable global ranged zones
global-ranged-zones: false
# Global ranged zones value
global-ranged-zones-range: 10
# Global ranged zone message
global-ranged-message: '&aYou can''t hit &b%hit &abecause the range is &e%range'
# Max level zones
max-zones: false
# Max level zones message
max-message: '&aYou can''t enter this zone &abecause the maximum level is &b%level'
  
  
# Rewards config


# Heal
heal: false
# Percentage chance that the item will be given
item-give-percentage: 0
# Item ID. Set to zero to disable.
item-id: ''
# Item amount
item-amount: 1
# Money amount
money-amount: 50
# XP amount
xp-amount: 50
# Show reward message
show-reward-message: true
# Reward message
reward-message: '&bTu as reçu %moneyamount money'
  
  
# Level-up config

# Execute commands every level-up
every-level-commands: false
# If the previous feature is enabled, here are the commands
commands-every-level:
- /say %name just reached level %level !
# How often it should show the level-up announcement
announce-every-x-level: 5
# How often it should should show firework
firework-every-x-level: 1
# Level-up sound
level-up-sound: entity.player.levelup

# Level-up title. Variables are %level and %name
enable-level-up-title: true
# Message
level-up-title: '&eYou are now level &a&l%level'
# Fade in time in ticks
level-up-title-fade-in: 10
# Fade out time in ticks
level-up-title-fade-out: 10
# Stay time in ticks
level-up-title-stay: 100

# Level-up subtitle. Variables are %level and %name
enable-level-up-subtitle: false
# Message
level-up-subtitle: '&ebCongartulations!'
# Fade in time in ticks
level-up-subtitle-fade-in: 10
# Fade out time in ticks
level-up-subtitle-fade-out: 10
# Stay time in ticks
level-up-subtitle-stay: 100



# Anti grinder config
# This allows you to stop people from killing the same person over and over to get more points

# Enabled anti grinder or not
antigrinder-enabled: false
# Interval in seconds
antigrinder-interval: 180
# Max kill
antigrinder-max: 20
# Message
antigrinder-message: '&bYou killed %victim too much and you did not earn points'
send-antigrinder-message: true
# This default configuration means that you can only earn points for the first 20 kills on the same person during 3 minutes (180 seconds)


# Custom command config

commands:
  'level':
  - '  &a&l<&a&m===&a&l> &cReport for &6%name &a&l<&a&m====&a&l>'
  - '       &bScore&a: &e%score %coin'
  - '       &bLevel&a: &e%level'
  - '       &bKills&a: &e%kills'
  - '       &bMorts&a: &e%deaths'
  - '       &bMultiplicateur&a: &e%multiplier &e%coin'
  - '       &bKillstreak&a: &e%killstreak kills'
  - '       &bHighest Killstreak&a: &e%topstreak kills'
  - '       &bExtra damage&a: &e%extradamage &c%heart'
  - '       &bExtra hearts&a: &e%extrahearts &c%heart'
  - '       &bPoints nécessaires pour level-up&a: &e%neededfornext %coin'
  - '       &bProgression&a: %bar'
  - '       &bBooster&a: &e%boostertime'
  - '       &bXP level&a: &e%xp'
  - '       &bProgression&a: &e%progress %'
  - '       &bRatio: &e%kdr'
  'topstats':
  - '  &aTop 10 levels'
  - '      &e1: &a%toplevels1name | &elevel &a%toplevels1value'
  - '      &e2: &a%toplevels2name | &elevel &a%toplevels2value'
  - '      &e3: &a%toplevels3name | &elevel &a%toplevels3value'
  - '      &e4: &a%toplevels4name | &elevel &a%toplevels4value'
  - '      &e5: &a%toplevels5name | &elevel &a%toplevels5value'
  - '      &e6: &a%toplevels6name | &elevel &a%toplevels6value'
  - '      &e7: &a%toplevels7name | &elevel &a%toplevels7value'
  - '      &e8: &a%toplevels8name | &elevel &a%toplevels8value'
  - '      &e9: &a%toplevels9name | &elevel &a%toplevels9value'
  - '      &e10: &a%toplevels10name | &elevel &a%toplevels10value'

config.yml PlaceholderAPI:
Code:
# PlaceholderAPI version 2.4.0
# Created by extended_clip

check_updates: true
cloud_enabled: true
injector_enabled: true
boolean:
  'true': 'yes'
  'false': 'no'
date_format: MM/dd/yy HH:mm:ss

config.ym DeluxeChat:
Code:
# DeluxeChat version 1.4.9.1 config file
# Created by extended:clip
# list as many format sections you want under formats:
# each format section requires a default template that should be modified and
# also requires a unique number for the priority higher number = lower priority
# ex: guest-100, owner-1
#   YOU MUST KEEP A default TEMPLATE! It is used when players have no other template assigned!
#  
# example format template:
# formats:
#   default:
#     priority: 2147483647
#     channel: ''
#     prefix: '&8[&7Guest&8] '
#     name_color: '&7'
#     name: '%player%'
#     suffix: '&7> '
#     chat_color: '&f'
#     channel_tooltip:
#     - '&7%player% &bis a Guest'
#     prefix_tooltip:
#     - '&7%player% &bis a Guest'
#     name_tooltip:
#     - ''
#     suffix_tooltip:
#     - ''
#     channel_click_command: '
#     prefix_click_command: '/ranks
#     name_click_command: '/msg %player%
#     suffix_click_command: '
#   Member:
#     priority: 100
#     channel: ''
#     prefix: '&8[&aMember&8] '
#     name_color: '&7'
#     name: '%player%'
#     suffix: '&7> '
#     chat_color: '&f'
#     channel_tooltip:
#     - '&7%player% &bis a Member'
#     prefix_tooltip:
#     - '&7%player% &bis a Member'
#     name_tooltip:
#     - ''
#     suffix_tooltip:
#     - ''
#     channel_click_command: '
#     prefix_click_command: '/ranks
#     name_click_command: '/msg %player%
#     suffix_click_command: '
check_updates: true
bungeecord:
  enabled: false
  servername: '&8[&cServer&8]'
  join_global: true
relation_placeholders_enabled: true
timestamp_format: MM/dd/yy HH:mm:ss
ops_use_group_format: false
hooks:
  minecraft_statistics: false
  acidisland: false
  askyblock: false
  autorank: false
  autosell: false
  battlelevels: false
  chatreaction: false
  essentials: false
  ezblocks: false
  ezprestige: false
  ezrankslite: false
  factions_mcore: false
  factions_uuid: false
  galistener: false
  gangsplus: false
  islandworld: false
  jobs: false
  killstats: false
  marriagemaster: false
  mcmmo: false
  nicky: false
  playerpoints: false
  plotme: false
  plotsquared: false
  prisongangs: false
  pvpstats: false
  quicksell: false
  royalcommands: false
  simplecoinsapi: false
  simple_suffix: false
  skywarsreloaded: false
  sqlperms: false
  sqltokens: false
  teams: false
  tokenenchant: false
  towny: false
  uskyblock: false
  ultimatevotes: false
  vault_perms: true
  vault_eco: true
  wickedskywars: false
chat_filter:
  enabled: false
  list:
  - '.; '
  - fuck;fuck
chat_url:
  tooltip:
  - '&aClick to open'
  - '%link%'
  - '&ain your web browser'
formats:
  default:
    priority: 2147483647
    channel: ''
    prefix: '&e[&7Level %placeholderapi_battlelevels_level%&e] '
    name_color: '&b'
    name: '%player%'
    suffix: '&7> '
    chat_color: '&f'
    channel_tooltip:
    - ''
    prefix_tooltip:
    - '%player%'
    - '&bRank: %vault_group%'
    name_tooltip:
    - '&aBattleLevels stats of &6%player%'
    - '&7Level: &b%placeholderapi_battlelevels_level%'
    - '&7Score: &b%placeholderapi_battlelevels_score%'
    - '&7Kills: &b%placeholderapi_battlelevels_kills%'
    - '&7Deaths: &b%placeholderapi_battlelevels_deaths%'
    - '&7Killstreak: &b%placeholderapi_battlelevels_killstreak%'
    - '&7KDR: &b%placeholderapi_battlelevels_kdr%'
    suffix_tooltip:
    - ''
    channel_click_command: /ranks
    prefix_click_command: /ranks
    name_click_command: '/msg %player% '
    suffix_click_command: ''

Log:
Code:
[23:57:47] [Server thread/INFO]: Starting minecraft server version 1.7.10
[23:57:47] [Server thread/INFO]: Loading properties
[23:57:47] [Server thread/INFO]: Default game type: SURVIVAL
[23:57:47] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-1.7.9-R0.2-208-ge0f2e95 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[23:57:47] [Server thread/INFO]: Server Ping Player Sample Count: 12
[23:57:47] [Server thread/INFO]: Using 4 threads for Netty based IO
[23:57:47] [Server thread/INFO]: Debug logging is disabled
[23:57:47] [Server thread/INFO]: Generating keypair
[23:57:47] [Server thread/INFO]: Starting Minecraft server on *:25570
[23:57:48] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[23:57:48] [Server thread/INFO]: [ReflectionHelper] Version is v1_7_R4 (10704)
[23:57:48] [Server thread/INFO]: [GroupManager] Loading GroupManager vPre2.14.1.3 FINAL (Phoenix)
[23:57:48] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.3
[23:57:48] [Server thread/INFO]: [BossBarAPI] Loading BossBarAPI v2.3.8
[23:57:48] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v1.0.0
[23:57:48] [Server thread/INFO]: [NoWeather] Loading NoWeather v1.1
[23:57:48] [Server thread/INFO]: [Vault] Loading Vault v1.4.1-b436
[23:57:48] [Server thread/INFO]: [CookieMonster] Loading CookieMonster v1.8
[23:57:48] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.0.0-beta-03.1514-
[23:57:48] [Server thread/INFO]: [Ping] Loading Ping v1.3
[23:57:48] [Server thread/INFO]: [AutoclickerVerif] Loading AutoclickerVerif v1.0
[23:57:48] [Server thread/INFO]: [iConomy] Loading iConomy v7.0
[23:57:48] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.4.0
[23:57:48] [Server thread/INFO]: [PlaceholderAPI] This server is running Spigot
[23:57:48] [Server thread/INFO]: [PlaceholderAPI] Detected NMS version: v1_7_R4
[23:57:48] [Server thread/INFO]: [PlayerPoints] Loading PlayerPoints v2.1.3
[23:57:48] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.7-SNAPSHOT-b232
[23:57:48] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
[23:57:48] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.13-SNAPSHOT (build 1166)
[23:57:48] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v4.2.1-DEV
[23:57:48] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
[23:57:48] [Server thread/INFO]: [Warden] Loading Warden v1.0
[23:57:48] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.0.13
[23:57:48] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat v1.4.9.1
[23:57:48] [Server thread/INFO]: [BattleLevels] Loading BattleLevels v6.9.9
[23:57:48] [Server thread/INFO]: [JSONAPI] Loading JSONAPI v5.6.0
[23:57:48] [Server thread/INFO]: [PvPManager] Loading PvPManager v3.0
[23:57:48] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.2
[23:57:48] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.7.2
[23:57:48] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1
[23:57:48] [Server thread/INFO]: [Vault] Enabling Vault v1.4.1-b436
[23:57:48] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[23:57:48] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
[23:57:48] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
[23:57:48] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
[23:57:48] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
[23:57:48] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
[23:57:48] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[23:57:48] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
[23:57:48] [Server thread/INFO]: [Vault] Enabled Version 1.4.1-b436
[23:57:48] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.7-SNAPSHOT-b232
[23:57:48] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[23:57:48] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[23:57:48] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[23:57:48] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[23:57:48] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[23:57:48] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[23:57:48] [Server thread/INFO]: Preparing level "world"
[23:57:48] [Server thread/INFO]: -------- World Settings For [world] --------
[23:57:48] [Server thread/INFO]: View Distance: 10
[23:57:48] [Server thread/INFO]: Chunks to Grow per Tick: 650
[23:57:48] [Server thread/INFO]: Clear tick list: false
[23:57:48] [Server thread/INFO]: Experience Merge Radius: 3.0
[23:57:48] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[23:57:48] [Server thread/INFO]: Item Despawn Rate: 6000
[23:57:48] [Server thread/INFO]: Item Merge Radius: 2.5
[23:57:48] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[23:57:48] [Server thread/INFO]: Arrow Despawn Rate: 1200
[23:57:48] [Server thread/INFO]: Anti X-Ray: true
[23:57:48] [Server thread/INFO]:     Engine Mode: 1
[23:57:48] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[23:57:48] [Server thread/INFO]:     Replace Blocks: [1, 5]
[23:57:48] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[23:57:48] [Server thread/INFO]: Cactus Growth Modifier: 100%
[23:57:48] [Server thread/INFO]: Cane Growth Modifier: 100%
[23:57:48] [Server thread/INFO]: Melon Growth Modifier: 100%
[23:57:48] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[23:57:48] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[23:57:48] [Server thread/INFO]: Sapling Growth Modifier: 100%
[23:57:48] [Server thread/INFO]: Wheat Growth Modifier: 100%
[23:57:48] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[23:57:48] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[23:57:48] [Server thread/INFO]: Alternative Hopper Ticking: false
[23:57:48] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[23:57:48] [Server thread/INFO]: Random Lighting Updates: false
[23:57:48] [Server thread/INFO]: Structure Info Saving: true
[23:57:48] [Server thread/INFO]: Sending up to 5 chunks per packet
[23:57:48] [Server thread/INFO]: Max Entity Collisions: 8
[23:57:48] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[23:57:48] [Server thread/INFO]: Max TNT Explosions: 100
[23:57:48] [Server thread/INFO]: Mob Spawn Range: 4
[23:57:48] [Server thread/INFO]: Preparing start region for level 0 (Seed: 8782851552464314756)
[23:57:48] [Server thread/INFO]: [GroupManager] Enabling GroupManager vPre2.14.1.3 FINAL (Phoenix)
[23:57:48] [Server thread/INFO]: GroupManager - INFO - World Found: world
[23:57:48] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
[23:57:48] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
[23:57:48] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
[23:57:48] [Server thread/INFO]: GroupManager version Pre2.14.1.3 FINAL (Phoenix) is enabled!
[23:57:48] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
[23:57:48] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
[23:57:48] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.3
[23:57:49] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[23:57:49] [Server thread/INFO]: [BossBarAPI] Enabling BossBarAPI v2.3.8
[23:57:49] [Server thread/INFO]: [BossBarAPI] Metrics started
[23:57:49] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v1.0.0
[23:57:49] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing ...
[23:57:49] [Server thread/INFO]: [NoWeather] Enabling NoWeather v1.1
[23:57:49] [Server thread/INFO]: [CookieMonster] Enabling CookieMonster v1.8
[23:57:49] [Server thread/INFO]: [CookieMonster] Using Vault v1.4.1-b436 for economy
[23:57:49] [Server thread/INFO]: [CookieMonster]  v1.8 loaded successfully.
[23:57:49] [Server thread/INFO]: [CookieMonster]  Developed by: [jascotty2, Coelho]
[23:57:49] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.0.0-beta-03.1514-
[23:57:49] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[23:57:49] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[23:57:49] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[23:57:49] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[23:57:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[23:57:49] [Server thread/INFO]: [WorldGuard] Loading region data...
[23:57:49] [Server thread/INFO]: [Ping] Enabling Ping v1.3
[23:57:49] [Server thread/INFO]: [AutoclickerVerif] Enabling AutoclickerVerif v1.0
[23:57:49] [Server thread/INFO]: [Autoclick] Starting to load.
[23:57:49] [Server thread/INFO]: [Autoclick] Paperspigot not detected.
[23:57:49] [Server thread/INFO]: [Autoclick] Finished loading.
[23:57:49] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
[23:57:49] [Server thread/INFO]: [iConomy - April Fools] Enabled (23 ms)
[23:57:49] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
[23:57:49] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
[23:57:49] [Thread-10/INFO]: [iConomy - April Fools] Purged accounts with default balance.
[23:57:49] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.4.0
[23:57:49] [Server thread/INFO]: [PlaceholderAPI] Internal placeholder registration initializing...
[23:57:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered mvdw placeholder expansion!
[23:57:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered playerpoints placeholder expansion!
[23:57:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered ping placeholder expansion!
[23:57:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered essentials placeholder expansion!
[23:57:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered vault placeholder expansion!
[23:57:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered chat injector!
[23:57:49] [Server thread/INFO]: [PlaceholderAPI] Registered listener for chat injector!
[23:57:49] [Server thread/INFO]: [PlaceholderAPI] 1 injector has been registered
[23:57:49] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion list from extendedclip.com...
[23:57:49] [Server thread/INFO]: [PlaceholderAPI] Fetching available injector list from extendedclip.com...
[23:57:49] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v2.1.3
[23:57:49] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
[23:57:49] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[23:57:49] [Server thread/INFO]: git-Spigot-1.7.9-R0.2-208-ge0f2e95 (MC: 1.7.10)
[23:57:49] [Server thread/INFO]: 1.7.10-R0.1-SNAPSHOT
[23:57:49] [Server thread/INFO]: Using locale fr
[23:57:50] [Server thread/INFO]: Using locale fr
[23:57:50] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[23:57:50] [Server thread/INFO]: Essentials: Using GroupManager based permissions.
[23:57:50] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.4.1-b436)
[23:57:50] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.13-SNAPSHOT (build 1166)
[23:57:50] [Server thread/ERROR]: [Citizens] Unable to find Rhino classes - javascript scripts won't see non-CraftBukkit classes
[23:57:50] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v4.2.1-DEV
[23:57:50] [Server thread/INFO]: [ServerSigns] Successfully hooked into dependencies
[23:57:50] [Server thread/INFO]: [ServerSigns] Version 4.2.1-DEV is now enabled.
[23:57:50] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
[23:57:50] [Server thread/INFO]: [Warden] Enabling Warden v1.0
[23:57:50] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.0.13
[23:57:50] [Server thread/INFO]: [LiteBans] Loading SQL driver: mysql (com.mysql.jdbc.Driver)
[23:57:50] [Server thread/INFO]: [LiteBans] Connecting to database...
[23:57:50] [Server thread/INFO]: [LiteBans] Connected to [jdbc:mysql://localhost:3306/base_royalcube] (128,9 ms).
[23:57:50] [Server thread/INFO]: [LiteBans] [Sync] Server name: RoyalCube
[23:57:50] [Server thread/INFO]: [LiteBans] [Sync] Server UUID: 6655e0b8fc10478797dd246c3b438c6a
[23:57:50] [Server thread/INFO]: [LiteBans] Database connection fully initialized (147,5 ms).
[23:57:50] [Server thread/INFO]: [LiteBans] v2.0.13 enabled. Startup took 227 ms.
[23:57:50] [Server thread/INFO]: [DeluxeChat] Enabling DeluxeChat v1.4.9.1
[23:57:50] [Server thread/INFO]: [DeluxeChat] 1 formats loaded!
[23:57:50] [Server thread/INFO]: [DeluxeChat] Hooked into Vault for economy placeholders!
[23:57:50] [Server thread/INFO]: [DeluxeChat] Hooked into Vault for permissions placeholders!
[23:57:50] [Server thread/INFO]: [DeluxeChat] 3 placeholder hooks have been registered and are enabled.
[23:57:50] [Server thread/INFO]: ----------------------------
[23:57:50] [Server thread/INFO]:      DeluxeChat Updater
[23:57:50] [Server thread/INFO]: 
[23:57:50] [Server thread/INFO]: An update for DeluxeChat has been found!
[23:57:50] [Server thread/INFO]: DeluxeChat 1.9
[23:57:50] [Server thread/INFO]: You are running 1.4.9.1
[23:57:50] [Server thread/INFO]: 
[23:57:50] [Server thread/INFO]: Download at http://www.spigotmc.org/resources/deluxechat.1277/
[23:57:50] [Server thread/INFO]: ----------------------------
[23:57:50] [Server thread/INFO]: [BattleLevels] Enabling BattleLevels v6.9.9
[23:57:51] [Server thread/INFO]: [BattleLevels] Adding support for WorldGuard 6.0.0-beta-03.1514-
[23:57:51] [Server thread/INFO]: [BattleLevels] Correctly added support for PlaceholderAPI.
[23:57:51] [Server thread/INFO]: [JSONAPI] Enabling JSONAPI v5.6.0
[23:57:51] [Server thread/INFO]: [JSONAPI] Logging to file: false
[23:57:51] [Server thread/INFO]: [JSONAPI] Logging to console: true
[23:57:51] [Server thread/INFO]: [JSONAPI] IP Whitelist = None, all requests are allowed.
[23:57:51] [Server thread/INFO]: [JSONAPI] Loaded methods.json.
[23:57:51] [Thread-14/INFO]: [JSONAPI] Waiting 2.000 seconds to load methods so that all the other plugins load...
[23:57:51] [Thread-14/INFO]: [JSONAPI] Any requests in this time will not work...
[23:57:51] [Server thread/INFO]: [JSONAPI] Attempting to use port 25999
[23:57:51] [Server thread/INFO]: [PvPManager] Enabling PvPManager v3.0
[23:57:51] [Server thread/INFO]: [PvPManager] Vault Found! Using it for currency related features
[23:57:51] [Server thread/INFO]: [PvPManager] WorldGuard Found! Enabling WorldGuard Support
[23:57:51] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.2
[23:57:51] [Server thread/INFO]: [ChestCommands] Hooked PlayerPoints
[23:57:51] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.7.2
[23:57:51] [Server thread/INFO]: Injecting command info into Citizens.[m
[23:57:51] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1
[23:57:51] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[23:57:51] [Server thread/INFO]: Done (3.288s)! For help, type "help" or "?"
[23:57:51] [Server thread/INFO]: [0;32;22m[[0;32;1mChestCommands[0;32;22m] [0;32;1mFound a new version: v3.1.4[0;37;1m (yours: v3.1.2)[m
[23:57:51] [Server thread/INFO]: [0;32;22m[[0;32;1mChestCommands[0;32;22m] [0;32;1m[0;37;1mDownload it on Bukkit Dev:[m
[23:57:51] [Server thread/INFO]: [0;32;22m[[0;32;1mChestCommands[0;32;22m] [0;32;1m[0;37;1mdev.bukkit.org/bukkit-plugins/chest-commands[m
[23:57:51] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
[23:57:51] [Craft Scheduler Thread - 15/INFO]: [PvPManager] Checking for updates...
[23:57:52] [Craft Scheduler Thread - 10/INFO]: [BattleLevels] Successfully connected to MySQL.
[23:57:52] [Craft Scheduler Thread - 10/INFO]: [BattleLevels] Database startup done.
[23:57:52] [Server thread/INFO]: [Citizens] Loaded 2 NPCs.
[23:57:52] [Craft Scheduler Thread - 12/INFO]: [PlaceholderAPI] 5 placeholder injectors are available on the cloud.
[23:57:52] [Craft Scheduler Thread - 12/INFO]: [PlaceholderAPI] 0 injectors you use have updates.
[23:57:52] [Craft Scheduler Thread - 15/INFO]: [PvPManager] No update found
[23:57:52] [Craft Scheduler Thread - 9/INFO]: [PlaceholderAPI] 60 placeholder expansions are available on the cloud.
[23:57:52] [Craft Scheduler Thread - 9/INFO]: [PlaceholderAPI] 0 expansions you use have updates.
[23:57:52] [Craft Scheduler Thread - 5/INFO]: [Vault] Checking for Updates:
[23:57:52] [Craft Scheduler Thread - 5/WARN]: [Vault] Stable Version: 1.5.6 is out! You are still running version: 1.4.1
[23:57:52] [Craft Scheduler Thread - 5/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
[23:57:53] [Thread-14/INFO]: [JSONAPI] Dynmap cannot be loaded because it depends on a plugin that is not installed: 'dynmap'
[23:57:53] [Thread-14/INFO]: [JSONAPI] Remote Toolkit cannot be loaded because it depends on a plugin that is not installed: 'RemoteToolkitPlugin'
[23:57:53] [Thread-14/INFO]: [JSONAPI] Dynmap cannot be loaded because it depends on a plugin that is not installed: 'dynmap'
[23:57:53] [Thread-14/INFO]: [JSONAPI] Remote Toolkit methods cannot be loaded because it depends on a plugin that is not installed: 'RemoteToolkitPlugin'
[23:57:53] [Thread-14/INFO]: [JSONAPI] 384 methods loaded in 7 namespaces.
[23:57:53] [Thread-14/INFO]: [JSONAPI] ------[Connection information]-------
[23:57:53] [Thread-14/INFO]: [JSONAPI] JSON Server listening on 25999
[23:57:53] [Thread-14/INFO]: [JSONAPI] JSON Stream Server listening on 26000
[23:57:53] [Thread-14/INFO]: [JSONAPI] JSON WebSocket Stream Server listening on 26001
[23:57:53] [Thread-14/INFO]: [JSONAPI] Active and listening for requests.
[23:57:53] [Thread-14/WARN]: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[23:57:53] [Thread-14/WARN]:     at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
[23:57:53] [Thread-14/WARN]:     at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916)
[23:57:53] [Thread-14/WARN]:     at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:279)
[23:57:53] [Thread-14/WARN]:     at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:273)
[23:57:53] [Thread-14/WARN]:     at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1472)
[23:57:53] [Thread-14/WARN]:     at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:213)
[23:57:53] [Thread-14/WARN]:     at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
[23:57:53] [Thread-14/WARN]:     at sun.security.ssl.Handshaker.process_record(Handshaker.java:849)
[23:57:53] [Thread-14/WARN]:     at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1035)
[23:57:53] [Thread-14/WARN]:     at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1344)
[23:57:53] [Thread-14/WARN]:     at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371)
[23:57:53] [Thread-14/WARN]:     at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355)
[23:57:53] [Thread-14/WARN]:     at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
[23:57:53] [Thread-14/WARN]:     at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
[23:57:53] [Thread-14/WARN]:     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1302)
[23:57:53] [Thread-14/WARN]:     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[23:57:53] [Thread-14/WARN]:     at java.net.URL.openStream(URL.java:1048)
[23:57:53] [Thread-14/WARN]:     at com.alecgorge.minecraft.jsonapi.JSONServer.connectionInfo(JSONServer.java:130)
[23:57:53] [Thread-14/WARN]:     at com.alecgorge.minecraft.jsonapi.JSONServer$1.run(JSONServer.java:108)
[23:57:53] [Thread-14/WARN]:     at java.lang.Thread.run(Thread.java:745)
[23:57:53] [Thread-14/WARN]: Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[23:57:53] [Thread-14/WARN]:     at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:385)
[23:57:53] [Thread-14/WARN]:     at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
[23:57:53] [Thread-14/WARN]:     at sun.security.validator.Validator.validate(Validator.java:260)
[23:57:53] [Thread-14/WARN]:     at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:326)
[23:57:53] [Thread-14/WARN]:     at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
[23:57:53] [Thread-14/WARN]:     at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:126)
[23:57:53] [Thread-14/WARN]:     at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1454)
[23:57:53] [Thread-14/WARN]:     ... 15 more
[23:57:53] [Thread-14/WARN]: Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[23:57:53] [Thread-14/WARN]:     at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:196)
[23:57:53] [Thread-14/WARN]:     at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268)
[23:57:53] [Thread-14/WARN]:     at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:380)
[23:57:53] [Thread-14/WARN]:     ... 21 more
[23:57:53] [Thread-14/INFO]: [JSONAPI] -------------------------------------

Merci de vos réponse !

Cordialement,

Bryann.
 

Fichiers joints

  • upload_2016-4-29_23-42-48.png
    upload_2016-4-29_23-42-48.png
    555.5 KB · Affichages: 638
  • upload_2016-4-29_23-51-37.png
    upload_2016-4-29_23-51-37.png
    33.4 KB · Affichages: 355
  • 2016-04-29_23.52.40.png
    2016-04-29_23.52.40.png
    166 KB · Affichages: 1 150
  • upload_2016-4-29_23-53-17.png
    upload_2016-4-29_23-53-17.png
    166 KB · Affichages: 377
  • upload_2016-4-29_23-59-48.png
    upload_2016-4-29_23-59-48.png
    166 KB · Affichages: 381

Clément

Modérateur
Ancien
15 Mai 2015
1 456
342
217
23
Salut,

Ok donc à priori tu n'as pas d'erreurs, juste des alertes.

Les versions de tes plugins correspondent elles à la version de ton serveur ?
 

Clément

Modérateur
Ancien
15 Mai 2015
1 456
342
217
23
Quand je rentre tout à l'heure, je ferai un test en local sur mon serveur voir si le problème persiste
 

Bryann

Architecte en herbe
27 Mai 2015
102
2
75
24
Je tiens à préciser que les plugins BattleLevels et DeluxeChat sont payants.
 

Bryann

Architecte en herbe
27 Mai 2015
102
2
75
24
J'ai trouvé la solution mais j'ai du passer le serveur en 1.8.

Merci à ceux qui sont venu à mon aide