Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.2 KB

README.md

File metadata and controls

48 lines (40 loc) · 1.2 KB

CodeFactor

VirtualAPI

⚠️ Dependencies: CommandAPI, NBTAPI

Features

  • 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

Implementation

Maven

<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>

Gradle

maven { url 'https://jitpack.io' }
compileOnly 'com.github.VirtualPlaygroundDE:VirtualAPI:{VERSION}'