A Bukkit/Spigot (Minecraft server) plugin that facilitates renting and buying WorldGuard regions
Go to file
Thijs Wiefferink 816d136a62 Change version number to 2.3.0, update languages
- Only English and Dutch are available yet
2016-07-24 21:48:39 +02:00
AreaShop Change version number to 2.3.0, update languages 2016-07-24 21:48:39 +02:00
Interfaces Add compatibility for WorldGuard build 1674 and up. 2016-06-18 23:23:22 +02:00
WorldEdit 5 Add compatibility for WorldGuard build 1674 and up. 2016-06-18 23:23:22 +02:00
WorldEdit 6 Add compatibility for WorldGuard build 1674 and up. 2016-06-18 23:23:22 +02:00
WorldGuard 5 Add compatibility for WorldGuard build 1674 and up. 2016-06-18 23:23:22 +02:00
WorldGuard 6 Add compatibility for WorldGuard build 1674 and up. 2016-06-18 23:23:22 +02:00
WorldGuard 6_1_3 Prevent Maven warning 2016-06-20 16:28:23 +02:00
.gitignore Add hover/click support for messages #18 2016-05-22 21:36:58 +02:00
ISSUE_TEMPLATE.md Add issue template for bugs/feature requests 2016-06-11 17:29:47 +02:00
README.md Add development builds and javadocs links 2016-06-13 20:59:08 +02:00
pom.xml Add build number option to Maven 2016-07-24 20:59:25 +02:00

README.md

AreaShop logo
Usage and configuration: ►Download (releases)   ►Commands and Permissions
         ►Basic regions setup   ►Advanced regions setup   ►Configuration files
Advanced features: ►Save/restore region blocks   ►Change the language   ►Limitgroups
Troubleshooting: ►Frequently Asked Questions   ►Common errors
Support: ►Request a feature, report a bug or ask support   ►Open issues
Development: ►Changelog   ►Compiling   ►Modules/classes overview ►Javadocs ►Development builds
Connections: ►AreaShop in Spigot Resources   ►AreaShop on BukkitDev   ►Dev builds on Jenkins


This plugin is for giving players the option to rent or buy a region. It could be used to let them rent a jail in your Prison server or maybe a shop in the market of the Survival server. The player interacts with signs, making it easy to use. It also has a lot of commands to check the status of all regions, manage the renting and buying of a region and also features for admins. Also the plugin is capable of saving the region and restoring it later, this is very flexible and can be set general and per region, check the config for more information.

All features in a list

  • Rent and sell regions to players + Players can resell their bought regions to other players.
  • Signs for easy interacting and current status.
  • Change the language of the plugin or use of of the already provided language files (check here for supported languages, these are already packed with the plugin, just change the language setting in config.yml).
  • Automatically let the plugin restore the region with schematics.
  • Change which commands players can use with permissions.
  • Customize the plugin by changing the config files.
  • Automatically place the region name on the sign if it is placed inside a region.
  • Teleport to rent/buy regions and optionally set the teleport location (teleporting is safe and within the region).
  • Adding friends to regions (which also can teleport then).
  • Automatic unrent/sell for regions of which the owner is offline for a certain time.
  • Warning to players when their rent is about to run out (at login and while they are online).
  • Group system to set options for a couple of regions instead of all of them.
  • All heavy tasks are spread over time (each tick a part is executed until done), so the plugin should not cause any lag.
  • Rent/buy limits can be different per permission node (player group), world or group of regions (possible situation: Normal players can buy 1 market region in survival + 1 build region in survival and 2 plots in creative, while VIPs have double limits for all those), check these examples.
  • Supports name changes because of saving player info by UUID, for more details check the FAQ entry: What happens when a player changes his name?.

You need to have WorldEdit, WorldGuard and Vault installed on your server, WorldGuard is used for creating and managing regions, WorldEdit for the saving and restoring the blocks in regions and Vault is used to let players pay for the regions.

Preview

For a preview join 'mc.go-craft.com' and go to the Survival server, the shops around the spawn use AreaShop.

Tutorial & Feature overview (AreaShop V2.0.1)

Made by Koz4Christ
Tutorial Video

Prison cell setup tutorial (AreaShop V2.1.0)

Made by PerkulatorTime
Tutorial Video

Old video for AreaShop v1.0: Tutorial by VariationVault

Required dependencies

  • Java 7 or higher (latest recommended)
  • Bukkit/Spigot 1.7.9 or higher (modded servers often include Bukkit/Spigot support, so it should also work on that, but it is not specifically tested for it)
  • WorldGuard: 5.9 or higher (6.0+ recommended)
  • WorldEdit: 5.6.3 or higher (6.0+ recommended)
  • Vault: 1.4.1 or higher
  • An economy plugin supported by Vault (check the Vault page for a list of these)

Metrics

This plugin utilizes Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:

A unique identifier, the server's version of Java, whether the server is in offline or online mode, the plugin's version, the server's version, the OS version/name and architecture, the core count for the CPU, the number of players online, the Metrics version.

This information will give me an indication how much the plugin is used and encourages me to continue development. Opting out of this service can be done by setting sendStats in the config of this plugin to false, if you want to disable Metrics for any plugin go to plugins/Plugin Metrics/config.yml and change opt-out to true. Check graphs of the statistics at this page: mcstats.org/plugin/AreaShop

Do you want to translate AreaShop?

Help translating the plugin into different languages and to keep the translations up to date. Go to this page for more information. Translating goes through the Transifex website and is very easy, sending files back and forth is not needed, you can translate lines online and whenever you want. Every line you translate will be saved, no need to do it all at once (this also allows for easy collaboration).

Donate through PayPal to support development