CinnaClaim
Features
Allow users to claim world-guard regions, and thus becoming owners of it. This allows for server admins to make a huge worldguard region, eg "capital_men", and inside this making smaller plots with capital_men as parent.
Allow users to own a region and add their friends to it, so that they become members in that region.
This is done by using /friend add derpina, and /friend remove derpina
General information
This plugin was developed for the CinnaCraft (run by the assoiciation KBK, http://minecraft.kbkompaniet.se/) server some friends and I are running. I thought maybe others want to use it, so here it is.
Since we'll be needing this, It'll be maintained as long as WorldGuard is. :)
Source: https://github.com/Williamsson/CinnaClaim
I accept most pull requests if they're any good.
Requirements
WorldGuard (And WorldEdit, at least in the server's minecraft-directory)
SQLite support (SQLite database is generated on startup if missing, currently it's generated in the minecraft-directory though..)
The future
- This will be working together with the CinnaEconomy plugin to allow users to buy more plots, once that plugin is done. Maybe vault.
- Maybe adding MySQL support, and if someone makes a pull request with simple file-configuring, I'll accept that.
- Adding commands to add and remove plots to a user, instead of the currently only setting.
Commands
/claim - Claims the region the user stands in
Permission: cinnaclaim.claim
------------
/unclaim - Unclaims the region the user stands in
Permission: cinnaclaim.unclaim
------------
/friend add Derpina - adds Derpina as member in that region, if the user is owner of the region
Permission: cinnaclaim.friend
------------
/friend remove Derpina - Removes Derpina as member in that region, if the user is owner of the region
Permission: cinnaclaim.friend
------------
/cc setsize 1 - Sets the size of the region the user stands in, making it "cost" 1 "point". This also makes the region claimable.
Permission: cinnaclaim.cc
------------
/cc getsize - Returns the size of the region the user stands in
Permission: cinnaclaim.cc
------------
/cc set Derpina 2 - Sets the max plots Derpina has, thus she can claim two plots.
Permission: cinnaclaim.cc
------------
/cc playerplots Derpina - Shows you how many plots Derpina has claimed, and her max plots.
Permission: cinnaclaim.cc
------------
-
View User Profile
-
Send Message
Posted Mar 2, 2012KBKWilliamsson,
This is an awesome plugin! I have been looking for something like this forever it is lacking a a few features though. 1. The ability to charge money to claim a "region" 2. limit the number of regions maybe?