Skip to content

MC Trade Bot is by udu3324. MC Trade Bot is a QOL tool for traders on MC. You can easily report scammers and check for their status.

License

Notifications You must be signed in to change notification settings

udu3324/MC-Trade-Bot

Repository files navigation

GitHub

GitHub

GitHub

GitHub

MC Trade Bot

MC Trade Bot is a QOL discord bot for traders on MC. You can easily report scammers and check for their status. The bot stores UUIDs which ignores player IGN changes.

Examples and Usage

I play on MC servers that don't have trade plugins. This means that I would have to drop first or get a middle man to trade. Doing it could cause me to get scammed, so I made a bot that logs reports and lets people check if someone is a scammer.

reporting someone
accepting report
rejecting report
checking result is good
checking result is maybe
checking result is bad
deleting accepted report

Setup the Bot

  1. Make sure you have Java 8 Development Kit and Intellij installed
  2. Clone the repository
  3. Import it into Intellij
  4. Run the Gradle sync task (it should do it automatically)
  5. Configure the config (in com.udu3324.main.Config)
  6. Run the bot using Gradle run task (tasks>application>run)
  7. (optional)
  8. If you want a portable jar to run in terminal
  9. Run the Gradle task runShadow

Config

 // Bot Token 
 public static String token = "";    
 
 // The Role Allowed To Accept, Reject, And Delete Reports 
 public static String staffRoleID = "";    
 
 // Channels That The Commands Will Work In 
 public static String reportChannelID = ""; 
 public static String checkChannelID = "";   
  
 // Command Prefix 
 public static final String prefix = ">";  

Commands

Member Commands 
>help - shows help embed 
>check [player-ign/uuid] - checks if they are a scammer 
>report [player-ign/uuid] - [what they stole] - [youtube link] - creates a report 
>ping - shows time delay between you and the bot     

Staff Commands 
>accept [ign/uuid] - accepts the scammer report 
>reject [ign/uuid] - rejects the scammer report 

(in case if you accidentally accepted a bad scammer report)

>delete [ign/uuid] - deletes a confirmed scammer report

Contribution

You can contribute to MC Trade Bot by creating issues and pull requests.

About

MC Trade Bot is by udu3324. MC Trade Bot is a QOL tool for traders on MC. You can easily report scammers and check for their status.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages