IIIaKa

RealPVE_PermissionConfig

May 20th, 2024 (edited)
906
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.56 KB | Source Code | 0 0
  1. {
  2.   "List of permissions. NOTE: The first permission will be used by default for those who do not have any permissions.": [
  3.     {
  4.       "Permission Name": "realpve.default",
  5.       "Bypass Queue": false,
  6.       "Limit of beds": 15,
  7.       "Limit of shelters": 1,
  8.       "Limit of auto turrets": 12,
  9.       "Seconds that will be skipped when opening HackableLockedCrate": 0.0,
  10.       "Monuments price multiplier": 1.0,
  11.       "Events price multiplier": 1.0,
  12.       "Limit of RaidableBases(at the time)": 1,
  13.       "RaidableBases price multiplier": 1.0,
  14.       "Vehicles settings": {
  15.         "Horse": {
  16.           "Limit": 1,
  17.           "Price": 10.0
  18.         },
  19.         "Bike": {
  20.           "Limit": 1,
  21.           "Price": 5.0
  22.         },
  23.         "MotorBike": {
  24.           "Limit": 1,
  25.           "Price": 20.0
  26.         },
  27.         "Car": {
  28.           "Limit": 1,
  29.           "Price": 25.0
  30.         },
  31.         "Balloon": {
  32.           "Limit": 1,
  33.           "Price": 20.0
  34.         },
  35.         "Minicopter": {
  36.           "Limit": 1,
  37.           "Price": 25.0
  38.         },
  39.         "TransportHeli": {
  40.           "Limit": 1,
  41.           "Price": 30.0
  42.         },
  43.         "AttackHeli": {
  44.           "Limit": 1,
  45.           "Price": 30.0
  46.         },
  47.         "RHIB": {
  48.           "Limit": 1,
  49.           "Price": 25.0
  50.         },
  51.         "TugBoat": {
  52.           "Limit": 1,
  53.           "Price": 50.0
  54.         },
  55.         "RowBoat": {
  56.           "Limit": 1,
  57.           "Price": 20.0
  58.         },
  59.         "SubmarineTwo": {
  60.           "Limit": 1,
  61.           "Price": 30.0
  62.         },
  63.         "SubmarineOne": {
  64.           "Limit": 1,
  65.           "Price": 25.0
  66.         },
  67.         "Snowmobile": {
  68.           "Limit": 1,
  69.           "Price": 20.0
  70.         },
  71.         "BatteringRam": {
  72.           "Limit": 1,
  73.           "Price": 25.0
  74.         }
  75.       }
  76.     },
  77.     {
  78.       "Permission Name": "realpve.vip",
  79.       "Bypass Queue": true,
  80.       "Limit of beds": 20,
  81.       "Limit of shelters": 2,
  82.       "Limit of auto turrets": 15,
  83.       "Seconds that will be skipped when opening HackableLockedCrate": 450.0,
  84.       "Monuments price multiplier": 0.9,
  85.       "Events price multiplier": 0.9,
  86.       "Limit of RaidableBases(at the time)": 2,
  87.       "RaidableBases price multiplier": 0.9,
  88.       "Vehicles settings": {
  89.         "Horse": {
  90.           "Limit": 5,
  91.           "Price": 9.0
  92.         },
  93.         "Bike": {
  94.           "Limit": 5,
  95.           "Price": 4.5
  96.         },
  97.         "MotorBike": {
  98.           "Limit": 5,
  99.           "Price": 18.0
  100.         },
  101.         "Car": {
  102.           "Limit": 5,
  103.           "Price": 22.5
  104.         },
  105.         "Balloon": {
  106.           "Limit": 5,
  107.           "Price": 18.0
  108.         },
  109.         "Minicopter": {
  110.           "Limit": 5,
  111.           "Price": 22.5
  112.         },
  113.         "TransportHeli": {
  114.           "Limit": 5,
  115.           "Price": 27.0
  116.         },
  117.         "AttackHeli": {
  118.           "Limit": 5,
  119.           "Price": 27.0
  120.         },
  121.         "RHIB": {
  122.           "Limit": 5,
  123.           "Price": 22.5
  124.         },
  125.         "TugBoat": {
  126.           "Limit": 5,
  127.           "Price": 45.0
  128.         },
  129.         "RowBoat": {
  130.           "Limit": 5,
  131.           "Price": 18.0
  132.         },
  133.         "SubmarineTwo": {
  134.           "Limit": 5,
  135.           "Price": 27.0
  136.         },
  137.         "SubmarineOne": {
  138.           "Limit": 5,
  139.           "Price": 22.5
  140.         },
  141.         "Snowmobile": {
  142.           "Limit": 5,
  143.           "Price": 18.0
  144.         },
  145.         "BatteringRam": {
  146.           "Limit": 5,
  147.           "Price": 22.5
  148.         }
  149.       }
  150.     }
  151.   ],
  152.   "Version": {
  153.     "Major": 0,
  154.     "Minor": 1,
  155.     "Patch": 1
  156.   }
  157. }
Advertisement
Add Comment
Please, Sign In to add comment