Added allprojects.njk that lists all projecs (pagination), added contributing.md that has instructinos about adding your project to neoBeta, added errors template and 404 page, moved projects metadata to json file.

This commit is contained in:
天クマ 2025-10-26 17:36:37 -03:00
commit 8354b455d4
24 changed files with 167 additions and 68 deletions

View file

@ -0,0 +1,8 @@
{
"name": "Aboukkit",
"subtitle": "A simple way to add custom commands with custom responses to your server.",
"author": "tenkuma",
"downloadLink": "https://modrinth.com/plugin/aboukkit/versions",
"logo": "logo.png",
"tags": ["plugin"]
}

View file

@ -1,11 +1,3 @@
---
name: "Aboukkit"
subtitle: "A simple way to add custom commands with custom responses to your server."
author: "tenkuma"
downloadLink: "https://modrinth.com/plugin/aboukkit/versions"
logo: "logo.png"
tags: plugin
---
![Aboukkit logo, abboukit written in a Minecraft's logo like font painted in red.](https://cdn.modrinth.com/data/cached_images/94b1f813f8e15f82dddcffa5284c92e59cb93b27.png)

View file

@ -0,0 +1,8 @@
{
"name": "The Devil Within",
"subtitle": "Adds enchanting to Minecraft Beta. Supports balancing through curses.",
"author": "tenkuma",
"downloadLink": "https://modrinth.com/plugin/devilwithin/versions",
"logo": "logo.png",
"tags": ["plugin"]
}

View file

@ -1,11 +1,3 @@
---
name: "The Devil Within"
subtitle: "Adds enchanting to Minecraft Beta. Supports balancing through curses."
author: "tenkuma"
downloadLink: "https://modrinth.com/plugin/devilwithin/versions"
logo: "logo.png"
tags: plugin
---
This plugin is a remake of [GoldEnchant](https://dev.bukkit.org/projects/goldenchant/).
This plugin depends on [tenkumaLib](https://modrinth.com/plugin/tenkumalib).

View file

@ -0,0 +1,9 @@
{
"name": "Ghosts 'n Stuff",
"subtitle": "Miscellaneous additions to your Minecraft server.",
"author": "tenkuma",
"downloadLink": "https://modrinth.com/plugin/ghosts/versions",
"images": ["anti-spam.png", "rainbow-chat.png", "skibidi-blocker.png"],
"logo": "logo.png",
"tags": ["plugin"]
}

View file

@ -1,13 +1,3 @@
---
name: "Ghosts 'n Stuff"
subtitle: "Miscellaneous additions to your Minecraft server."
author: "tenkuma"
downloadLink: "https://modrinth.com/plugin/ghosts/versions"
images: ["anti-spam.png", "rainbow-chat.png", "skibidi-blocker.png"]
logo: "logo.png"
tags: "plugin"
---
This plugins was made 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

View file

@ -0,0 +1,6 @@
{
"name": "HangGlideRE",
"subtitle": "Fly with a chicken!",
"author": "tenkuma",
"tags": ["plugin"]
}

View file

@ -1,7 +0,0 @@
---
name: "HangGlideRE"
subtitle: ""
author: "tenkuma"
downloadLink: "https://modrinth.com/plugin/aboukkit/versions"
tags: plugin
---

View file

@ -0,0 +1,8 @@
{
"name": "teFreezer",
"subtitle": "Force your players to refrigerate their food by rotting food in unrefrigerated chests!",
"author": "tenkuma",
"downloadLink": "https://modrinth.com/plugin/freezer/versions",
"logo": "logo.png",
"tags": ["plugin"]
}

View file

@ -1,11 +1,3 @@
---
name: "teFreezer"
subtitle: "Force your players to refrigerate their food by rotting food in unrefrigerated chests!"
author: "tenkuma"
downloadLink: "https://modrinth.com/plugin/freezer/versions"
logo: "logo.png"
tags: plugin
---
![Tefreezer written in Minecraft-like font in purple.](https://cdn.modrinth.com/data/cached_images/0aaabfb51609876ece6de83e62b9641a4635fad9_0.webp)
teFreezer is a fork of [Freezer by outadoc](https://dev.bukkit.org/projects/freezer), logo by [malcolmriley](https://github.com/malcolmriley/unused-textures/blob/master/items/food_pepper.png).

View file

@ -0,0 +1,8 @@
{
"name": "tenkuma's Library",
"subtitle": "Library to support my other plugins. Does nothing on it's own.",
"author": "tenkuma",
"downloadLink": "https://modrinth.com/plugin/tenkumalib/versions",
"logo": "logo.png",
"tags": ["plugin"]
}

View file

@ -1,9 +1,5 @@
---
name: "tenkuma's Library"
subtitle: "Library to support my other plugins. Does nothing on it's own."
author: "tenkuma"
downloadLink: "https://modrinth.com/plugin/tenkumalib/versions"
logoName: "logo"
logoExtension: "png"
tags: "plugin"
---
This is a dependency for my other projects. This does not do anything on it's own.
## Why do I have to install this alongside your plugins?
You may think that installing two plugins instead of one is installing unecessary bloat that is useless. But it's not, libraries hold code that is common to more than one project, so you avoid having the same code repeated twice or more in your server. Also it's easier for the developer that has to improve only a single codebase to improve all the rest of the dependants.

View file

@ -0,0 +1,8 @@
{
"name": "TimeKeeper",
"subtitle": "Syncs real world time with your Minecraft server time.",
"author": "tenkuma",
"downloadLink": "https://modrinth.com/plugin/timekeeper/versions",
"logo": "logo.png",
"tags": ["plugin"]
}

View file

@ -1,11 +1,3 @@
---
name: "TimeKeeper"
subtitle: "Syncs real world time with your Minecraft server time."
author: "tenkuma"
downloadLink: "https://modrinth.com/plugin/timekeeper/versions"
logo: "logo.png"
tags: plugin
---
This is a plugin for Minecraft beta that syncs the real world time with your in-game time. Logo by [malcolmriley](https://github.com/malcolmriley/unused-textures/blob/master/items/).
## How it works