Advertisement
jtedal

Giant Excavator Pit (config for monument)

Aug 2nd, 2023 (edited)
2,055
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.29 KB | None | 0 0
  1. {
  2.   "On/Off": true,
  3.   "Position (For standard monuments and events, do not fill in this parameter)": "",
  4.   "Radius": 160.0,
  5.   "Enable the display of the radius of the zone on the map": true,
  6.   "Enable the display of the zone marker on the map": true,
  7.   "Monument settings": {
  8.     "Temporary rules for those inside the monument area.": {
  9.       "Timed duration which the player will retaion ownership of the monument in seconds:": 600,
  10.       "Warning time for owner of status expiration in seconds:": 60
  11.     },
  12.     "Temporary rules for those who left the monument area.": {
  13.       "The amount of time which the owner can leave the monument area and retain their title in seconds:": 120,
  14.       "Warning time for owner of status expiration in seconds:": 30
  15.     },
  16.     "Cooldown timer after becoming monument owner during which the player cannot claim the title again in seconds.": 600.0,
  17.     "Rules for obtaining monument owner status.": {
  18.       "If True the player must meet ALL enabled conditions to receive Owner of the Monument status; If False the player must meet only one of the enabled conditions to receive Owner of the Monument status:": false,
  19.       "The player must stay in the monument zone for a this amount of time [seconds] To disable this parameter set the value to [-1]:": 5,
  20.       "The player must deal this amount of damage [total damage] To disable this parameter set the value to [-1]:": -1.0,
  21.       "The player must open the crate:": true,
  22.       "The player must open a keycard security door:": true,
  23.       "The player must start a quarry:": false,
  24.       "The player must start Giant Excavator:": false,
  25.       "The player will immediately receive the status of the owner, if he starts hacking the crate:": true
  26.     },
  27.     "Monument rules if not monument owner.": {
  28.       "Can a non owner enter or stay in the zone:": true,
  29.       "Can deal damage to NPCs if not an owner:": false,
  30.       "Can deal damage to tanks if not an owner:": false,
  31.       "Can deal damage to barrel if not an owner:": false,
  32.       "Can crates be looted if not an owner:": false,
  33.       "Can crates be hacked if not an owner:": false,
  34.       "Can backpacks be looted if not an owner:": false,
  35.       "Can NPCs target players if not an owner:": true,
  36.       "Can tanks target players if not an owner:": true
  37.     }
  38.   }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement