Better responsive UI, added author field and improved project loading.

This commit is contained in:
天クマ 2025-03-28 20:17:21 -03:00
commit ea805dbb28
15 changed files with 176 additions and 198 deletions

View file

@ -1,19 +1,20 @@
## 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).
![Aboukkit logo, abboukit written in a Minecraft's logo like font painted in red.](https://cdn.modrinth.com/data/cached_images/94b1f813f8e15f82dddcffa5284c92e59cb93b27.png)
### Default Commands
- About
- Aboukkit
These default commands §aneed§r to be configured.
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).
### Adding new commands
First of all: run the server with the plugin for the first time, so config.yml is generated.
## Default Commands
- About
- Aboukkit
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).
These default commands need to be configured.
### Why?
## 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.
## 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.

View file

@ -1,23 +1,11 @@
{
"project": {
"author": "tenkuma",
"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"
}
]
"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
}
}

View file

@ -0,0 +1,6 @@
This plugins aims to use stuff from my library that would not fit into any plugin (or not in the way presented here) that has ~~a lot~~ (WIP) of random stuff. Everything should be togglable in the config.
## Features
- **RainbowChat:** Rainbow color code.
- **SkibidiBlocker:** Strike a lightning on players that say a word.
- **AntiSpam:** Blocks repeated words in the chat. Optionally can strike a lightning to the player who is spamming.

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

View file

@ -0,0 +1,11 @@
{
"project": {
"author": "tenkuma",
"title": "Ghosts 'n Stuff",
"subtitle": "Adds a simple way to add custom commands with custom responses to your server.",
"backgroundImage": "projects/ghostsandstuff/ghosts.jpg",
"backgroundImageSize": "cover",
"displayLogo": true
}
}