Player Dinger
Simple plugin I made due to request, plays a sound effect when a player joins. thats it.
Config
player
join
enabled: true
sound: LEVEL_UP
pitch: 0.5
volume: 2.0
quit
enabled: false
sound: ORB_PICKUP
pitch: 0.5
volume: 2.0
newplayer
join
enabled: false
sound: CAT_PURREOW
pitch: 0.5
volume: 2.0
quit
enabled: false
sound: BAT_HURT
pitch: 0.5
volume: 2.0
advanced
exampleadmin
causepermission: yourserver.admins
recievepermission: yourserver.moderators
priority: 100
join
enabled: true
sound: ANVIL_LAND
pitch: 2
volume: 2.0
quit
enabled: false
sound: BURP
pitch: 0.5
volume: 2.0
you can change the sound to any listed on
The bukkit java docs page
Commands
/playerdingerdebug sound_effect pitch volume
Allows you to play any sound effect in minecraft to yourself and change the pitch and volume.
where volume is a number between 0 and 2
and pitch is a number between .5 and 2
/playerdingerreloadreloads the config
Permissions
playerdinger.debugcommand:
description: Allows usage of playerdingerdebug
default: OP
playerdinger.ding.receive:
description: Allows you to receive player dings
default: true
playerdinger.ding.cause:
description: players with this permissions will cause a ding on join
default: true
playerdinger.reload:
description: allows player to reload the config
default: OP
Similar Plugins
- FirstJoinPlus has this feature, but only for fresh spawning players.
- JustSound has this feature, but unsure if it has a default sound for all players.
- RPGSounds has this feature, and a bunch more, check it out, it's pretty cool!
If theres a plugin that does this better, let me know.