LotManager

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

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?

  1. create a city region with worldguard as known: /region define city
  2. create a lotgroup for the city, limit (max) 1, price 0 (free): /logroupdefine city 1 0
  3. define a lot with worldguard as known, inside of the city region: /region define lot1
  4. add the lot to the city: /region setparent lot1 city
  5. add the lot1 region to the lotgroup and activate as claimable lot: /lotdefine lot1 city
  6. 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".


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files