-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
# commander | ||
A must-have command management system for your minecraft server.<br> | ||
With **Commander** you can _remove_ commands you don't want,<br> | ||
_change_; _remove_ or _add_ permissions to existing commands.<br> | ||
A must-have command management system for your minecraft server.<br/> | ||
With **Commander** you can _remove_ commands you don't want,<br/> | ||
_change_; _remove_ or _add_ permissions to existing commands.<br/> | ||
Also, Commander improves the **no permission** and **unknown command** messages. | ||
|
||
## usage | ||
|
||
_In order to use `/command` the permission `commander.admin` is required_ | ||
|
||
### permissions | ||
|
||
To _change_ the _permission_ of a command, use: `/command permission set [command] [permission]`<br> | ||
To completely _remove_ a _permission_ from a command, use: `/command permission set [command] null`<br> | ||
To _reset_ the _permission_ of a command to its default value, use: `/command permission reset [command]`<br> | ||
To _see_ what the _permission_ of a certain command is, use: `/command permission query [command]` | ||
- To _change_ the _permission_ of a command, use: `/command permission set [command] [permission]`<br/> | ||
- To completely _remove_ a _permission_ from a command, use: `/command permission set [command] null`<br/> | ||
- To _reset_ the _permission_ of a command to its default value, use: `/command permission reset [command]`<br/> | ||
- To _see_ what the _permission_ of a certain command is, use: `/command permission query [command]` | ||
|
||
### commands | ||
|
||
To _delete_ a _command_ for everyone, use: `/command unregister [command]`<br> | ||
To _get_ a deleted command _back_, use: `/command register [command]` | ||
To _delete_ a _command_ for everyone, use: `/command unregister [command]`<br/> | ||
To _get_ a deleted command _back_, use: `/command register [command]`<br/> |