{ "Mysql": { "server": "localhost", // MySQL Server IP or localhost "username": "plugins", // Username for MySQL DB "password": "xx6565656", // Password for MySQL DB "database": "asa_fghfgh", // DB Name "port": 3306, // DB Port "tablePrefix": "" // table Prefix (not in Use) }, "General": { "ShopName": "Farkom Shop", // Name of your Shop "ShopKey": "F1", // Shopkey (F1 - F12) "ShopIconOverride": "", // Currency Icon "BuffName": "Farkom Shop", // Name of your Buff (MultiUse Center Text) "BuffIconOverride": "", // Icon Override of your Buff Icon "RewardIntervalMinutes": 30, // Intervall in Minutes when Points gets Added "SumPlayerPassivePointsAmount": true, // True: Sum of PassivePointAmount from all Groups will add per intervall | false: Only the highest will be added "SumPlayerShopDiscount": false, // True: Sum of ShopDiscount from all Groups | false: Only the highest ShopDiscount will affect prices "ShowBuffIcon": true, // Will show the Buff Icon on the Player HUD "DisableTrade": false, // Disable Trade, if you wanne deactive the Feature "DisableSell": false, // Disable Sell, if you wanne deactive the Feature "DisableMultiuse": false, // Disable MultiUse Menu (R on PC) "CryoPodOverride": "Blueprint'/Game/Extinction/CoreBlueprints/Weapons/PrimalItem_WeaponEmptyCryopod.PrimalItem_WeaponEmptyCryopod'" // Possible to use other Cryo Mods like Dinoball }, "GroupPrivileges": [ { "ForGroups": [ "Default" // groups you want to impact, list of groups ], "PassivePointsAmount": 5, // points added per interval for this group "ShopDiscount": 0 // discount this group will have 5=5% }, { "ForGroups": [ "Admins" ], "PassivePointsAmount": 20, "ShopDiscount": 0 } ], "ShopCategories": [ { "Name": "Kits", // cat name - have to be unique "ExcludeGroups": [], // groups you want to exclude "IncludeGroups": [ "Default" // groups you wanne incluce ], "IconOverride": "Texture2D'/Game/Aberration/Icons/Resources/Gem2_Icon.Gem2_Icon'", // icon override - icon path "Description": "Resources" // discription (not used yet) }, { "Name": "ShopItems", "ExcludeGroups": [], "IncludeGroups": [ "Default" ], "IconOverride": "Texture2D'/Game/Aberration/Icons/Resources/Gem2_Icon.Gem2_Icon'", "Description": "Resources" } ], "RewardPackets": [ // reward packs are packs, they player will get a default amount (good for starter kits) { "Name": "reward_999starterkit", // name of the reward pack (intern used) -> had to be unique "FromShopPacket": "999starterkit", // pack where the reward pack is for "InitAmountIfInViableGroups": 3 // amount the player will get added for this reward pack }, { "Name": "reward_999adm_fly", "FromShopPacket": "999adm_fly", "InitAmountIfInViableGroups": 999 } ], "ShopPackets": [ { "PacketName": "999starterkit", // packet name -> has to be unique "ShopCategory": "Kits", // cat name you set in the cat section "Description": "", // description text - will shown in Shop "Price": 0, // overall price for the pack "HideFromBuy": true, // if true - players can't buy this pack -> good for redeem only packs "Items": [ { "Variants": [ { "Name": "Default", // name of Variant, has to be unique for each item/dino "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'", // bp path for the item "PriceIncrease": 0, // price increase for this pack when this variant is selected "Amount": 1, // amount if items "Quality": 0, // quality of the item "ForceBlueprint": false, "LimitBlueprintUse": 0, // limit bp uses like tek blueprints "FixedArmor": 0, // fixed amount of armor... "FixedDamage": 0, "FixedDura": 0, "FixedHypo": 0, "FixedHyper": 0 }, { "Name": "Better", "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'", "PriceIncrease": 0, "Amount": 1, "Quality": 4, "ForceBlueprint": false, "LimitBlueprintUse": 0, "FixedArmor": 0, "FixedDamage": 0, "FixedDura": 0, "FixedHypo": 0, "FixedHyper": 0 } ] } ], "Dinos": [ { "Variants": [ { "Name": "Default", // name of Variant, has to be unique for each item/dino "Blueprint": "Blueprint'/Game/Aberration/Dinos/CaveWolf/CaveWolf_Character_BP.CaveWolf_Character_BP'", // bp patch for the dino "PriceIncrease": 0, // price increase for this pack when this variant is selected "Level": 1, // level dino will have -> its the end Level of the dino "ImprintQuality": 0, // 1=100% Imprint "Neutered": false, "HasTraits": true, "Gender": "random", // male, female, random (standard - can ifnot set = random) "Saddle": "", // Saddle BP the Dino will equip "SaddleQuality": 0, // Quality of the Saddle item "FixedSaddleArmor": 0 // Fixed Armor of the Saddle } ] } ], "Commands": [ { "Name": "", // name of the Command (has to be unique) "Command": "", // Command "AsAdmin": false // some cheat required Admin Privileges. } ] } ], "ItemsToSell": [ { "Name": "sell_dodocoin", "Description": "Sell 1 DodoCoin", "ItemToSell": "Blueprint'/FarkomAscendedMod/DodoCoin/PrimalItemResource_DodoCoin.PrimalItemResource_DodoCoin'", "Amount": 1, "Price": 1 }, { "Name": "sell_dodocoin100", "Description": "Sell 100 DodoCoin", "ItemToSell": "Blueprint'/FarkomAscendedMod/DodoCoin/PrimalItemResource_DodoCoin.PrimalItemResource_DodoCoin'", "Amount": 100, "Price": 100 } ] }