This plugin allows you to create pouches, which contain a random amount of money.
The latest release version of MoneyPouch can be found on either
Alternatively, you can build MoneyPouch via Maven from source using mvn clean package
.
You can include MoneyPouch in your project using JitPack:
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.LMBishop</groupId>
<artifactId>MoneyPouch</artifactId>
<version>-SNAPSHOT</version>
<dependency>
See https://github.com/LMBishop/MoneyPouch/graphs/contributors
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.
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.
This is the preferred method for general questions about MoneyPouch or the development of the project.
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.
The source code for MoneyPouch is licensed under the MIT License, 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.
The configuration documentation can be found at the wiki.
Fork and make a pull request. Please be consistent with the formatting of the file, please state what you have changed, please test what you have changed before submitting a pull request to make sure it works.
Make sure to format your file using 4 spaces not tabs. When committing, please format your message using ~50 character summary on the first line, a blank line then (if applicable) a more detailed description either in bullet points (using a dash as the bullet) or as paragraphs.
Example commit message:
Added guidelines to README.md
- Added information on using Maven to build Quests.
- Added information on how to use the Issue Tracker effectively to communcate bugs.
- Made sure to elaborate on how to format files and commit messages.
Make sure your changes actually work before submitting a pull request by building the project and testing it on a Spigot server using the latest version.