Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyanox62 committed Nov 6, 2018
2 parents 20930e6 + 1cbf1ea commit c4fdace
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ A plugin that allows admins to make custom CASSIE announcements.
| CD / COUNTDOWN | START NUMBER | END NUMBER | TEXT | Create a countdown with the option of saying something at the end of the countdown. |
| PR / PRESET | SAVE / LOAD / REMOVE / LIST | PRESET NAME | TEXT | Creates/saves/loads/removes/lists the user's custom presets. |
| TI / TIMER | SAVE / REMOVE / LIST | TIMER | TEXT | Creates/saves/removes/lists the user's set timers. Define a timer as an integer value being the number of seconds into a round the announcement will be played. Ex. `tia save 50 hello classd` will announce "hello classd" 50 seconds into the round. |
| CS / CHAOSSPAWN | SET / CLEAR | TEXT | | Sets an announcement to be played when chaos spawn. |
| RE / ROUNDEND | SET / CLEAR | TEXT | | Sets an announcement to be played when the round ends. |

| Config | Value Type | Default | Description |
| :-------------: | :---------: | :---------: |:------ |
Expand All @@ -20,5 +22,7 @@ A plugin that allows admins to make custom CASSIE announcements.
| ca_countdown_whitelist | List | owner, admin | Determines which ranks are allowed to use the `CD / COUNTDOWN` command. |
| ca_preset_whitelist | List | owner, admin | Determines which ranks are allowed to use the `PR / PRESET` command. |
| ca_timer_whitelist | List | owner, admin | Determines which ranks are allowed to use the `TI / TIMER` command. |
| ca_chaosspawn_whitelist | List | owner, admin | Determines which ranks are allowed to use the `CS / CHAOSSPAWN` command. |
| ca_roundend_whitelist | List | owner, admin | Determines which ranks are allowed to use the `RE / ROUNDEND` command. |

Any command using the remove keyword can use `all` or `*` to target all items. For instance, `timer remove all`

0 comments on commit c4fdace

Please sign in to comment.