Skip to content

Releases: Muqsit/DeathInventoryLog

v1.0.6

Choose a tag to compare

@Muqsit Muqsit released this 30 Mar 20:36
  • Introduce a /dil history UI with seamless transitioning between /dil history <-> /dil retrieve windows

v1.0.5

Choose a tag to compare

@Muqsit Muqsit released this 29 Mar 20:10
  • Added /dil history [page=1] - view your own death inventory logs
  • Added permission deathinventorylog.read.self (non-op) - ability to view your own death inventory logs
  • Added permission deathinventorylog.read.other (op) - ability to view others death inventory logs
  • Added permission deathinventorylog.retrieve.contents (op) - ability to retrieve items from death inventory logs

v1.0.4

Choose a tag to compare

@Muqsit Muqsit released this 19 Feb 09:36
  • Added support for PocketMine-MP 5.41.0+
  • Dropped support for PocketMine-MP <5.41.0

v1.0.3

Choose a tag to compare

@Muqsit Muqsit released this 21 Aug 06:17

Reduced delay in opening inventories

v1.0.0

Choose a tag to compare

@Muqsit Muqsit released this 07 Mar 13:06

Changes:

  • /dil retrieve now displays results in 24-hour format

API Changes

  • Added Async*() methods to Database - developers are recommended to implement only the asynchronous methods and use AsyncToCallbackDatabaseTrait to auto-generate callback-equivalents
  • Added Async*() methods to GamertagUUIDTranslator - developers are recommended to implement only the asynchronous methods and use AsyncToCallbackGamertagUUIDTranslatorTrait to auto-generate callback-equivalents

v0.1.1

Choose a tag to compare

@Muqsit Muqsit released this 01 Jun 15:17
  • Added support for PocketMine-MP v5.0.0
  • Dropped support for PocketMine-MP v4.x.x