127 lines
3.7 KiB
JSON
127 lines
3.7 KiB
JSON
{
|
|
"main_color":"#ffffff",
|
|
"server_id":"server id (for slash cmds)",
|
|
"auth_token":"auth token",
|
|
"main_adminroles":["discord role id"],
|
|
"prefix":"!ticket ",
|
|
"languagefile":"english",
|
|
|
|
"status":{
|
|
"enabled":true,
|
|
"type":"PLAYING",
|
|
"text":"!ticket help"
|
|
},
|
|
|
|
"system":{
|
|
"ticket_channel":"channel id",
|
|
"max_allowed_tickets":3,
|
|
"enable_DM_Messages":false,
|
|
|
|
"has@everyoneaccess":false,
|
|
"member_role":"member role (this role doesn't have access to tickets)",
|
|
"closeMode":"adminonly or normal (select one of the 2)",
|
|
|
|
"transcripts":"!!!! ALL SETTINGS FOR TRANSCRIPTS ARE LOCATED IN: transcriptconfig.json !!!!",
|
|
|
|
"showSlashcmdsInHelp":false,
|
|
"answerInEphemeralOnOpen":true
|
|
},
|
|
|
|
"SUPPORT":"Take look at our wiki: https://docs.openticket.dj-dj.be or join our discord server: https://discord.dj-dj.be if you need support!",
|
|
"options":[
|
|
{
|
|
"id":"general",
|
|
"name":"Question",
|
|
"description":"Create this ticket if you have a question.",
|
|
"icon":"🎫",
|
|
"label":"question",
|
|
"type":"ticket",
|
|
|
|
"color":"gray",
|
|
"adminroles":["role id"],
|
|
"channelprefix":"question-",
|
|
"category":"category id",
|
|
"message":"You created a ticket!",
|
|
"enableDmOnOpen":true,
|
|
"ticketmessage":"The staff will help you soon!\n\n*Click on the button below to close the ticket!*",
|
|
|
|
"thumbnail":{
|
|
"enable":false,
|
|
"url":"https://www.example.com/catmemes/cat.png"
|
|
},
|
|
"image":{
|
|
"enable":false,
|
|
"url":"https://www.dj-dj.be/wp-content/uploads/2022/09/pfp-cropped.png"
|
|
},
|
|
|
|
"closedCategory":{
|
|
"enable":false,
|
|
"id":"category id"
|
|
}
|
|
|
|
},
|
|
{
|
|
"id":"website",
|
|
"name":"Website",
|
|
"description":"Go to our website.",
|
|
"icon":"✅",
|
|
"label":"click here",
|
|
"type":"website",
|
|
|
|
"url":"https://www.dj-dj.be"
|
|
|
|
},
|
|
{
|
|
"id":"role",
|
|
"name":"Verify",
|
|
"description":"Click here to get the verify role.",
|
|
"icon":"👮🏼",
|
|
"label":"get a role",
|
|
"type":"role",
|
|
|
|
"color":"red",
|
|
"roles":["discord role id"],
|
|
"mode":"add&remove|remove|add",
|
|
"enableDmOnOpen":true
|
|
|
|
}
|
|
],
|
|
|
|
"messages":[
|
|
{
|
|
"id":"1",
|
|
"name":"Choose Your Ticket",
|
|
"description":"You can click one of the buttons below!",
|
|
"dropdown":false,
|
|
|
|
"enableFooter":false,
|
|
"footer":"Open Ticket v3.3.0 - I'm a footer!",
|
|
|
|
"enableThumbnail":false,
|
|
"thumbnail":"https://www.example.com/catmemes/cat.png",
|
|
|
|
"enableCustomColor":false,
|
|
"color":"#ffffff",
|
|
|
|
"options":["general","apply"],
|
|
|
|
"other":{
|
|
"enableTicketExplaination":true,
|
|
"enableMaxTicketsWarning":true,
|
|
|
|
"customDropdownPlaceholder":{
|
|
"enable":false,
|
|
"text":"Choose a ticket"
|
|
},
|
|
"customCategoryText":{
|
|
"enable":false,
|
|
"text":"choose a category:"
|
|
},
|
|
"embedTitleURL":{
|
|
"enable":false,
|
|
"url":"https://www.dj-dj.be/projects/open-ticket"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |