Skip to content

Instantly share code, notes, and snippets.

@kinggoesgaming
Created May 2, 2016 19:16
Show Gist options
  • Save kinggoesgaming/547da029be4401594bd0a380125d383e to your computer and use it in GitHub Desktop.
Save kinggoesgaming/547da029be4401594bd0a380125d383e to your computer and use it in GitHub Desktop.

Flards Poetry

Twitter Follow | GitHub license | Dependency

Master: Master branch | Bleeding: Bleeding branch

GitHub issues | GitHub issues | Github Releases

Flard's Poetry is a Sponge plugin that celebrates Inscrutable the Flard's amazing poetry in Minecraft. All credit for the poetry goes to @Inscrutable. Thanks a bunch for the awesome poetry.

Contributions

Are you a talented programmer wanting to contribute? Maybe you like to go on a hunt to find and squash bugs? Or perhaps you want to help others by providing some documentation. Maybe you have thought a feature that would be great for the Flards Poetry project? We are all ears.

  • Read our guidelines.
  • Open an issue with your bugs or feature requests, or a pull request with your changes.

Getting and building Flards Poetry

Notes
  • You need Java 8 and Git installed.

To get Flards Poetry source, run the following commands from command prompt or terminal:

  1. git clone git@gitub.com:kinggoesgaming/FlardsPoetry.git
  2. cd FlardsPoetry
  3. cp scripts/pre-commit .git/hooks

To build Flards Poetry, go the root of the source directory and run:

  • Windows: gradlew build (Replace gradlew with gradlew.bat if you dont have Gradle)
  • UNIX, Linux, OSX: ./gradlew build

You will find the compiled JAR, named similar to Flard-sPoetry-x.x.x.jar in builds/libs/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment