v0.13

Details

  • Filename
    PlotMe.jar
  • Uploaded by
  • Uploaded
    Feb 1, 2013
  • Size
    189.22 KB
  • Downloads
    111,534
  • MD5
    9faa079f18c40f3991ff92fe52664eb7

Supported Bukkit Versions

  • CB 1.5.2-R0.1
  • 1.5.0
  • CB 1.4.7-R1.0

Changelog

v0.13

Additions

  • Added an option to deny players from entering a plot. If you deny someone currently in the plot, they get teleported to the plot home.
    • Added prices to deny and undeny players
    • There is a global configuration to enable or disable this feature (allowDeny)
    • Deny * to deny everyone except people allowed on the plot
    • Adds a new table to the database plotmeDenied
  • Added permission node to bypass denial plotme.admin.bypassdeny
  • Added permission node to build anywhere like what plotme.admin gave: plotme.admin.buildanywhere
  • Added permission nodes to bypass the protected blocks with plotme.unblock.<id>. Ex: plotme.unblock.54

API changes

  • Added PlotManager.getPlotHome(world, plot)
  • Changed PlotManager.getPlayersInPlot to now require a World as first argument