MinecraftMediaLibrary

_images/minecraftmedialibrary.png

MinecraftMediaLibrary is a library used to display media to players such as pictures, audio, videos, and other forms of media. It uses a variety of displays that are customizable depending on the user’s needs.

Importing MinecraftMediaLibrary Into a Project

First, add Jitpack because the repository is hosted there.

<repository>
   <id>jitpack.io</id>
   <url>https://jitpack.io</url>
</repository>

Then, add the actual library repo itself.

<dependency>
   <groupId>com.github.minecraftmedialibrary</groupId>
   <artifactId>minecraftmedialibrary</artifactId>
   <version>master-SNAPSHOT</version>
</dependency>

Indices and Tables