NerdNu / NerdBugs

A place to report bugs and issues on the reddit public minecraft servers.
5 stars 3 forks source link

Add kill streaks to Survival* #17

Closed ludeman84 closed 10 years ago

ludeman84 commented 12 years ago

Two types of kill streak to consider:

DeathTpPlus had both, when we used to run it. http://dev.bukkit.org/server-mods/deathtpplus/

*pending S admin approval

stevommmm commented 12 years ago

Need to add a timestamp field to the database.

Need to get a seperate thread with a queue going for database interaction stuff.

Once we have the timestamp I would like to go with erisian's idea of X kills in 2 minutes type messages, rather than 'streaks'.

ghost commented 11 years ago

I wrote up a plugin using player metadata to hold the killstreak info. It allows fully configurable 'levels' and corresponding messages. I also included an optional 'juggernaut' threshold which allows you to set either player compasses pointing to the last kill, potion effects on the juggernaut, or both. Killstreak information is destroyed on player login.

Still got a bit of work to do (I want to deny juggernauts from accessing chests so they don't just chest their stuff among other things) but I briefly ran it by dan1son.

https://github.com/SyntaxNode/Dreadnaught

stevommmm commented 11 years ago

Awesome work!

Unfortunately we already have StrikeDeath which does all our kills database logging ( and is needed for the leader board )

I guess we could run two pvp stats plugins if need be, but just seems wasteful.

Mind if I just roll this functionality into it? or you do?

ludeman84 commented 11 years ago

Relevant, regarding the Dreadnaught plugin: http://www.reddit.com/r/mcpublic/comments/12fnle/regarding_dropping_heads_dreadnaught_my_plugin/

ghost commented 11 years ago

Dreadnaught now runs the exact same schema as KillDB / StrikeDeath, which makes replacing it with additional functionality seamless.

ludeman84 commented 11 years ago

Most recent update on our strategy for this: http://www.reddit.com/r/mcpublic/comments/18ax4p/dreadnaught_the_last_thing_i_have_for_mcpublic/

Thanks to SyntaxNode for the time he's put into this.

slide23 commented 10 years ago

Implemented with KillStreaks