Skip to content

Commit 642ac82

Browse files
author
NonSwag
committed
updated readme
1 parent b2ee3fd commit 642ac82

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
# 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/>
55
Also, Commander improves the **no permission** and **unknown command** messages.
66

77
## usage
88

9+
_In order to use `/command` the permission `commander.admin` is required_
10+
911
### permissions
1012

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]`
1517

1618
### commands
1719

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

Comments
 (0)