Advertisement
JustAzul

config/rates.js

May 2nd, 2021 (edited)
1,297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. module.exports = {
  2.   csgo: {
  3.     Buy: 10500, // how many gems you will pay for a csgo key (!buy)
  4.     Sell: 11500, // how many gems they will pay for a csgo key (!sell)
  5.     Enabled: true, // Set to true if you want to use csgo keys
  6.   },
  7.  
  8.   hydra: {
  9.     Buy: 3500, // how many gems you will pay for a csgo hydra key (!buyhydra)
  10.     Sell: 3850, // how many gems they will pay for a csgo hydra key (!sellhydra
  11.     Enabled: true, // Set to true if you want to use csgo hydra keys
  12.   },
  13.  
  14.   tf2: {
  15.     Buy: 10800, // how many gems you will pay for a tf2 key (!buytf2)
  16.     Sell: 10600, // how many gems they will pay for a  tf2 key (!selltf2)
  17.     Enabled: true, // Set to true if you want to use tf2 keys
  18.   },
  19.  
  20.   backgrounds: {
  21.     Buy: 10, // how many gems you will pay for a random background
  22.     Sell: 15, // how many gems they will pay for a random background
  23.     Enabled: true, // Set to true if you want to use background
  24.   },
  25.  
  26.   emotes: {
  27.     Buy: 10, // how many gems you will pay for a random emote
  28.     Sell: 15, // how many gems they will pay for a random emote
  29.     Enabled: true, // Set to true if you want to use emote
  30.   },
  31. };
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement