Skip to content

AeroStun/UnitedShops

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

UnitedShops

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.

Permissions

  • unitedshops.shop use the shop /unitedshops shop or /shop
  • unitedshops.sell use the automatic sell mechanism /unitedshops sell

Configuration

A detailed documentation of the config.yml is in progress, but a basic example config.yml is located at src/main/resources/config.yml.

Licensing

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.

Installation

Requirements

  • Java
  • Bukkit
  • Vault

Download and Installation

  • 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

Compiling from source

  • 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.

Contributing

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.

About

Bukkit Admin Shop plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%