TheoBong / Store

An in-game substitute for a webstore with fully dynamic Menus and easy-to-use interface.
MIT License
7 stars 2 forks source link
bukkit minecraft paypal plugin spigot spigotmc store

Store Plugin

This plugin allows server owners to accept payments directly through the game without going through a WebStore such as CraftingStore or BuyCraft.

To download the plugin, visit: https://github.com/TheoBong/Store/releases Note: You must have a PayPal business account to use this plugin. Register a business account here (completely free): https://www.paypal.com/bizsignup

Features:

Frequently Asked Questions

Building

Store Plugin uses Maven to handle dependencies & building.

Requirements

Compiling from source

git clone https://github.com/TheoBong/Store
git clone https://github.com/Derkades/Derkutils/tree/legacy
cd Derkutils
mvn clean install
cd
cd Store/
mvn clean install

Contributing

Pull Requests

If you make any changes or improvements to the plugin which you think would be beneficial to others, please consider making a pull request to merge your changes back into the upstream project. (especially if your changes are bug fixes!)

Store Plugin loosely follows the Google Java Style Guide. Generally, try to copy the style of code found in the class you're editing.

Please make sure to have bug fixes/improvements in seperate pull requests from new features/changing how features work.

TODO

License

Store Plugin is licensed under the permissive MIT license. Please see LICENSE for more info.