RP-Kit / RPKit

RPKit plugin suite
Apache License 2.0
21 stars 12 forks source link

Add turn order to rolls plugin #588

Closed renbinden closed 2 years ago

renbinden commented 2 years ago

Create a turn order that is shown using the scoreboard. This may include any arbitrary strings. The following commands should be available: /turnorder create [turnorder name] [name1] [name2] [etc...] - creates an initial turn order and sets it to currently active /turnorder add (turnorder name) [name] - adds a name to the end of the turn order. When turn order not specified, adds to currently shown turn order. /turnorder remove (turnorder name) [name] - removes a name from the turn order. When turn order not specified, removes from currently shown turn order. /turnorder advance (turnorder name) - advances to the next player in the turn order. When turn order not specified, advances currently shown turn order. /turnorder show [turnorder name] (player1) (player2) (etc...) - shows a turn order to the specified players. If no players specified, shows turn order to self. /turnorder hide - hides the currently shown turn order. These commands should have a permission that is defaulted to true. This should be included in the rolls plugin.