Plugin CookieMonster Désactivé

  • Auteur de la discussion Auteur de la discussion Gread
  • Date de début Date de début

Gread

Créateur de Wezencraft
25 Mai 2013
11
1
64
25
Bonjour, bonsoir à tous.

J'ai un petit soucis qui m'agace un peu. J'ai suivis un petit tutoriel pour configurer mon plugin CookieMonster mais voila qu'il est désactivé dans la liste des plugins. Surement une erreur de ma part, mais j'ai beau regardé je ne la trouve pas. Donc je vous envoi ma configuration, en espérant que vous ne serrez pas trop indulgeant ;)

Code:
settings:
    # general plugin settings
    # if you don't want deciamls ($1.23)
    wholeNumberRewards: false
    # if only direct player kills gives reward (disables mob farming)
    #  (this is ignored if on a disabled world or region)
    onlyKillDrop: false
    # if replaceDrop, then default drops are removed & substituted
    #  if false, custom drops are added to the existing drops
    replaceDrops: false
    # if onlyKillDrop: false, should custom drops always occur?
    alwaysReplaceDrops: true
    # if allow hunting with wolves
    allowWolfHunt: true
    #disable damage if can't afford to kill? (applies to wolves, too)
    disableExpensiveKill: true
    # any world listed here won't be checked (comma-delimited, case-insensitive)
    disableWorlds: testWorld1, world2, random_world_nether
    # if any regions are defined, should they be disabled regions or the only places cm is enabled?
    # true (default): regions are areas where cm is disabled
    #    (however, regions on disabled worlds are reversed & will be enabled)
    # false: cm is globally disabled, except for within regions (disabled worlds ignored)
    regionsDisable: true
    # for how long a player is 'protected' from spawn camping
    #        (player kill rewards are nulled)
    playerRewardWait: 1m
    # if a player killed within the playerRewardWait period
    #        reward is reversed (in case of positive reward only)
    #        eg. player who kills the player pays amount
    playerReverseProtect: true
    # if the players who die pay the killer (assuming has enough)
    playerPaysReward: true
    # optional multiplier for dropped exp
    expMultiplier: 1
 
#spawn camp tracking occurs when a player kills a monster
spwanCampTracking:
    # if enabled, there are no rewards (or drops) after the threshold is passed
    enabled: false
    # if global is enabled, will apply camp tracking to "natural" deaths
    #  this would allow monsters to drop items naturally, but disable monster killing machines
    #  (player drops are preserved, though, to protect the innocent)
    global: false
    # if suspected camping kills won't drop items
    disableDrops: true
    # if also disabled exp drops
    disableExp: true
    # elevation change max
    deltaY: 5
    # square about center (distance from center to edge)
    deltaX: 20
    # time before a kill is no longer counted against tracking
    #  positive integer values only, units being m(inutes) h(ours) d(ays) w(eeks) M(onths) (default: m)
    timeout: 20m
    # max kills in the area before counted as spawn camping
    campKills: 50
 
# any LivingEntity listed here can have it's own rewards
# can give a range for economy reward ( min-max )
# itemCoins to give custom ranges for individual items (note: durability not supported for items here)
# can configure custom drops for each (origional drops are replaced with these, so 0%0 would disable rewards)
# drops syntax: itemID[:subData][@maxDrop]%Probability[,another drop... ]
## 100 Probability means will drop each time
## if = 50, only means 50% chance of drop, chance of full drop is random
rewards:
    Chicken:
        drops: 344@1%10, 288@2%70
    Cow:
    Creeper:
        drops: 2256@1%.5, 289@4%80
        coins: 1-3
        # itemCoins example: bow&arrow give no reward, wooden sword is worth more
        itemCoins: "261>0, 268>3-6"
    Charged_Creeper:
        drops: 2256@1%2, 289@5%90
        coins: 2-4
        # itemCoins example: bow&arrow give no reward, wooden sword is worth more
        itemCoins: "261>0, 268>5-16"
    Ghast:
        drops: 348@3%10
        coins: 3-5
    Giant:
        drops: 364@2%10
        coins: 4-5
        # giant zombie, not very likely to encounter
    Monster:
        # this is a fake human, not likely to occur
    Pig:
    PigZombie:
        drops: 320@2%50, 283@1%2
        coins: 2-4
    Sheep:
    Skeleton:
        drops: 261@1%10, 262@4%80
        coins: 1-3
    Slime:
        drops: 351:10@1%10
        coins: 1-2
    Spider:
        drops: 30@1%5
        coins: 1-2
    Squid:
    Zombie:
        drops: 301@1%1, 300@1%1, 299@1%1, 298@1%1
        coins: 1-2
    Wild_Wolf: 352@1%10
        drops:
        coins: 1-2
    Tame_Wolf: 352@1%10
        drops:
        coins: 1-2
    Pet_Wolf:
        drops:
        coins:-10--20
    Enderman:
        drops: 274@1%2
        coins: 2-3
    Silverfish:
        drops: 318@1%10
        coins: 1-2
    Cave_Spider:
        drops: 30@1%10
        coins: 2-3
    Ender_Dragon:
        drops: 322@5%100
        coins: 500-800
    Villager:
        drops:
        coins: -50--60
    Blaze:
        drops: 351:11@1%10
        coins: 2-4
    Mushroom_Cow:
        drops:
        coins: -10--20
    Magma_Cube:
        drops: 382@1%3
        coins: 1-2
    Snow_Golem:
        drops: 332@5%10
        coins: 5-7
    Wild_Ocelot:
        drops: 352@1%10
        coins: 1-2
    Tame_Ocelot:
        drops: 352@1%10
        coins: 1-2
    Pet_Ocelot:
        drops:
        coins: -10--20
    Iron_Golem:
        drops: 265@5%20
        coins: 10-15
    Wither:
        drops: 351:8@1%10
        coins: 10-20
    Wither_Skeleton:
        coins: 2-4
    Bat:
    Witch:
        coins: 10-20
    MobSpawner:
        drops:
        coins: -5--10
    Player:
        drops:
        coins: 5-10
 
messages:
    # Colors are specified by using "&[colorcode]".
    #    (Never put colors within the angle brackets of a tag)
    #  Color table:
    #      &0 is black
    #      &1 is dark blue
    #      &2 is dark green
    #      &3 is dark sky blue
    #      &4 is red
    #      &5 is magenta
    #      &6 is gold or amber
    #      &7 is light grey
    #      &8 is dark grey
    #      &9 is medium blue
    #      &a is light green
    #      &b is cyan
    #      &c is orange-red
    #      &d is pink
    #      &e is yellow
    #      &f is white
    # (use && for a & symbol)
 
    # rewarded for killing a monster:
    # <amount>  how much credited to account
    # <longamount> how much, with currency name (vault only)
    # <monster> name of the creature killed
    # <item>    what used to kill it
    reward: "&a Vous avez gagne &f<amount>&a pour avoir tue &f<monster>"
    # if the reward is specific to what the user is holding
    itemreward: "&a Vous avez gagne &f<amount>&a pour avoir tue &f<monster>&a avec un/une &f<item>"
    # for killing a player
    playerreward: "&a Vous avez gagne &f<amount>&a pour avoir tue &f<player>"
    itemplayerreward: "&a Vous avez gagne &f<amount>&a pour avoir tue &f<player>&a avec un/une &f<item>"
    # for the victim of the attacks
    victimpay: "&f<player>&a vous a pris &f<amount>&a quand vous etes morts"
    victimprotection: "&f<player>&a vous a paye &f<amount>&a pour vous avoir tue"
    # this is for when a reward is withheld for suspected spawn camping
    nocampingreward: "&a Il n'y a plus de recompenses à gagner ici... Revenez plus tard"
   
    # penalized for killing a monster (if coin range is negative)
    # <amount>  how much removed from account
    # <longamount> how much, with currency name (vault only)
    # <monster> name of the creature killed
    penalty: "&a Vous avez ete penalise de &f<amount>&a pour avoir tue &f<monster>"
    # <item>    what used to kill it
    itempenalty: "&a Vous avez ete penalise de &f<amount>&a pour avoir tué &f<monster>&a avec un/une &f<item>"
   
    # penalized for killing a player
    # <amount>  how much removed from account
    # <player> name of the player killed
    playerpenalty: "&a Vous avez ete penalise de &f<amount>&a pour avoir tue &f<player>"
    # penalized for killing a player within the spawn protection
    # <time> spawn protection time (seconds)
    playercamppenalty: "&a Vous avez ete penalise de &f<amount>&a pour avoir tue &f<player>&a durant sa periode de protection"
    # <item>    what used to kill
    itemplayerpenalty: "&a Vous avez ete penalise de &f<amount>&a pour avoir tue &f<player>&a avec un/une &f<item>&f durant sa periode de protection"
    itemplayercamppenalty: "&a Vous avez ete penalise de &f<amount>&a pour avoir tue &f<player>&a avec un/une &f<item>&f durant sa periode de protection"
   
    # if cannot afford the penalty for killing the entity
    notafford: "&a Vous ne pouvez pas tuer &f<monster>"
    itemnotafford: "&a Vous ne pouvez pas tuer &f<monster>&a avec un/une &f<item>"
   
    # if no money rewarded (can be blank for none)
    norewardMonster: "&a Vous n'avez rien reçu pour avoir tue &f<monster>"
    norewardCreature:
    norewardPlayer:
    # <item>    what used to kill it
    itemnorewardMonster: "&a Vous n'avez rien reçu pour avoir tue &f<monster>&a avec un/une &f<item>"
    itemnorewardCreature:
    itemnorewardPlayer:

Merci d'avance de vos réponses qui seront, je pense, très utile.
Sur ce, bonne continuation à tous.
 
Salut,

Regarde dans le fichier server.log (a la racine de ton serveur, au même endroit que la où il y a ton craftbukkit, ou ton dossier plugins) si il n'y a pas d'erreurs.
Si il y en a, peux tu nous les donner stp. Met les entres des balises codes, comme ceci:
Code:
[code]Colle ici[/*code] Sans l'étoile

Il faut attendre 24h avant de faire un up.


Cordialement,
Detobel36
 
Voici mon dernier log de ce matin.

Code:
>say [BROADCAST] Un admin du serveur a demandé un reboot
>07:21:07 [INFO] [Server] [BROADCAST] Un admin du serveur a demandé un reboot
>say [BROADCAST] Server will restart in 5 seconds
>07:21:10 [INFO] [Server] [BROADCAST] Server will restart in 5 seconds
>say [BROADCAST] Server will restart in 4 seconds
>07:21:11 [INFO] [Server] [BROADCAST] Server will restart in 4 seconds
>say [BROADCAST] Server will restart in 3 seconds
>07:21:12 [INFO] [Server] [BROADCAST] Server will restart in 3 seconds
>say [BROADCAST] Server will restart in 2 seconds
>07:21:13 [INFO] [Server] [BROADCAST] Server will restart in 2 seconds
>say [BROADCAST] Server will restart in 1 second
>07:21:14 [INFO] [Server] [BROADCAST] Server will restart in 1 second
>stop
>07:21:15 [INFO] CONSOLE: Stopping the server..
>07:21:15 [INFO] Stopping server
>07:21:15 [INFO] [Factions] Disabling Factions v1.6.9.4
>07:21:15 [INFO] [Factions v1.6.9.4] Disabled
>07:21:15 [INFO] [EssentialsChat] Disabling EssentialsChat v2.9.6
>07:21:15 [INFO] [ChestShop] Disabling ChestShop v3.39
>07:21:15 [INFO] [EssentialsSpawn] Disabling EssentialsSpawn v2.9.6
>07:21:15 [INFO] [EssentialsProtect] Disabling EssentialsProtect v2.9.6
>07:21:16 [INFO] [Essentials] Disabling Essentials v2.9.6
>07:21:16 [INFO] [Vault][Economy] Essentials Economy unhooked.
>07:21:16 [INFO] [PlotShop] Disabling PlotShop v1.4
>07:21:16 [INFO] [Timeismoney] Disabling Timeismoney v0.7
>07:21:16 [INFO] Timeismoney is now disabled
>07:21:16 [INFO] [AntiPub] Disabling AntiPub v0.3
>07:21:16 [INFO] [AntiPub] AntiPub v0.3 disabled!
>07:21:16 [INFO] [Permissions] Disabling Permissions v3.1.6
>07:21:16 [INFO] WEPIF: GroupManager detected! Using GroupManager for permissions.
>07:21:16 [INFO] Fake Permissions version 3.1.6 is disabled!
>07:21:16 [INFO] [AuthMe] Disabling AuthMe v2.7.1b1
>07:21:16 [INFO] [AuthMe] Authme 2.7.1b1 disabled
>07:21:16 [INFO] [iConomy] Disabling iConomy v7.0
>07:21:16 [INFO] [Vault][Economy] iConomy 7 unhooked.
>07:21:16 [INFO] [iConomy] Closing general data...
>07:21:16 [INFO] [iConomy] Disabled. (0 ms)
>07:21:16 [INFO] [WorldGuard] Disabling WorldGuard v5.7.3
>07:21:16 [INFO] [LumosMaxima] Disabling LumosMaxima v1.5.2.0
>07:21:16 [INFO] [PlayerHeads] Disabling PlayerHeads v2.9.0084
>07:21:16 [INFO] [Vault] Disabling Vault v1.2.22-b277
>07:21:16 [INFO] [NoWeather] Disabling NoWeather v1.7.7
>07:21:16 [INFO] [PlayerMarkers] Disabling PlayerMarkers v0.2.0 edit by Xephi
>07:21:16 [INFO] [CreativeGates] Disabling CreativeGates v1.4
>07:21:17 [INFO] [CreativeGates v1.4] Disabled
>07:21:17 [INFO] [SimpleSignEdit] Disabling SimpleSignEdit v2.1
>07:21:17 [INFO] [SimpleSignEdit] Disabled SimpleSignEdit v2.1
>07:21:17 [INFO] [WorldEdit] Disabling WorldEdit v5.5.5
>07:21:17 [INFO] [HideMyPlugins] Disabling HideMyPlugins v1.0
>07:21:17 [INFO] [GroupManager] Disabling GroupManager v2.0 (2.10.1) (Phoenix)
>07:21:17 [INFO] GroupManager - INFO - Scheduled Data Saving is disabled!
>07:21:17 [INFO] GroupManager version 2.0 (2.10.1) (Phoenix) is disabled!
>07:21:17 [INFO] [nChat] Disabling nChat v0.8
>07:21:17 [INFO] [MultiWorld] Disabling MultiWorld v4.5.3
>07:21:17 [INFO] [MultiWorld] Disabled.
>07:21:17 [INFO] Saving players
>07:21:17 [WARNING] DSCT: Socket closed
>07:21:17 [INFO] Saving worlds
07:21:17 [INFO] Closing listening thread
>>07:21:17 [INFO] Saving chunks for level 'world'/Overworld
>07:21:17 [INFO] Saving chunks for level 'world_nether'/Nether
>07:21:17 [INFO] Saving chunks for level 'world_the_end'/The End
>07:21:17 [INFO] Saving chunks for level 'Wezencraft_Faction'/Overworld
>07:21:17 [INFO] Saving chunks for level 'Wezencraft2'/Overworld
>07:21:17 [INFO] Saving chunks for level 'Wezencraft_the_end'/The End
>07:21:17 [INFO] Saving chunks for level 'Wezencraft_Ressource'/Overworld
>07:21:17 [INFO] Saving chunks for level 'Wezencraft_nether'/Nether
>07:21:17 [INFO] Saving chunks for level 'Wezencraft'/Overworld
>07:21:17 [INFO] Stopping server
>>07:21:17 [INFO] Saving players
>07:21:17 [INFO] Saving worlds
>>Sun Jun 30 07:21:18 CEST 2013: Server restart in 10 seconds
Sun Jun 30 07:21:28 CEST 2013
Auto-restarting the server on crash
craftbukkit => 77.111.237.200:25565:999:world
229 recipes
27 achievements
>07:21:28 [INFO] Starting minecraft server version 1.5.2
>07:21:28 [INFO] Loading properties
>07:21:28 [INFO] Default game type: SURVIVAL
>07:21:28 [INFO] Generating keypair
>07:21:28 [INFO] Starting Minecraft server on 77.111.237.200:25565
>07:21:28 [INFO] This server is running CraftBukkit version git-Bukkit-1.5.2-R0.1-b2771jnks (MC: 1.5.2) (Implementing API version 1.5.2-R0.1)
>07:21:29 [INFO] [MultiWorld] Loading MultiWorld v4.5.3
>07:21:29 [INFO] [nChat] Loading nChat v0.8
>07:21:29 [INFO] [GroupManager] Loading GroupManager v2.0 (2.10.1) (Phoenix)
>07:21:29 [INFO] [HideMyPlugins] Loading HideMyPlugins v1.0
>07:21:29 [INFO] [WorldEdit] Loading WorldEdit v5.5.5
>07:21:29 [INFO] [SimpleSignEdit] Loading SimpleSignEdit v2.1
>07:21:29 [INFO] [CreativeGates] Loading CreativeGates v1.4
>07:21:29 [INFO] [PlayerMarkers] Loading PlayerMarkers v0.2.0 edit by Xephi
>07:21:29 [INFO] [NoWeather] Loading NoWeather v1.7.7
>07:21:29 [INFO] [Vault] Loading Vault v1.2.22-b277
>07:21:29 [INFO] [PlayerHeads] Loading PlayerHeads v2.9.0084
>07:21:29 [INFO] [LumosMaxima] Loading LumosMaxima v1.5.2.0
>07:21:29 [INFO] [CookieMonster] Loading CookieMonster v1.7.4.1
>07:21:29 [INFO] [WorldGuard] Loading WorldGuard v5.7.3
>07:21:29 [INFO] [iConomy] Loading iConomy v7.0
>07:21:29 [INFO] [AuthMe] Loading AuthMe v2.7.1b1
>07:21:29 [INFO] [Permissions] Loading Permissions v3.1.6
>07:21:29 [INFO] [AntiPub] Loading AntiPub v0.3
>07:21:29 [INFO] [Timeismoney] Loading Timeismoney v0.7
>07:21:29 [INFO] [PlotShop] Loading PlotShop v1.4
>07:21:29 [INFO] [Essentials] Loading Essentials v2.9.6
>07:21:29 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.9.6
>07:21:29 [INFO] MLog clients using java 1.4+ standard logging.
>07:21:29 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.6
>07:21:29 [INFO] [ChestShop] Loading ChestShop v3.39
>07:21:29 [INFO] [EssentialsChat] Loading EssentialsChat v2.9.6
>07:21:29 [INFO] [Factions] Loading Factions v1.6.9.4
>07:21:29 [INFO] [Vault] Enabling Vault v1.2.22-b277
>07:21:29 [INFO] [Vault][Economy] Essentials Economy found: Waiting
>07:21:29 [WARNING] iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
>07:21:29 [WARNING] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
>07:21:29 [WARNING] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
>07:21:29 [INFO] [Vault][Economy] iConomy 6 found: Waiting
>07:21:29 [INFO] [Vault][Permission] GroupManager found: Waiting
>07:21:29 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
>07:21:29 [INFO] [Vault][Chat] GroupManager found: Waiting
>07:21:29 [INFO] [Vault] Enabled Version 1.2.22-b277
>07:21:29 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
>07:21:29 [WARNING] The server will make no attempt to authenticate usernames. Beware.
>07:21:29 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
>07:21:29 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
>07:21:29 [INFO] Preparing level "world"
>07:21:29 [INFO] Preparing start region for level 0 (Seed: -2915454693811493289)
>07:21:30 [WARNING] ----- Bukkit Auto Updater -----
>07:21:30 [WARNING] Your version of CraftBukkit is out of date. Version 1.5.2-R1.0 (build #2788) was released on Sat Jun 15 01:11:24 CEST 2013.
>07:21:30 [WARNING] Details: /downloads/craftbukkit/view/02169_1.5.2-R1.0/
>07:21:30 [WARNING] Download: /downloads/craftbukkit/get/02169_1.5.2-R1.0/craftbukkit.jar
>07:21:30 [WARNING] ----- ------------------- -----
>07:21:30 [INFO] Preparing start region for level 1 (Seed: -2915454693811493289)
>07:21:30 [INFO] Preparing start region for level 2 (Seed: -2915454693811493289)
>07:21:30 [INFO] [MultiWorld] Enabling MultiWorld v4.5.3
>07:21:30 [INFO] Preparing start region for level 3 (Seed: 7063189029581690795)
>07:21:30 [INFO] Preparing start region for level 4 (Seed: -8933485060784891271)
>07:21:31 [INFO] Preparing start region for level 5 (Seed: -270757581302349501)
>07:21:31 [INFO] Preparing start region for level 6 (Seed: 2798371262802694986)
>07:21:31 [INFO] Preparing start region for level 7 (Seed: -270757581302349501)
>07:21:31 [INFO] Preparing start region for level 8 (Seed: -270757581302349501)
>07:21:32 [INFO] [MultiWorld] v4.5.3 enabled.
>07:21:32 [INFO] [nChat] Enabling nChat v0.8
>07:21:32 [INFO] [GroupManager] Enabling GroupManager v2.0 (2.10.1) (Phoenix)
>07:21:32 [INFO] GroupManager - INFO - World Found: wezencraft
>07:21:32 [SEVERE] GroupManager - WARNING - Inherited group 'default' not found for group Bourgeois. Ignoring entry in file: plugins/GroupManager/worlds/wezencraft/groups.yml
>07:21:32 [INFO] GroupManager - INFO - World Found: wezencraft_nether
>07:21:32 [SEVERE] GroupManager - WARNING - Inherited group 'default' not found for group Bourgeois. Ignoring entry in file: plugins/GroupManager/worlds/wezencraft_nether/groups.yml
>07:21:32 [INFO] GroupManager - INFO - World Found: wezencraft_faction
>07:21:32 [SEVERE] GroupManager - WARNING - Inherited group 'default' not found for group Bourgeois. Ignoring entry in file: plugins/GroupManager/worlds/wezencraft_faction/groups.yml
>07:21:32 [INFO] GroupManager - INFO - World Found: wezencraft_the_end
>07:21:32 [SEVERE] GroupManager - WARNING - Inherited group 'default' not found for group Bourgeois. Ignoring entry in file: plugins/GroupManager/worlds/wezencraft_the_end/groups.yml
>07:21:32 [INFO] GroupManager - INFO - World Found: wezencraft_event
>07:21:32 [INFO] GroupManager - INFO - World Found: wezencraft_ressource
>07:21:32 [SEVERE] GroupManager - WARNING - Inherited group 'default' not found for group Bourgeois. Ignoring entry in file: plugins/GroupManager/worlds/wezencraft_ressource/groups.yml
>07:21:32 [INFO] GroupManager - INFO - World Found: wezencraft2
>07:21:32 [INFO] GroupManager - INFO - World Found: world
>07:21:32 [INFO] GroupManager - INFO - Superperms support enabled.
>07:21:32 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
>07:21:32 [INFO] GroupManager - INFO - Backups will be retained for 24 hours!
>07:21:32 [INFO] GroupManager version 2.0 (2.10.1) (Phoenix) is enabled!
>07:21:32 [INFO] [Vault][Permission] GroupManager hooked.
>07:21:32 [INFO] [Vault][Chat] GroupManager - Chat hooked.
>07:21:32 [INFO] [HideMyPlugins] Enabling HideMyPlugins v1.0
>07:21:32 [INFO] [HideMyPlugins] Loaded!
>07:21:32 [INFO] [WorldEdit] Enabling WorldEdit v5.5.5
>07:21:32 [INFO] WEPIF: GroupManager detected! Using GroupManager for permissions.
>07:21:32 [INFO] [SimpleSignEdit] Enabling SimpleSignEdit v2.1
>07:21:32 [INFO] [SimpleSignEdit] Setting up database connection...
>07:21:32 [INFO] [SimpleSignEdit] Loading database driver (org.sqlite.JDBC)
>07:21:32 [INFO] [SimpleSignEdit] SimpleSignEdit v2.1 enabled.
>07:21:32 [INFO] [CreativeGates] Enabling CreativeGates v1.4
>07:21:32 [INFO] [CreativeGates v1.4] === ENABLE START ===
>07:21:32 [INFO] [SimpleSignEdit] Checking for table...
>07:21:32 [INFO] [SimpleSignEdit] Table found!
>07:21:32 [INFO] [SimpleSignEdit] Finishing database setup...
>07:21:32 [INFO] [SimpleSignEdit] Starting database listener thread...
>07:21:32 [INFO] [CreativeGates v1.4] === ENABLE DONE (Took 267ms) ===
>07:21:32 [INFO] [PlayerMarkers] Enabling PlayerMarkers v0.2.0 edit by Xephi
>07:21:32 [INFO] PlayerMarkers version 0.2.0 edit by Xephi enabled
>07:21:32 [INFO] [NoWeather] Enabling NoWeather v1.7.7
>07:21:32 [INFO] [PlayerHeads] Enabling PlayerHeads v2.9.0084
>07:21:34 [INFO] [LumosMaxima] Enabling LumosMaxima v1.5.2.0
>07:21:34 [INFO] [CookieMonster] Enabling CookieMonster v1.7.4.1
>07:21:34 [SEVERE] Cannot load plugins/CookieMonster/config.yml
org.bukkit.configuration.InvalidConfigurationException: unacceptable character '�' (0xFFFD) special characters are not allowed
in "<string>", position 6893
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:175)
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:117)
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:111)
    at com.pi.coelho.CookieMonster.CMConfig.load(CMConfig.java:114)
    at com.pi.coelho.CookieMonster.CookieMonster.onEnable(CookieMonster.java:69)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:282)
    at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:264)
    at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:304)
    at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:283)
    at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:243)
    at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:151)
    at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382)
    at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
Caused by: unacceptable character '�' (0xFFFD) special characters are not allowed
in "<string>", position 6893
    at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:70)
    at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:50)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
    ... 18 more
>07:21:34 [SEVERE] [CookieMonster] error loading configuration
org.bukkit.configuration.InvalidConfigurationException: unacceptable character '�' (0xFFFD) special characters are not allowed
in "<string>", position 6893
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
    at com.pi.coelho.CookieMonster.CMConfig.load(CMConfig.java:115)
    at com.pi.coelho.CookieMonster.CookieMonster.onEnable(CookieMonster.java:69)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:282)
    at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:264)
    at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:304)
    at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:283)
    at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:243)
    at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:151)
    at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382)
    at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
Caused by: unacceptable character '�' (0xFFFD) special characters are not allowed
in "<string>", position 6893
    at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:70)
    at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:50)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
    ... 15 more
>07:21:34 [INFO] [CookieMonster] Disabling CookieMonster v1.7.4.1
>07:21:34 [SEVERE] [CookieMonster] Failed to retrieve configuration from directory.
>07:21:34 [SEVERE] [CookieMonster] Please back up your current settings and let CookieMonster recreate it.
>07:21:34 [INFO] [WorldGuard] Enabling WorldGuard v5.7.3
>07:21:34 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
>07:21:34 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
>07:21:34 [INFO] [WorldGuard] (world) Lava fire is blocked.
>07:21:34 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
>07:21:34 [INFO] [WorldGuard] Loaded configuration for world 'world'
>07:21:34 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
>07:21:34 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
>07:21:34 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
>07:21:34 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
>07:21:34 [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
>07:21:34 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
>07:21:34 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
>07:21:34 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
>07:21:34 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
>07:21:34 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
>07:21:34 [INFO] [WorldGuard] (Wezencraft_Faction) TNT ignition is PERMITTED.
>07:21:34 [INFO] [WorldGuard] (Wezencraft_Faction) Lighters are PERMITTED.
>07:21:34 [INFO] [WorldGuard] (Wezencraft_Faction) Lava fire is blocked.
>07:21:34 [INFO] [WorldGuard] (Wezencraft_Faction) Fire spread is UNRESTRICTED.
>07:21:34 [INFO] [WorldGuard] Loaded configuration for world 'Wezencraft_Faction'
>07:21:34 [INFO] [WorldGuard] (Wezencraft2) TNT ignition is PERMITTED.
>07:21:34 [INFO] [WorldGuard] (Wezencraft2) Lighters are PERMITTED.
>07:21:34 [INFO] [WorldGuard] (Wezencraft2) Lava fire is blocked.
>07:21:34 [INFO] [WorldGuard] (Wezencraft2) Fire spread is UNRESTRICTED.
>07:21:34 [INFO] [WorldGuard] Loaded configuration for world 'Wezencraft2'
>07:21:34 [INFO] [WorldGuard] (Wezencraft_the_end) TNT ignition is PERMITTED.
>07:21:34 [INFO] [WorldGuard] (Wezencraft_the_end) Lighters are PERMITTED.
>07:21:34 [INFO] [WorldGuard] (Wezencraft_the_end) Lava fire is blocked.
>07:21:34 [INFO] [WorldGuard] (Wezencraft_the_end) Fire spread is UNRESTRICTED.
>07:21:34 [INFO] [WorldGuard] Loaded configuration for world 'Wezencraft_the_end'
>07:21:34 [INFO] [WorldGuard] (Wezencraft_Ressource) TNT ignition is PERMITTED.
>07:21:34 [INFO] [WorldGuard] (Wezencraft_Ressource) Lighters are PERMITTED.
>07:21:34 [INFO] [WorldGuard] (Wezencraft_Ressource) Lava fire is blocked.
>07:21:34 [INFO] [WorldGuard] (Wezencraft_Ressource) Fire spread is UNRESTRICTED.
>07:21:34 [INFO] [WorldGuard] Loaded configuration for world 'Wezencraft_Ressource'
>07:21:34 [INFO] [WorldGuard] (Wezencraft_nether) TNT ignition is PERMITTED.
>07:21:34 [INFO] [WorldGuard] (Wezencraft_nether) Lighters are PERMITTED.
>07:21:34 [INFO] [WorldGuard] (Wezencraft_nether) Lava fire is blocked.
>07:21:34 [INFO] [WorldGuard] (Wezencraft_nether) Fire spread is UNRESTRICTED.
>07:21:34 [INFO] [WorldGuard] Loaded configuration for world 'Wezencraft_nether'
>07:21:34 [INFO] [WorldGuard] (Wezencraft) TNT ignition is PERMITTED.
>07:21:34 [INFO] [WorldGuard] (Wezencraft) Lighters are PERMITTED.
>07:21:34 [INFO] [WorldGuard] (Wezencraft) Lava fire is blocked.
>07:21:34 [INFO] [WorldGuard] (Wezencraft) Fire spread is UNRESTRICTED.
>07:21:34 [INFO] [WorldGuard] Loaded configuration for world 'Wezencraft'
>07:21:34 [INFO] [WorldGuard] 0 regions loaded for 'world'
>07:21:34 [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
>07:21:34 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
>07:21:34 [INFO] [WorldGuard] 0 regions loaded for 'Wezencraft_Faction'
>07:21:34 [INFO] [WorldGuard] 5 regions loaded for 'Wezencraft2'
>07:21:34 [INFO] [WorldGuard] 0 regions loaded for 'Wezencraft_the_end'
>07:21:34 [INFO] [WorldGuard] 0 regions loaded for 'Wezencraft_Ressource'
>07:21:34 [INFO] [WorldGuard] 0 regions loaded for 'Wezencraft_nether'
>07:21:34 [INFO] [WorldGuard] 3 regions loaded for 'Wezencraft'
>07:21:34 [INFO] [iConomy] Enabling iConomy v7.0
>07:21:34 [INFO] [iConomy - April Fools] Enabled (12 ms)
>07:21:34 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
>07:21:34 [INFO] [Vault][Economy] iConomy 7 hooked.
>07:21:34 [INFO] [AuthMe] Enabling AuthMe v2.7.1b1
>07:21:34 [INFO] [AuthMe] Loading Configuration File...
>07:21:34 [INFO] [AuthMe] Merge new Config Options if needed..
>07:21:34 [INFO] [AuthMe] Set Language: en
>07:21:34 [INFO] [iConomy - April Fools] Purged accounts with default balance.
>07:21:34 [INFO] [AuthMe] Authme 2.7.1b1 enabled
>07:21:34 [INFO] [Permissions] Enabling Permissions v3.1.6
>07:21:34 [INFO] Fake Permissions version 3.1.6 is enabled!
>07:21:34 [INFO] WEPIF: GroupManager detected! Using GroupManager for permissions.
>07:21:34 [INFO] [AntiPub] Enabling AntiPub v0.3
>07:21:34 [INFO] [AntiPub] AntiPub v0.3 enabled!
>07:21:34 [INFO] [Timeismoney] Enabling Timeismoney v0.7
>07:21:34 [INFO] Timeismoney is now enabled
>07:21:34 [INFO] [PlotShop] Enabling PlotShop v1.4
>07:21:34 [INFO] [Essentials] Enabling Essentials v2.9.6
>07:21:34 [INFO] [Vault][Economy] Essentials Economy hooked.
>07:21:34 [INFO] Essentials: Using GroupManager based permissions.
>07:21:34 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.2.22-b277)
>07:21:34 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.6
>07:21:34 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
>07:21:34 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.6
>07:21:34 [INFO] [ChestShop] Enabling ChestShop v3.39
>07:21:35 [INFO] [ChestShop] WorldGuard version 5.7.3 loaded.
>07:21:35 [INFO] [ChestShop] Vault loaded using economy plugin iConomy 7
>07:21:35 [INFO] [EssentialsChat] Enabling EssentialsChat v2.9.6
>07:21:35 [INFO] [Factions] Enabling Factions v1.6.9.4
>07:21:35 [INFO] [Factions v1.6.9.4] === ENABLE START ===
>07:21:35 [INFO] [Factions v1.6.9.4] Loading board from disk
>07:21:35 [INFO] [Factions v1.6.9.4] Found and will integrate chat with EssentialsChat v2.9.6
>07:21:35 [INFO] [Factions v1.6.9.4] Economy integration through Vault plugin successful.
>07:21:35 [INFO] [Factions v1.6.9.4] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
>07:21:35 [INFO] [Factions v1.6.9.4] === ENABLE DONE (Took 98ms) ===
>07:21:35 [INFO] Server permissions file permissions.yml is empty, ignoring it
>07:21:35 [INFO] Done (5.793s)! For help, type "help" or "?"
>07:21:35 [INFO] GroupManager - INFO - Bukkit Permissions Updated!
>07:21:35 [INFO] [SimpleSignEdit] Database connection set up!

Et merci pour l'indication du up x)
 
Salut,

Commence par mettre a jour ton craftbukkit
Code:
[WARNING] ----- Bukkit Auto Updater -----
>07:21:30 [WARNING] Your version of CraftBukkit is out of date. Version 1.5.2-R1.0 (build #2788) was released on Sat Jun 15 01:11:24 CEST 2013.
>07:21:30 [WARNING] Details: /downloads/craftbukkit/view/02169_1.5.2-R1.0/
>07:21:30 [WARNING] Download: /downloads/craftbukkit/get/02169_1.5.2-R1.0/craftbukkit.jar
>07:21:30 [WARNING] ----- ------------------- -----

Ensuite, je t'invite a lire:
Code:
[SEVERE] GroupManager - WARNING - Inherited group 'default' not found for group Bourgeois. Ignoring entry in file: plugins/GroupManager/worlds/wezencraft/groups.yml
>07:21:32 [INFO] GroupManager - INFO - World Found: wezencraft_nether
>07:21:32 [SEVERE] GroupManager - WARNING - Inherited group 'default' not found for group Bourgeois. Ignoring entry in file: plugins/GroupManager/worlds/wezencraft_nether/groups.yml
>07:21:32 [INFO] GroupManager - INFO - World Found: wezencraft_faction
>07:21:32 [SEVERE] GroupManager - WARNING - Inherited group 'default' not found for group Bourgeois. Ignoring entry in file: plugins/GroupManager/worlds/wezencraft_faction/groups.yml
>07:21:32 [INFO] GroupManager - INFO - World Found: wezencraft_the_end
>07:21:32 [SEVERE] GroupManager - WARNING - Inherited group 'default' not found for group Bourgeois. Ignoring entry in file: plugins/GroupManager/worlds/wezencraft_the_end/groups.yml
>07:21:32 [INFO] GroupManager - INFO - World Found: wezencraft_event
>07:21:32 [INFO] GroupManager - INFO - World Found: wezencraft_ressource
>07:21:32 [SEVERE] GroupManager - WARNING - Inherited group 'default' not found for group Bourgeois. Ignoring entry in file: plugins/GroupManager/worlds/wezencraft_ressource/groups.yml
Résumé:
Tu a écrit dans ton fichier de configuration que le group inheritant au groupe Bourgeois était le groupe default. Or ce groupe n'existe pas.
Et comme tu a cette erreur dans tout tes mondes, je suppose que tu a fait des copier/collé de ton fichier dans chaque dossier ! Pourquoi n'utilise tu pas les mirriors ?

Je crois que tu ne comprend pas tout ce que tu fait. Je t'invite a lire mon tuto sur GroupManager (lien dans ma signature)

Et enfin:
Code:
Cannot load plugins/CookieMonster/config.yml
org.bukkit.configuration.InvalidConfigurationException: unacceptable character '�' (0xFFFD) special characters are not allowed
in "<string>", position 6893
Il y a un cratère invalide dans le fichier config.yml dans le dossier CookieMonster. Il s'agit du 6893ème caractère du fichier...


Et merci pour l'indication du up x)
C'est écrit dans les règles du forum.


Cordialement,
Detobel36
 
Merci du conseil, je vais revoir sa. Par contre pour trouver le 6893e character je dois les compters un par un? :c
 
Peux-tu m'en citer un s'il te plait ? Car sur Notepad++ ca n'a pas l'air d'y être.
 
J'ai reussi a régler le premier caractère qui était une très grosse faute de ma part, mais maintenant il y a le caractère 8437, mais ce caractère est une lettre d'un mot, c'est la lettre 'e' de la fin de ItemnorewardCreatur'e' ...
Donc je suis coincé ...