服务器使用量
未统计
服务玩家数
未统计
下载量
4,183
插件详细介绍
Auto Trasher(简称 AT)是一款非常实用的插件,可在你收集各种资源、材料与物品时,自动删除你不想要的物品。厌倦了背包总是被 cobblestone、dirt 和其他无用物品塞满吗?只需右键点击你的 AT,将这些烦人的物品加入 AT 的 GUI,背包就能保持整洁。之后只要拾取到已设定的物品,它们就会被自动删除。AT 支持任意物品,包括 custom items,因此也兼容来自其他插件的自定义方块与物品。
功能特色
- 开箱即用。
- 通过 GUI 设置需要自动清除的物品。
- 支持来自其他插件的物品。
- 可追踪你已清除的物品数量。
- 在 config 中支持自定义/可编辑的 crafting recipe。
- 可通过权限为每位玩家设置不同的 Auto Trasher 大小。
- 支持带 hover 与 click 事件的 JSON
/trash消息。 - 支持具有 custom names、lores 及其他数据的自定义物品。
- 当玩家拾取到与 GUI 中任意物品匹配的物品时,会自动删除。
- 即使修改了物品、名称或 lore,也不会让旧的 Auto Trashers 失效。
- 即使某种物品被移除后又重新添加,已清除数量仍会被保存。
命令
/trash [help]- 帮助 / 信息。/trash open- 打开你的 trasher。/trash toggle- 切换你的 trasher 开关状态。/trash create- 给自己一个 AT。/trash give <player>- 给指定玩家一个 AT。/trash delete <player>- 删除某位玩家的 AT。/trash reload- 重载所有配置文件。
别名
atautotrashertrasherautotatrasher
权限
trasher.use- 使用 Auto Trashers 的权限。trasher.toggle- 通过命令切换 Auto Trashers 的权限。trasher.create- 给自己一个 AT 的权限。trasher.give- 给其他玩家一个 AT 的权限。trasher.delete- 删除任意玩家 GUI 设置的权限。trasher.open- 通过命令打开自己 AT 设置 GUI 的权限。trasher.reload- 重载 AT 配置文件的权限。trasher.size.<size>- 为玩家分配专属的 Auto Trasher 大小。
安装方法
- 将
AutoTrasher.jar放入服务器的plugins文件夹。 - 启动或重载服务器。
- 按需编辑生成的配置文件。
- 开始清理背包。
版本支持
- 当前支持
1.8 - 1.16。 - 在
1.8 - 1.9中,action bar 消息会被普通聊天消息替代。 - 推荐使用
1.10.x及以上版本。
配置说明
预览与设置
- 原文包含以下部分:
Spoiler: SetupSpoiler: Trash Tracking
默认 `Config.yml`
################################################################################
# +--------------------------------------------------------------------------+ #
# | _ _ _____ _ | #
# | / \ _ _ | |_ ___ |_ _|_ __ __ _ ___ | |__ ___ _ __ | #
# | / _ \ | | | || __|/ _ \ | | | '__|/ _` |/ __|| '_ \ / _ \| '__| | #
# | / ___ \| |_| || |_| (_) | | | | | | (_| |\__ \| | | || __/| | | #
# | /_/ \_\\__,_| \__|\___/ |_| |_| \__,_||___/|_| |_| \___||_| | #
# | | #
# | | #
# | By: Benz56 | #
# +--------------------------------------------------------------------------+ #
################################################################################
# Update Checker.
# Enable or disable the update checker.
UpdateCheckerEnabled: true
################################################################################
# +--------------------------------------------------------------------------+ #
# | Auto Trasher Item | #
# +--------------------------------------------------------------------------+ #
################################################################################
# You can change all attributes of the Trasher item
# without making old/previous Trashers unusable.
# The name of the Auto Trasher item.
name: '&cAuto Trasher'
# Set any amount of lore.
lore:
- '&eLeft-Click &ato toggle.'
- '&eRight-Click &ato open setup.'
# If true the item will glow.
glow: false
# Set the material and optionally the data value for it.
# The material name and data value are split by a ':'.
# Examples: WOOL, WOOL:14, DIRT, STONE etc.
# N.b. data values are not supported on 1.13+; only the default below:
material: WOOL:14
# Should players be able to craft the Auto Trasher item?
craftable: true
# The recipe for the Auto Trasher.
# Use null if no item is needed in that slot.
recipe:
- 'GOLD_INGOT, DIAMOND, GOLD_INGOT'
- 'DIAMOND, REDSTONE_BLOCK, DIAMOND'
- 'GOLD_INGOT, DIAMOND, GOLD_INGOT'
################################################################################
# +--------------------------------------------------------------------------+ #
# | Auto Trasher GUI Appearance | #
# +--------------------------------------------------------------------------+ #
################################################################################
# Set the title of the GUI.
title: '&9&lAuto Trasher: '
# The state of the Auto Trasher is appended to the title.
active: '&7( &aOn&7) '
inactive: '&7( &cOff&7) '
# Specify the size of the Auto Trasher. Max 54.
# If you chose a number that is not a multiple of 9 the remaining
# slots in the last inventory row will contain the 'lockedSlot' item below.
size: 9
# Set the information on the items below.
# The info is added to the lore in the gui.
info:
- ''
- '&cTrashed: &a%trashed%'
# The item that appears in slots a player can't use.
lockedSlot:
name: '&cLocked Slot!'
lore:
- '&7This slot is locked!'
glow: false
material: STAINED_GLASS_PANE:14常见问题
- 这个插件能清除哪些物品?
- 支持任意物品,包括 custom items,以及来自其他插件的自定义方块和物品。
- 旧的 Auto Trasher 会因为改名、改材质或改 lore 而失效吗?
- 不会。你可以调整 Trasher 物品属性,而不会让旧版或先前发放的 Trashers 失效。
- 能否统计我总共清除了多少物品?
- 可以。插件支持追踪已清除物品的数量。
备注
- 如果发现 bug,请在 discussion 区反馈,或发送 PM 给作者。
- 如果你喜欢这个插件,欢迎留下评分与评论。
测试支持版本
版本分布
基本信息
插件名称
Auto Trasher
作者
Benz56
平台
Bukkit / Spigot
支持版本
1.8 - 1.16
点赞数
5
最近版本
暂无数据
-