Skip to content

anvilpowered/anvil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4df899f · Jun 10, 2024
Dec 9, 2023
Jun 2, 2024
May 17, 2024
Feb 24, 2024
Jun 10, 2024
May 25, 2024
Jun 10, 2024
Jun 10, 2024
Jun 10, 2024
Dec 10, 2023
Dec 9, 2023
Jan 9, 2023
Dec 9, 2023
Dec 9, 2023
May 27, 2024
Dec 9, 2023
Dec 10, 2023
Feb 5, 2024
May 17, 2024
Jul 4, 2022

Repository files navigation

Anvil

Discord TeamCity Full Build Status GitHub Maven

CI (Release candidate jars)

Anvil is a mineraft plugin api that aims to help developers create structured cross-platform plugins. Included is an entity framework and many services that abstract platform-specific actions so that they can be used in common code.

Anvil is not only cross-platform in the context of plugin platforms, but also in the context of databases. Currently, MongoDB and Xodus are supported, with SQL on the way. With Anvil, you can write a central abstract set of logic that applies to several database types.

Quick start

repositories {
   mavenCentral();
}
dependencies {
    implementation 'org.anvilpowered:anvil-api:0.1'
}