Go to file
Paldiu ac5d4cde39 Minor Version Update 1.1.0
Changes:
  - Converted messaging to Kyori Adventure Components
  - Miscellaneous code tweaks and organization
2021-12-05 17:55:00 -06:00
.github/workflows Create codacy-analysis.yml 2021-02-22 09:39:01 -05:00
gradle/wrapper Minor Version Update 1.1.0 2021-12-05 17:55:00 -06:00
src Minor Version Update 1.1.0 2021-12-05 17:55:00 -06:00
.gitattributes Migrate to gradle 2021-02-25 10:53:24 +01:00
.gitignore Migrate to gradle 2021-02-25 10:53:24 +01:00
build.gradle Minor Version Update 1.1.0 2021-12-05 17:55:00 -06:00
CONTRIBUTING.md Create CONTRIBUTING.md 2021-02-25 19:43:54 +01:00
gradle.properties Alpha Release 1.0 2021-05-01 02:07:01 -05:00
gradlew Migrate to gradle 2021-02-25 10:53:24 +01:00
gradlew.bat Migrate to gradle 2021-02-25 10:53:24 +01:00
LICENSE Create LICENSE 2021-03-23 00:54:01 -05:00
README.md Readme 2021-05-14 13:05:20 -05:00
settings.gradle Migrate to gradle 2021-02-25 10:53:24 +01:00

SimplexCore

SimplexCore is a plugin created by Simplex Development Group.

This plugin is an API and framework plugin designed to make plugin development easier, and more user friendly.

SimplexCore vastly reduces boilerplate by creating autonomous functions which do most of the tedious work for you. Registering commands is as simple as creating classes annotated with the @CommandInfo annotation, and extending SimplexCommand, which automatically registers with the spigot framework. This removes the need of using the plugin.yml to define commands and permissions. Creating items uses a worker class which is a recursive object that builds an item and outputs the result. SimplexListener subclasses are automatically registered upon new class initialization.

Everything is still in the process of being JavaDocced, so if there is no javadocs for the class or method you are trying to use, one will be added in a future update.