Code Monkey home page Code Monkey logo

eaglermavenrepo's Introduction

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:

<repository>
    <id>PrimCoreRepos-repos</id>
    <url>https://github.com/darverdevs/EaglerMavenRepo/raw/main</url>
</repository>

Then, add the craftbukkit jar file to your pom with:

<dependency>
    <groupId>com.github.EaglerMaven</groupId>
    <artifactId>craftbukkit</artifactId>
    <version>1.5.2-R1.0</version>
</dependency>

Or, alternatively, you can use BongoBukkit which has a vehicleSteerEvent

<dependency>
    <groupId>com.github.EaglerMaven</groupId>
    <artifactId>BongoBukkit</artifactId>
    <version>1.5.2</version>
    <scope>provided</scope>
</dependency>

Finally, to add Plugin API as dependencies:

(Not: you do not have to add all of the dependencies for anything to work)
---------- Vault -----------
<dependency>
    <groupId>com.github.EaglerMaven</groupId>
    <artifactId>Vault</artifactId>
    <version>1.2.26</version>
</dependency>
---------- MassiveCore -----------
<dependency>
    <groupId>com.github.EaglerMaven</groupId>
    <artifactId>MassiveCore</artifactId>
    <version>6.4.1</version>
</dependency>
---------- Factions -----------
<dependency>
    <groupId>com.github.EaglerMaven</groupId>
    <artifactId>Factions</artifactId>
    <version>2.0.1</version>
</dependency>
---------- EffectLib -----------
<dependency>
    <groupId>com.github.EaglerMaven</groupId>
    <artifactId>EffectLib</artifactId>
    <version>3.0</version>
</dependency>
---------- ProtocolLib -----------
<dependency>
    <groupId>com.github.EaglerMaven</groupId>
    <artifactId>ProtocolLib</artifactId>
    <version>3.6.4</version>
</dependency>
--------- PermissionSex ----------
<dependency>
    <groupId>com.github.EaglerMaven</groupId>
    <artifactId>PermissionSex</artifactId>
    <version>1.19.6</version>
</dependency>
--------- BossBarAPI -------------
<dependency>
    <groupId>com.github.EaglerMaven</groupId>
    <artifactId>BossBarAPI</artifactId>
    <version>0.0.1</version>
    <scope>provided</scope>
</dependency>

If you are getting errors, run mvn clean install -U then, cut and paste the dependencies

eaglermavenrepo's People

Contributors

colddev avatar fangoboyo avatar literally1984 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.