JustAzul

config/rates.js

Jun 18th, 2019 (edited)
509
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. module.exports = {
  2.     csgo: {
  3.         Buy: 21,        //how many sets you will buy for a csgo key (!sell)
  4.         Sell: 20,       //how many sets you will sell for a csgo key (!buy)
  5.         Enabled: true   //Set to true if you want to use csgo keys
  6.     },
  7.  
  8.     hydra: {
  9.         Buy: 7,         //how many sets you will buy for a csgo hydra key (!sellhydra)
  10.         Sell: 6,        //how many sets you will sell for a csgo hydra key (!buyhydra)
  11.         Enabled: true   //Set to true if you want to use csgo hydra keys
  12.     },
  13.  
  14.     tf2: {
  15.         Buy: 21,        //how many sets you will buy for a tf2 key (!selltf2)
  16.         Sell: 19,       //how many sets you will sell for a tf2 key (!buytf2)
  17.         Enabled: true   //Set to true if you want to use tf2 keys
  18.     },
  19.  
  20.     gems: {
  21.         Buy: 500,       //how many gems you will pay for a set (!sellgems)
  22.         Sell: 700,      //how many gems you will take for a set (!buygems)
  23.         Enabled: true   //Set to true if you want to use gems
  24.     }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment