v0.9-SNAPSHOT-b40

Details

  • Filename
    InfinitePlots.jar
  • Uploaded by
  • Uploaded
    Feb 8, 2013
  • Size
    80.80 KB
  • Downloads
    5,577
  • MD5
    66840c945f9bd57c64eb384c396b9c34

Supported Bukkit Versions

  • CB 1.4.7-R1.0

Changelog

  • Removed debug output.
  • Corrected permissions check.
  • Allow administrators to unclaim other players plots.
  • Implemented permissions for commands and protection.
  • Only show options that the player has permission to use.
  • Perform plot resets in small steps to reduce impact on small servers.
  • Added More JavaDoc comments.
  • Correctly protect paths between plots.
  • Cache the buildable portion of a plot.
  • Constrict player actions to only the plots.
  • Fixed spacing for /plot command in output.
  • Added automatic placing/removing of signs
  • Added tab completion to more commands.
  • Rename for BasePlugin v9 and added missing JavaDoc
  • Arrange commands into sub-commands.
  • Combine commands dealing with the same features into single executors.
  • Optimised the reset plot feature slightly, also a few formatting fixes.
  • Moved plot reset to the Plot object.
  • Added confirmation messages to the regen command.
  • Made sure the claim command cannot claim already claimed plots
  • Added build limits to the plot, and implemented the ResetPlotCommand
  • Added ability to set flags pertaining to your plot.
  • Added confirmation message to the /claim command
  • Initial implementation of commands to reset plot, or unclaim plot
  • First stab at grabbing the plots corners.
  • Prevent players interacting in unclaimed plots.
  • Assume all flags are set to false in unclaimed plots.
  • Removed classic config.
  • Implemented water-flaw and lava-flow flags
  • Register events properly.
  • Only block natural spawns.
  • Implemented ice-melt and snow-form flags
  • Implemented redstone and block-physics flags.
  • Fixed a "." being prepended to each flag name.
  • Set default path block to a double slab.
  • Handle flags in a more flexible way.
  • Fixed plot coords being incorrectly created from world coords.
  • Minor formatting fixes.
  • Squashed commit of the following:
  • Dont sync .class files
  • Added more things to .gitignore.
  • Intitial implementation of Reset Command.
  • Minor formatting fixes.
  • Add more plot commands (remove builder, and info), fix add builder
  • Fix restrictSpawning flag and create MobSpawn flag
  • Ability to get enabled and disabled flags for info command, and status
  • Updated gitignore
  • Fixed BuildListener
  • Another gitignore update
  • Cleaned up corrupted files
  • Removed classic generator.
  • Correcteed version numbers.