Mimic icon

Mimic -----

Vault of common RPG APIs



Mimic v0.6
API
  • Add MimicApiLevel class to check current running Mimic API version:
    Code (Java):
    // 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:
    Code (Text):
    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
----------, Aug 19, 2021
Resource Information
Author:
----------
Total Downloads: 2,941
First Release: Aug 8, 2020
Last Update: Apr 18, 2022
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings