First commit.
This commit is contained in:
commit
2e5155380b
12 changed files with 471 additions and 0 deletions
19
projects/aboukkit/description.md
Normal file
19
projects/aboukkit/description.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
## Custom commands with predefined responses!
|
||||
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).
|
||||
|
||||
### Default Commands
|
||||
- About
|
||||
- Aboukkit
|
||||
These default commands §aneed§r to be configured.
|
||||
|
||||
### Adding new commands
|
||||
First of all: run the server with the plugin for the first time, so config.yml is generated.
|
||||
|
||||
Follow the structure that the template shows in your config.yml. Then use a file explorer to open the plugin's JAR file and edit plugin.yml, you can copy a command entry and fill all the fields (be careful with indentation, YML does not support TAB).
|
||||
|
||||
### Why?
|
||||
I made this plugin because I have a server for version b1.7.3 and I wanted to add a /about command to give credit to the server founders and link to our website. So I made this that I will use every time I need a simple 'wall of text' command.
|
||||
|
||||
Newer versions
|
||||
I don't see why I would build this for latest versions, I guess there are already better solutions. I made this just because of the lack of plugins for Minecraft beta.
|
||||
|
||||
BIN
projects/aboukkit/logo.png
Normal file
BIN
projects/aboukkit/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.3 KiB |
23
projects/aboukkit/project.json
Normal file
23
projects/aboukkit/project.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"project": {
|
||||
"title": "Aboukkit",
|
||||
"subtitle": "A Brief Subtitle for the Project",
|
||||
"description": "This is a placeholder description for the project. You can add details about the project's objectives, features, and goals here.",
|
||||
"logo": "",
|
||||
"images": [
|
||||
{
|
||||
"src": "images/image1.jpg",
|
||||
"alt": "Image 1 description"
|
||||
},
|
||||
{
|
||||
"src": "images/image2.jpg",
|
||||
"alt": "Image 2 description"
|
||||
},
|
||||
{
|
||||
"src": "images/image3.jpg",
|
||||
"alt": "Image 3 description"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue