Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2022
477
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. {
  2. "Setting the time (in hours) and multiplying the coefficients affecting the cost": {
  3. "5": 1.0,
  4. "6": 1.2,
  5. "7": 1.4,
  6. "8": 1.5
  7. },
  8. "The list of privileges (The name of the permission and the maximum percentage of protection)": {
  9. "buildprotection.default": 30,
  10. "buildprotection.vip": 35,
  11. "buildprotection.medium": 40,
  12. "buildprotection.harm": 45,
  13. "buildprotection.diamond": 50
  14. },
  15. "The cost of 100% home protection": [
  16. {
  17. "SHORTNAME": "sulfur",
  18. "Amount": 45000,
  19. "SkinID": 0,
  20. "displayName in UI": "SULFUR",
  21. "Picture to display in the UI (leave blank if the standard item)": ""
  22. },
  23. {
  24. "SHORTNAME": "metal.refined",
  25. "Amount": 3000,
  26. "SkinID": 0,
  27. "displayName in UI": "HQM",
  28. "Picture to display in the UI (leave blank if the standard item)": ""
  29. },
  30. {
  31. "SHORTNAME": "metal.fragments",
  32. "Amount": 80000,
  33. "SkinID": 0,
  34. "displayName in UI": "METAL",
  35. "Picture to display in the UI (leave blank if the standard item)": ""
  36. },
  37. {
  38. "SHORTNAME": "glue",
  39. "Amount": 250,
  40. "SkinID": 2688973231,
  41. "displayName in UI": "DIAMOND",
  42. "Picture to display in the UI (leave blank if the standard item)": "https://i.imgur.com/2XQpFeh.png"
  43. }
  44. ]
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement