ADDED
- Access other player's expired items and get it to inventory.
- Auto-saving function which will save timed items/players data every X minutes (configurable), you can toggle it in-game.
- Add/remove timed item to collection with name, expire time will be freeze
- Give timed item to player by name from collection, when player received item, its expire time will start to count. (
i think it will usefull for servers that have quests function, you can give player timed item as a reward)
- Rename timed item from collection.
- Access to timed item's information such as name, expire date, ...etc.
•
NEW COMMANDS:
- /ti additem <name>:
Description:
Add timed item to collection with name.
Permission:
timeditem.command.additem
- /ti removeitem <name>:
Description:
Remove timed item from collection by name.
Permission:
timeditem.command.removeitem
- /ti setitem <name>:
Description:
Update your in hand item to specific timed item by name
Permission:
timeditem.command.setitem
- /ti giveitem <player> <name> <amount>:
Description:
Give timed item to player by name with specific amount.
Permission:
timeditem.command.giveitem
- /ti infinity:
Description:
Toggle infinity mode for timed item, at this state item will not be expired, when toggle off infinity mode, expire time will be reset
Permission:
timeditem.command.infinity
- /ti rename <name> <new-name>:
Description:
Rename a timed item from collection.
Permission:
timeditem.command.rename
- /ti info:
Description:
Shows tiAmed item's information in your hand.
Permission:
timeditem.command.info
- /ti items:
Description:
Shows timed item collection in GUI
Permission:
timeditem.command.items
- /ti autosave:
Description:
Access to auto-saving options GUI
Permission:
timeditem.command.autosave
FIXED
- Issue on lost player inventory's items.
REWORK
-
Old API will no longer work with
version 0.6 or above, the
new API will be reworked and update later.