UnitedShops is a Spigot plugin for Minecraft 1.8 or later.
It enables you to use an Admin Shop system with a GUI which can be called using /shop
.
Offers can be edited using the plugin's shops.yml.
unitedshops.shop
use the shop/unitedshops shop
or/shop
unitedshops.sell
use the automatic sell mechanism/unitedshops sell
A detailed documentation of the config.yml is in progress, but a basic example config.yml is located at src/main/resources/config.yml.
Copyright (C) 2015-2018 The UnitedShops authors.
UnitedShops is licensed under the terms of the GNU General Public License Version 3 or later. A copy of the GPL can be found in LICENSE.md.
See the AUTHORS file for list of all contributors.
- Java
- Bukkit
- Vault
- Select the release you want
- Download the .jar file from Bukkit Dev or any other platform
- Drop it in your /plugins folder
- (Re)start your Bukkit server
- Have fun with UnitedShops
- Download and unpack the source archive or use Git
- Use Maven to build the plugin file:
mvn clean package
- You can find the compiled UnitedShops.jar file in the /target/ folder.
I appreciate every type of contribution, be it feature requests, bug reports or new/improved code.
If you'd like to submit a Pull Request, please be so kind and format your code using the Oracle Java code conventions and always using 4-space indentation and stick to a similar naming and coding scheme as used throughout the repo. Should you deliberately ignore these requirements, you must state a good reason or your PR won't be merged.