
Matrix Framework is a development API to make developing plugins a whole lot easier.

- Add it as a dependency in maven or as a .jar:
Code:
<repository>
<id>matrix-ci-repo</id>
<url>https://dev.gmatrixgames.ga/ci/plugin/repository/everything/</url>
</repository>
<dependency>
<groupId>co.matrixdevelopment.framework</groupId>
<artifactId>matrixframework</artifactId>
<version>1.0.1-R-SNAP</version>
<scope>compile</scope>
</dependency>
- Find a package you wish to use:

- Then get the instance of it:



- This API is under the GPL-3.0 License: https://github.com/MatrixDevTeam/MDProjects/blob/master/MatrixFramework/LICENSE.txt
- I am not required to add suggestions, although I do take every one into heavy consideration.
- You may not upload, share or distribute this API elsewhere. If this API is requested, please link this resource page or GitHub page.