Skip to content

CyZeTLC/DiscordVerify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

DiscordVerify

Easy way to verify minecraft users on your discord server.

Docs

How to use

Discord:

/verify (update) <minecraft name>

Minecraft:

/accept

Config

If you want to add a rank to the verify-system, you just have to add a new json-object which have the rank permission as its name.

{
  "token": "your-discord-bot-token-here",
  "activity": "Minecraft",
  "//": "ActivityTypes: 0,1,2,3",
  "activityType": 0,
  "updateOnJoin": false,
  "verifyRoles": {
    "rank.owner": {
      "priority": 99,
      "roleId": "854791270681804851"
    },
    "rank.premium": {
      "priority": 1,
      "roleId": "852587051365957652"
    },
    "rank.default": {
      "priority": 0,
      "roleId": "852226829925482500"
    }
  }
}

About

Easy way to verify minecraft users on your discord server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages