Voila ce que je trouve dans le fichier .json :
{
"Messages": {
"BlockedItem": "{0} has already been blocked!",
"BlockSucces": "{0} has been blocked from crafting.",
"CraftBlockedItem": "{0} is blocked and can not be crafted!",
"CurrentCraftingRate": "The crafting rate is set to {0}%.",
"InvalidItem": "{0} is not a valid item. Please use the name of the item as it appears in the item list. Ex: Camp Fire",
"ModifyCraftingRate": "The crafting rate is now set to {0}%.",
"ModifyCraftingRateError": "The new crafting rate must be a number. 0 is instant craft, 100 is normal and 200 is double!",
"ModifyCraftingRateItem": "The crafting rate for {0} is now set to {1}%.",
"NoBlockedItems": "No items have been blocked.",
"NoItemRate": "You need to specify an item and a new crafting rate for this command.",
"NoItemSpecified": "You need to specify an item for this command.",
"NoPermission": "You don't have permission to use this command.",
"ShowBlockedItems": "The following items are blocked: ",
"UnblockItem": "{0} is not blocked!",
"UnblockSucces": "{0} is no longer blocked from crafting."
},
"Options": {
"BlockedItems": [],
"CompleteCurrentCraftingOnShutdown": false,
"CraftingRate": 100.0,
"IndividualCraftingRates": {},
"InstantCraftForAdmins": true,
"InstantCraftForModerators": false
},
"Settings": {
"ChatPrefix": "Crafting Controller",
"ChatPrefixColor": "#008000ff"
}
}
Je voulais juste savoir où l'on doit mettre la liste des objets à bloquer dans ce code, je me suis dit que c'était peu être entre les crochets blockeditems dans les options mais je n'en suis pas sûr quelqu'un pourrais me renseigner svp ?
Merci d'avance