Skip to content

Commit

Permalink
Merge pull request #152 from sieadev/main
Browse files Browse the repository at this point in the history
5 new README.md's
  • Loading branch information
mfnalex authored Feb 24, 2024
2 parents 145cd43 + e332e83 commit 8f43091
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/basics-enchant/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
| Command | Permission |
|-------------------------------|-----------------------|
| `/enchant <entchant> <level>` | basics.enchant |


> [!NOTE]
> Enchanting items with unsafe levels additionally requires permission `basics.enchant.unsafe`.
4 changes: 4 additions & 0 deletions modules/basics-enderchest/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
| Command | Permission |
|-----------------------|--------------------------|
| `/enderchest` | basics.enderchest |
| `/enderchest @target` | basics.enderchest.others |
8 changes: 8 additions & 0 deletions modules/basics-fly/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
| Command | Permission |
|----------------|-------------------|
| `/fly` | basics.fly |
| `/fly @target` | basics.fly.others |


> [!NOTE]
> Using selectors additionally requires permission `basics.selectors`.
6 changes: 6 additions & 0 deletions modules/basics-health/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
| Command | Permission |
|------------------|--------------------|
| `/heal` | basics.heal |
| `/heal @targets` | basics.heal.others |
| `/feed` | basics.feed |
| `/feed @targets` | basics.feed.others |
3 changes: 3 additions & 0 deletions modules/basics-msg/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
| Command | Permission |
|------------------------------|------------|
| `/msg @reciepient <message>` | basics.msg |
6 changes: 6 additions & 0 deletions modules/basics-repair/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
| Command | Permission |
|-------------------------|----------------------|
| `/repair` | basics.repair |
| `/repair --all` | basics.repair.all |
| `/repair @target` | basics.repair.others |
| `/repair --all @target` | basics.repair.others |

0 comments on commit 8f43091

Please sign in to comment.