Open drwasho opened 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'
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.
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'