-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ 权限节点修正
- Loading branch information
Showing
4 changed files
with
34 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,4 +34,4 @@ jobs: | |
uses: actions/upload-artifact@v3 | ||
with: | ||
name: Atom-Sweep-forge-all | ||
path: forge/build/libs | ||
path: build/libs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## 📕 Introduction | ||
|
||
This mod provides server entity cleaning function, which can clean item entities, mob entities, experience orb, | ||
tridents, arrows, etc. | ||
And the mod provides whitelist and blacklist functions to facilitate your customization. | ||
Also the mod will not clean up named entities. | ||
|
||
## 📖 Content | ||
|
||
`Admin functions` | ||
|
||
| Function | Command | Node | | ||
|------------------------|----------------------|-----------------------------| | ||
| Clean item entities | /atomsweep items | atom.clean.command.items | | ||
| Clean monster entities | /atomsweep monsters | atom.clean.command.monsters | | ||
| Clean animal entities | /atomsweep monsters | atom.clean.command.monsters | | ||
| Clean other entities | /atomsweep monsters | atom.clean.command.monsters | | ||
| Add item whitelist | /atomsweep white add | | | ||
| Delete item whitelist | /atomsweep white del | | | ||
|
||
## ❗ NOTE | ||
|
||
You can change the mod configuration in atom/atom_sweep.toml in the game directory. | ||
You can use this mod in any modpack. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters