Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Jun 22, 2023
1 parent b2ee3fd commit 642ac82
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
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/>

0 comments on commit 642ac82

Please sign in to comment.