Skip to content

API & Libary for VirtualPlayground (Supports Paper 1.20+)

Notifications You must be signed in to change notification settings

VirtualPlaygroundDE/VirtualAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

API & Libary for VirtualPlayground (Supports Paper 1.20+)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages