Skip to content

Commit

Permalink
update: github wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed Jul 6, 2024
1 parent e4b37e6 commit 31cca1f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/main/java/io/github/sakurawald/config/model/ConfigModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -642,10 +642,10 @@ public class Reply {

@Documentation("""
This module provides afk detection.
If a player is idle long enough, he will be marked as afk state.
A afk player will display in `tab list`.
A player can issue `/afk` command to afk manually.
""")
public class Afk {
Expand Down Expand Up @@ -673,13 +673,13 @@ public class Suicide {

@Documentation("""
This module allows you to write commands in `sign block`.
A sign-block contains 4 lines.
You can write commands in the sign-block.
Each command starts with prefix `//`
e.g. Line 1 contains `Click me //back` will execute the command `/back`
The placeholder `@u` means the user player name.
e.g. Line 1 contains `//kill @u` will execute the command `/kill {player_name}`
Expand Down Expand Up @@ -736,11 +736,11 @@ public class Ping {
}

@Documentation("""
This module allows you to custom every system-message defined by mojang in `./assets/minecraft/lang/en_us.json`
The mojang offical en_us.json file may looks like: [en_us.json for minecraft 1.21](https://github.com/sakurawald/fuji-fabric/blob/dev/.github/files/en_us.json)
""")
This module allows you to custom every system-message defined by mojang in `./assets/minecraft/lang/en_us.json`
The mojang offical en_us.json file may looks like: [en_us.json for minecraft 1.21](https://github.com/sakurawald/fuji-fabric/blob/dev/.github/files/en_us.json)
""")
public class SystemMessage {
public boolean enable = false;

Expand Down Expand Up @@ -830,7 +830,7 @@ public class Sit {

@Documentation("""
This module provides command alias.
An alias means we redirect a command-node into another command-node.
The requirement of comamnd-node is extended.
""")
Expand Down

0 comments on commit 31cca1f

Please sign in to comment.