The idea is to be able to assign a permission for a weapon, with configurable properties including ItemID, SkinId, Itemname, Ammo capacity, weapon condition. Also would allow admins to utilise custom/skinned versions of the weapon items if desired.
Admins can then sell the permission as a skill in the in game shops using economics or assign it to players in various ways for gaining skill points etc.
Maybe there are better ways ot achieve this or permissions are unnecessary. If its also just a custom item, then we can let players buy it from NPC traders too. Or maybe thats simpler with permissions, I don't know
basic config idea
"lmg.m249": {
"PermissionSettings": {
"m249extendedammo": {
"SkinId": 0,
"MagazineSize": 300,
"Condition": 500.0,
"InfiniteCondition": false,
"WeaponName": "",
"AmmoType": "",
"ItemID": -2069578888
Admins can then sell the permission as a skill in the in game shops using economics or assign it to players in various ways for gaining skill points etc.
Maybe there are better ways ot achieve this or permissions are unnecessary. If its also just a custom item, then we can let players buy it from NPC traders too. Or maybe thats simpler with permissions, I don't know
basic config idea
"lmg.m249": {
"PermissionSettings": {
"m249extendedammo": {
"SkinId": 0,
"MagazineSize": 300,
"Condition": 500.0,
"InfiniteCondition": false,
"WeaponName": "",
"AmmoType": "",
"ItemID": -2069578888
Last edited: