Git Product home page Git Product logo

heavyspleef's Introduction

HeavySpleef-2.4.1

This is a completely recoded and revamped version of HeavySpleef. Source code for versions below 2.0 can be found here.

Spleef is a gamemode Minecraft where your goal is to knockout players by destroying the blocks under their feets. If a player touches water/lava or a so called "deathzone" he is out of the game. Last man standing wins...

HeavySpleef provides a fully automated environment for setting up Spleef games with a large variety of choosable add-ons and game "flags" which customize the game or introduce a new gamemode to Spleef.

For more information about the plugin, how to set it up and release downloads, visit the BukkitDev homepage or the Spigot resource page

Development Builds / Continuous Integration

Development builds may be accessed on Jenkins. Please note that these builds may be unstable.

Build Status  Visit the Jenkins Build Server

Addons

As you may notice there are different files available on the build server to download. Aside of the HeavySpleef 2.0 plugin file there are other jars as AddOn-InventoryGUI.jar or LeaderboardExtensions.jar. These files are add-ons for HeavySpleef 2.0 and may be dropped into the plugins/HeavySpleef/addons folder after running HeavySpleef 2.0 for at least one time. HeavySpleef will load these jars automatically and enable them once they have been placed in the mentioned folder.

Please note that add-ons are no Bukkit plugins and can't be dropped into the default folder for Bukkit plugins.

Compilation

We use Maven 3 to handle our dependencies

  • Install Maven 3
  • Check out this repo and:  mvn clean install

HeavySpleef as a dependency

If you want to add HeavySpleef to your dependencies in order to develop an add-on or for general purposes, consider adding our Artifactory server to your repository list in your pom.xml:

<repositories>
  <repository>
    <id>matzes-repo</id>
    <url>http://repo.xaniox.de/artifactory/release/</url>
  </repository>
  <!-- And so on -->
</repositories>

HeavySpleef dependency declaration:

<dependencies>
  <dependency>
    <groupId>de.matzefratze123</groupId>
    <artifactId>heavyspleef-api</artifactId>
    <version>2.4.1</version>
    <scope>provided</scope>
  </dependency>
  <!-- And so on -->
</dependencies>

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.