Getting Started - CansteinBerlin/CustomBlocksApi GitHub Wiki

Installation (Project)

To use the functions of the plugin in your own code, add the plugin as described in the README.md file of this repository. Since the API itself must work with the Bukkit methods, it should not be mapped into your own project!
It is important that you set the Api as a dependency in your plugin.yml using

depend:
  - CustomBlocksApi

Installation (Server)

On your server, install your plugin that depends on the api as well as the api itself in the plugins folder of your server.

Visuals

The models and textures of the custom blocks must be provided via a resourcepack. The plugin itself does not set this up. You as the developer/server owner must set it up and distribute it to your players yourself.

Features

  • Create Custom Blocks
  • Create animated custom blocks
  • Blocks with different block states and their respective models.
  • Save data in blocks (nbt) (currently not available, but will probably be available in the next updates).