LMBishop / MoneyPouch

MoneyPouch plugin for Spigot, which adds pouches containing random amounts of money.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



MoneyPouch

About

This plugin allows you to create pouches, which contain a random amount of money.

Downloads/Building

The latest release version of MoneyPouch can be found on

Alternatively, you can build MoneyPouch via Gradle from source using gradlew.

You can include MoneyPouch in your project using JitPack:

Maven

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<!-- MoneyPouch -->
<dependency>
    <groupId>com.github.LMBishop</groupId>
    <artifactId>MoneyPouch</artifactId>
    <version>master-SNAPSHOT</version>
<dependency>

Gradle

repositories {
    maven { url = 'https://jitpack.io' }
}  
dependencies {
    // MoneyPouch
    compileOnly 'com.github.LMBishop:MoneyPouch:master-SNAPSHOT'
}

Contributors

See https://github.com/LMBishop/MoneyPouch/graphs/contributors

Support

For support please open a GitHub issue or join our Discord server. Please provide information of the issue, any errors that may come up and make sure you are using the latest version of the plugin.

Issue Tracker

This is the preferred method of bug reporting & feature requests. Please use one of the two templates which are provided. If it is neither a bug report or a feature request and is a question, Discord would be a better place to asked this instead. Follow the template in the issue tracker. There is nothing more frustrating than people not reporting a bug correctly by missing out vital steps to reproduce the bug or an incomplete description. If the issue is not correctly formatted, it will be closed and ignored.

Discord

This is the preferred method for general questions about MoneyPouch or the development of the project.

Language

Please speak English and do not use any vulgar or harmful language. We work on this project in our free time, getting mad at us if things do not work will not achieve anything.

License

The source code for MoneyPouch is licensed under the GNU General Public License v3.0, to view the license click here.

The artwork for MoneyPouch is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License , to learn more click here.

Configuration Assistance

The configuration documentation can be found at the wiki.

Contributing

We welcome all contributions, we will check out all pull requests and determine if it should be added to MoneyPouch.

Assistance of all forms is appreciated 🙂

Guidance

  • ensure Java 8 is installed on your machine (release versions are compiled against Java 8)
  • fork this repository and clone it
  • edit the source code as your please
  • run gradlew in the base directory to build MoneyPouch
  • push to your fork when ready & submit a pull request

Contribution Guidelines

If you plan on contributing upstream please note the following:

  • discuss large changes first
  • indent the file with 4 spaces
  • take a look at how the rest of the project is formatted and follow that
  • do not alter the version number in build.gradle, that will be done when the release version is ready
  • limit the first line of commit messages to ~50 chars and leave a space below that
  • test your changes on the latest Spigot version before making a pull request

By contributing to MoneyPouch you agree to license your code under the GNU General Public License v3.0.

About

MoneyPouch plugin for Spigot, which adds pouches containing random amounts of money.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%