Here is my Config, for some reason giving this permission "Unlimited_Ammo" to default group isn't working. Only when I test this part of the config will it work but I don't want to grant craft all items as well "craft_all_items_unlimited_ammo". Players are unable to have Unlimited Ammo for some reason can you check if configuration is okay please? Thank you very much.
{
"Rulesets": [
{
"Name": "build",
"All deployables are free": false,
"Free deployables": [],
"Items": {
"metal.fragments": 500000000,
"metal.refined": 500000000,
"stones": 500000000,
"wood": 500000000
}
},
{
"Name": "unlimited_ammo",
"All deployables are free": false,
"Free deployables": [],
"Items": {
"ammo.grenadelauncher.buckshot": 500000000,
"ammo.handmade.shell": 500000000,
"ammo.nailgun.nails": 500000000,
"ammo.pistol": 500000000,
"ammo.pistol.fire": 500000000,
"ammo.pistol.hv": 500000000,
"ammo.rifle": 500000000,
"ammo.rifle.hv": 500000000,
"ammo.shotgun": 500000000,
"ammo.shotgun.slug": 500000000,
"arrow.bone": 500000000,
"arrow.fire": 500000000,
"arrow.hv": 500000000,
"arrow.wooden": 500000000,
"speargun.spear": 500000000
}
},
{
"Name": "craft_most_items",
"All deployables are free": false,
"Free deployables": [],
"Items": {
"bone.fragments": 500000000,
"can.tuna.empty": 500000000,
"cloth": 500000000,
"fat.animal": 500000000,
"gears": 500000000,
"ladder.wooden.wall": 500000000,
"leather": 500000000,
"lowgradefuel": 500000000,
"metal.fragments": 500000000,
"metal.refined": 500000000,
"metalblade": 500000000,
"metalspring": 500000000,
"propanetank": 500000000,
"pumpkin": 500000000,
"riflebody": 500000000,
"roadsigns": 500000000,
"rope": 500000000,
"semibody": 500000000,
"sewingkit": 500000000,
"sheetmetal": 500000000,
"skull.human": 500000000,
"skull.wolf": 500000000,
"smgbody": 500000000,
"spear.wooden": 500000000,
"stash.small": 500000000,
"stones": 500000000,
"syringe.medical": 500000000,
"tarp": 500000000,
"wood": 500000000
}
},
{
"Name": "craft_all_items",
"All deployables are free": false,
"Free deployables": [],
"Items": {
"bone.fragments": 100000,
"can.tuna.empty": 100000,
"cctv.camera": 100000,
"charcoal": 100000,
"cloth": 100000,
"electric.rf.broadcaster": 100000,
"electric.rf.receiver": 100000,
"explosives": 100000,
"fat.animal": 100000,
"gears": 100000,
"grenade.beancan": 100000,
"gunpowder": 100000,
"ladder.wooden.wall": 100000,
"leather": 100000,
"lowgradefuel": 100000,
"metal.fragments": 100000,
"metal.refined": 100000,
"metalblade": 100000,
"metalpipe": 100000,
"metalspring": 100000,
"propanetank": 100000,
"pumpkin": 100000,
"riflebody": 100000,
"roadsigns": 100000,
"rope": 100000,
"scrap": 100000,
"semibody": 100000,
"sewingkit": 100000,
"sheetmetal": 100000,
"skull.human": 100000,
"skull.wolf": 100000,
"smgbody": 100000,
"spear.wooden": 100000,
"stash.small": 100000,
"stones": 100000,
"sulfur": 100000,
"syringe.medical": 100000,
"targeting.computer": 100000,
"tarp": 100000,
"techparts": 100000,
"wood": 100000
}
},
{
"Name": "craft_all_items_unlimited_ammo",
"All deployables are free": false,
"Free deployables": [],
"Items": {
"ammo.grenadelauncher.buckshot": 100000,
"ammo.grenadelauncher.he": 100000,
"ammo.grenadelauncher.smoke": 100000,
"ammo.handmade.shell": 100000,
"ammo.nailgun.nails": 100000,
"ammo.pistol": 100000,
"ammo.pistol.fire": 100000,
"ammo.pistol.hv": 100000,
"ammo.rifle": 100000,
"ammo.rifle.explosive": 100000,
"ammo.rifle.hv": 100000,
"ammo.rifle.incendiary": 100000,
"ammo.rocket.basic": 100000,
"ammo.rocket.fire": 100000,
"ammo.rocket.hv": 100000,
"ammo.shotgun": 100000,
"ammo.shotgun.fire": 100000,
"ammo.shotgun.slug": 100000,
"arrow.bone": 100000,
"arrow.fire": 100000,
"arrow.hv": 100000,
"arrow.wooden": 100000,
"bone.fragments": 100000,
"can.tuna.empty": 100000,
"cctv.camera": 100000,
"charcoal": 100000,
"cloth": 100000,
"electric.rf.broadcaster": 100000,
"electric.rf.receiver": 100000,
"explosives": 100000,
"fat.animal": 100000,
"gears": 100000,
"grenade.beancan": 100000,
"gunpowder": 100000,
"ladder.wooden.wall": 100000,
"leather": 100000,
"lowgradefuel": 100000,
"metal.fragments": 100000,
"metal.refined": 100000,
"metalblade": 100000,
"metalpipe": 100000,
"metalspring": 100000,
"propanetank": 100000,
"pumpkin": 100000,
"riflebody": 100000,
"roadsigns": 100000,
"rope": 100000,
"scrap": 100000,
"semibody": 100000,
"sewingkit": 100000,
"sheetmetal": 100000,
"skull.human": 100000,
"skull.wolf": 100000,
"smgbody": 100000,
"snowball": 100000,
"spear.wooden": 100000,
"speargun.spear": 100000,
"stash.small": 100000,
"stones": 100000,
"sulfur": 100000,
"syringe.medical": 100000,
"targeting.computer": 100000,
"tarp": 100000,
"techparts": 100000,
"wood": 100000
}
}
]
}