-
Notifications
You must be signed in to change notification settings - Fork 1
Follow system
ZDiscord edited this page Jun 7, 2026
·
1 revision
Follow players to get a DM notification when they join the server.
- Click the Follow button on a
/profileembed -
/following— list the players you follow -
/unfollow <player>— stop following a player
- Player A views Player B's profile and clicks Follow
- Player B joins the server
- Player A receives a DM with Player B's name and a timestamp
Follow relationships are stored in player_follows.yml (YAML) or the player_follows table (MySQL). The in-memory cache refreshes on every add/remove.
follow:
enabled: true| Key | Default | Description |
|---|---|---|
follow.enabled |
true |
Enable or disable the follow system |
- Players must have DMs enabled for the bot
- The Player profiles module must be active