plugins { id 'java' id 'io.franzbecker.gradle-lombok' version '1.14' } group 'sh.okx' version '3.4' 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/' } maven { url 'https://raw.github.com/PyvesB/AdvancedAchievements/mvn-repo/' } } dependencies { testCompile group: 'junit', name: 'junit', version: '4.12' compile 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT' compile('net.milkbowl.vault:VaultAPI:1.6') { exclude group: 'org.bukkit' } compile 'me.clip:placeholderapi:2.9.2' compile 'com.hm.achievement:advanced-achievements-api:1.1.0' // if compiling this you will have to download and install mcMMO locally compile 'com.gmail.nossr50.mcMMO:mcMMO:2.1.0-SNAPSHOT' }