Ping

The Ping Module notifies players when they are mentioned in chat. You can customize the notification message and sound.

  • Configuration File: ping.yml

  • Commands: /tell, /msg, /w, /whisper

  • Settings:

commands:
  - "/tell"
  - "/msg"
  - "/w"
  - "/whisper"

message:
  enabled: true
  text: "[Ping] You have been pinged by %player_name%"

Last updated