Getting Started
Vision GUI
Vision GUI is a minimal GUI API for Paper.
Quick Links
Installation
Add the following to your build configuration:
<repositories>
<repository>
<id>sparky983</id>
<url>https://repo.sparky983.me/releases</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>me.sparky983</groupId>
<artifactId>vision-paper</artifactId>
<version>1.0.1</version>
</dependency>
</dependencies>
Last updated
Was this helpful?