Skip to content

mc-commons

Start here

Welcome to mc-commons, the essential Minecraft plugin that powers all our other plugins.

Getting Started

To start using mc-commons, follow these steps:

  1. Install the plugin:

    Download the latest version of the plugin from our resource page.

  2. Configure the plugin:

    Once installed, configure plugins/mc-commons/config.yml with your desired settings. The default configuration is as follows:

    sql:
    # (You can use sqlite, mysql, mariadb, or postgresql)
    jdbc-url: "jdbc:sqlite:./plugins/mc-commons/data/mc-commons.db"
    username: ""
    password: ""
  3. Run your plugins:

    Once mc-commons is installed and configured, you can start using any of our plugins that depend on it.