Player Pinger
PluginMIT

Player Pinger

A simple plugin for locating players using sounds! Fully customizable

44
Downloads
0
Followers
7 months ago
Updated
📦
1
Versions

📖About Player Pinger

Pinger

Pinger lets players ping locations in the world using directional note block sounds.
The pitch of the sound changes with distance, helping players estimate how far away the ping is.
Players can also mute or unmute pings from others, and server owners can fully customize behavior in the configuration file.


Features

  • 🎵 Directional note block pings – sounds come from the correct direction relative to the player.
  • 📏 Distance-based pitch – closer pings are higher pitch, farther ones are lower.
  • 🔇 Mute system – toggle pings from other players.
  • ⚙️ Fully configurable – adjust cooldowns, repeat count, sound type, pitch scaling, and more.

Commands

  • /ping <player|@a> – Send a ping to another player (or everyone).
  • /pingmute – Toggle pings from other players.

Configuration (config.yml)

ping:
  # Cooldown between pings in seconds
  cooldown_seconds: 15

  # Number of times a ping sound is played
  repeat_count: 7

  # Interval between each ping sound (20 ticks = 1 second)
  interval_ticks: 20

  # Sound effect used for the ping
  sound: BLOCK_NOTE_BLOCK_PLING

  # Volume of the ping sound
  volume: 7.0

  # How much the pitch changes per chunk of distance
  pitch_per_chunk: 0.1