teozfrank / DuelMe

DuelMe is a bukkit plugin to allow players to duel each other for fun
http://dev.bukkit.org/bukkit-plugins/duelme/
MIT License
9 stars 14 forks source link

Question + Betting Features #88

Open Zyrille opened 7 years ago

Zyrille commented 7 years ago

Hi! I'm terribly sorry if this is the wrong section for the feature discussion/questions, but I'd like to ask if:

This plugin has a betting feature where player 1 challenges player 2 to a duel specifying a bet amount for in-game money, player 2 accepts, and whichever player wins the duel takes the total bet amount given by player 1 and player 2. I tried searching for this but came up empty, I'm about to test the plugin out on my server to see if it works or try to discover it since I found a few lines with the 'bet' word in the codes whilst doing a search here in github.

Secondly, for the added feature, is it possible to add a spectator feature where x number of players can come in and view the duel and bet on a player, and when they win, they get all the bet given by other spectators (or divided equally to all the people who bet on the winner).

Thank you and it looks like an awesome plugin!

teozfrank commented 7 years ago

This plugin has a betting feature where player 1 challenges player 2 to a duel specifying a bet amount for in-game money, player 2 accepts, and whichever player wins the duel takes the total bet amount given by player 1 and player 2. I tried searching for this but came up empty, I'm about to test the plugin out on my server to see if it works or try to discover it since I found a few lines with the 'bet' word in the codes whilst doing a search here in github.

This used to be a feature but it was removed as there was a demand for specifying the area. I have seen a couple of users ask for this, so I may bring it back.

Secondly, for the added feature, is it possible to add a spectator feature where x number of players can come in and view the duel and bet on a player, and when they win, they get all the bet given by other spectators (or divided equally to all the people who bet on the winner).

I will indeed look into this as it looks like a good ide, thanks.

Zyrille commented 7 years ago

Awesome, looking forward to it. Thank you!

teozfrank commented 7 years ago

The betting when sending a duel request used to be

/duel send player amount

but has since been replaced with

/duel send player arena

Would this work?

/duel bet player amount

Zyrille commented 7 years ago

I think the duel bet would work, as it should offer more control and separation. /duel bet player amount arena

teozfrank commented 7 years ago

Ok sounds good. When there is an update with this feature I will mention it, thanks.