First ever plugin I made (/Welcome)
This commit is contained in:
44
README.md
44
README.md
@@ -1,22 +1,22 @@
|
||||
# ExamplePluginTemplate
|
||||
An example plugin template for beginners!
|
||||
-----------------------------------------------------
|
||||
|
||||
Trying to create your first plugin? Use this template to get started easily!
|
||||
|
||||
- Comments to guide you
|
||||
- Made some example classes
|
||||
- Added some useful utils
|
||||
|
||||
-----------------------------------------------------
|
||||
|
||||
## How to use
|
||||
|
||||
Download this template -\> Load it into your IDE or development environment. [Check out IntelliJ](https://www.jetbrains.com/idea/download/?fromIDE=#section=windows) -\> Get Creative!
|
||||
|
||||
- To build your jar file simply go into the terminal and run `./gradlew build`
|
||||
- Your finished jar should appear in `build/libs`!
|
||||
|
||||
-----------------------------------------------------
|
||||
|
||||
Have a nice day, happy coding!
|
||||
# ExamplePluginTemplate
|
||||
An example plugin template for beginners!
|
||||
-----------------------------------------------------
|
||||
|
||||
Trying to create your first plugin? Use this template to get started easily!
|
||||
|
||||
- Comments to guide you
|
||||
- Made some example classes
|
||||
- Added some useful utils
|
||||
|
||||
-----------------------------------------------------
|
||||
|
||||
## How to use
|
||||
|
||||
Download this template -\> Load it into your IDE or development environment. [Check out IntelliJ](https://www.jetbrains.com/idea/download/?fromIDE=#section=windows) -\> Get Creative!
|
||||
|
||||
- To build your jar file simply go into the terminal and run `./gradlew build`
|
||||
- Your finished jar should appear in `build/libs`!
|
||||
|
||||
-----------------------------------------------------
|
||||
|
||||
Have a nice day, happy coding!
|
||||
|
||||
Reference in New Issue
Block a user