TfT-02 / Duel

Bukkit plugin which allows players to duel each other in a intuitive way - without using any commands.
5 stars 8 forks source link

Several Requests #22

Closed HavenServer closed 10 years ago

HavenServer commented 10 years ago

The countdown.. it should only go to the two people who are IN the duel...

The global (radius) message should say [duel] TFT is about to duel MISH! the [duel] above should be able to be customized.

I really think this plugin has a lot of potential and keep coming back to it! Just less spammy on large servers and its golden.

The range in which players will receive messages about a duel starting Message_Range: 10 

This can not be working properly... I still see the spam very far away.. unless /duel reload is failing me

"a duel has endedin a tie!" needs fixed (or again.. customizable ;)

I may suggest as well "disable commands" while inside a duel.

((again love the idea of this plugin! well done!))

TfT-02 commented 10 years ago

Several requests several issues please. :)

The countdown.. it should only go to the two people who are IN the duel...

Good suggestion, duplicate of https://github.com/TfT-02/Duel/issues/17

The global (radius) message should say [duel] TFT is about to duel MISH! the [duel] above should be able to be customized.

It never was global, by default its a 100 block radius though, which is quite large. And I like that format, I will add this.

This can not be working properly... I still see the spam very far away.. unless /duel reload is failing me

It should be working correctly, although I did notice a bug with /duel reload, it's not reloading that particular setting because I was caching is somewhere silly. Should be fixed now.

"a duel has endedin a tie!" needs fixed (or again.. customizable ;)

Fixed, thanks for pointing this out.

HavenServer commented 10 years ago

Thank you TfT. When dev version up with the removal of all the spam - I'm happy to test for you!

Only thing besides the spam I noticed was commands are not disabled while dueling.

TfT-02 commented 10 years ago

Only thing besides the spam I noticed was commands are not disabled while dueling.

Why should commands be disabled while dueling? I could throw in another config option for you which would add this feature though.

HavenServer commented 10 years ago

well overall its not an issue for me, but if servers had commands to go say "home" with no cooldown - would you get teleported back into duel? or just go "home"

HavenServer commented 10 years ago

I did find the reason commands to be disabled, sadly... players are doing this:

DUEL /warp pvp (which is a pvp area)

now they can fight everyone in this area and if die drop nothing

(duel is blocked in this area)

so... maybe a list of commands TO block?

commands:

that would work better maybe?

TfT-02 commented 10 years ago

Yeah, that's a good solution. I did implement a feature where teleporting outside of the duel arena will not work though. Teleporting outside via any way (enderpearls or command) should get cancelled - or at least, that's what's supposed to happen.

TfT-02 commented 10 years ago

Everything mentioned in this ticket has been added now I believe.