NLthijs48 / AreaShop

A Bukkit/Spigot (Minecraft server) plugin that facilitates renting and buying WorldGuard regions
GNU General Public License v3.0
55 stars 89 forks source link

Add signs that can show general/group statistics #43

Open NLthijs48 opened 9 years ago

NLthijs48 commented 9 years ago

This would for example allow you to place signs that display the number of regions in a group, and how many of them are rented/free. Would also need to allow for click actions to give the user more information (for example show list of free regions).

Possible variables: regionCount, regionsFree, regionsOwned.

Implementation: Where to store the signs? Maybe always link a sign to a region group and therefore save it in the groups.yml file?

Suggested by mapstar87

M9GLiquid commented 9 years ago

I so want this!

TomLewis commented 7 years ago

I like this idea. it may also be worth requesting these variables be added to placeholderapi, so we can use that information across plugins for whatever :)

NLthijs48 commented 7 years ago

See #277 for PlaceholderAPI support, need to come up with variable names and ensure performance is good enough.