Advertisement
Guest User

Untitled

a guest
Nov 4th, 2015
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.71 KB | None | 0 0
  1. {
  2.   "GUI - Position - X Min": "0.1",
  3.   "GUI - Position - Y Min": "0.65",
  4.   "Message - Admin Override Disabled the Remover Tool": "The remover tool was disabled for the time being.",
  5.   "Message - Cant Use Remove With Item": "You can't use the remover tool while you are holding an item",
  6.   "Message - External Plugin Blocking Remove": "You are not allowed use the remover tool at the moment",
  7.   "Message - Multiple Players Found": "Multiple players found",
  8.   "Message - No Players Found": "No players found",
  9.   "Message - No Rights To Remove This": "You have no rights to remove this",
  10.   "Message - Not Allowed": "You are not allowed to use this command",
  11.   "Message - Not Enough To Pay": "You don't have enough to pay for this remove",
  12.   "Message - Nothing To Remove": "Couldn't find anything to remove. Are you close enough?",
  13.   "Message - Raid Blocked": "RaidBlocker: You need to wait for {0}s before being allowed to remove again",
  14.   "Message - Remover Tool Ended": "{0}: Remover Tool Deactivated",
  15.   "Message - Target Remover Tool Ended": "The Remover Tool for {0} has ended",
  16.   "Remove - Access - Use Building Owners": true,
  17.   "Remove - Access - Use RustIO & BuildingOwners (Building Owners needs to be true)": true,
  18.   "Remove - Access - Use ToolCupboards": true,
  19.   "Remove - Auth - AuthLevel - Admin Commands": 1,
  20.   "Remove - Auth - AuthLevel - Normal Remove": 0,
  21.   "Remove - Auth - Permission - Admin Remove": "canremoveadmin",
  22.   "Remove - Auth - Permission - All Remove": "canremoveall",
  23.   "Remove - Auth - Permission - Normal Remove": "canremove",
  24.   "Remove - Auth - Permission - Target Remove": "canremovetarget",
  25.   "Remove - Default Time": 30,
  26.   "Remove - Distance - Admin": 20,
  27.   "Remove - Distance - All": 300,
  28.   "Remove - Distance - Player": 3,
  29.   "Remove - Max Remove Time": 120,
  30.   "Remove - Pay": false,
  31.   "Remove - Pay - Costs": {
  32.     "0": {
  33.       "wood": "1"
  34.     },
  35.     "1": {
  36.       "wood": "100"
  37.     },
  38.     "2": {
  39.       "stone": "150",
  40.       "wood": "100"
  41.     },
  42.     "3": {
  43.       "metal fragments": "75",
  44.       "stone": "50",
  45.       "wood": "100"
  46.     },
  47.     "4": {
  48.       "high quality metal": "25",
  49.       "metal fragments": "75",
  50.       "stone": "350",
  51.       "wood": "250"
  52.     },
  53.     "deployable": {
  54.       "wood": "50"
  55.     }
  56.   },
  57.   "Remove - Pay - Deployables": true,
  58.   "Remove - Pay - Structures": true,
  59.   "Remove - RaidBlocker": false,
  60.   "Remove - RaidBlocker - Radius To Block": 80,
  61.   "Remove - RaidBlocker - Time To Block": 300,
  62.   "Remove - Refund": true,
  63.   "Remove - Refund - Deployables": true,
  64.   "Remove - Refund - Percentage (Structures Only)": {
  65.     "0": "100.0",
  66.     "1": "100.0",
  67.     "2": "100.0",
  68.     "3": "100.0",
  69.     "4": "100.0"
  70.   },
  71.   "Remove - Refund - Structures": true
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement