PlayerCONSOLE API
The guide to using the PlayerCONSOLE API.
Environment Setup
Install the jar
mvn install:install-file -Dfile=pathtoyourjar\PlayerCONSOLE-5.0.jar -DgroupId=com.Mateitaa1 -DartifactId=PlayerCONSOLE -Dversion=5.0 -Dpackaging=jarAdd the maven dependency
<dependency>
<groupId>com.Mateitaa1</groupId>
<artifactId>PlayerCONSOLE</artifactId>
<version>5.0</version> <!-- Put latest vers here -->
<scope>provided</scope>
</dependency>Add PlayerCONSOLE to the plugin.yml
depend: [PlayerCONSOLE]Imports
Basic Usage
Basic Command:
Basic Command ( With args ):
SubCommands:
Getting the API
Last updated