A Spigot library and plugin to easily display images and videos on maps.
WARNING: This is a work-in-progress and breaking changes may occur at any time!
View Javadocs »
Report Bug
·
Request Feature
Map Displays is a library and plugin that allows you to easily display images and video on maps.
This includes a built-in way to save those maps to disk to be loaded again after a server restart.
See the open issues for a list of proposed features ( and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AwesomeFeature
) - Commit your Changes (
git commit -m 'Add some AwesomeFeature'
) - Push to the Branch (
git push origin feature/AwesomeFeature
) - Open a Pull Request
To compile ACF Formatters, you will need JDK 8 or higher and an internet connection.
Clone this repo, then run ./gradlew build
from your terminal.
You can find the compiled jar in the build/libs
directory.
If you'd like to publish it to your local Maven repository, you can run ./gradlew publishToMavenLocal
.
Distributed under the Apache 2.0 License. See LICENSE for more information.