Skip to content

Commit 57081fa

Browse files
DxsSucukgitbook-bot
authored andcommitted
GITBOOK-21: No subject
1 parent d5859d2 commit 57081fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot/plugin-system/create-plugins.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The new plugin system will automatically detect that the plugin has a few classe
163163
## The missing plugin.yml
164164

165165
To let Ree6 know where to look you will need to create a `plugin.yml`!\
166-
In this, you will need to add the name of the plugin, the author's name, the path to the main class, the version of the addon, and the version of Ree6 it has been made for!\
166+
In this, you will need to add the name of the plugin, the author's name, the path to the main class, the version of the plugin, and the version of Ree6 it has been made for!\
167167
For example, a correct `plugin.yml` would look like this:
168168

169169
<pre class="language-yaml"><code class="lang-yaml">id: Pong Command
@@ -178,7 +178,7 @@ dependencies: []
178178

179179
## Finishing up!
180180

181-
You should be ready to go with your Addon!\
181+
You should be ready to go with your plugin!\
182182
Now you will need to export it either via Maven, Gradle, or any desired way you have!
183183

184184
On how to load the plugins refer to [installing-plugins.md](installing-plugins.md "mention")

0 commit comments

Comments
 (0)