Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. {
  2. "ServerName":"ServerNameHere",
  3. "NotificationScale":1.0,
  4. "NotificationDisplayTime":5.0,
  5. "AdminsIgnoreRestrictions":false,
  6. "SafeZones":[
  7. {
  8. "Name":"Zone1",
  9. "Position":[
  10. -111820,
  11. 233874,
  12. -14259.6
  13. ],
  14. "Radius":1800,
  15. "PreventPVP":true,
  16. "PreventStructureDamage":true,
  17. "PreventBuilding":true,
  18. "KillWildDinos":true,
  19. "PreventLeaving":false,
  20. "PreventEntering":false,
  21. "EnableEvents":true,
  22. "ScreenNotifications":true,
  23. "ChatNotifications":true,
  24. "SuccessNotificationColor":[
  25. 0,
  26. 1,
  27. 0,
  28. 1
  29. ],
  30. "FailNotificationColor":[
  31. 1,
  32. 0,
  33. 0,
  34. 1
  35. ],
  36. "Messages":[
  37. "You have entered {0}",
  38. "You have left {0}",
  39. "This is a Community trade center you can not build here",
  40. "You are not allowed to enter",
  41. "You are not allowed to leave"
  42. ],
  43. "ItemsConfig":{
  44. "Items":[
  45. {
  46. "Amount":1,
  47. "Quality":0,
  48. "ForceBlueprint":false,
  49. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_CarnoSaddle.PrimalItemArmor_CarnoSaddle'"
  50. }
  51. ],
  52. "Dinos":[
  53. {
  54. "Level":10,
  55. "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Carno/Carno_Character_BP.Carno_Character_BP'"
  56. }
  57. ]
  58. }
  59. },
  60. {
  61. "Name":"Zone2",
  62. "Position":[
  63. -107117,
  64. 231616,
  65. -13854.6
  66. ],
  67. "Radius":900,
  68. "PreventPVP":true,
  69. "PreventStructureDamage":false,
  70. "PreventBuilding":false,
  71. "KillWildDinos":true,
  72. "PreventLeaving":false,
  73. "PreventEntering":true,
  74. "EnableEvents":true,
  75. "ScreenNotifications":true,
  76. "ChatNotifications":true,
  77. "SuccessNotificationColor":[
  78. 0,
  79. 1,
  80. 0,
  81. 1
  82. ],
  83. "FailNotificationColor":[
  84. 1,
  85. 0,
  86. 0,
  87. 1
  88. ],
  89. "Messages":[
  90. "You have entered {0}",
  91. "You have left {0}",
  92. "This is a Community trade center you can not build here",
  93. "You are not allowed to enter",
  94. "You are not allowed to leave"
  95. ]
  96. }
  97. ]
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement