Code Monkey home page Code Monkey logo

spoutcraftplugin's Introduction

SpoutcraftPlugin

Build Status Coverage Status
SpoutcraftPlugin is a plugin for Bukkit, which extends the Bukkit API to provide features that aren't normally available.

Homepage | Forums | Twitter | Facebook

Getting started

It's easy to get started! Simply download the latest compatible SpoutcraftPlugin jar, then place the jar in your CraftBukkit plugins folder. Simple as that! You can then add any other plugins that utilize SpoutcraftPlugin, then fire up Spoutcraft and play!

Contributing

Like the project? Feel free to donate to help continue development!

Are you a talented programmer looking to contribute some code? We'd love the help!

  • Open a pull request with your changes, following our guidelines and coding standards.
  • Please follow the above guidelines for your pull request(s) accepted.
  • For help setting up the project, keep reading!

The license

SpoutcraftPlugin is licensed under the GNU Lesser General Public License Version 3.

Getting the source

The latest and greatest source can be found here on GitHub.

If you are using Git, use this command to clone the project:

git clone git://github.com/Spoutcraft/SpoutcraftPlugin.git

Or download the latest zip archive.

Compiling the source

SpoutcraftPlugin uses Maven to handle its dependencies.

  • Download and install Maven 2 or 3
  • Checkout this repo and run: mvn clean install

Using with your project

If you're using Maven to manage project dependencies, simply include the following in your pom.xml:

<dependency>
    <groupId>org.spoutcraft</groupId>
    <artifactId>spoutcraftplugin</artifactId>
    <version>1.6.4-R2.1-SNAPSHOT</version>
</dependency>

If you do not already have the required repo in your repository list, you will need to add this as well:

<repository>
    <id>sonatype-nexus-releases</id>
    <url>https://oss.sonatype.org/content/repositories/releases</url>
</repository>
<repository>
    <id>sonatype-nexus-snapshots</id>
    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    <snapshots>
        <enabled>true</enabled>
        <updatePolicy>always</updatePolicy>
    </snapshots>
</repository>

If you'd prefer to manually import the latest .jar file, you can get it from our download site.

Want to know how to use the API? Check out the latest docs.

spoutcraftplugin's People

Contributors

afforess avatar angelsl avatar d4l3k avatar dockter avatar e7p avatar grinch avatar guipsp avatar hell-fire avatar jeckari avatar killili avatar lunnova avatar majiir avatar md-5 avatar narrowtux avatar nightgunner5 avatar rakiru avatar raphfrk avatar richardrobertson avatar rycochet avatar seijo avatar skyforce77 avatar sleaker avatar spathizilla avatar t3hk0d3 avatar thedudeguy avatar tips48 avatar top-cat avatar wolftein avatar zml2008 avatar znickq avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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