chaseoes / FirstJoinPlus

Customize all aspects of new players joining for the first time.
http://dev.bukkit.org/bukkit-plugins/firstjoinplus/
11 stars 16 forks source link

EntityDamageEvent configuration #2

Closed gvonhagel closed 11 years ago

gvonhagel commented 11 years ago

Hi, I would love it if you would provide a config option to only disallow certain types of Damage to the new player, specifically PvP. Of course, they don't need to be able to hurt others, either. Thanks!

chaseoes commented 11 years ago

List of types?

gvonhagel commented 11 years ago

PvP, Environment, MobDamage I suppose would be the major types. For me, PvP is the main thing. With a configurable timer, as well :)

gvonhagel commented 11 years ago

Also, if you could add the option to apply a potion effect to a player, that'd be fantastic

chaseoes commented 11 years ago

I considered it but I figured you could simply give them a potion.

gvonhagel commented 11 years ago

You could, but then there's no telling when (or even if) the potion would be used. Myself and other users would find this a useful edition, I would think

gvonhagel commented 11 years ago

Oh, one more thing, if I haven't bogged you down already xD Message priority would be good for the MOTD.

chaseoes commented 11 years ago

v1.8 implemented a delay setting.

gvonhagel commented 11 years ago

Yes, but it does not delay the MOTD

chaseoes commented 11 years ago

Then what does it do...? It works for me with a value of 100, equivalent to 5 seconds.

gvonhagel commented 11 years ago

It delays the teleport... Are we talking about the same delay? I only see one in my config, and that's 'teleport-delay'

chaseoes commented 11 years ago

Ah, sorry!

gvonhagel commented 11 years ago

Lol, not a problem. So, while I was waiting, I coded my own NoobProtection plugin. If you like, I can help you apply it to the change, or you just skip that one. As selfish as it sounds, I'm not worried about the implementation of it anymore, seeing as I no longer require it xD As for the other features, they're relatively simple in comparison, and have a more broad range of uses :)

chaseoes commented 11 years ago

Alright!

v1.8.1 added some requested features.