Guest User

Untitled

a guest
Sep 10th, 2021
1,410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.70 KB | None | 0 0
  1. {
  2.   "botToken": "BOT TOKEN",
  3.   "guildId": "GUILD ID",
  4.   "gateKeeper": {
  5.     "deferMessage": "Hello {name}. Your Discord ID is being checked.",
  6.     "kickIfNoDiscord": {
  7.       "enabled": true,
  8.       "kickMessage": "In order to join this server, you must have Discord connected to your FiveM account."
  9.     },
  10.     "kickIfNotInServer": {
  11.       "enabled": true,
  12.       "kickMessage": "You must join our Discord server before you can join. You can join us at: https://discord.gg/-LINK-"
  13.     }
  14.   },
  15.   "roles": [
  16.     {
  17.       "roleId": "ADMIN ROLE ID",
  18.       "principals": ["group.admin", "group.special"]
  19.     },
  20.     {
  21.       "roleId": "DONATOR ROLE ID",
  22.       "principals": ["group.donator"]
  23.     }
  24.   ]
  25. }
  26.  
Advertisement
Add Comment
Please, Sign In to add comment