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

Add iConomy support #18

Open drwasho opened 11 years ago

drwasho commented 11 years ago

Allow duelling users to wager in-game currency via iConomy or equivalent plugins.

Suggested commands (pseudo-code):

/duels wager {default = 0}

if user1 wager = user2 wager duel commence = true; else duel start = false print user2 wager

// assumption is that both users will negotiate on a wager, if any... if they just want to kill each other, they can set the wager to '0'

zeathy commented 11 years ago

A cap option on the allowed wager would be necessary option otherwise the sting of a loss could bring rage like no other. I like it though, a lot.