v0.6

Details

  • Filename
    GriefPrevention.jar
  • Uploaded by
  • Uploaded
    Jan 4, 2012
  • Size
    25.43 KB
  • Downloads
    463
  • MD5
    c34ef3d8e515b8e7e7350168cba55973

Supported Bukkit Versions

  • CB 1.0.1-R1

Changelog

Added /adjustbonusclaims, claims blocks accrual with play time, and associated config options.

Fixed a bug with /abandonallclaims which left some claims standing.

Added config options to disable claims altogether, only theft protection, or only access protection.

Added a config option to adjust the number of blocks into the ground a newly created claim will extend. If desired, use a very high number to guarantee all claims reach to bedrock.

Sample config, illustrating default values:

GriefPrevention:

Claims:

Enabled: true

PreventTheft: true

PreventButtonsSwitches: true

InitialBlocks: 100

BlocksAccruedPerHour: 100

MaxAccruedBlocks: 80000

AutomaticNewPlayerClaims: true

ExtendIntoGroundDistance: 5

Next changes will be mostly adminstrative, including permissions and some admin-specific commands like /deleteclaim and /deleteallclaims <player>. I also hope to include the automatic new player protection in the next release (the config variable appears above, but that feature is not yet implemented).