Drop2Inventory Free 掉落到背包 免费 | |
---|---|
![]() |
自动收集区块/暴徒掉落!还可以减少延迟,包括自动配置更新器等。 |
作 者 | mfnalex |
发布时间 | 2018年11月8日 |
支持核心 | Spigot | 原生版本 |
支持版本 | 1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16 |
插件详细介绍
Drop2Inventory Free 插件能够自动将掉落物直接放入玩家的背包中,无需手动拾取。当背包已满时,物品才会掉落在地面上。玩家需要拥有 drop2inventory.use
权限才能使用此功能。可以通过 /drop2inv
或 /drop2inventory
命令切换自动拾取功能的开关。你也可以通过在 config.yml 中设置 "always-enabled: true" 来强制所有玩家启用 Drop2Inventory,以减少服务器的延迟。
BlockDropItemEvent
事件,Drop2Inventory 将不会把掉落物放入背包,从而支持 WorldGuard 等插件。注意: 此插件适用于 1.8.8 - 1.16 版本!但是,1.13 之前的版本未完全支持。某些物品可能会正常掉落而不是进入库存。此外,在 1.13 之前无法检测到自定义插件的掉落。
切换玩家的自动拾取功能。
权限: drop2inventory.use
允许使用自动拾取功能。
配置文件在插件首次运行时自动生成。每次发布新版本时,配置文件都会更新以包含最新的选项。您的更改将被保留。
# Should Drop2Inventory always be enabled for every player?
# This is useful if you want to reduce server lag.
always-enabled: false
# Should players be able to toggle Drop2Inventory?
allow-player-toggle: true
# Here you can define a list of materials that should NOT be collected
# automatically.
# Example:
# disabled-blocks:
# - STONE
# - DIRT
disabled-blocks: []
# You can also use a whitelist instead. If "use-whitelist" is set to true,
# only the blocks in the "whitelisted-blocks" list will be collected.
use-whitelist: false
whitelisted-blocks: []
# Here you can define a list of entities that should NOT be collected
# automatically.
# Example:
# disabled-entities:
# - ZOMBIE
# - CREEPER
disabled-entities: []
# You can also use a whitelist instead. If "use-entity-whitelist" is set to true,
# only the entities in the "whitelisted-entities" list will be collected.
use-entity-whitelist: false
whitelisted-entities: []
# These are the messages sent to the player. You can use color codes.
messages:
drop2inventory-enabled: "&aDrop2Inventory enabled."
drop2inventory-disabled: "&cDrop2Inventory disabled."
no-permission: "&cYou don't have permission to use this command."
plugin-reloaded: "&aPlugin reloaded."
# bStats Metrics
# https://bstats.org/plugin/bukkit/Drop2Inventory
bstats: true