Hi I am new to this plugin. I have purchased the Item Perks plugin and the Item Perks Legendary Items plugin, both are installed on my server. I have the permission of itemperks.use enabled and the itemperks.loot as well. I created some items in the legendary config json file and set the drop rate to 100% in all loot crates and barrels. I am spawning in crates and barrels and I am not seeing any of the new legend items I created. Idk what I am doing wrong. I am getting just random Enhanced items from the original Item Perks plugin, with random enchants. I wish there was a video showing how to create an item step-by-step to make sure you are doing it correctly.
Here is a mock up of code I am using from the legend config json for legendary plugin,
"Item profiles":
{
"Golem Mining Hoodie": {
"Item shortname": "hoodie",
"Item skin": 3327921353,
"Restrict enhancement": true,
"Announce in chat when this item drops for the player?": false,
"Send a UINotify message to the player when this item drops?": false,
"List of perks and modifiers that the item has [perk: modifier]": {
"Prospector": 0.3,
"BlastMine": 0.2,
"RockCycler": 0.2,
"MiningLuck": 0.1
},
{
"Loot source": "Crate",
"Prefab shortname, boss profile, event name [null if not required]": null,
"A list of required skin IDs [null if not required]": [],
"Identifiers to exclude from consideration [List - null if not required]": [],
"Drop chance [%]": 1.0,
"Should we consider loot chance modifiers that the player may have?": false,
"Items that can drop from this source [profile name: drop weight]": {
"Golem Mining Hoodie": 100
}
},
IDK what im doing wrong. Is there a setting I have to enable to see my new legend items I created? Or how do I spawn the item for myself of this hoodie I made? Is there certain permissions you need to enable to see legend items or use? I wish the loot would load my custom items and not just the random Enhanced Item Perk items. I have spawned in some many loot crates and barrels and I haven't seen 1 legend item of the hoodie I created. Please help. Thx