PlayerCONSOLE API

The guide to using the PlayerCONSOLE API.

Environment Setup

Download the jar from any of the trusted source: Minecraftplugins.org, SpigotMC.org, BuiltByBit.com

Install the jar

mvn install:install-file -Dfile=pathtoyourjar\PlayerCONSOLE-5.0.jar -DgroupId=com.Mateitaa1 -DartifactId=PlayerCONSOLE -Dversion=5.0 -Dpackaging=jar

Add 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

This is about it.

Last updated