AntiBuild 2.9.2

Details

  • Filename
    AntiBuild.jar
  • Uploaded by
  • Uploaded
    Jan 27, 2014
  • Size
    13.70 KB
  • Downloads
    34,212
  • MD5
    c85b362cb9c851af4526156990b118c8

Supported Bukkit Versions

  • CB 1.7.9-R0.1
  • CB 1.7.2-R0.3
  • CB 1.6.4-R2.0

Changelog

v2.9.2

  • Changed how the blacklist works. You can now specify blacklisted items separately for breaking and placing. See the new config.yml for the new format and the new permission nodes. If you want to use the blacklist you will need to modify it to fit the new format.

v2.9

  • Fix for individual blacklist permissions not working in some occasions.

v2.8

  • Added permission for allowing specific metadata for block placing and breaking permission. An example would be if you wanted a player to only be able to place and break white wool. You would simply give them the permission nodes antibuild.place.35.0 and antibuild.break.35.0 The general permission nodes are antibuild.place.[ID].[metadata] and antibuild.break.[ID].[metadata]

v2.7

  • Added permission to bypass all inventory interaction checks. antibuild.interact
  • Added permission to bypass only certian worlds with the world lock. antibuild.lock.bypass.[worldname]

v2.6

  • Fixed blacklist not allowing placement with individual permissions
  • Added separate permission for lava and water buckets. ( antibuild.bucket.water antibuild.bucket.lava )
  • Added ability to not send a message to a player denied permission. This is done by simply placing '' in the config instead of a message.
  • Compiled with 1.5.2

v2.5

  • Fixed blacklist not blocking entities that you are able to place (boats, minecarts, etc.).

v2.4

  • Added check for picking up items.
  • Added check for dropping items.
  • Added more messages to the config for further customization options by server admins.

Check the main page for permission nodes. If you would like to use the new messages please add the config options to your config. Check the default config for what options you can add. See the default config here.

v2.3

  • Updated to 1.5
  • Added hopper check and permission antibuild.hopper
  • Added a per-block break and place permission using the item ID (see the config for how this works).

Generate a new config if you wish to use per-block permission (disabled by default) or you can just add the config option to your existing config. See the default config here.

v2.2

  • Updated to 1.4.7 R1.0
  • Improved chest check so it is more efficient.

v2.1

  • Updated to 1.4.6 r0.3
  • Added check for anvil.
  • Added check for beacon.
  • Added check for brewing stand.
  • Added check for crafting table.
  • Added check for dispenser.
  • Added check for enchanting table.
  • Added check for enderchest.
  • Added check for furnace.
  • Added individual permissions for each new check.

Note: All of these checks are covered under one permission node for ease! Use antibuild.bypass (like always) to bypass all of these checks OR you can use individual permissions.

v2.0

  • Updated to 1.4.5 R1.0
  • Added a blacklist option in the config (disabled by default)
  • Added a command for reloading the plugin in game.
  • Added a command for locking a world.
  • Added a command for unlocking a world.
  • Added a command for listing currently locked worlds.
  • Added a permission node for the reload command.
  • Added a permission node for the lock/unlock/list command.
  • Added a permission node for bypassing the blacklist completely.
  • Added a permission node for bypassing blocks in the blacklist by item id.

Note: Since there are so many changes in this version, please delete your entire AntiBuild folder in your plugins directory. This will allow AntiBuild to create a new folder with the updated config.yml. If you wish to use the blacklist enable it in the config and enter only item IDs in the list.

v1.5

  • Updated to 1.4.2
  • Added item frame checking (same permission node as painting)

v1.4

  • Added a check for chest access
  • Added permission node for chest access antibuild.chest

Note: Using the antibuild.bypass node will allow the bypass of all checks including the newly added chest access check.

v1.3

  • Updated to 1.3.2
  • Added permission nodes for break, place, fire, painting, and bucket.

Note: You do not have to use the new permission nodes! You can just use antibuild.bypass to keep it exactly how it was in prior versions.

v1.2

  • Updated to 1.3.1.
  • Fixed a rare error caused by a non-player entity breaking a painting.

v1.1

  • Changed the way the color codes from the config.yml were handled

v1.0

  • Initial Release

None