DiscordAPI for Construct 3/2
A downloadable tool
DiscordAPI
The DiscordAPI Construct 3 addon seamlessly integrates Discord with Construct 3, empowering developers to enhance communication and interactivity in their games. With easy webhook management, OAuth2 integration, DM writing, and role management, this addon simplifies the process of integrating Discord functionality.
FEATURES
- Discord Webhooks ( Send, Edit, Delete)
- Receive Messages from Discord
- Give users a role in your Discord server
- Send Messages to Discord
- Discord OAuth2 in Construct 3/2!
- Receiving E-Mail, DiscordNickname, DiscordID, AvatarURL of User
- Fully LogIn system
- Worker mode support / C2runtime support
SUPPORT
You can contact the support on our Discord server!
DOCUMENTATION
You can find the documentation link here or in your Discord server! (Link on top)
For any Bugs/Feature requests feel free to hit me up on Discord Huskycraft#0001 or take a look at the #suggestions and #bug-reports channel in our Discord!
CONSTRUCT 2 SUPPORT
Depending on the request, a version for Construct 2 is planned. If you are interested in a Construct 2 version, please write us a comment!
IDEAS
You can send a message to a channel and reward the player with a role once a level is completed:
and much more...
=> If you have any other creative ideas or just want to take a look on what others do with this plugin, you can just join our Discord server and chat with some other fellow devs!
Updated | 19 days ago |
Status | In development |
Category | Tool |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | Huskycraft |
Tags | Construct 2, construct-3, discord, oauth2, webhooks |
Purchase
In order to download this tool you must purchase it at or above the minimum price of $10 USD. You will get access to the following files:
Development log
- NEW RELEASE! v7.4.0.0Sep 02, 2023
- NEW RELEASE! v7.3.1.2Jul 09, 2023
- NEW RELEASE! v7.3.0.2Jun 05, 2023
- NEW RELEASE! v7.3.0.0May 30, 2023
- NEW MAJOR RELEASE! v7.2.0.1Apr 23, 2023
- NEW RELEASE! v7.0Aug 18, 2022
- NEW RELEASE! v6.0.0.0Jul 28, 2022
- NEW RELEASE! v5.1.0.0Jul 10, 2022
Comments
Log in with itch.io to leave a comment.
if I'm from Russia and I don't have any dollars, how can I get this plugin?
Hi, I think you can still purchase it with credit card etc.
I'm interested, can I see the demo? Especially when Receiving E-Mail, DiscordNickname, DiscordID, AvatarURL of User
Hi, hit me up on discord: .lehusky
Hey there,
yes, it is possible to auto-join users to your server after successful login. To set this up please follow these steps:
- If you haven't already, please head over to https://discord.com/developers/applications and select your application. Head over to the "Bot" section and add you application as a bot. Then copy the token of your bot. (Now you need to invite the just created bot to your server)
- As next step, kindly go to you C3 game and paste you bot token in the Bot-token property on the sidebar. After you pasted the token in, please also paste the Server-id of the server you want them to be added to in the server-id property.
- Now add the guilds.join scope to the scope parameter of the Login action.
Your all set! :)
For a better/more detailed description kindly check out our documentation:
https://discord.com/channels/333339402723917825/1001595907822858270/100221888453...
Awesome plugin, it covers nearly all features of the discord api!