Add Economy to Minecraft
API to add the concept of economy in Minecraft
Minecraftに経済の概念を追加するAPI
Please describe the following in build.gradle
build.gradleに以下を記述する
repositories {
maven { url 'https://shift02.github.io/maven/' }
}
dependencies {
compile 'shift.mceconomy3:mceconomy3:1.1.2:dev'
}