Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmbishop/moneypouch
MoneyPouch plugin for Spigot, which adds pouches containing random amounts of money.
https://github.com/lmbishop/moneypouch
bukkit minecraft spigot spigot-plugin
Last synced: about 1 month ago
JSON representation
MoneyPouch plugin for Spigot, which adds pouches containing random amounts of money.
- Host: GitHub
- URL: https://github.com/lmbishop/moneypouch
- Owner: LMBishop
- License: gpl-3.0
- Created: 2019-12-26T17:32:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-14T06:16:18.000Z (over 2 years ago)
- Last Synced: 2023-03-05T10:29:14.415Z (over 1 year ago)
- Topics: bukkit, minecraft, spigot, spigot-plugin
- Language: Java
- Homepage:
- Size: 210 KB
- Stars: 5
- Watchers: 2
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
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
* [SpigotMC](https://www.spigotmc.org/resources/21905/)Alternatively, you can build MoneyPouch via Gradle from source using ``gradlew``.
You can include MoneyPouch in your project using [JitPack](https://jitpack.io/#LMBishop/MoneyPouch):
### Maven
```xmljitpack.io
https://jitpack.iocom.github.LMBishop
MoneyPouch
master-SNAPSHOT```
### Gradle
```groovy
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](https://github.com/LMBishop/MoneyPouch/issues) or join our [Discord server](https://discord.gg/mQ2RcJC). 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](https://github.com/LMBishop/MoneyPouch/blob/master/LICENSE.txt).The **artwork** for MoneyPouch is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License ![](https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png), to learn more click [here](https://creativecommons.org/licenses/by-nc-sa/4.0/).
## Configuration Assistance
The configuration documentation can be found at the [wiki](https://github.com/LMBishop/MoneyPouch/wiki/Config).## 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 requestBy contributing to MoneyPouch you agree to license your code under the [GNU General Public License v3.0](https://github.com/LMBishop/MoneyPouch/blob/master/LICENSE.txt).