v0.8b

Details

  • Filename
    PlotMe.jar
  • Uploaded by
  • Uploaded
    Jul 8, 2012
  • Size
    125.58 KB
  • Downloads
    4,023
  • MD5
    701a40b6831df68731341fba5fa17721

Supported Bukkit Versions

  • CB 1.2.5-R4.0

Changelog

v0.8b

Fixes

  • Made the buy command check for plot limitation. Player will not longer be able to sell to the bank a plot then claim another plot and come buy the plot sold by the bank.
  • Added missing permissions to default permission plotme.use and plotme.admin. This excludes the plotme.use.protect, plotme.use.add and plotme.use.remove

v0.8

Major changes

Added Economy support. Vault is required to enable it.

New Commands & Permissions

/plotme done
Permission : plotme.use.done / plotme.admin.done
Flags your plot as finished. It will be reviewed by an admin.
/plotme donelist
Permission : plotme.admin.done
Lists finished plots.
/plotme dispose
Permission : plotme.use.dispose / plotme.admin.dispose
Dispose will remove the plot owner without clearing the plot. Someone can come and claim it.
/plotme protect
Permission : plotme.use.protect / plotme.admin.protect
Protects a plot against /plotme clear and /plotme reset
/plotme sell <amount>
Permission : plotme.use.sell / plotme.admin.sell
Puts your plot on sale for the specified amount. Use the command again to stop selling the plot.
/plotme sell bank
Permission : plotme.use.sell / plotme.admin.sell
Sells your plot to the bank. You will receive the amount specified in the world configuration. A plot sold to the bank will automatically be placed on sale at the amount specified in the configuration.
/plotme buy
Permission : plotme.use.buy / plotme.admin.buy
Buys the plot for the amount it is marked for.
/plotme auction [amount]
Permission : plotme.use.auction / plotme.admin.auction
Puts your plot on auction for the specified amount or 1 by default. Use the command again to disable the auction. STILL EXPERIMENTAL, plots are on auction indefinetly.
/plotme bid <amount>
Permission : plotme.use.bid
Places a bid on the plot.

New Configurations

globalUseEconomy
Enables economy for plots for all worlds. To use economy in a plot world, both this config and the world's "UseEconomy" must be enabled
AdvancedLogging
Enables advanced logging. Advanced logging will add to your log file every time something happens with a plot. (plot claim, sell, buy, comment, etc.) It does not log information commands like info, tp, biomelist.

New plot world configurations

ProtectedWallBlockId
Block id used for the wall after a plot is protected. Mixes with ForSale and Auction wall blocks.
ForSaleWallBlockId
Block id used for the wall after a plot is put on sale. Mixes with Auction and Protected wall blocks.
AuctionWallBlockId
Block id used for the wall after a plot is put on auction. Mixes with ForSale and Protected wall blocks.

New plot world economy subsection

UseEconomy
Enables economy for this world. You will also need globalUseEconomy enabled to use it.
CanPutOnSale
Allows to put plots on sale
CanSellToBank
Allows to sell plots to the bank
RefundClaimPriceOnReset
When the reset command is used, the ClaimPrice will be reimbursed to the plot owner.
RefundClaimPriceOnSetOwner
When the setowner command is used, the ClaimPrice will be reimbursed to the plot owner.
ClaimPrice
Price to use /plotme claim and /plotme auto
ClearPrice
Price to use /plotme clear
AddPlayerPrice
Price to use /plotme add
RemovePlayerPrice
Price to use /plotme remove
PlotHomePrice
Price to use /plotme home
CanCustomizeSellPrice
Allows to set a custom price when selling plots
SellToPlayerPrice
Default price when using /plotme sell
SellToBankPrice
Money given when a plot is sold to the bank
BuyFromBankPrice
After a plot is sold to the bank, the plot will be on sale at this price. Do put this price ABOVE your SellToBankPrice or people can generate money.
AddCommentPrice
Price to use /plotme comment
BiomeChangePrice
Price to use /plotme biome <biome>
ProtectPrice
Price to use /plotme protect
DisposePrice
Price to dispose of the plot

Minor changes

Fixed a few bugs and some minor optimization

Plot auctions are still experimental, a winner is never picked at the moment.