

Discord Core
FREE
Sold by: ThePitereqDiscord Core creates essential links between your RUST and Discord servers.
It let you display player count, synchronize ranks, chat between game and Discord, even manage tickets and votes.
You can also print F7 reports into your discord and manage cupboard access through private messages.
- Description
- Reviews (0)
- Version History
- Discussions (1)
- Setup
- Product Enquiry
Description
Description
RUST Plugin Test Server
TEST MY PLUGINS THERE!
connect play.thepitereq.ovh:28050
Discord Core creates essential links between your RUST and Discord servers.
It let you display player count, synchronize ranks, chat between game and Discord, even manage tickets and votes.
You can also print F7 reports into your discord and manage cupboard access through private messages.
- Allows you to connect users RUST accounts to their Discord accounts.
- Most recent Discord methods implementation (modals, buttons, slash commands)
- Send private messages to connected players through the API..
- You can grant Discord or game roles to players who have linked their accounts.
- Show your player count in the bot’s status.
- Grant game group reward for boosting your discord server
- Create Rust – Discord chat channel to communcate between platforms.
- You can create a chat between Discord and RUST, displaying messages from RUST in a Discord channel.
- Create discord tickets. Needed something for myself, so I though it might be cool to add it to the plugin.
- Make votes on the Discord, where vote weight is based on playtime and owned ranks.
- Send F7 reports into your admin channels.
- Send F7 ideas into discord channel so players can vote for best ideas.
- Manage cupboard authorization.
Recommended for PvE servers. You can make that player before authorization need to accept auth through game if he is online, or through Discord if he have connected account.
To make this plugin work, you need to have the Discord Extension and a pre-made Discord Bot.
A full tutorial on how to set it up is available on the Discord Extension web page.
Please note, the bot must be connected to only one server!
How to connect?
To connect your Steam account to Discord:
- As an Discord admin you need to use /generateconnect command to create button for verification.
This message is visible for everyone and everyone can use this button. - Click the button on generated message. It will generate an 6-digit code.
- Write this code in /connect <code> command (default command, can be changed) in-game, and if code is valid your account is connected.
In-Game Commands
- /connect <code> – If code is valid, makes connection between your game and Discord account. (Editable in config)
Discord Commands
- /close – Closes the ticket.
- /vote – Opens modal for vote creation. (requires admin perms)
- /voteend <messageId> – Force-end vote and print results. Must be sent on same channel as vote exist. (requires admin perms)
- /generateconnect – Creates embed for Discord-RUST connection. (requires admin perms)
- /generateticket – Creates ticket creation embed. (requires admin perms)
- void API_SendPrivateMessage(string userId, string message) – If player is connected, it sends private message to connected discord user.
- void API_SendMessage(string channelId, string message) – Sends message to channel on discord.
- void API_SendEmbedMessage(string channelId, string title, string description, string color, string thumbnailUrl = “”, string footerUrl = “”, string footerText = “”) – Sends embed message to channel on discord.
- void API_SynchronizeDiscord(ulong userId) – Synchronize discord connection with player. If not present will remove all bonuses.
View the default configuration by clicking here!
Reviews (0)
Reviews
There are no reviews yet.
Only logged in customers who have purchased this product may leave a review.
Version History
- Updated Full plugin rewrite. Now works on Discord.Ext V3.
- Added Added support for modals, buttons and commands.
- Added Added Discord-RUST role sync.
- Added Added Booster role sync.
- Added Added ticket bot.
- Added Added embed F7 report support.
- Added Added F7 ideas support with reactions for players.
- Added Added cupboard management implementation. Recommended for PvE servers. You can make that player before authorization need to accept auth through game if he is online, or through Discord if he have connected account.
Discussions (1)
One thought on "Discord Core"
Leave a reply Cancel reply
Setup
Plugin FAQ – How do I use this .zip/.7z file I just purchased on my server?
• First, you want to unzip the file. You can do so by just double-clicking it to open, then drag the contents to the desired location (you may need to install an external unzipping software if you don’t already have one such as 7zip or winrar)
• Next you will find either a structure of folders or just the .cs file itself (it’s the actual plugin file itself).
• After that just install the .cs (plugin file) into your …/oxide/plugins/ folder where you will install plugins you ever need to.
Additionally, here’s a great video that easily covers adding a plugin to your server if you need! https://youtu.be/yWC_p97FhQA
• Installation is not included with any products on the site, however, if needed we may assist if you reach out to our support.
Currently all products on Lone.Design will be contained within a zipped file which is the .7z or .zip that you see. I believe windows 10 and up can unzip on its own without 3rd party tools, but in that case, if you’re unfamiliar with zipped files here are 2 programs I recommend to easily unzip zipped files.
Video On How to Zip and Unzip: https://youtu.be/Ep-L3PjBPCk (TechInsider Youtube Channel)
Zipping/Unzipping Tools
Winrar https://www.rarlab.com (I used to use for years, but works great!)
7zip https://www.7-zip.org/a/7z2107-x64.exe (the one I use currently)
will this work with carbon?