plugins { id 'java' id 'net.ltgt.apt' version '0.10' } group 'sh.okx' version '3.2-beta.1' repositories { mavenCentral() mavenLocal() jcenter() maven { url 'http://nexus.hc.to/content/repositories/pub_releases' } maven { url 'https://hub.spigotmc.org/nexus/content/groups/public/' } maven { url 'http://repo.extendedclip.com/content/repositories/placeholderapi/' } } dependencies { testCompile group: 'junit', name: 'junit', version: '4.12' testCompile 'org.mockito:mockito-core:2.+' compileOnly 'org.projectlombok:lombok:1.18.2' apt "org.projectlombok:lombok:1.18.2" compile 'org.spigotmc:spigot-api:1.12-R0.1-SNAPSHOT' compile('net.milkbowl.vault:VaultAPI:1.6') { exclude group: 'org.bukkit' } compile 'me.clip:placeholderapi:2.9.+' // if compiling this you will have to download and install mcMMO locally compile 'com.gmail.nossr50.mcMMO:mcMMO:1.6.0-SNAPSHOT' }