📕 介绍
本模组提供服务器实体清理功能,能够清理物品实体、生物实体、经验球、三叉戟、箭矢等等。
👓 功能
模组能够自定义清理的倒计时和通知;
模组提供了白名单以及黑名单功能,方便你的自定义;
模组不会清理被命名的实体。
📖 内容
管理员功能
| 功能 | 命令 | 权限节点 |
|---|
| 清理物品实体 | /atomsweep items | atom.clean.command.items
|
| 清理怪物实体 | /atomsweep monsters | atom.clean.command.monsters |
| 清理动物实体 | /atomsweep animals | atom.clean.command.animals |
| 清理其他实体 | /atomsweep others | atom.clean.command.others |
| 清理经验实体 | /atomsweep xps | atom.clean.command.xps |
| 添加物品黑名单 | /atomsweep itemBlack add | atom.clean.command.itemBlack |
| 添加物品白名单 | /atomsweep itemWhite add | atom.clean.command.itemWhite |
| 删除物品黑名单 | /atomsweep itemBlack del | atom.clean.command.itemBlack |
| 删除物品白名单 | /atomsweep itemWhite del | atom.clean.command.itemWhite |
❗ 注意
你可以在游戏目录下 config/sweeper-common.toml 里更改模组配置;
注意:Forge 1.12.2,1.16.5,和 1.18.2 的配置文件在 atom/sweep/config.toml 目录下,且白名单黑名单只能在配置文件里添加。
你可以在任何整合包任意使用此模组。
相似模组