Skip to content

Commit

Permalink
fix: wiki typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed Jul 15, 2024
1 parent c224751 commit 7d5a1a0
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,9 @@ The dict to define how laggy a type(entity/entity_block) should be.
After you installed `luckperms` mod, just issue `/lp group default meta setprefix <yellow>[awesome]` to assign prefix.
Don't forget to change the format of `Chat module`, and issue `/fuji reload`
- You can insert `item`, `inv` and `ender` to display your `item in your hand`, `your inventory` and `your enderchest`
- You can insert `@Steve` to mention another player.
- You can insert `Steve` to mention another player named `Steve`.
- You can insert `pos` to show the position.
- You can use `markdown language` to define simple format.
- You can use `mini-message language` to define complex format.
See: https://docs.advntr.dev/minimessage/format.html
Expand Down Expand Up @@ -461,7 +462,7 @@ public class History {
}

@Documentation("""
If you insert `@Steve` in chat message, then the player named `Steve` will get audio mention.
If you insert `Steve` in chat message, then the player named `Steve` will get audio mention.
""")
public class MentionPlayer {
public String sound = "entity.experience_orb.pickup";
Expand Down

0 comments on commit 7d5a1a0

Please sign in to comment.