Schedule expire time for items.
❏ GENERAL
❏ FEATURES
❏ COMMANDS
❏ PERMISSIONS
❏ CONFIGURATION
# Set your custom language in lang folder
# If plugin can't find language , it will return default "en-US.yml"
# Even if you delete "en-US.yml", plugin have added default message
# to prevent null exception while the operation is happening
locale : en-US
# Tell player know that amount of items in their inventory is expired
announcePlayerWhenItemExpire : true
# Plugin will tell player know that amount of items
# in their inventory is expired while they offline
notifyPlayerWhenLogin : true
defaultBuyCost : 1000
# Auto saving
autoSaving:
item : 5 #minutes
user : 5 #minutes
# Sets format for expire time
timeFormat :
# This will make time separate space when format
# Ex: 3d 43m 10s
spacing : " "
# Expire time format
# Also applied for set commands
# Ex: 15/09/2023 22:31:18
date : "dd/MM/yyyy HH:mm:ss"
# Represents second value
second : "s"
# Represents minute value
minute : "m"
# Represents hour value
hour : "h"
# Represents day value
day : "d"
# Represents week value
week : "w"
# Represents month value
month : "M"
# Represents year value
year : "y"
# What's 'is-default-language' ?
# it will return 'en-US' if plugin can't find valid language
# you set in 'locale: <language-format>' (config.yml)'
is-default-language : true
prefix : "&7[&bTimedItemX&7]"
emptyTime : "&cPlease type a specific time"
notHoldItem : "&cYou must hold item in your hand!"
invalidTime : "&cNew time must greater than old time!"
invalidItem : "&cThis item don't have expire time!"
addTime : "&aAdded &6%duration%&a, &anew date is &6%new-date%"
removeTime : "&aRemoved &6%duration%&a, new date is &6%new-date%"
setTime : "&aSet expire time to &6%new-date%"
clearTime : "&aCleared expire time from item!"
clearExpiredItem:
inventory : "%prefix% &cTotal &6%amount% &citems in your inventory is expired!"
offline : "%prefix% &cTotal &6%amount% &citems in your inventory is expired while you're offline!"
expireFormat : "&7[&cExpired&7] &b%date-format%"
reloadPlugin : "&aReloaded language & configuration!"
addItem : "&aAdded timed item with name &6%name%"
removeItem : "&aRemoved timed item with name &6%name%"
giveItem : "&aGiving &6%amount%x &atimed item by name &6%name% &ato player &6%player-name%"
setItem : "&aTimed item &6%name% &ais updated with a new item!"
setInfinity:
active : "&aThis timed item is now in infinity mode and cannot be expired!"
deactive : "&cThis timed item is no longer infinity mode and will expire in &6%expire-date%"
itemInformation:
- "&e- Name : %name%"
- "&e- Expire at : &b%expire-time%"
- "&e- Duration : &b%duration%"
- "&e- Infinity : %infinity%"
- "&e- Date created : &b%date-created%"
- "&e- Creator : &d%player%"
renameItem :
- "&6Rename item successfully!"
- "&6Old name : &c%old-name%"
- "&6New name : &a%new-name%"
prefix : "&7[&bTimedItemX&7]"
emptyTime : "&cHãy nhập thời hạn cụ thể"
notHoldItem : "&cBạn phải cầm vật phẩm trên tay!"
invalidTime : "&cThời hạn mới phải nhiều hơn so với thời hạn cũ!"
invalidItem : "&cVật phẩm này không có thời gian hết hạn!"
addTime : "&aĐã thêm &6%duration%&a, &athời hạn mới là &6%new-date%"
removeTime : "&aĐã trừ &6%duration%&a, thời hạn mới là &6%new-date%"
setTime : "&aThiết lập thời hạn đến &6%new-date%"
clearTime : "&aĐã xóa thời hạn của vật phẩm!"
help : "&6/%command-name%: &7%command-description%"
clearExpiredItem:
inventory : "%prefix% &cTổng cộng &6%amount% &cvật phẩm trong túi đồ đã hết hạn!"
offline : "%prefix% &cTổng cộng &6%amount% &cvật phẩm trong túi đồ đã hết hạn trong lúc bạn ngoại tuyến!"
expireFormat : "&7[&cThời hạn&7] &b%date-format%"
reloadPlugin : "&aĐã tải lại ngôn ngữ và thiết lập!"
addItem : "&aĐã thêm vật phẩm mới với tên &6%name%"
removeItem : "&aĐã xóa vật phẩm với tên &6%name%"
giveItem : "&aĐang trao &6%amount%x &avật phẩm với tên &6%name% &acho người chơi &6%player-name%"
setItem : "&aVật phẩm với tên &6%name% &ađã được cập nhật!"
setInfinity:
active : "&aVật phẩm này đang trong chế độ vô hạn và sẽ không bao giờ hết hạn!"
deactive : "&cVật phẩm này đã hết trong chế độ vô hạn và sẽ hết hạn trong &6%expire-date%"
itemInformation:
- "&eTên : %name%"
- "&eNgày hết hạn : &b%expire-time%"
- "&eThời hạn : &b%duration%"
- "&eMất khi hết hạn : %infinity%"
- "&eNgày tạo : &b%date-created%"
- "&eNgười tạo : &d%player%"
renameItem :
- "&6Đổi tên thành công!"
- "&6Tên cũ : &c%old-name%"
- "&6Tên mới : &a%new-name%"
❏ ACCESS API
❏ CONTACT
❏ MY OTHER PLUGINS