Guest User

Untitled

a guest
Aug 7th, 2020
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.65 KB | None | 0 0
  1. {
  2.   "Command": "dw",
  3.   "Wipe Webhook url": "https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks",
  4.   "Protocol Webhook url": "https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks",
  5.   "Wipe message": {
  6.     "Content": "@here",
  7.     "Embed": {
  8.       "Title": "{server.name}",
  9.       "Description": "**Rustazona has just wiped and is back online!** \n`{ServerDescription}`",
  10.       "Embed Color": "#de8732",
  11.       "Image Url": "attachment://map.jpg",
  12.       "Thumbnail Url": "",
  13.       "Fields": [
  14.         {
  15.           "Title": "Seed",
  16.           "Value": "[{world.seed}](http://playrust.io/map/?Procedural%20Map_{world.size}_{world.seed})",
  17.           "Inline": true,
  18.           "Enabled": true
  19.         },
  20.         {
  21.           "Title": "Size",
  22.           "Value": "{world.size!km}km ({world.size!km^2}km^2)",
  23.           "Inline": true,
  24.           "Enabled": true
  25.         },
  26.         {
  27.           "Title": "Protocol",
  28.           "Value": "{server.protocol.network}",
  29.           "Inline": true,
  30.           "Enabled": true
  31.         },
  32.         {
  33.           "Title": "Click & Connect",
  34.           "Value": "steam://connect/{server.address}:{server.port}",
  35.           "Inline": false,
  36.           "Enabled": true
  37.         }
  38.       ],
  39.       "Footer": {
  40.         "Icon Url": "https://cdn.discordapp.com/emojis/720391764996915280.gif?v=1",
  41.         "Text": "http://rustazona.site.nfoservers.com/",
  42.         "Enabled": true
  43.       },
  44.       "Enabled": true
  45.     }
  46.   },
  47.   "Protocol message": {
  48.     "Content": "@everyone",
  49.     "Embed": {
  50.       "Title": "{server.name}",
  51.       "Description": "The server protocol has changed!",
  52.       "Embed Color": "#de8732",
  53.       "Image Url": "",
  54.       "Thumbnail Url": "",
  55.       "Fields": [
  56.         {
  57.           "Title": "Protocol",
  58.           "Value": "{server.protocol.network}",
  59.           "Inline": true,
  60.           "Enabled": true
  61.         },
  62.         {
  63.           "Title": "Previous Protocol",
  64.           "Value": "{server.protocol.previous}",
  65.           "Inline": true,
  66.           "Enabled": true
  67.         },
  68.         {
  69.           "Title": "Mandatory Client Update",
  70.           "Value": "This update requires a mandatory client update in order to be able to play on the server",
  71.           "Inline": false,
  72.           "Enabled": true
  73.         },
  74.         {
  75.           "Title": "Click & Connect",
  76.           "Value": "steam://connect/{server.address}:{server.port}",
  77.           "Inline": false,
  78.           "Enabled": true
  79.         }
  80.       ],
  81.       "Footer": {
  82.         "Icon Url": "",
  83.         "Text": "",
  84.         "Enabled": true
  85.       },
  86.       "Enabled": true
  87.     }
  88.   },
  89.   "Map Render Name": "Icons"
  90. }
Add Comment
Please, Sign In to add comment