Skip to content

This is an example which should show you how to create a stat for Clans

License

Notifications You must be signed in to change notification settings

Simonsator/Clan-Stats-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clan-Stats-Example

This is an example which should show you how to create a clan-stat for Clans.

Adding dependencies in maven to use clans in your plugin

To add Clans as an dependency of your maven project you need to add the following line of code

	<repositories>
		<repository>
			<id>bungeecord-repo</id>
			<url>https://oss.sonatype.org/content/repositories/snapshots</url>
		</repository>
		<repository>
			<id>simonsators-repo</id>
			<url>https://simonsator.de/repo</url>
		</repository>
	</repositories>
	<dependencies>
		<dependency>
			<groupId>de.simonsator</groupId>
			<artifactId>Clans</artifactId>
			<version>0.9.9.36</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>de.simonsator</groupId>
			<artifactId>BungeecordPartyAndFriends</artifactId>
			<version>1.0.89</version>
			<scope>provided</scope>
		</dependency>
	</dependencies>

How to add a clan-stat

To see how you are adding a clan stat you should view this example class.

JavaDoc of this example-plugin

The JavaDoc of this plugin can be found here.

Download this example-plugin

If you want to see how it looks ingame, just download this example-plugin from here.

About

This is an example which should show you how to create a stat for Clans

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages