ItemClear - InvClear
作者:rebot | 分类:模组
Minecraft 版本: 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: bukkit paper purpur spigot
ItemClear
ItemClear is a simple Minecraft plugin for Spigot/Paper servers that automatically removes items from players' inventories after a configurable delay. This can help prevent item clutter and manage server performance.
Features
- Automatically removes items when picked up.
- Automatically removes items when crafted.
- Configurable delay for item removal:
- Exact mode: items are removed after a fixed time.
- Random mode: items are removed after a random time between a minimum and maximum value.
- Works with any item type except air.
- Lightweight and easy to use.
Installation
- Download the latest release of ItemClear.
- Place the
.jarfile into your server'spluginsfolder. - Start the server to generate the default
config.yml. - Configure the plugin in
plugins/ItemClear/config.ymlas desired. - Restart or reload the server.
Configuration
The configuration file (config.yml) contains the following options:
# Mode of item removal
# "exact" = remove items after a fixed time
# "random" = remove items after a random time between min and max
mode: exact
# Used only in exact mode
exactTimeSeconds: 60
# Used only in random mode
randomMinSeconds: 30
randomMaxSeconds: 120请登录后举报
暂无评论,抢个沙发吧~