IIIaKa

RealPVE_MonumentConfig

May 20th, 2024 (edited)
777
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.53 KB | Source Code | 0 0
  1. {
  2.   "Time in seconds(3-60) to return to the monument if the owner has left its boundaries": 15.0,
  3.   "Is it worth prohibiting players without access from picking up items in occupied monuments?": true,
  4.   "Is it worth enabling forced auto-buy for monuments where the final price is greater than 0?": false,
  5.   "Harbor — Is it worth making the Harbor monument a PvP zone when the PvP Cargo Ship(Vanilla) is docked?": true,
  6.   "Large Harbor — Is it worth making the Large Harbor monument a PvP zone when the PvP Cargo Ship(Vanilla) is docked?": true,
  7.   "HarborEvent - Is it worth making the Harbors a PvP zone during the event?": true,
  8.   "Map marker settings for an unclaimed monuments": {
  9.     "FirstColor(RGB)": {
  10.       "x": 0.0,
  11.       "y": 1.0,
  12.       "z": 0.0
  13.     },
  14.     "SecondColor(RGB)": {
  15.       "x": 0.0,
  16.       "y": 0.0,
  17.       "z": 0.0
  18.     },
  19.     "Alpha": 0.5
  20.   },
  21.   "Map marker settings for an occupied monuments": {
  22.     "FirstColor(RGB)": {
  23.       "x": 1.0,
  24.       "y": 0.921568632,
  25.       "z": 0.0156862754
  26.     },
  27.     "SecondColor(RGB)": {
  28.       "x": 0.0,
  29.       "y": 0.0,
  30.       "z": 0.0
  31.     },
  32.     "Alpha": 0.5
  33.   },
  34.   "Map marker settings for a PvP monuments": {
  35.     "FirstColor(RGB)": {
  36.       "x": 1.0,
  37.       "y": 0.0,
  38.       "z": 0.0
  39.     },
  40.     "SecondColor(RGB)": {
  41.       "x": 0.0,
  42.       "y": 0.0,
  43.       "z": 0.0
  44.     },
  45.     "Alpha": 0.5
  46.   },
  47.   "List of tracked categories of monuments": [
  48.     "RadTown",
  49.     "RadTownWater",
  50.     "RadTownSmall",
  51.     "TunnelStation",
  52.     "Custom"
  53.   ],
  54.   "List of IGNORED monument names. Example: powerplant_1": [
  55.     "example"
  56.   ],
  57.   "Settings for each monument": {
  58.     "CargoShip": {
  59.       "Category(This parameter is just a hint. Changes won’t have any effect)": "RadTownWater",
  60.       "Is it worth displaying the suffix(if any) in the monument's name?": false,
  61.       "Is it worth notifying all players about the occupation/release of the monument?": true,
  62.       "The cost for the right to loot the monument. A value of 0 makes the monument free": 50.0,
  63.       "The time in seconds(1-3600) given for looting the monument": 3600,
  64.       "The time in seconds(1-15) given to make a decision to purchase the monument": 5.0,
  65.       "Map marker display mode: 0 - disabled, 1 - enabled, 2 - enabled during PvP mode": 1,
  66.       "Is it worth creating a circle in the map marker?": true,
  67.       "PvP - Is PvP enabled at this monument? If so, players will be able to kill each other and loot will be publicly accessible": true,
  68.       "PvP - The time in seconds(0-60) during which the player retains PvP mode after leaving the PvP monument": 10.0,
  69.       "Is it worth using a progress bar for bars with a counter?": true,
  70.       "Settings for the status bar": {
  71.         "Order": 10,
  72.         "Height": 26,
  73.         "Main_Color(Hex or RGBA)": "#FFBF99",
  74.         "Main_Transparency": 0.8,
  75.         "Main_Material": "",
  76.         "Image_Url": "https://i.imgur.com/6FYEEqJ.png",
  77.         "Image_Local(Leave empty to use Image_Url)": "RealPVE_CargoShip",
  78.         "Image_Sprite(Leave empty to use Image_Local or Image_Url)": "",
  79.         "Image_IsRawImage": false,
  80.         "Image_Color(Hex or RGBA)": "#FFDCB6",
  81.         "Image_Transparency": 1.0,
  82.         "Is it worth enabling an outline for the image?": false,
  83.         "Image_Outline_Color(Hex or RGBA)": "0.1 0.3 0.8 0.9",
  84.         "Image_Outline_Transparency": 0.0,
  85.         "Image_Outline_Distance": "0.75 0.75",
  86.         "Text_Size": 12,
  87.         "Text_Color(Hex or RGBA)": "1 1 1 1",
  88.         "Text_Font(https://umod.org/guides/rust/basic-concepts-of-gui#fonts)": "RobotoCondensed-Bold.ttf",
  89.         "Is it worth enabling an outline for the text?": false,
  90.         "Text_Outline_Color(Hex or RGBA)": "#000000",
  91.         "Text_Outline_Transparency": 1.0,
  92.         "Text_Outline_Distance": "0.75 0.75",
  93.         "SubText_Size": 12,
  94.         "SubText_Color(Hex or RGBA)": "1 1 1 1",
  95.         "SubText_Font": "RobotoCondensed-Bold.ttf",
  96.         "Is it worth enabling an outline for the sub text?": false,
  97.         "SubText_Outline_Color(Hex or RGBA)": "0.5 0.6 0.7 0.5",
  98.         "SubText_Outline_Transparency": 0.0,
  99.         "SubText_Outline_Distance": "0.75 0.75"
  100.       },
  101.       "Settings for the progress status bar": {
  102.         "Main_Color(Hex or RGBA)": "1 1 1 0.15",
  103.         "Main_Transparency": 0.15,
  104.         "Progress_Reverse": true,
  105.         "Progress_Color": "#FFBF99",
  106.         "Progress_Transparency": 0.7,
  107.         "Progress_OffsetMin": "0 0",
  108.         "Progress_OffsetMax": "0 0"
  109.       }
  110.     }
  111.   },
  112.   "Version": {
  113.     "Major": 0,
  114.     "Minor": 1,
  115.     "Patch": 4
  116.   }
  117. }
Advertisement
Add Comment
Please, Sign In to add comment