Skip to content

Commit

Permalink
update: wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed Jul 25, 2024
1 parent d550018 commit 1bdd54d
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public class Modules {
Example 1
To create another the_nether world: `/world create my_nether minecraft:the_nether`
- This will create anohter `dimension` named `fuji:my_nether`, whose `dimension type` is `minecraft:the_nether`
Example 2
Delete the extra dimension: `/world delete fuji:my_nether`
Expand All @@ -184,7 +184,7 @@ public class World {

@Documentation("""
The dimensions in the `blacklist` will not be operated by this module.
Use `blacklist` to avoid mis-operation.
""")
public class Blacklist {
Expand Down Expand Up @@ -739,8 +739,7 @@ public class Whitelist {
You can query a command path using `/lp group default permission set fuji.permission...` way.
Also, each `command node` has its `requirement`, which is a condition to check if the `command user`
can use the `command node`.
Also, each `command node` has its `requirement`, which is a condition to check if the `command user` can use the `command node`.
This module can `override` the `requirement` of a `command node` into a `permission` with prefix `fuji.permission.<command_node_path>`.
Expand Down

0 comments on commit 1bdd54d

Please sign in to comment.