Giter Site home page Giter Site logo

bukkitpopulators's Introduction

BukkitPopulators

A collection of BlockPopulators for use with Bukkit

Usage

It's suggested you use Maven to use this library. Add the following to your pom.xml:

<repositories>
  <repository>
    <id>bukkitpopulators-repo</id>
    <url>https://raw.github.com/Lucariatias/BukkitPopulators/mvn-repo/</url>
  </repository>
</repositories>
<dependencies>
  <dependency>
    <groupId>io.github.lucariatias</groupId>
    <artifactId>bukkitpopulators</artifactId>
    <version>0.0.1-SNAPSHOT</version>
  </dependency>
</dependencies>

This will allow you to use any of the populators. Just make sure to have any users of your plugin install this.

Compilation

First, make sure to have Git and Maven installed. Clone the repository and use Maven to compile it:

git checkout https://github.com/Lucariatias/BukkitPopulators.git
mvn clean install

If you want to deploy Maven artifacts, make sure you add the following to your Maven settings.xml (located in your .m2 folder):

<settings>
  <servers>
    <server>
      <id>github</id>
      <username>YOUR-USERNAME</username>
      <password>YOUR-PASSWORD</password>
    </server>
  </servers>
</settings>

Also, make sure to use chmod 700 settings.xml so it's not world-readable. For the most part though, I (Lucariatias) should handle frequently updating the maven repo.

bukkitpopulators's People

Contributors

renbinden avatar sbliven avatar

Watchers

 avatar  avatar  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.