Skip to content

Follow system

ZDiscord edited this page Jun 7, 2026 · 1 revision

Follow system

Follow players to get a DM notification when they join the server.

Usage

  • Click the Follow button on a /profile embed
  • /following — list the players you follow
  • /unfollow <player> — stop following a player

How it works

  1. Player A views Player B's profile and clicks Follow
  2. Player B joins the server
  3. 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.

Configuration

follow:
  enabled: true
Key Default Description
follow.enabled true Enable or disable the follow system

Requirements

  • Players must have DMs enabled for the bot
  • The Player profiles module must be active

Related

Clone this wiki locally