Advertisement
Guest User

Untitled

a guest
May 20th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.44 KB | None | 0 0
  1.   StringEntity params = new StringEntity("{\n" +
  2.                             "  \"username\": \"Stats for %playername%\",\n" +
  3.                             "  \"avatar_url\": \"%playeravatar%\",\n" +
  4.                             "  \"embeds\": [\n" +
  5.                             "    {\n" +
  6.                             "    \"title\": \"Playing on %rankurl% (%eloname%) - Elo with a %winrate%% Winrate (Played %played_games% Games and won %won_games% of them!)\",\n" +
  7.                             "    \"description\": \"%neweloinfo%\",\n" +
  8.                             "    \"color\": 1,\n" +
  9.                             "    \"timestamp\": \"2018-05-20T11:02:47.170Z\",\n" +
  10.                             "    \"footer\": {\n" +
  11.                             "      \"icon_url\": \"https://vignette.wikia.nocookie.net/overwatch-game/images/b/b3/Overwatch_%28organization%29.png/revision/latest?cb=20160519173535&path-prefix=pl\",\n" +
  12.                             "      \"text\": \"by OverDodo\"\n" +
  13.                             "    },\n" +
  14.                             "    \"thumbnail\": {\n" +
  15.                             "      \"url\": \"https://orig00.deviantart.net/81b9/f/2017/194/a/e/ae2ce59ed8c96955785bf2b43e7a96ad-dbg8w8n.gif\"\n" +
  16.                             "    },\n" +
  17.                             "    \"fields\": [\n" +
  18.                             "      {\n" +
  19.                             "        \"name\": \"Level:\",\n" +
  20.                             "        \"value\": \"**%level%**\",\n" +
  21.                             "        \"inline\": true\n" +
  22.                             "      },\n" +
  23.                             "      {\n" +
  24.                             "        \"name\": \"Skillrating:\",\n" +
  25.                             "        \"value\": \"**%skillrating%**\",\n" +
  26.                             "        \"inline\": true\n" +
  27.                             "      },\n" +
  28.                             "      {\n" +
  29.                             "        \"name\": \"Elims (COMP):\",\n" +
  30.                             "        \"value\": \"**Total**: `%elimscomp%`\\n**Most in Game**: `%mostelimscomp%`\",\n" +
  31.                             "        \"inline\": true\n" +
  32.                             "      },\n" +
  33.                             "      {\n" +
  34.                             "        \"name\": \"Solokills (COMP):\",\n" +
  35.                             "        \"value\": \"**Total**: `%soloelimscomp%`\\n**Most in Game**: `%mostsoloelimscomp%`\",\n" +
  36.                             "        \"inline\": true\n" +
  37.                             "      },\n" +
  38.                             "      {\n" +
  39.                             "        \"name\": \"Elims (QP):\",\n" +
  40.                             "        \"value\": \"**Total**: `%elimsqp%`\\n**Most in Game**: `%mostelimsqp%`\",\n" +
  41.                             "        \"inline\": true\n" +
  42.                             "      },\n" +
  43.                             "      {\n" +
  44.                             "        \"name\": \"Solokills (QP):\",\n" +
  45.                             "        \"value\": \"**Total**: `%soloelimsqp%`\\n**Most in Game**: `%mostsoloelimsqp%`\",\n" +
  46.                             "        \"inline\": true\n" +
  47.                             "      },\n" +
  48.                             "      {\n" +
  49.                             "        \"name\": \"Solokills (QP):\",\n" +
  50.                             "        \"value\": \"**Total**: `%soloelimsqp%`\\n**Most in Game**: `%mostsoloelimsqp%`\",\n" +
  51.                             "        \"inline\": true\n" +
  52.                             "      },\n" +
  53.                             "      {\n" +
  54.                             "        \"name\": \"Most played Heroes (QP):\",\n" +
  55.                             "        \"value\": \"**Top1**: `%top1heroqp%`\\n**Top2**: `%top2heroqp%`\\n**Top3**: `%top3heroqp%`\",\n" +
  56.                             "        \"inline\": false\n" +
  57.                             "      },\n" +
  58.                             "      {\n" +
  59.                             "        \"name\": \"Most played Heroes (COMP):\",\n" +
  60.                             "        \"value\": \"**Top1**: `%top1herocomp%`\\n**Top2**: `%top2herocomp%`\\n**Top3**: `%top3herocomp%`\",\n" +
  61.                             "        \"inline\": false\n" +
  62.                             "      }\n" +
  63.                             "    ]\n" +
  64.                             "  }\n" +
  65.                             " ]\n" +
  66.                             "}");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement