(0)

Merchant: Tavstal
Price: Free
Framework: ROCKETMOD
The product is temporarily disabled until the merchant uploads a version.

Description

A user-friendly shop plugin for item transactions with UI support.


Features

  • Customizable item shop
  • Customizable vehicle shop
  • Custom HUD
  • Discount system
  • SQL Database
  • Supports economy plugins that are based on Uconomy

Requirements


Commands

| - means or
[] - means required
<> - means optional


Player Commands

/buy [itemID | itemName] <​amount> Description: Buys a specific amount of items.
Permission(s): tshop.buy.item
/buyvehicle [vehicleID] Description: Buys a specific vehicle.
Permission(s): tshop.buy.vehicle
/cost [itemID] Description: Checks the cost of a specific item.
Permission(s): tshop.cost.item
/costvehicle [vehicleID] <​amount> Description: Checks the cost of a specific vehicle.
Permission(s): tshop.cost.vehicle
/sell [itemID] <​amount> Description: Sells a specific amount of items.
Permission(s): tshop.sell.item
/sellvehicle <​amount> Description: Sells the current vehicle.
Permission(s): tshop.sell.vehicle
/shop Description: Opens the UI.
Permission(s): tshop.shop

Admin Commands

/itemshop add [item name | id] [buycost] [sellcost] <​permission> Description: Manages the item shop.
Permission(s): tshop.admin.itemshop
/itemshop remove [item name | id] Description: Manages the item shop.
Permission(s): tshop.admin.itemshop
/itemshop update [item name | id] [buycost] [sellcost] <​permission> Description: Manages the item shop.
Permission(s): tshop.admin.itemshop
/vehicleshop add [vehicle name | id] <​buycost> <​sellcost> <​permission> Description: Manages the vehicle shop.
Permission(s): tshop.admin.vehicleshop
/vehicleshop remove [vehicle name | id] Description: Manages the vehicle shop.
Permission(s): tshop.admin.vehicleshop
/vehicleshop update [vehicle name | id] <​buycost> <​sellcost> <​permission> Description: Manages the vehicle shop.
Permission(s): tshop.admin.vehicleshop
/migratezaupdb [itemtablename] [vehicletablename] Description: Migrates data from the database of the zaupshop plugin.
Permission(s): tshop.admin.migratezaupdb

<?xml version="1.0" encoding="utf-8"?>
<TShopConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <databaseData>
    <DatabaseAddress>127.0.0.1</DatabaseAddress>
    <DatabasePort>3306</DatabasePort>
    <DatabaseUser>root</DatabaseUser>
    <DatabasePassword>ascent</DatabasePassword>
    <DatabaseName>unturned</DatabaseName>
    <DatabaseTable_Items>tshop_items</DatabaseTable_Items>
    <DatabaseTable_Vehicles>tshop_vehicles</DatabaseTable_Vehicles>
  </databaseData>
  <UsingQuality>true</UsingQuality>
  <ExpMode>false</ExpMode>
  <EnableDiscounts>true</EnableDiscounts>
  <minDiscountInPercent>5</minDiscountInPercent>
  <maxDiscountInPercent>10</maxDiscountInPercent>
  <ItemCountToDiscount>10</ItemCountToDiscount>
  <VehicleCountToDiscount>5</VehicleCountToDiscount>
  <DiscountInterval>1800</DiscountInterval>
  <DefaultProductIconUrl>https://durmazz.com/writable/uploads/products/default.jpg</DefaultProductIconUrl>
  <GithubItemFolders>
    <GithubFolders>
      <FolderName>0K-1K</FolderName>
      <FolderLink>https://raw.githubusercontent.com/TavstalDev/Icons/master/Vanilla/Icons1/</FolderLink>
      <MinItemID>0</MinItemID>
      <MaxItemID>1000</MaxItemID>
    </GithubFolders>
    <GithubFolders>
      <FolderName>1K-2K</FolderName>
      <FolderLink>https://raw.githubusercontent.com/TavstalDev/Icons/master/Vanilla/Icons2/</FolderLink>
      <MinItemID>1001</MinItemID>
      <MaxItemID>2000</MaxItemID>
    </GithubFolders>
    <GithubFolders>
      <FolderName>2K-3K</FolderName>
      <FolderLink />
      <MinItemID>2001</MinItemID>
      <MaxItemID>3000</MaxItemID>
    </GithubFolders>
    <GithubFolders>
      <FolderName>3K-4K</FolderName>
      <FolderLink />
      <MinItemID>3001</MinItemID>
      <MaxItemID>4000</MaxItemID>
    </GithubFolders>
    <GithubFolders>
      <FolderName>4K-5K</FolderName>
      <FolderLink />
      <MinItemID>4001</MinItemID>
      <MaxItemID>5000</MaxItemID>
    </GithubFolders>
    <GithubFolders>
      <FolderName>5K-6K</FolderName>
      <FolderLink />
      <MinItemID>5001</MinItemID>
      <MaxItemID>6000</MaxItemID>
    </GithubFolders>
    <GithubFolders>
      <FolderName>6K-7K</FolderName>
      <FolderLink />
      <MinItemID>6001</MinItemID>
      <MaxItemID>7000</MaxItemID>
    </GithubFolders>
    <GithubFolders>
      <FolderName>7K-8K</FolderName>
      <FolderLink />
      <MinItemID>7001</MinItemID>
      <MaxItemID>8000</MaxItemID>
    </GithubFolders>
    <GithubFolders>
      <FolderName>8K-9K</FolderName>
      <FolderLink />
      <MinItemID>8001</MinItemID>
      <MaxItemID>9000</MaxItemID>
    </GithubFolders>
    <GithubFolders>
      <FolderName>9K-10K</FolderName>
      <FolderLink />
      <MinItemID>9001</MinItemID>
      <MaxItemID>10000</MaxItemID>
    </GithubFolders>
    <GithubFolders>
      <FolderName>10K-11K</FolderName>
      <FolderLink />
      <MinItemID>10001</MinItemID>
      <MaxItemID>11000</MaxItemID>
    </GithubFolders>
    <GithubFolders>
      <FolderName>11K-12K</FolderName>
      <FolderLink />
      <MinItemID>11001</MinItemID>
      <MaxItemID>12000</MaxItemID>
    </GithubFolders>
    <GithubFolders>
      <FolderName>12K-13K</FolderName>
      <FolderLink />
      <MinItemID>12001</MinItemID>
      <MaxItemID>13000</MaxItemID>
    </GithubFolders>
    <GithubFolders>
      <FolderName>13K-14K</FolderName>
      <FolderLink />
      <MinItemID>13001</MinItemID>
      <MaxItemID>14000</MaxItemID>
    </GithubFolders>
    <GithubFolders>
      <FolderName>14K-15K</FolderName>
      <FolderLink />
      <MinItemID>14001</MinItemID>
      <MaxItemID>15000</MaxItemID>
    </GithubFolders>
  </GithubItemFolders>
  <GithubVehicleFolders>
    <GithubFolders>
      <FolderName>veh-0K-1K</FolderName>
      <FolderLink />
      <MinItemID>0</MinItemID>
      <MaxItemID>1000</MaxItemID>
    </GithubFolders>
  </GithubVehicleFolders>
</TShopConfiguration>
&lt;?xml&nbsp;version="1.0"&nbsp;encoding="utf-8"?&gt;<br/>&lt;Translations&nbsp;xmlns:xsd="http://www.w3.org/2001/XMLSchema"&nbsp;xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_command_buyitem_args"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))Usage:&nbsp;/buy&nbsp;[Item&nbsp;Id&nbsp;|&nbsp;Name]&nbsp;&lt;Amount&gt;((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_command_costitem_args"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))Usage:&nbsp;/cost&nbsp;[Item&nbsp;Id&nbsp;|&nbsp;Name]((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_command_sellitem_args"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))Usage:&nbsp;/sell&nbsp;[Item&nbsp;Id&nbsp;|&nbsp;Name]&nbsp;&lt;Amount&gt;((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_command_buyvehicle_args"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))Usage:&nbsp;/buyv&nbsp;[Vehicle&nbsp;Id&nbsp;|&nbsp;Name]((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_command_costvehicle_args"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))Usage:&nbsp;/costv&nbsp;[Vehicle&nbsp;Id&nbsp;|&nbsp;Name]((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_command_sellvehicle_args"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))Usage:&nbsp;/sellv&nbsp;[Current&nbsp;vehicle]((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_command_migrate_args"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))Usage:&nbsp;/mzdb&nbsp;[itemtablename]&nbsp;[vehicletablename]((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_usage_list"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))Usage:&nbsp;/shoplist&nbsp;&lt;Page&gt;((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_command_itemshop_args"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))Usage:&nbsp;/itemshop&nbsp;add&nbsp;[item&nbsp;name&nbsp;|&nbsp;id]&nbsp;[buycost]&nbsp;[sellcost]&nbsp;&lt;permission&gt;&nbsp;|&nbsp;remove&nbsp;&nbsp;[item&nbsp;name&nbsp;|&nbsp;id]&nbsp;|&nbsp;update&nbsp;[item&nbsp;name&nbsp;|&nbsp;id]&nbsp;[buycost]&nbsp;[sellcost]&nbsp;&lt;permission&gt;((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_command_itemshop_add_args"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))Usage:&nbsp;/itemshop&nbsp;add&nbsp;[item&nbsp;name&nbsp;|&nbsp;id]&nbsp;[buycost]&nbsp;[sellcost]&nbsp;&lt;permission&gt;((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_command_itemshop_update_args"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))Usage:&nbsp;/itemshop&nbsp;update&nbsp;[item&nbsp;name&nbsp;|&nbsp;id]&nbsp;[buycost]&nbsp;[sellcost]&nbsp;&lt;permission&gt;((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_command_vehicleshop_args"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))Usage:&nbsp;/vshop&nbsp;add&nbsp;[vehicle&nbsp;name&nbsp;|&nbsp;id]&nbsp;[buycost]&nbsp;[sellcost]&nbsp;&lt;permission&gt;&nbsp;|&nbsp;remove&nbsp;&nbsp;[vehicle&nbsp;name&nbsp;|&nbsp;id]&nbsp;|&nbsp;update&nbsp;[vehicle&nbsp;name&nbsp;|&nbsp;id]&nbsp;[buycost]&nbsp;[sellcost]&nbsp;&lt;permission&gt;((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_command_vehicleshop_add_args"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))Usage:&nbsp;/vshop&nbsp;add&nbsp;[vehicle&nbsp;name&nbsp;|&nbsp;id]&nbsp;[buycost]&nbsp;[sellcost]&nbsp;&lt;permission&gt;((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_command_vehicleshop_update_args"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))Usage:&nbsp;/vshop&nbsp;update&nbsp;[vehicle&nbsp;name&nbsp;|&nbsp;id]&nbsp;[buycost]&nbsp;[sellcost]&nbsp;&lt;permission&gt;((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="success_command_page"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=orange))Next&nbsp;page:&nbsp;/shoplist&nbsp;{0}&nbsp;{1}.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_command_page"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))That&nbsp;page&nbsp;doesn't&nbsp;exist.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="success_command_page_end"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))You&nbsp;have&nbsp;reached&nbsp;the&nbsp;end&nbsp;of&nbsp;the&nbsp;{0}&nbsp;shop&nbsp;list.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="success_command_page_info"&nbsp;Value="-&nbsp;{0}&nbsp;(ID:&nbsp;{1},&nbsp;buy&nbsp;price:&nbsp;{2},&nbsp;sell&nbsp;price:&nbsp;{3}&nbsp;and&nbsp;Permission:&nbsp;{4})((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_balance_not_enough"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))You&nbsp;don't&nbsp;have&nbsp;enough&nbsp;money.&nbsp;You&nbsp;need&nbsp;{0}&nbsp;to&nbsp;be&nbsp;able&nbsp;to&nbsp;buy.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_item_already_added"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))The&nbsp;{0}&nbsp;(ID:&nbsp;{1})&nbsp;is&nbsp;already&nbsp;added&nbsp;to&nbsp;the&nbsp;shop.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_item_not_added"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))This&nbsp;item&nbsp;isn't&nbsp;added&nbsp;to&nbsp;the&nbsp;shop.&nbsp;({0})((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_item_not_found"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))You&nbsp;have&nbsp;to&nbsp;add&nbsp;a&nbsp;valid&nbsp;item&nbsp;id&nbsp;or&nbsp;name.&nbsp;({0})((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_item_not_enough"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))You&nbsp;don't&nbsp;have&nbsp;enough&nbsp;items&nbsp;to&nbsp;sell.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_shop_empty"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))The&nbsp;shop&nbsp;is&nbsp;empty((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_item_buy_error"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))You&nbsp;can't&nbsp;buy&nbsp;this&nbsp;item((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_item_sell_error"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))You&nbsp;can't&nbsp;sell&nbsp;this&nbsp;item((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_item_add"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))Failed&nbsp;to&nbsp;add&nbsp;{0}&nbsp;to&nbsp;the&nbsp;item&nbsp;store.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_item_remove"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))Failed&nbsp;to&nbsp;remove&nbsp;{0}&nbsp;from&nbsp;the&nbsp;item&nbsp;store.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_item_update"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))Failed&nbsp;to&nbsp;update&nbsp;{0}&nbsp;in&nbsp;the&nbsp;item&nbsp;store.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_no_permission"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))You&nbsp;don't&nbsp;have&nbsp;enough&nbsp;permission&nbsp;to&nbsp;buy&nbsp;or&nbsp;sell&nbsp;that&nbsp;item.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_vehicle_not_exists"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))This&nbsp;vehicle&nbsp;does&nbsp;not&nbsp;exists.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_vehicle_not_added"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))This&nbsp;vehicle&nbsp;isn't&nbsp;added&nbsp;to&nbsp;the&nbsp;shop.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_vehicle_buy_error"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))You&nbsp;can't&nbsp;buy&nbsp;this&nbsp;vehicle.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_vehicle_sell_error"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))You&nbsp;can't&nbsp;sell&nbsp;this&nbsp;vehicle.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_vehicle_sell_null"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))You&nbsp;have&nbsp;to&nbsp;get&nbsp;in&nbsp;a&nbsp;vehicle&nbsp;before&nbsp;trying&nbsp;to&nbsp;sell&nbsp;one.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_vehicle_sell_owner"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))You&nbsp;are&nbsp;not&nbsp;the&nbsp;owner&nbsp;of&nbsp;this&nbsp;vehicle.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_vehicle_already_added"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))This&nbsp;vehicle&nbsp;has&nbsp;been&nbsp;already&nbsp;added&nbsp;to&nbsp;the&nbsp;vehicle&nbsp;shop.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_vehicle_add"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))Failed&nbsp;to&nbsp;add&nbsp;{0}&nbsp;to&nbsp;the&nbsp;vehicle&nbsp;store.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_vehicle_remove"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))Failed&nbsp;to&nbsp;remove&nbsp;{0}&nbsp;from&nbsp;the&nbsp;vehicle&nbsp;store.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_vehicle_update"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))Failed&nbsp;to&nbsp;update&nbsp;{0}&nbsp;in&nbsp;the&nbsp;vehicle&nbsp;store.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_migrate_console"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))Failed&nbsp;to&nbsp;migrate,&nbsp;please&nbsp;check&nbsp;the&nbsp;console.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="success_item_buy"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))You&nbsp;have&nbsp;successfully&nbsp;bought&nbsp;{1}x&nbsp;{0}&nbsp;for&nbsp;{3}{2}((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="success_item_sell"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))You&nbsp;have&nbsp;successfully&nbsp;sold&nbsp;{1}x&nbsp;{0}&nbsp;for&nbsp;{3}{2}.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="success_item_cost"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))-&nbsp;{0}'s&nbsp;buycost:&nbsp;{3}{1}&nbsp;sellcost:&nbsp;{3}{2}((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="success_vehicle_buy"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))You&nbsp;have&nbsp;successfully&nbsp;bought&nbsp;a&nbsp;{0}&nbsp;for&nbsp;{2}{1}((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="success_vehicle_sell"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))You&nbsp;have&nbsp;successfully&nbsp;sold&nbsp;your&nbsp;{0}&nbsp;for&nbsp;{2}{1}.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="success_vehicle_cost"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))-&nbsp;{0}'s&nbsp;buycost:&nbsp;{3}{1}&nbsp;sellcost:&nbsp;{3}{2}((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="success_item_removed"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))You&nbsp;have&nbsp;successfully&nbsp;removed&nbsp;{0}&nbsp;from&nbsp;the&nbsp;item&nbsp;store.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="success_item_added"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))You&nbsp;have&nbsp;successfully&nbsp;added&nbsp;{0}&nbsp;to&nbsp;the&nbsp;item&nbsp;store.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="success_item_updated"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))You&nbsp;have&nbsp;successfully&nbsp;updated&nbsp;{0}&nbsp;in&nbsp;the&nbsp;item&nbsp;store.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="success_vehicle_added"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))You&nbsp;have&nbsp;successfully&nbsp;added&nbsp;{0}&nbsp;to&nbsp;the&nbsp;vehicle&nbsp;store.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="success_vehicle_removed"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))You&nbsp;have&nbsp;successfully&nbsp;removed&nbsp;{0}&nbsp;from&nbsp;the&nbsp;vehicle&nbsp;store.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="success_vehicle_update"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))You&nbsp;have&nbsp;successfully&nbsp;updated&nbsp;{0}&nbsp;in&nbsp;the&nbsp;vehicle&nbsp;store.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="success_migrate"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))You&nbsp;have&nbsp;successfully&nbsp;migrated&nbsp;the&nbsp;data&nbsp;of&nbsp;ZaupShop.((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="success_pruchase"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))You&nbsp;have&nbsp;successfully&nbsp;bought&nbsp;{0}&nbsp;item(s).((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="success_sell"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=#BFFF00))You&nbsp;have&nbsp;successfully&nbsp;sold&nbsp;{0}&nbsp;item(s).((/color))"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="ui_total_buy"&nbsp;Value="BUY&nbsp;SUBTOTAL:&nbsp;{1}{0}"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="ui_total_sell"&nbsp;Value="SELL&nbsp;SUBTOTAL:&nbsp;{1}{0}"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="ui_discount"&nbsp;Value="&lt;color=red&gt;&lt;size=8&gt;&lt;i&gt;{2}{0}&lt;/i&gt;&lt;/size&gt;&lt;/color&gt;&nbsp;{2}{1}"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="ui_shopname"&nbsp;Value="TShop"&nbsp;/&gt;<br/>&nbsp;&nbsp;&lt;Translation&nbsp;Id="error_item_removed"&nbsp;Value="((color=#00FFFF))[TShop]((/color))&nbsp;((color=yellow))Failed&nbsp;to&nbsp;remove&nbsp;'{0}'&nbsp;from&nbsp;the&nbsp;database.((/color))"&nbsp;/&gt;<br/>&lt;/Translations&gt;

Not found

No reviews were found.