New version of RockPaperChamp available! What's New:
Added support for executing multiple commands when there is a tie, using the variables {player1} and {player2}.
Code (Text):
commands:
win: "say {player} has won the game!" #Use {player}
lose: "say {player} has lost against {opponent}!" #Use {player}
tie:
- "say It's a tie between {player1}!"
- "say It's also a tie between {player2}!"