v0.6.6

Details

  • Filename
    PointsOfInterest.jar
  • Uploaded by
  • Uploaded
    Mar 5, 2012
  • Size
    46.10 KB
  • Downloads
    991
  • MD5
    bfac3f368c39f41a823f6395645be696

Supported Bukkit Versions

  • CB 1.2.3-R0.1

Changelog

It is highly recommended that you back up the entire plugins/PointsOfInterest folder before performing an update. There are special notes about updating from v0.5.3 or earlier in the "Installation Guide".

Make sure to see the Installation Guide

Revision History

Version 0.6.5b

  • Fixed bad configuration template forcing plugin to always be in "lock down" mode. (Thanks to cbcore for reporting the issue in detail!)

Version 0.6.5

  • Added config option for putting plugin into "lock down" mode.
  • Added automatic "lock down" on initial install to allow for configuration before users can interact with plugin.
  • Added permission node (poi.lockdown.override) to grant a user ability to interact normally during a lockdown.

Version 0.6.0

  • Added permission-driven poi maximums
  • Fixed issue where unconfigured options would receive old values instead of default when config is reloaded via in-game command.
  • Removed support for "addRestrictedToOps" config option (default permissions now enforce this and can be overridden with a permissions plugin).
  • Merged config help into config file for improved usability (used to be in separate files).

Version 0.5.6

  • Updated Listeners to work with modern CB builds.

Version 0.5.5

  • Added permissions support
  • Added ability to reload the config file from in-game command (permission protected)
  • Added ability to remove POIs that belong to other players (permission protected)

Version 0.5.4

  • Added ability to reload the config file from the console.
  • Added database versioning

Version 0.5.3

  • General Code Mainentance

Version 0.5.2

  • Ability to add POIs is now optionally restricted to Ops. This new configuration defaults to true.
  • Sepatrated config file from config help (allows for plugin to automatically bring config file up to date while keeping old settings.
  • Failure to load or parse config file now disables the plugin - this keeps your citizens from running wild with default settings before you realize it. Error(s) will show up in the console to indicate this condition.

Version 0.5.1

  • Fixed issue with hardcoded distance threshold

Version 0.5

  • Initial release