Skip to content

Items payload support#19

Merged
osipxd merged 16 commits intodevelopfrom
feature/items-payload
Aug 18, 2021
Merged

Items payload support#19
osipxd merged 16 commits intodevelopfrom
feature/items-payload

Conversation

@osipxd
Copy link
Copy Markdown
Member

@osipxd osipxd commented Aug 17, 2021

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 items.

Bukkit Plugin

  • Add statistics about used items registries
  • Add payload support to MinecraftItemsRegistry.

@osipxd osipxd added this to the 0.6 milestone Aug 17, 2021
@osipxd osipxd self-assigned this Aug 17, 2021
@osipxd osipxd force-pushed the feature/items-payload branch from 2e10de9 to dc1dfd8 Compare August 17, 2021 18:26
@osipxd osipxd force-pushed the feature/items-payload branch from dc1dfd8 to 4e7f7ff Compare August 17, 2021 18:38
@osipxd osipxd enabled auto-merge August 17, 2021 18:38
@osipxd osipxd merged commit aae2595 into develop Aug 18, 2021
@osipxd osipxd deleted the feature/items-payload branch August 18, 2021 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant