WorldGuard extension to manage lots/cities
Whats needed?
- WorldEdit
- WorldGuard (must use MySQL!)
- Vault
Commands - Permissions
User commands
- /getlot [lotname] (world) - lotmanager.getlot
- /lotprice [lotname] (world) - lotmanager.getlot
- /mylot - lotmanager.mylot
- /mylots - lotmanager.mylot
- /haslot [username] - lotmanager.haslot
- /haslots [username] - lotmanager.haslot
Admin/Op commands
- /lotgroupupdate [lotgroupname] [limit] [lot_price] - lotmanager.groupupdate
- /lotgroupdefine [lotgroupname] [limit] [lot_price] - lotmanager.groupdefine
- /lotgroupundefine [lotgroupname] - lotmanager.groupundefine
- /lotupdate [lotname] [lotgroup] (world) - lotmanager.update
- /lotdefine [lotname] [lotgroup] (world) - lotmanager.define
- /lotundefine [lotname] (world) - lotmanager.undefine
- /clearlot [lotname] (world) - lotmanager.clearlot
- /listlots - lotmanager.list
- /listlotgroups - lotmanager.list
- /savelots - lotmanager.savelots
- /reloadlots - lotmanager.reloadlots
Signs
- Line 1: [lot]
- Line 2: <lotname>
- Line 3: (worldname)
- Line 4 -empty-
So, how to use this?
- create a city region with worldguard as known: /region define city
- create a lotgroup for the city, limit (max) 1, price 0 (free): /logroupdefine city 1 0
- define a lot with worldguard as known, inside of the city region: /region define lot1
- add the lot to the city: /region setparent lot1 city
- add the lot1 region to the lotgroup and activate as claimable lot: /lotdefine lot1 city
- Place a Lotmanager Sign near the lot, and/or create a wall will all lot-signs near spawn maybe? The sign will update with username when a user claims the lot. It will also show the price of a lot, when its in a lotgroup with a price set.
a lotgroup doesn't have to have the same name as the parent region... you dont even need the parent region. but the lot must have the same name as the lot-region.
The Story behind this plugin: Simple: This was exactly what i wanted for my server, so i made it by myself. And since i'm an open-source-minded, here it is for the public. I am already running this on my own server, so if you wanna see it in action, just visit "bangl.de".

