Player Dinger
Simple plugin I made due to request, plays a sound effect when a player joins. thats it.
Config
sound: LEVEL_UPpitch: 0.5
volume: 2.0
you can change the sound to any listed on The bukkit java docs page
Commands
/playerdingerdebug sound_effect pitch volumeAllows 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
/playerdingerreload
reloads 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.
If theres a plugin that does this better, let me know.
Facts
- Date created
- Jan 12, 2013
- Category
- Last update
- Mar 24, 2013
- Development stage
- Release
- Language
- enUS
- License
- GNU Lesser General Public License version 3 (LGPLv3)
- Curse link
- PlayerDinger - Player join sound effect
- Downloads
- 647
- Recent files
- R: PlayerDinger v.0.2.1 for 1.5.1 Mar 24, 2013
- B: PlayerDinger v.0.2 for 1.5.1 Feb 11, 2013
- R: PlayerDinger v.0.0.1 for CB 1.4.5-R1.0 Jan 12, 2013
- Reply
- #16
jakenem12 May 17, 2013 at 19:17 UTC - 0 likesHows the progress on the follow up plugin, Cant wait for Leave Soundeffects!
- Reply
- #15
patalkok Apr 06, 2013 at 12:57 UTC - 0 likesgreat :) please add sound for quit :)
edit: and add compatiblity sound with first join player (with firstjoinplus) thx :)
- Reply
- #14
DJ_Re_Play Mar 30, 2013 at 17:40 UTC - 0 likesPlease make it 1.4.7 compatible
- Reply
- #13
alexrs98 Mar 27, 2013 at 18:17 UTC - 0 likesVery good plugin, I like! You could add an option that is that when users chat talk make a sound, so you are more aware of the chat. greetings
- Reply
- #12
ryan_the_leach Mar 24, 2013 at 01:50 UTC - 1 likeOk guys, sorry its been a while, I'm pushing out a bugfix today for playerdinger, and I've started designing the new plugin to allow different people/groups to have different sounds.
You can watch progress on my github https://github.com/ryantheleach/PlayerDinger/
please take a look at http://dev.bukkit.org/server-mods/player-dinger/pages/prototype-config/ and tell me on that page whether you understand it, or see any problems with it.
- Reply
- #11
dropinnukes Mar 17, 2013 at 17:01 UTC - 0 likes@TH6776: Go
I Believe There Is. just fool around with this permission node: playerdinger.ding.cause
- Reply
- #10
ryan_the_leach Mar 03, 2013 at 07:52 UTC - 0 likes@TH6776: Go
Moving house at the moment and Uni has just started. so may be a week or two but I WILL. be doing this soon.
- Reply
- #9
TH6776 Mar 03, 2013 at 02:52 UTC - 0 likesIs it possible for different sounds to be used for different people? So Maybe Permissions or OP's get a different sound to regular players or new players? Great Plugin! Using this for my server!
- Reply
- #8
xclucky Feb 19, 2013 at 21:02 UTC - 0 likes@ryan_the_leach: Go
Ah, that would be really cool. I could use that in conjunction with rTriggers to change a players group upon tutorial completion.
- Reply
- #7
ryan_the_leach Feb 13, 2013 at 08:31 UTC - 0 likes@xclucky: Go
First Join Plus can do this, plus kits, first join spawns etc, I'll add the feature if I can find out an easy way to do it.
Another feature idea I was toying with, was having permissions "groups" have different noises, so you could have your admins make one noise, or your donators make another.
The only thing stopping me, is I want to make sure I code it in such a way, that I can support future feature requests.