RP Configuration Plugin ServerListPLUS Erreurs étranges

Sandor_Clegane

Massacreur de Mouton
7 Juin 2016
60
1
24
25
Bonjour, voilà j'ai quelques petites erreur étrange pour le plugin MOTD de mon serveur...
Mais je ne sais pas comment faire pour réparer sa.
IG le motd ne s'affiche pas



Code:
[16:40:51] [Server thread/ERROR]: [ServerListPlus] [Core] Unable to parse the configuration. Make sure the YAML syntax is correct!
org.yaml.snakeyaml.error.YAMLException: java.nio.charset.MalformedInputException: Input length = 1
    at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:200) ~[minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:60) ~[minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at org.yaml.snakeyaml.Yaml.loadAll(Yaml.java:463) ~[minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at net.minecrell.serverlistplus.core.ConfigurationManager.reload(ConfigurationManager.java:92) [ServerListPlus.jar:?]
    at net.minecrell.serverlistplus.core.ServerListPlusCore.reload(ServerListPlusCore.java:186) [ServerListPlus.jar:?]
    at net.minecrell.serverlistplus.core.ServerListPlusCore.<init>(ServerListPlusCore.java:135) [ServerListPlus.jar:?]
    at net.minecrell.serverlistplus.core.ServerListPlusCore.<init>(ServerListPlusCore.java:87) [ServerListPlus.jar:?]
    at net.minecrell.serverlistplus.bukkit.BukkitPlugin.onEnable(BukkitPlugin.java:139) [ServerListPlus.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) [minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at org.bukkit.craftbukkit.v1_9_R1.CraftServer.loadPlugin(CraftServer.java:361) [minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at org.bukkit.craftbukkit.v1_9_R1.CraftServer.enablePlugins(CraftServer.java:321) [minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at net.minecraft.server.v1_9_R1.MinecraftServer.t(MinecraftServer.java:411) [minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at net.minecraft.server.v1_9_R1.MinecraftServer.l(MinecraftServer.java:376) [minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at net.minecraft.server.v1_9_R1.MinecraftServer.a(MinecraftServer.java:331) [minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at net.minecraft.server.v1_9_R1.DedicatedServer.init(DedicatedServer.java:269) [minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:527) [minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]
Caused by: java.nio.charset.MalformedInputException: Input length = 1
    at java.nio.charset.CoderResult.throwException(Unknown Source) ~[?:1.8.0_121]
    at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_121]
    at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_121]
    at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_121]
    at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_121]
    at java.io.BufferedReader.read1(Unknown Source) ~[?:1.8.0_121]
    at java.io.BufferedReader.read(Unknown Source) ~[?:1.8.0_121]
    at java.io.Reader.read(Unknown Source) ~[?:1.8.0_121]
    at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:184) ~[minecraft_server.jar:git-Spigot-e000104-4cb3258]
    ... 18 more
[16:40:51] [Server thread/INFO]: [ServerListPlus] Please fix the error before restarting the server!
[16:40:51] [Server thread/INFO]: [ServerListPlus] Disabling ServerListPlus v3.4.6
[16:40:51] [Server thread/ERROR]: Error occurred while disabling ServerListPlus v3.4.6 (Is it up to date?)
java.lang.NullPointerException
    at net.minecrell.serverlistplus.bukkit.BukkitPlugin.onDisable(BukkitPlugin.java:157) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:294) ~[minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:364) [minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at net.minecrell.serverlistplus.bukkit.BukkitPluginBase.disablePlugin(BukkitPluginBase.java:46) [ServerListPlus.jar:?]
    at net.minecrell.serverlistplus.bukkit.BukkitPlugin.onEnable(BukkitPlugin.java:143) [ServerListPlus.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) [minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at org.bukkit.craftbukkit.v1_9_R1.CraftServer.loadPlugin(CraftServer.java:361) [minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at org.bukkit.craftbukkit.v1_9_R1.CraftServer.enablePlugins(CraftServer.java:321) [minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at net.minecraft.server.v1_9_R1.MinecraftServer.t(MinecraftServer.java:411) [minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at net.minecraft.server.v1_9_R1.MinecraftServer.l(MinecraftServer.java:376) [minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at net.minecraft.server.v1_9_R1.MinecraftServer.a(MinecraftServer.java:331) [minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at net.minecraft.server.v1_9_R1.DedicatedServer.init(DedicatedServer.java:269) [minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:527) [minecraft_server.jar:git-Spigot-e000104-4cb3258]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]
 
Par contre c'est toi qui ne comprends pas les règle du forum, faire deux posts à la suite, ce n'est pas autorisé, tu peux éditer ton post et rajouter ce que tu as a dire.

Pour ton problème, il y a une erreur dans ton fichier de configuration :
"[Server thread/ERROR]: [ServerListPlus] [Core] Unable to parse the configuration. Make sure the YAML syntax is correct!
org.yaml.snakeyaml.error.YAMLException: java.nio.charset.MalformedInputException: Input length = 1"

Tu as du oublié un espace, mettre une tabulation ou un ' mal placé.
Publie ce fichier entre deux balises [ code] et [/code] ici, on va essayer de t'aider si tu ne trouves pas.
 
Bonjour, j'ai pas trouvé !

voici la liste :

Code:
#      _____                     __    _     _   _____ _
#     |   __|___ ___ _ _ ___ ___|  |  |_|___| |_|  _  | |_ _ ___
#     |__   | -_|  _| | | -_|  _|  |__| |_ -|  _|   __| | | |_ -|
#     |_____|___|_|  \_/|___|_| |_____|_|___|_| |__|  |_|___|___|
#
# ServerListPlus v3.4.6 - http://git.io/slp

# More information is available in the Wiki: http://git.io/slp-wiki


# This is the section where you can customize your server status ping!
#  - Default is the section for the status used when the player name is unknown.
#    Personalized is used if the client has already joined the server once.
#    Use %player% as placeholder for the player's name.
#
# Features:
#  - Description (MotD): A short status message for your server, max. 2 lines.
#  - Players:
#    - Hover: The player hover message that is displayed if you hover the player count.
#    - Slots: Custom player slot formatting, see http://git.io/slp-slots
#  - Favicon:
#    - Use multiple server icons or the player's head as favicon, see http://git.io/oMhJlg
#    - Possible favicon sources: Files, Folders, URLs, Heads, Helms, Encoded
#
#  More features are explained in the Wiki: http://git.io/slp-config
#
# Usage:
#  - Add multiple entries for random messages.
#  - Save the file with valid UTF-8 encoding for special characters.
#  - Available placeholders:
#    - Player name: %player%
#    - Player count: %online%, %max%, %online@server% %online@world%
#    - Random online player name: %random_player%
--- !Status
Default:
  Description:
  - |-
    &8/&7=&8[&aGeckoCity&8]&7=&8\
    &8[&aRp&8]&7=&8[&aJournesporteouverte&8]
  - |-
    &8/&7=&8[&aGeckoCity&8]&7=&8\
    &8[&aRp&8]&7=&8[&aJournéesporteouverte&8]
  Players:
    Hover:
    - |-
      &8/&7=&8[&aGeckoCity&8]&7=&8\
      &8[&aRp&8]&7=&8[&aJournesporteouverte&8]
Personalized:
  Description:
  - |-
    &8/&7=&8[&aGeckoCity&8]&7=&8\
    &8[&aRp&8]&7=&8[&aJournesporteouverte&8]
  - |-
    &8/&7=&8[&aGeckoCity&8]&7=&8\
    &8[&aRp&8]&7=&8[&aJournesporteouverte&8]
  Players:
    Hover:
    - |-
      &8/&7=&8[&aGeckoCity&8]&7=&8\
      &8[&aRp&8]&7=&8[&aJournesporteouverte&8]

# Stats: Enable/disable sending plugin statistics.
# PlayerTracking: Enable/disable tracking of player names to their IP-Addresses.
#   - Persistence can be disabled with the toggle in the Storage section.
# Samples: Toggle using multiple player infos for the player hover message.
#     May prevent the annoying ... and x more ... message for bigger servers
#     DynamicPlayers is special and aligns the number with the number of
#     random players used in placeholders.
# Unknown: Placeholder replacement if the real value is unknown.
# Favicon: Options for the creation / downloading of favicons:
#  - RecursiveFolderSearch: Also search for favicons in sub directories.
#  - SkinSource: The URL to get the Minecraft Skins from. (%s -> player name)
#  - ResizeStrategy: The strategy used to resize too small or too big favicons.
#      NONE (keep them as is, will probably fail), SCALE (scale them to the correct size)
--- !Plugin
Stats: true
PlayerTracking:
  Enabled: true
  Storage: !JSONStorage
    Enabled: true
    SaveDelay: 5m
Samples:
  Multiple: false
  DynamicPlayers: false
Unknown:
  PlayerName: player
  PlayerCount: ???
  Date: ???
Favicon:
  Timeout: 10s
  RecursiveFolderSearch: false
  ResizeStrategy: SCALE
 
Pardon je répondais en mm temps sur un site anglais et j'ai zap ! désolé !
Je disais tu dois avoir un mauvais caractère dans ton fichier, je l'ai copié collé par rapport a celui du forum et le plugin a démarré sans erreur. Bref copie la config que tu as collé sur ton forum dans ton fichier de config, cela devrait fonctionner.