Advertisement
Guest User

Shop Currencies Example

a guest
Oct 7th, 2024
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. },
  2. "Currencies": {
  3. "Enabled": false,
  4. "Enabled currency for buying items (key - economy ID, if you use economy by default use 0)": {
  5. "0": {
  6. "Price": 100.0
  7. },
  8. "1": {
  9. "Price": 100.0
  10. }
  11. },
  12. "Currency for selling items (key - economy ID, if you use economy by default use 0)": {
  13. "0": {
  14. "Price": 100.0
  15. },
  16. "1": {
  17. "Price": 100.0
  18. }
  19. }
  20. }
  21. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement