⚠️ Dependencies: CommandAPI, NBTAPI
- Create Configuration Files
- Create Language Files (MiniMessage Format)
- Create Custom Guis and Villager Trades
- Built-in Regions
- Custom Items and Recipes
- Global Location Manager
- Economy System
- MySQL-Support
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.VirtualPlaygroundDE</groupId>
<artifactId>VirtualAPI</artifactId>
<version>{VERSION}</version>
<scope>provided</scope>
</dependency>
maven { url 'https://jitpack.io' }
compileOnly 'com.github.VirtualPlaygroundDE:VirtualAPI:{VERSION}'