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

For local releases:

For GitHub releases:

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",
    "gameLoaders": ["Craftbukkit"]
    "releases": [
        {
            "name": "The first release.",
            "version": "1.0.0",
            "gameVersions": ["b1.7.3"],
            "downloads": {
                "GitHub": "https://example.com",
                "Modrinth": "https://modrinth.com"
            }
        }
    ]
}