From dde1a5ce587ddb39fff350e70c572ae543eff19f Mon Sep 17 00:00:00 2001 From: Paldiu Date: Fri, 14 May 2021 14:09:11 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f712c14..8a479dd 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,5 @@

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.

\ No newline at end of file +Creating items uses a worker class which is a recursive object that builds an item and outputs the result.

+

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.