A simple plugin for locating players using sounds! Fully customizable
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.
/ping <player|@a> – Send a ping to another player (or everyone). /pingmute – Toggle pings from other players.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