Skip to content

Mimic 0.6

Compare
Choose a tag to compare
@osipxd osipxd released this 19 Aug 06:24
· 94 commits to develop since this release
7ae0f1c

API

  • Add MimicApiLevel class to check current running Mimic API version:
    // Specify here the version required for APIs you use.
    if (!MimicApiLevel.checkApiLevel(MimicApiLevel.VERSION_0_6)) {
        println("At least Mimic 0.6 is required. Please download it from {link here}")
    }
  • Add optional payload to ItemsRegistry.getItem. It may be used to customize item.

Bukkit Plugin

  • More detailed output of command /mimic items info:
    Items Service: mimic
    Known IDs amount: 1161
      rpginventory: 4
      quantumrpg: 55
      mmoitems: 126
      minecraft: 976
    
  • Improve integration with Heroes class system (#14)
  • Add statistics about used items registries
  • Add payload support to MinecraftItemsRegistry.

Housekeeping

  • Add API binary compatibility validation
  • Publish docs to GitHub Pages
  • Update Kotlin to 1.5.21
  • Update bukkit-gradle to 0.10.0
  • Update Gradle to 7.2