Skip to content

Commit

Permalink
Fix Priority comment, add missing dot in permission
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSolaris committed Jul 8, 2023
1 parent e5f8699 commit ee5da58
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions helpchat-plugins/chatchat/formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ Priority formats have everything that Basic Formats have but they also have a pr
If a player has access to multiple formats, the priority will decide what format will be used when they sends a message in chat.

{% hint style="info" %}
Lower Number = Higher Priority
{% endhint %}
The `addons.deluxechat.inverse_priorities` setting in `extensions.yml` dictates if the lowest or the highest number has priority. If this setting is true, lower numbers have higher priority. If this setting is false, it is the other way around.{% endhint %}

## Permissions

Formats are given away to players using permissions. Every format has a similar permission and that is: `chatchat.format<format-name>`
Formats are given away to players using permissions. Every format has a similar permission and that is: `chatchat.format.<format-name>`

## Default Format

Expand Down

0 comments on commit ee5da58

Please sign in to comment.