Giter VIP home page Giter VIP logo

flier's Introduction

Flier

Flier is a Spigot minigame plugin. It lets players fly with engine-powered Elytras and shoot each other. It doesn't allow Minecraft's regular PvP mechanics, instead featuring a wide array of custom gun-like weapons, rockets and bombs.

Getting started

If you prefer already compiled builds, please head to the Spigot page of the plugin. This section will cover setting up Flier for development.

Prerequisites

First of all you need to have JDK (version 8 or later) installed on your system. This will let you compile Java programs. Next you have to install Maven, the build automation tool. Just grab a binary zip archive and unpack it somewhere on your system. Make sure the bin directory is added to the PATH.

If you want to be able to use the build script to create a nice zipped package you also need following programs installed:

  • Git (grabbing the source code)
  • Pandoc (generating the documentation)
  • wkhtmltopdf (converting documentation to PDF)
  • 7zip (packaging the bundle)
  • Windows (build script is a .bat file)

Building

Compiling the plugin alone is quite easy. Simply open the command line in the plugin's directory and issue this command:

mvn package

Maven will build and package the plugin. If you see a Build successful message then the compiled jar file was placed inside target directory. You can copy it into your server's plugins directory now.

Using the build.bat script

This script is meant to automate the release process and provide a consistent way of packaging bundles under Windows. It will compile the plugin, its documentation and other important resources and output a zip bundle. It's not really important for development, just for the official release process. In any case, you can run it on Windows simply by double-clicking it in Explorer. It will tell you if it finds any issues.

Documentation

The plugin is thoroughly documented in the docs directory. All files are written in Markdown. When adding new features they should be immediately documented there. The order of the files in the build script is as follows:

API

The stable programming interface is not designed yet. Once version 1.0 is developed it will be available at a separate repository. The currently existing API is not stable yet and may change without warning.

Versioning

Flier uses SemVer for versioning. For the official available versions see the tags of this repository.

License

The project is licensed under MIT license - see the LICENSE file for more details.

flier's People

Contributors

riledupcrow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

flier's Issues

Outdated PAPI integration

When starting server, I get this:
[11:35:15] [Server thread/ERROR]: Error occurred while enabling Flier v0.6.2 (Is it up to date?)
java.lang.NoClassDefFoundError: me/clip/placeholderapi/external/EZPlaceholderHook
I tried to fix it, but cant compile it becouse outdated maven 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.