Skip to content

Commit ca47c7c

Browse files
committed
Merge branch 'release' of https://github.com/SimplexDevelopment/SimplexCore into release
2 parents ac5d4cd + dde1a5c commit ca47c7c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
<p>This plugin is an API and framework plugin designed to make plugin development easier, and more user friendly.</p>
66
<p>SimplexCore vastly reduces boilerplate by creating autonomous functions which do most of the tedious work for you.
77
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.
8-
Creating items uses a worker class which is a recursive object that builds an item and outputs the result.
9-
SimplexListener subclasses are automatically registered upon new class initialization.</p>
10-
<p>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.</p>
8+
Creating items uses a worker class which is a recursive object that builds an item and outputs the result.</p>
9+
<p>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.</p>

0 commit comments

Comments
 (0)