Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "botToken": "BOT TOKEN",
- "guildId": "GUILD ID",
- "gateKeeper": {
- "deferMessage": "Hello {name}. Your Discord ID is being checked.",
- "kickIfNoDiscord": {
- "enabled": true,
- "kickMessage": "In order to join this server, you must have Discord connected to your FiveM account."
- },
- "kickIfNotInServer": {
- "enabled": true,
- "kickMessage": "You must join our Discord server before you can join. You can join us at: https://discord.gg/-LINK-"
- }
- },
- "roles": [
- {
- "roleId": "ADMIN ROLE ID",
- "principals": ["group.admin", "group.special"]
- },
- {
- "roleId": "DONATOR ROLE ID",
- "principals": ["group.donator"]
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment