- Versions
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- 1.17
- 1.18
- 1.19
Description - 插件介绍
This is a premium version of my previous plugin TimedItem
Which allows you to create items with specific useful life.
这是限时物品插件的付费版本,之前的版本已不再更新维护
Features (red is premium only) 特点,红色为新增
- Custom item time #自定义物品限时
- Multiple events checks (player damage, join the server, click item...)#多项事件监测(玩家加入,物品点击,穿着护甲被攻击...)
- Spam prevent #防止信息刷屏
- 1.8 support #1.8支持
- Language files #多种语言文件
- auto-check expires items in the player's inventory(Async and thread-safe)(Configurable)(the speed depends on how many players on your server and how many items in the player's inventory(usually this takes about 1 second))#全自动扫描在线玩家背包到期物品(异步)(配置可开关)(异步线程调用主线程确认操作)(反应大概一秒左右,取决于服务器玩家数量和物品数量)
Commands & Permissions - 权限&指令
- timeditem.admin - access to all commands
- /ti reload —— reloads the plugin config
- /ti set [number] [time unit] set the item useful life
set the item useful life for 1 day
the counting down will start whenever the player
use/click the item
ScreenShots - 截图
Spoiler: Images
Configurations - 配置文件
Code (YAML):
Settings:
#plugin language
#插件语言,中文请设置zh
language: en
#Wether start time counting down on player clicks the item
#if false the time counting down will only start when player use the item
#armor will start counting down when player take damage
#是否在玩家点击物品而非使用物品的时候就开始倒计时
start_date_calculate_on_click: true
#if players armor expires on damage
#reset players max health to 20? prevent some health boost rpg attribute glitches
#是否在玩家护甲到期时将玩家血量设置为20? 防止某些RPG插件的血量加成属性在盔甲消失后依然生效
reset_player_health_if_armor: true
#Enble plugin Sounds?
#是否启用音效
Sounds: true
#automaticly checks expired items in players inventory?
auto-check: true
#automaticly starts item date count down for timed items in players inventory?
auto-start-count-down: true
Default language file:
View: https://pastebin.com/X3nBVZ2Z
Please test this plugin in survival mode, the plugin will ignore creative players
#请在生存模式测试本插件,本插件会忽略创造模式的玩家
If you encountered any issues/bugs
Just PM me and I will solve them ASAP.