Update README.md
This commit is contained in:
22
README.md
22
README.md
@@ -1,22 +1,26 @@
|
|||||||
# ExamplePluginTemplate
|
# SlashWelcome
|
||||||
An example plugin template for beginners!
|
A simple way to welcome new players
|
||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
|
|
||||||
Trying to create your first plugin? Use this template to get started easily!
|
Make poeple feel welcomed with one command!
|
||||||
|
|
||||||
- Comments to guide you
|
- Multiple welcome messages
|
||||||
- Made some example classes
|
- Randomization
|
||||||
- Added some useful utils
|
- Delay (Humanization)
|
||||||
|
|
||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
|
|
||||||
## How to use
|
## 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!
|
Download the latest realease or build it in gradle
|
||||||
|
|
||||||
- To build your jar file simply go into the terminal and run `./gradlew build`
|
- To build your jar file simply go into the terminal and run `gradlew build`
|
||||||
- Your finished jar should appear in `build/libs`!
|
- Your finished jar should appear in `build/libs`!
|
||||||
|
|
||||||
|
Install the plugin by dropping it in your plugins
|
||||||
|
- if you have [PlugManX](https://www.spigotmc.org/resources/plugmanx.88135/)
|
||||||
|
- - Do `/plugman load SlashWelcome`
|
||||||
|
- - Then `/plugman reload SlashWelcome`
|
||||||
|
- Otherwise do `/reload confirm` or restart the server
|
||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
|
|
||||||
Have a nice day, happy coding!
|
|
||||||
|
|||||||
Reference in New Issue
Block a user