|
1 | 1 | # commander |
2 | | -A must-have command management system for your minecraft server.<br> |
3 | | -With **Commander** you can _remove_ commands you don't want,<br> |
4 | | -_change_; _remove_ or _add_ permissions to existing commands.<br> |
| 2 | +A must-have command management system for your minecraft server.<br/> |
| 3 | +With **Commander** you can _remove_ commands you don't want,<br/> |
| 4 | +_change_; _remove_ or _add_ permissions to existing commands.<br/> |
5 | 5 | Also, Commander improves the **no permission** and **unknown command** messages. |
6 | 6 |
|
7 | 7 | ## usage |
8 | 8 |
|
| 9 | +_In order to use `/command` the permission `commander.admin` is required_ |
| 10 | + |
9 | 11 | ### permissions |
10 | 12 |
|
11 | | -To _change_ the _permission_ of a command, use: `/command permission set [command] [permission]`<br> |
12 | | -To completely _remove_ a _permission_ from a command, use: `/command permission set [command] null`<br> |
13 | | -To _reset_ the _permission_ of a command to its default value, use: `/command permission reset [command]`<br> |
14 | | -To _see_ what the _permission_ of a certain command is, use: `/command permission query [command]` |
| 13 | +- To _change_ the _permission_ of a command, use: `/command permission set [command] [permission]`<br/> |
| 14 | +- To completely _remove_ a _permission_ from a command, use: `/command permission set [command] null`<br/> |
| 15 | +- To _reset_ the _permission_ of a command to its default value, use: `/command permission reset [command]`<br/> |
| 16 | +- To _see_ what the _permission_ of a certain command is, use: `/command permission query [command]` |
15 | 17 |
|
16 | 18 | ### commands |
17 | 19 |
|
18 | | -To _delete_ a _command_ for everyone, use: `/command unregister [command]`<br> |
19 | | -To _get_ a deleted command _back_, use: `/command register [command]` |
| 20 | +To _delete_ a _command_ for everyone, use: `/command unregister [command]`<br/> |
| 21 | +To _get_ a deleted command _back_, use: `/command register [command]`<br/> |
0 commit comments