Preparing for deploying with GitHub pages.
This commit is contained in:
parent
ebc904d60d
commit
4a73c474dc
55 changed files with 1952 additions and 1585 deletions
6
projects/ghostsandstuff/docs/example_documentation.md
Normal file
6
projects/ghostsandstuff/docs/example_documentation.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
## Installation instructions for GhostsAndStuff
|
||||
- Download the plugin JAR
|
||||
- Download the dependency JAR (tenkumaLib)
|
||||
- Move both to your server's `plugin` folder.
|
||||
|
||||
After following these steps the plugin should appear in the plugin list when you turn the server on.
|
||||
|
|
@ -5,5 +5,12 @@
|
|||
"downloadLink": "https://modrinth.com/plugin/ghosts/versions",
|
||||
"images": ["anti-spam.png", "rainbow-chat.png", "skibidi-blocker.png"],
|
||||
"logo": "logo.png",
|
||||
"tags": ["plugin"]
|
||||
"tags": ["plugin"],
|
||||
"links": {
|
||||
"GitHub": "https://github.com/adrianvic/ghostsandstuff",
|
||||
"Disroot Git": "https://git.disroot.org/adrianvictor/ghostsandstuff"
|
||||
},
|
||||
"docs": {
|
||||
"Installation" : "docs/example_documentation"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue