How can I get my project here?

neoBeta is an open-source content management system. There are various ways you can put your plugin/mod on our catalog:

Required metadata fields

Optional metadata fields

Please fill as many fields as possible.

Releases metadata

Config file example

{
    "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"],
    "links": {
        "GitHub": "https://github.com/adrianvic/ghostsandstuff",
        "Disroot Git": "https://git.disroot.org/adrianvictor/ghostsandstuff"
    },
    "docs": {
        "Installation" : "docs/installation"
    },
    "releaseType": "github or local",
    "githubRepoOwner": "adrianvic",
    "githubRepoName": "ghostsandstuff",
    "releases": {
        "test release": "https://example.com/"
    }
}```