XItemsRemover
作者:rebot | 分类:模组
Minecraft 版本: 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.10 1.10.1 1.10.2 1.11 1.11.1 1.11.2 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3
平台: bukkit paper purpur spigot
标签: decoration magic management
XItemsRemover - is a small plugin that automatically removes dropped items with a timer displayed on these items until they are removed. The time until deletion is configured in the plugin configuration.
api-version: 1.16
Configuration
Items:
# Format:
# '<timer value>': "<format>"
# Available placeholders:
# {time} - time remaining before remove (in seconds)
# {display_name} - display name of itemstack (if empty - used localized material name}
# {amount} - itemstack amount
Display-name-formats:
'1': "§c⚠ {time} §7| §f{display_name} §a{amount}x"
'10': "§c{time}"
Remove-timer:
# Timer for removing an item in seconds
Default: 30
After-player-death: 180
Async: true
# Section for specifying a unique timer or display name
# for certain materials
# Format:
# <material name>:
# <timer>: 15
# <display name formats>:
# <timer value>: <display name format>
# <tracked>: false
# If you only need to edit one parameter
# (name or time) you can just delete the line with the second.
# If you need the plugin not to track a certain type of materials, then set 'tracked: false'
Custom-materials:
COBBLESTONE:
Timer: 15
Display-name-formats:
'15': "Cobblestone :D"
STONE:
Timer: 10
GRASS:
Display-name-formats:
'30': "Grazz"
SAND:
Tracked: false
# Worlds in which plugin does not work
Restricted-worlds:
- "restricted_world"
Commands and permissions
| Command | Permission |
|---|---|
| '/itemsremover' [Alias: '/ir'] - prints all plugin commands. | items.remover.commands.help |
| '/itemsremover help' - prints all plugin commands. | items.remover.commands.help |
| '/itemsremover reload' - reloads plugin configurations. | items.remover.commands.reload |
请登录后举报
暂无评论,抢个沙发吧~