Skip to content

Commit

Permalink
Update README, config.md, permissions.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Paul-R committed Jun 25, 2021
1 parent 92fb1a1 commit 6618a53
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ See the [full List of Commands & Permissions](https://github.com/John-Paul-R/Ess

- /back

### Nickname

- /nickname set \<nickname>
- /nickname clear
### Config

- /essentialcommands config reload
Expand Down
1 change: 1 addition & 0 deletions config.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ enable_home | true | boolean
enable_spawn | true | boolean
enable_tpa | true | boolean
enable_warp | true | boolean
enable_nick | true | boolean
home_limit | 1 | integer
~~teleport_cooldown~~ | 1.0 | double (seconds)
teleport_delay | 0.0 | double (seconds)
Expand Down
11 changes: 11 additions & 0 deletions permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Command | Permission | Description
/back | `essentialcommands.back` | Teleport to your previous location.
/spawn tp \|\| /spawn | `essentialcommands.spawn.tp` | Teleport to the server spawn.
/spawn set | `essentialcommands.spawn.set` | Set the server spawn.
/nickname set \<nickname> | `essentialcommands.nickname.self` | Set your own nickname to specified Text.
/nickname set \<target-player> \<nickname> | `essentialcommands.nickname.others` | Set target player's nickname to specified Text.
/nickname clear | `essentialcommands.nickname.self` | Clear your own nickname.
/nickname clear \<target-player> | `essentialcommands.nickname.others` | Clear target player's nickname.
/essentialcommands config reload | `essentialcommands.config.reload` | Reload essentialcommands config.

## Rules/Config Bypass Permissions
Expand All @@ -39,3 +43,10 @@ Permission | Description
`essentialcommands.bypass.allow_teleport_between_dimensions` | Ignore `allow_teleport_between_dimensions`.
`essentialcommands.bypass.teleport_interrupt_on_damaged` | Ignore `teleport_interrupt_on_damaged`.

## Types

### Text

Essentially, any value that works for `/tellraw`'s message field. (JSON text or string enclosed by quotes)

Examples: `"Alexandra"`, `{"text":"Alex","color":"green","bold":true}`

0 comments on commit 6618a53

Please sign in to comment.