Skip to content

MinecraftPortCentral/CitizensAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CitizensAPI README

CitizensAPI is an API framework for developers to use. It provides methods for creating and maintaining NPCs, as well as attaching custom data to NPCs.

Compatible With:

Maven

Include CitizensAPI in your pom.xml like this (set the artifactId to citizens if you want to access the full plugin details of Citizens):

<dependency>
	<groupId>net.citizensnpcs</groupId>
	<artifactId>citizensapi</artifactId>
	<version>CITIZENS_VERSION</version>
	<type>jar</type>
	<scope>compile</scope>
</dependency>

Javadoc

http://jd.citizensnpcs.co

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%