Advertisement
JimDeadlock

NoRaid.json

Jan 8th, 2025
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. {
  2. "FriendBypass": {
  3. "Enabled": true,
  4. "FriendsApi": {
  5. "Enabled": false
  6. },
  7. "RustIoClans": {
  8. "Enabled": false
  9. },
  10. "PlayerOwner": {
  11. "Enabled": true
  12. }
  13. },
  14. "StopAllRaiding": true,
  15. "WipeRaiding": {
  16. "Enabled": false,
  17. "Amount of time from wipe people can raid (minutes)": 60.0,
  18. "Amount of seconds to check if players can raid": 5.0
  19. },
  20. "NoRaidCommand": {
  21. "Enabled": false,
  22. "DefaultMin": 30.0,
  23. "CheckInterval": 2.5
  24. },
  25. "Ui": {
  26. "Enabled": false,
  27. "RefreshInterval": 1.0,
  28. "PrimaryColor": {
  29. "R": 196.0,
  30. "G": 65.0,
  31. "B": 50.0,
  32. "A": 1.0
  33. },
  34. "DarkColor": {
  35. "R": 119.0,
  36. "G": 38.0,
  37. "B": 0.0,
  38. "A": 1.0
  39. },
  40. "AnchorMin": {
  41. "X": 0.75,
  42. "Y": 0.92
  43. },
  44. "AnchorMax": {
  45. "X": 0.98,
  46. "Y": 0.98
  47. },
  48. "TextColor": {
  49. "R": 255.0,
  50. "G": 255.0,
  51. "B": 255.0,
  52. "A": 1.0
  53. }
  54. }
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement