Skip to content

Commit

Permalink
Fix commands table in README
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasBottone committed Dec 29, 2020
1 parent 66f51ed commit c03683d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@

## Commands
The plugin mostly is designed to run automated without any input via commands. There are some commands that players can use instead of the signs, or for admins to do certain tasks.
| Command | Description | Permission |
| --- | --- | --- |
| `/pos <redleft|redcenter|redright|blueleft|bluecenter|blueright>` | Claim a starting position in the match | (all players) |
| `/class <bow|crossbow|snowball|instaclimb>` | Select a class in the match | (all players) |
| `/pb` | Displays the player's personal best score | (all players) |
| `/wr` | Display a list of the world records | (all players + console) |
| `/reloadrecords` | Reloads the config.yml | `mrc.fta` |
| Command | Arguments | Description | Permission |
| --- | --- | --- | --- |
| `/pos` | `redleft`, `redcenter`, `redright`, `blueleft`, `bluecenter`, `blueright` | Claim a starting position in the match | (all players) |
| `/class` | `bow`, `crossbow`, `snowball`, `instaclimb` | Select a class in the match | (all players) |
| `/pb` | | Displays the player's personal best score | (all players) |
| `/wr` | | Display a list of the world records | (all players + console) |
| `/reloadrecords` | | Reloads the config.yml | `mrc.fta` |

## License
This project is licensed under GNU AGPLv3. [Read about it here.](https://choosealicense.com/licenses/agpl-3.0/) In short, you are free to modify and distribute my repository, under the condition that you provide attribution and disclose your modified source under the same license. I ask that you link back to this original repository if you choose to do this.
Expand Down

0 comments on commit c03683d

Please sign in to comment.