Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.17 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.17 KB

ActivityRoles

Modrinth Downloads Modrinth Game Versions Modrinth Version

ActivityRoles is a simple plugin that allows you to grant players roles in your Discord server based on their in-game play time.

This plugin uses DiscordSRV as the linking system between your Minecraft server and Discord server, so make sure that you have it installed and setup using the linking.yml file in DiscordSRV's configuration.

There are two types of syncs:

  • Giving a player a role based on how long they have ever played on the server. (type: "total")
  • Giving a player a role based on how recently they have played on the server. (type: "seen")

You can list times in either minutes, hours, days, or weeks, by using "m", "h", "d", or "w"

NOTE: Offline players will only have their "seen" roles synced, they must be online to have their "total" role synced. This is a MC limitation.