Advertisement
Guest User

new shop

a guest
Mar 22nd, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 18.63 KB | None | 0 0
  1. {
  2.   "Mysql":{  
  3.     "UseMysql":false,
  4.     "MysqlHost":"localhost",
  5.     "MysqlUser":"apitest",
  6.     "MysqlPass":"12345",
  7.     "MysqlDB":"apitest"
  8.   },  
  9.   "General":{  
  10.     "TimedPointsReward":{  
  11.       "Enabled":true,
  12.       "Interval":5,
  13.       "Groups":{  
  14.         "Default":{  
  15.           "Amount":5
  16.         },
  17.         "Premiums":{  
  18.           "Amount":15
  19.         }
  20.       }
  21.     },
  22.     "ItemsPerPage":15,
  23.     "ShopDisplayTime":15.0,
  24.     "ShopTextSize":1.3,
  25.     "DbPathOverride":"",
  26.     "DefaultKit":"starter"
  27.   },
  28.   "Kits": {  
  29.     "starter": {  
  30.       "DefaultAmount": 5,
  31.       "Price": 0,
  32.       "Description": "Starter kit",
  33.       "OnlyFromSpawn": false,
  34.       "Items":[{
  35.           "Amount": 1,
  36.           "Quality": 5,
  37.           "ForceBlueprint": false,
  38.           "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_PteroSaddle.PrimalItemArmor_PteroSaddle'"
  39.         },
  40.         {
  41.         "Amount": 1,
  42.           "Quality": 5,
  43.           "ForceBlueprint": false,
  44.           "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
  45.         },
  46.         {
  47.           "Amount": 1,
  48.           "Quality": 5,
  49.           "ForceBlueprint": false,
  50.           "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
  51.         },
  52.         {
  53.           "Amount": 1,
  54.           "Quality": 5,
  55.           "ForceBlueprint": false,
  56.           "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponOneShotRifle.PrimalItem_WeaponOneShotRifle'"
  57.         },
  58.         {
  59.           "Amount": 1,
  60.           "Quality": 5,
  61.           "ForceBlueprint": false,
  62.           "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponPike.PrimalItem_WeaponPike'"
  63.         },
  64.         {
  65.           "Amount": 1,
  66.           "Quality": 5,
  67.           "ForceBlueprint": false,
  68.           "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalPants.PrimalItemArmor_MetalPants'"
  69.         },
  70.         {
  71.           "Amount": 1,
  72.           "Quality": 5,
  73.           "ForceBlueprint": false,
  74.           "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalShirt.PrimalItemArmor_MetalShirt'"
  75.         },
  76.         {
  77.           "Amount": 1,
  78.           "Quality": 5,
  79.           "ForceBlueprint": false,
  80.           "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalHelmet.PrimalItemArmor_MetalHelmet'"
  81.         },
  82.         {
  83.           "Amount": 1,
  84.           "Quality": 5,
  85.           "ForceBlueprint": false,
  86.           "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalBoots.PrimalItemArmor_MetalBoots'"
  87.         },
  88.         {
  89.           "Amount": 1,
  90.           "Quality": 5,
  91.           "ForceBlueprint": false,
  92.           "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalGloves.PrimalItemArmor_MetalGloves'"
  93.         },
  94.         {
  95.           "Amount": 100,
  96.           "Quality": 0,
  97.           "ForceBlueprint": false,
  98.           "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_TranqDart.PrimalItemAmmo_TranqDart'"
  99.         },
  100.         {
  101.           "Amount": 200,
  102.           "Quality": 0,
  103.           "ForceBlueprint": false,
  104.           "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_SimpleRifleBullet.PrimalItemAmmo_SimpleRifleBullet'"
  105.         },
  106.         {
  107.           "Amount": 2,
  108.           "Quality": 0,
  109.           "ForceBlueprint": false,
  110.           "Blueprint": "Blueprint'/Game/Mods/BetterReusables/GrapplingHook/PrimalItemAmmo_ReusableGrapplingHook.PrimalItemAmmo_ReusableGrapplingHook"
  111.         },
  112.         {
  113.           "Amount": 1,
  114.           "Quality": 0,
  115.           "ForceBlueprint": false,
  116.           "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/WeaponAttachments/PrimalItemWeaponAttachment_Scope.PrimalItemWeaponAttachment_Scope'"
  117.         }],
  118.       "Dinos":[{
  119.           "Level": 224,
  120.           "Blueprint": "Blueprint'/Game/Mods/ClassicFlyers/Dinos/Ptero/Ptero_Character_BP.Ptero_Character_BP'"
  121.         }
  122.     ]
  123. },
  124.   "ShopItems":{  
  125.     "angler":{  
  126.       "Type":"dino",
  127.       "Description":"Anglerfish",
  128.       "Level":224,
  129.       "Price":300,
  130.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Anglerfish/Angler_Character_BP.Angler_Character_BP'"
  131.     },
  132.     "achatina":{  
  133.       "Type":"dino",
  134.       "Description":"Achatina",
  135.       "Level":224,
  136.       "Price":500,
  137.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Achatina/Achatina_Character_BP.Achatina_Character_BP'"
  138.     },
  139.     "basilo":{  
  140.       "Type":"dino",
  141.       "Description":"Basilosaurus",
  142.       "Level":224,
  143.       "Price":600,
  144.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Basilosaurus/Basilosaurus_Character_BP.Basilosaurus_Character_BP'"
  145.     },
  146.     "basilisk":{  
  147.       "Type":"dino",
  148.       "Description":"Basilisk",
  149.       "Level":224,
  150.       "Price":1000,
  151.       "Blueprint":"Blueprint'/Game/Aberration/Dinos/Basilisk/Basilisk_Character_BP.Basilisk_Character_BP'"
  152.     },
  153.     "bulbdog":{  
  154.       "Type":"dino",
  155.       "Description":"Bulbdog",
  156.       "Level":224,
  157.       "Price":50,
  158.       "Blueprint":"Blueprint'/Game/Aberration/Dinos/LanternPug/LanternPug_Character_BP.LanternPug_Character_BP'"
  159.     },
  160.     "daeodon":{  
  161.       "Type":"dino",
  162.       "Description":"Daeodon",
  163.       "Level":224,
  164.       "Price":500,
  165.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Daeodon/Daeodon_Character_BP.Daeodon_Character_BP'"
  166.     },
  167.     "dungbeetle":{  
  168.       "Type":"dino",
  169.       "Description":"Dungbeetle",
  170.       "Level":224,
  171.       "Price":200,
  172.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/DungBeetle/DungBeetle_Character_BP.DungBeetle_Character_BP'"
  173.     },
  174.     "dunkle":{  
  175.       "Type":"dino",
  176.       "Description":"Dunkleosteus",
  177.       "Level":224,
  178.       "Price":500,
  179.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Dunkleosteus/Dunkle_Character_BP.Dunkle_Character_BP'"
  180.     },
  181.     "featherlight":{  
  182.       "Type":"dino",
  183.       "Description":"Featherlight",
  184.       "Level":224,
  185.       "Price":50,
  186.       "Blueprint":"Blueprint'/Game/Aberration/Dinos/LanternBird/LanternBird_Character_BP.LanternBird_Character_BP'"
  187.     },
  188.     "firewyvern":{  
  189.       "Type":"dino",
  190.       "Description":"FireWyvern",
  191.       "Level":224,
  192.       "Price":1200,
  193.       "Blueprint":"Blueprint'/Game/Mods/ClassicFlyers/Dinos/Wyvern/Wyvern_Character_BP_Fire.Wyvern_Character_BP_Fire'"
  194.     },
  195.     "giga":{  
  196.       "Type":"dino",
  197.       "Description":"Giganotosaurus",
  198.       "Level":224,
  199.       "Price":1500,
  200.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Giganotosaurus/Gigant_Character_BP.Gigant_Character_BP'"
  201.     },
  202.     "gigantopit":{  
  203.       "Type":"dino",
  204.       "Description":"Gigantopithecus",
  205.       "Level":224,
  206.       "Price":500,
  207.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Bigfoot/Bigfoot_Character_BP.Bigfoot_Character_BP'"
  208.     },
  209.     "glowtail":{  
  210.       "Type":"dino",
  211.       "Description":"Glowtail",
  212.       "Level":224,
  213.       "Price":50,
  214.       "Blueprint":"Blueprint'/Game/Aberration/Dinos/LanternLizard/LanternLizard_Character_BP.LanternLizard_Character_BP'"
  215.     },
  216.     "griffin":{  
  217.       "Type":"dino",
  218.       "Description":"Griffin",
  219.       "Level":224,
  220.       "Price":800,
  221.       "Blueprint":"Blueprint'/Game/Mods/ClassicFlyers/Dinos/Griffin/Griffin_Character_BP.Griffin_Character_BP'"
  222.     },
  223.     "icewyvern":{  
  224.       "Type":"dino",
  225.       "Description":"IceWyvernVANILLA",
  226.       "Level":224,
  227.       "Price":1200,
  228.       "Blueprint":  "Blueprint'/Game/Mods/Ragnarok/Custom_Assets/Dinos/Wyvern/Ice_Wyvern/Ragnarok_Wyvern_Override_Ice.Ragnarok_Wyvern_Override_Ice'"
  229.     },
  230.     "karkinos":{  
  231.       "Type":"dino",
  232.       "Description":"Karkinos",
  233.       "Level":224,
  234.       "Price":1000,
  235.       "Blueprint":"Blueprint'/Game/Aberration/Dinos/Crab/Crab_Character_BP.Crab_Character_BP'"
  236.     },
  237.     "lightwyvern":{  
  238.       "Type":"dino",
  239.       "Description":"LightningWyvern",
  240.       "Level":224,
  241.       "Price":1200,
  242.       "Blueprint":"Blueprint'/Game/Mods/ClassicFlyers/Dinos/Wyvern/Wyvern_Character_BP_Lightning.Wyvern_Character_BP_Lightning'"
  243.     },
  244.     "mana":{  
  245.       "Type":"dino",
  246.       "Description":"Managarmr",
  247.       "Level":224,
  248.       "Price":2500,
  249.       "Blueprint":"Blueprint'/Game/Extinction/Dinos/IceJumper/IceJumper_Character_BP.IceJumper_Character_BP'"
  250.     },
  251.     "mantis":{  
  252.       "Type":"dino",
  253.       "Description":"Mantis",
  254.       "Level":224,
  255.       "Price":500,
  256.       "Blueprint":"Blueprint'/Game/ScorchedEarth/Dinos/Mantis/Mantis_Character_BP.Mantis_Character_BP'"
  257.     },
  258.     "megalodon":{  
  259.       "Type":"dino",
  260.       "Description":"Megalodon",
  261.       "Level":224,
  262.       "Price":500,
  263.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Megalodon/Megalodon_Character_BP.Megalodon_Character_BP'"
  264.     },
  265.     "megalo":{  
  266.       "Type":"dino",
  267.       "Description":"Megalosaurus",
  268.       "Level":224,
  269.       "Price":600,
  270.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Megalosaurus/Megalosaurus_Character_BP.Megalosaurus_Character_BP'"
  271.     },
  272.     "megath":{  
  273.       "Type":"dino",
  274.       "Description":"Megatherium",
  275.       "Level":224,
  276.       "Price":600,
  277.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Megatherium/Megatherium_Character_BP.Megatherium_Character_BP'"
  278.     },
  279.     "mosa":{  
  280.       "Type":"dino",
  281.       "Description":"Mosasaurus",
  282.       "Level":224,
  283.       "Price":1000,
  284.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Mosasaurus/Mosa_Character_BP.Mosa_Character_BP'"
  285.     },
  286.     "moschops":{  
  287.       "Type":"dino",
  288.       "Description":"Moschops",
  289.       "Level":224,
  290.       "Price":500,
  291.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Moschops/Moschops_Character_BP.Moschops_Character_BP'"
  292.     },
  293.     "pachyrhino":{  
  294.       "Type":"dino",
  295.       "Description":"Pachyrhinosaurus",
  296.       "Level":224,
  297.       "Price":750,
  298.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Pachyrhinosaurus/Pachyrhino_Character_BP.Pachyrhino_Character_BP'"
  299.     },
  300.     "paracer":{  
  301.       "Type":"dino",
  302.       "Description":"Paraceratherium",
  303.       "Level":224,
  304.       "Price":1000,
  305.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Paraceratherium/Paracer_Character_BP.Paracer_Character_BP'"
  306.     },
  307.     "para":{  
  308.       "Type":"dino",
  309.       "Description":"Parasaur",
  310.       "Level":224,
  311.       "Price":200,
  312.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Para/Para_Character_BP.Para_Character_BP'"
  313.     },
  314.     "ptera":{  
  315.       "Type":"dino",
  316.       "Description":"Pteranodon",
  317.       "Level":224,
  318.       "Price":200,
  319.       "Blueprint":"Blueprint'/Game/Mods/ClassicFlyers/Dinos/Ptero/Ptero_Character_BP.Ptero_Character_BP'"
  320.     },
  321.     "poisonwyvern":{  
  322.       "Type":"dino",
  323.       "Description":"PoisonWyvern",
  324.       "Level":224,
  325.       "Price":1200,
  326.       "Blueprint":"Blueprint'/Game/Mods/ClassicFlyers/Dinos/Wyvern/Wyvern_Character_BP_Poison.Wyvern_Character_BP_Poison'"
  327.     },
  328.     "quetz":{  
  329.       "Type":"dino",
  330.       "Description":"Quetzal",
  331.       "Level":224,
  332.       "Price":1000,
  333.       "Blueprint":"Blueprint'/Game/Mods/ClassicFlyers/Dinos/Quetz/Quetz_Character_BP.Quetz_Character_BP'"
  334.     },
  335.     "rex":{  
  336.       "Type":"dino",
  337.       "Description":"Rex",
  338.       "Level":224,
  339.       "Price":800,
  340.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Rex/Rex_Character_BP.Rex_Character_BP'"
  341.     },
  342.     "reaper":{  
  343.       "Type":"dino",
  344.       "Description":"ReaperKing",
  345.       "Level":224,
  346.       "Price":1500,
  347.       "Blueprint":"Blueprint'/Game/Aberration/Dinos/Nameless/Xenomorph_Character_BP_Male.Xenomorph_Character_BP_Male'"
  348.     },
  349.     "rock":{  
  350.       "Type":"dino",
  351.       "Description":"RockGolem",
  352.       "Level":224,
  353.       "Price":1500,
  354.       "Blueprint":"Blueprint'/Game/ScorchedEarth/Dinos/RockGolem/RockGolem_Character_BP.RockGolem_Character_BP'"
  355.     },
  356.     "rockdrake":{  
  357.       "Type":"dino",
  358.       "Description":"RockDrake",
  359.       "Level":224,
  360.       "Price":1000,
  361.       "Blueprint":"Blueprint'/Game/Mods/ClassicFlyers/Dinos/RockDrake/RockDrake_Character_BP.RockDrake_Character_BP'"
  362.     },
  363.     "shinehorn":{  
  364.       "Type":"dino",
  365.       "Description":"Shinehorn",
  366.       "Level":224,
  367.       "Price":50,
  368.       "Blueprint":"Blueprint'/Game/Aberration/Dinos/LanternGoat/LanternGoat_Character_BP.LanternGoat_Character_BP'"
  369.     },
  370.     "spino":{  
  371.       "Type":"dino",
  372.       "Description":"Spinosaur",
  373.       "Level":224,
  374.       "Price":700,
  375.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Spino/Spino_Character_BP.Spino_Character_BP'"
  376.     },
  377.     "stego":{  
  378.       "Type":"dino",
  379.       "Description":"Stegosaurus",
  380.       "Level":224,
  381.       "Price":600,
  382.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Stego/Stego_Character_BP.Stego_Character_BP'"
  383.     },
  384.     "tape":{  
  385.       "Type":"dino",
  386.       "Description":"Tapejara",
  387.       "Level":224,
  388.       "Price":800,
  389.       "Blueprint":"Blueprint'/Game/Mods/ClassicFlyers/Dinos/Tapejara/Tapejara_Character_BP.Tapejara_Character_BP'"
  390.     },
  391.     "tekquetz":{  
  392.       "Type":"dino",
  393.       "Description":"TekQuetzal",
  394.       "Level":268,
  395.       "Price":1500,
  396.       "Blueprint":"Blueprint'/Game/Mods/ClassicFlyers/Dinos/Quetz/BionicQuetz_Character_BP.BionicQuetz_Character_BP'"
  397.     },
  398.     "tekpara":{  
  399.       "Type":"dino",
  400.       "Description":"TekParasaur",
  401.       "Level":268,
  402.       "Price":400,
  403.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Para/BionicPara_Character_BP.BionicPara_Character_BP'"
  404.     },
  405.     "tekraptor":{  
  406.       "Type":"dino",
  407.       "Description":"TekRaptor",
  408.       "Level":268,
  409.       "Price":700,
  410.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Raptor/BionicRaptor_Character_BP.BionicRaptor_Character_BP'"
  411.     },
  412.     "tekrex":{  
  413.       "Type":"dino",
  414.       "Description":"TekRex",
  415.       "Level":268,
  416.       "Price":1200,
  417.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Rex/BionicRex_Character_BP.BionicRex_Character_BP'"
  418.     },
  419.     "tekstego":{  
  420.       "Type":"dino",
  421.       "Description":"TekStego",
  422.       "Level":224,
  423.       "Price":1000,
  424.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Stego/BionicStego_Character_BP.BionicStego_Character_BP'"
  425.     },
  426.     "theri":{  
  427.       "Type":"dino",
  428.       "Description":"Therizinosaur",
  429.       "Level":224,
  430.       "Price":1000,
  431.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Therizinosaurus/Therizino_Character_BP.Therizino_Character_BP'"
  432.     },
  433.     "thyla":{  
  434.       "Type":"dino",
  435.       "Description":"Thylacoleo",
  436.       "Level":224,
  437.       "Price":600,
  438.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Thylacoleo/Thylacoleo_Character_BP.Thylacoleo_Character_BP'"
  439.     },
  440.     "trike":{  
  441.       "Type":"dino",
  442.       "Description":"Triceratops",
  443.       "Level":224,
  444.       "Price":700,
  445.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Trike/Trike_Character_BP.Trike_Character_BP'"
  446.     },
  447.     "tuso":{  
  448.       "Type":"dino",
  449.       "Description":"Tusoteuthis",
  450.       "Level":224,
  451.       "Price":1500,
  452.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Tusoteuthis/Tusoteuthis_Character_BP.Tusoteuthis_Character_BP'"
  453.     },
  454.     "rhino":{  
  455.       "Type":"dino",
  456.       "Description":"Rhino",
  457.       "Level":224,
  458.       "Price":800,
  459.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/WoollyRhino/Rhino_Character_BP.Rhino_Character_BP'"
  460.     },
  461.     "yuti":{  
  462.       "Type":"dino",
  463.       "Description":"Yutyrannus",
  464.       "Level":224,
  465.       "Price":1000,
  466.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Yutyrannus/Yutyrannus_Character_BP.Yutyrannus_Character_BP'"
  467.     }
  468.     },
  469.     "SellItems":{
  470.         "element":{
  471.             "Type":"item",
  472.             "Description":"10000x element",
  473.             "Price":1,
  474.             "Amount":10000,
  475.             "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Element.PrimalItemResource_Element'"
  476.         }
  477.     },
  478.   "Messages":{  
  479.     "Sender":"ArkShop",
  480.     "BoughtItem":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought item</>",
  481.     "BoughtDino":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought dino</>",
  482.     "BoughtBeacon":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought beacon</>",
  483.     "BoughtExp":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought experience</>",
  484.     "ReceivedPoints":"<RichColor Color=\"1, 1, 0, 1\">You have received {0} points! (total: {1})</>",
  485.     "HavePoints":"You have {0} points",
  486.     "NoPoints":"<RichColor Color=\"1, 0, 0, 1\">You don't have enough points</>",
  487.     "WrongId":"<RichColor Color=\"1, 0, 0, 1\">Wrong id</>",
  488.     "NoPermissionsKit":"<RichColor Color=\"1, 0, 0, 1\">You don't have permission to use this kit</>",
  489.     "CantBuyKit":"<RichColor Color=\"1, 0, 0, 1\">You can't buy this kit</>",
  490.     "BoughtKit":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought {0} kit</>",
  491.     "AvailableKits":"Available kits for you:",
  492.     "NoKits":"No available kits",
  493.     "KitsLeft":"You have {0} {1} kits left",
  494.     "NoKitsLeft":"You don't have {0} kits left",
  495.     "CantGivePoints":"<RichColor Color=\"1, 0, 0, 1\">You can't give points to yourself</>",
  496.     "RidingDino":"<RichColor Color=\"1, 0, 0, 1\">You can't buy this item while riding a dino</>",
  497.     "SentPoints":"<RichColor Color=\"0, 1, 0, 1\">You have successfully sent {0} points to {1}</>",
  498.     "GotPoints":"You have received {0} points from {1}",
  499.     "NoPlayer":"<RichColor Color=\"1, 0, 0, 1\">Player doesn't exist</>",
  500.     "FoundMorePlayers":"<RichColor Color=\"1, 0, 0, 1\">Found more than one player with the given name</>",
  501.     "BuyUsage":"Usage: /buy id amount",
  502.     "ShopUsage":"Usage: /shop page",
  503.     "KitUsage":"Usage: /kit KitName",
  504.     "BuyKitUsage":"Usage: /BuyKit KitName amount",
  505.     "TradeUsage":"Usage: /trade 'Player Name' amount",
  506.     "PointsCmd":"/points",
  507.     "TradeCmd":"/trade",
  508.     "BuyCmd":"/buy",
  509.     "ShopCmd":"/shop",
  510.     "KitCmd":"/kit",
  511.     "BuyKitCmd":"/buykit",
  512.     "SellCmd":"/sell",
  513.     "ShopSellCmd":"/shopsell",
  514.     "SellUsage":"Usage: /sell id amount",
  515.     "NotEnoughItems":"<RichColor Color=\"1, 0, 0, 1\">You don't have enough items ({0}/{1})</>",
  516.     "SoldItems":"<RichColor Color=\"0, 1, 0, 1\">You have successfully sold items</>",
  517.     "BadLevel":"<RichColor Color=\"1, 0, 0, 1\">Required level: {0} - {1}</>",
  518.     "KitsListPrice":"Price: {0}",
  519.     "KitsListFormat":"\"{0}\" - {1}. {2} left. {3}\n",
  520.     "StoreListDino":"{0}) {1}. Level: {2}. Id: {3}. Price: {4}\n",
  521.     "StoreListItem":"{0}) {1}. Id: {2}. Price: {3}\n",
  522.     "StoreListFormat":"{0}",
  523.     "OnlyOnSpawnKit":"This kit can be used only on spawn",
  524.     "HelpCmd":"/shophelp",
  525.     "ShopMessage":"Usage: /buy id amount",
  526.     "HelpMessage":"This is shop help message"
  527.     }
  528. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement