You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,5 @@
5
5
<p>This plugin is an API and framework plugin designed to make plugin development easier, and more user friendly.</p>
6
6
<p>SimplexCore vastly reduces boilerplate by creating autonomous functions which do most of the tedious work for you.
7
7
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