Details
Supported Bukkit Versions
Changelog
Version 2.0
- added flags.yml file
- will now require WGCustomFlags 1.6 or higher
- reworked the ways materials are parsed
- increased mod compatibility
- added flags
- "deny-place" will only deny placing the specified blocks, but not breaking them
- "allow-place" will overwrite blocks specified by "deny-place"
- "deny-break" will only deny breaking the specified blocks, but not placing them
- "allow-break" will overwrite blocks specified by "deny-break"
- "allow-blocks" and "deny-blocks" still work
Version 1.7
- added/fixed sugar_cane
- added support for block/item ids
Version 1.6.3
- updated for Minecraft 1.6.1
- added stained_clay, hay_block, carpet, hard_clay and coal_block
Version 1.6.2
- added lava and water (also buckets)
- fixed invalid material message
- fixed some materials not working correctly
Version 1.6.1
- fixed NullPointerException
Version 1.6
- improved exception handling for unknown materials
- added permission to allow players to ignore restrictions
Version 1.5
- updated for Minecraft 1.5.1
- added trapped chest (trapped_chest), gold plate (gold_plate), iron plate (iron_plate), redstone_comparator(redstone_comparator), daylight detector(daylight_detector), nether quartz ore (quartz_ore), hopper, nether quartz block (quartz_block), nether quartz stairs (quartz_stairs), activator rail (activator_rail), dropper and redstone block (redstone_block)
- added block groups
- sign for sign_post and wall_sign
- piston for all piston types
- redstone_torch for redstone_torch_on and redstone_torch_off
- redstone_lamp for redstone_lamp_on and redstone_lamp_off
- diode for diode_block_on and diode_block_off
- added custom messages
- fixed paintings and item frames not working
Version 1.4
- updated for Minecraft 1.4.6
Version 1.3
- updated for Minecraft 1.4
- added command block (command), beacon, emerald block, emerald ore, anvil, flower pot, cobblestone wall (cobble_wall), item frame, skull and wooden button (wood_button)
Version 1.2
- full release
- also denies destroying of deny-blocks blocks
- fixed NullPointerException
Version 1.1
- fixed error message on build:deny regions
Version 1.0
- Some materials could be unknown even though they should not be. Please add the unknown material to your report.