Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.64 KB | None | 0 0
  1. [
  2.   {
  3.     "category": "warn",
  4.     "entities": [
  5.       {
  6.         "name": "Warn Reason #1"
  7.       }
  8.     ]
  9.   },
  10.   {
  11.     "category": "ban",
  12.     "entities": [
  13.       {
  14.         "name": "Ban Reason #1",
  15.         "length": "1m"
  16.       }
  17.     ]
  18.   },
  19.     {
  20.     "category": "mute",
  21.     "entities": [
  22.       {
  23.         "name": "Mute Reason #1",
  24.         "length": "1m"
  25.       }
  26.     ]
  27.   },
  28.     {
  29.     "category": "kick",
  30.     "entities": [
  31.       {
  32.         "name": "Kick Reason #1",
  33.       }
  34.     ]
  35.   },
  36.     {
  37.     "category": "ipban",
  38.     "entities": [
  39.       {
  40.         "name": "IP-Ban Reason #1",
  41.         "length": "1m"
  42.       }
  43.     ]
  44.   }
  45. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement