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:
parent
6ef89eed3d
commit
8354b455d4
24 changed files with 167 additions and 68 deletions
8
projects/aboukkit/index.json
Normal file
8
projects/aboukkit/index.json
Normal 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"]
|
||||
}
|
||||
|
|
@ -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
|
||||
---
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
8
projects/devilwithin/index.json
Normal file
8
projects/devilwithin/index.json
Normal 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"]
|
||||
}
|
||||
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
9
projects/ghostsandstuff/index.json
Normal file
9
projects/ghostsandstuff/index.json
Normal 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"]
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
6
projects/hangglidere/index.json
Normal file
6
projects/hangglidere/index.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"name": "HangGlideRE",
|
||||
"subtitle": "Fly with a chicken!",
|
||||
"author": "tenkuma",
|
||||
"tags": ["plugin"]
|
||||
}
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
name: "HangGlideRE"
|
||||
subtitle: ""
|
||||
author: "tenkuma"
|
||||
downloadLink: "https://modrinth.com/plugin/aboukkit/versions"
|
||||
tags: plugin
|
||||
---
|
||||
8
projects/tefreezer/index.json
Normal file
8
projects/tefreezer/index.json
Normal 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"]
|
||||
}
|
||||
|
|
@ -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 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).
|
||||
|
|
|
|||
8
projects/tenkumalib/index.json
Normal file
8
projects/tenkumalib/index.json
Normal 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"]
|
||||
}
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
8
projects/timekeeper/index.json
Normal file
8
projects/timekeeper/index.json
Normal 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"]
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue