Moving to Eleventy. Search not working yet.
This commit is contained in:
parent
e7c13a732d
commit
26db9488db
22 changed files with 1852 additions and 190 deletions
|
|
@ -1,3 +1,15 @@
|
|||
---
|
||||
layout: "project.njk"
|
||||
projectName: "Aboukkit"
|
||||
projectSubtitle: "Adds a simple way to add custom commands with custom responses to your server."
|
||||
projectAuthor: "tenkuma"
|
||||
projectDownloadLink: "https://modrinth.com/plugin/aboukkit/versions"
|
||||
backgroundImageSize: "cover"
|
||||
logoName: "logo"
|
||||
logoExtension: "png"
|
||||
tags: plugin
|
||||
---
|
||||
|
||||

|
||||
|
||||
This plugin adds a simple way to add custom commands that will respond users with predefined messages from ```config.yml```. It supports Minecraft's color coding (use & instead of §) ~~and placeholders for player/server info~~ (TODO).
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"project": {
|
||||
"author": "tenkuma",
|
||||
"title": "Aboukkit",
|
||||
"subtitle": "Adds a simple way to add custom commands with custom responses to your server.",
|
||||
"downloadLink": "https://modrinth.com/plugin/aboukkit/versions",
|
||||
"backgroundColor": "darkred",
|
||||
"displayLogo": true
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue