How to use the API

GroupSecurity API documentation

Introduction

GroupSecurity API can be used to login players and hopefully in the future to add more ways to log people in.

Add dependency

<repositories>
	<repository>
		<id>mikart</id>
		<url></url>
	</repository>
</repositories>
<dependencies>
	<dependency>
	  <groupId>eu.mikart.groupsecurity</groupId>
	  <artifactId>GroupSecurity-</artifactId>
	  <version></version>
	</dependency>
</dependencies>

Spigot & Paper

Make GroupSecurity load before your plugin inside the plugin.yml like this:

softdepend: [GroupSecurity]

What's next?

Making an addon

Last updated