# EaglerMavenRepo This repository contains a GitHub Maven repository that can be used for common plugin dependencies that plugins for Eaglercraft servers can use. # Contributing If you would like to contribute and suggest some plugins to be added, please **do not** submit a pull request. Instead, submit an issue with the plugin you would like to see added, and we will fetch the relevant version and add it. **Things you can contribute via pull request:** - Fixing typos in readme - Fixing the ass structure of the Readme - Basically fixing the readme ## How to use: Include the repo in your pom.xml in your repositories with: ``` PrimCoreRepos-repos https://github.com/darverdevs/EaglerMavenRepo/raw/main ``` Then, add the craftbukkit jar file to your pom with: ``` com.github.EaglerMaven craftbukkit 1.5.2-R1.0 ``` Or, alternatively, you can use BongoBukkit which has a vehicleSteerEvent ``` com.github.EaglerMaven BongoBukkit 1.5.2 provided ``` Finally, to add Plugin API as dependencies: ``` (Not: you do not have to add all of the dependencies for anything to work) ---------- Vault ----------- com.github.EaglerMaven Vault 1.2.26 ---------- MassiveCore ----------- com.github.EaglerMaven MassiveCore 6.4.1 ---------- Factions ----------- com.github.EaglerMaven Factions 2.0.1 ---------- EffectLib ----------- com.github.EaglerMaven EffectLib 3.0 ---------- ProtocolLib ----------- com.github.EaglerMaven ProtocolLib 3.6.4 --------- PermissionSex ---------- com.github.EaglerMaven PermissionSex 1.19.6 --------- BossBarAPI ------------- com.github.EaglerMaven BossBarAPI 0.0.1 provided ``` If you are getting errors, run `mvn clean install -U` then, cut and paste the dependencies