Skip to content

Commit

Permalink
Merge pull request #18 from DevSolaris/DevSolaris-patch-1
Browse files Browse the repository at this point in the history
Fix Priority comment, add missing dot in permission
  • Loading branch information
Funny-cube committed Dec 26, 2023
2 parents c13dcb8 + ee5da58 commit b527cad
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 b527cad

Please sign in to comment.