Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

y0hami/ArchonCrates

Repository files navigation

End of Life Statement

Please read: EOL_STATEMENT.md


ArchonCrates Logo

The worlds most popular crate plugin.



Requirements

Installation

For instructions on how to install and get started with ArchonCrates visit our Getting Started guide.



Developers

ArchonCrates contains a very powerful and useful API for developers. We designed the API to allow developers to add their own features and extend the plugin to their will along with keeping it really easy and usable. You can view the API source here and the Java Docs here.

We also have some big plans for the plugin which will expand the posabiltys for developers even more, stay tuned! 🎉



Contributing

If you want to contribute to ArchonCrates feel free! Before you make a pull request please make sure you have kept to our coding style and that you have no conflicts. Please also test the plugin before before you making a pull request.

Coding Style:

  • 4 Spaced tabs
  • K&R brace placement
while (something == true) {
	if(thatThing != true) {
		doThisThing();
  	} else {
		doThatThing();
  	}
}




HamiStudios