commented_config.json 1.5 KB

12345678910111213141516171819202122232425262728
  1. {
  2. "UiKey": "F3", //Key to open the shop
  3. "ShopName": "Fancy Warehouse", //Shop Name label at the top of the shop window
  4. "WebsiteUrl": "url", //web url
  5. "DiscordUrl": "url", //web url
  6. "VoteRewards": false, //Enable if using the Vote Rewards plugin
  7. "DisableSellButton": false, //true will hide the sell option
  8. "DisableTradeButton": false, //true will hide the trade option
  9. "HideBuffIcon": false, //true will hide the Shop buff icon
  10. "OverrideShopIcon": "/Game/ScorchedEarth/Icons/Resources/WyvernEgg3_Icon", //changes the default shop buff icon
  11. "OverrideCurrencyIcon": "/Game/PrimalEarth/CoreBlueprints/Items/Consumables/Icons/Narcotic_Icon", //changes the default currency icon
  12. "OverrideLabels": [ // override text on the UI elements
  13. { "ItemsTabLabel": "Stuff" }, //Buy Items Tab
  14. { "KitsTabLabel": "Packs" }, //Buy Kits Tab
  15. { "StashTabLabel": "Yours" }, //Buy Stash Tab
  16. { "SellTabLabel": "Sell" }, //Sell Items tab
  17. { "TradeTabLabel": "Trade" }, //Trade Points tab
  18. { "BuyViewLabel": "Get that!" }, //Buy menu toggle
  19. { "SellViewLabel": "Sell that!" }, //Sell menu toggle
  20. { "TradeViewLabel": "Trade that!" }, //trade menu toggle
  21. { "BuyLabel": "Buy It" }, //Buy button text
  22. { "SellLabel": "Sell It" }, //Sell button text
  23. { "RedeemLabel": "Use It" }, //Redeem button text
  24. { "WebsiteLabel": "Website" }, //Website button text
  25. { "DiscordLabel": "Discord" }, //Discord button text
  26. { "ClaimVotesLabel": "Claim Votes" } //Vote Rewards button text
  27. ]
  28. }