GameMode Inventories 2.2

Details

  • Filename
    GameModeInventories.jar
  • Uploaded by
  • Uploaded
    Mar 13, 2014
  • Size
    54.86 KB
  • Downloads
    430
  • MD5
    45a7a4cecc132aefbd5e77ee531dbee1

Supported Bukkit Versions

  • CB 1.7.2-R0.3

Changelog

v2.2

  • Added a blacklist of blocks/items to the GMI config, defaults shown below:
    creative_blacklist: [true|false]
     blacklist:
    - TNT
    - BEDROCK
    - LAVA_BUCKET
  • Add Bukkit Material names to the blacklist that you don't want players to be able to use in creative gamemode. A list of names is here: http://jd.bukkit.org/rb/apidocs/org/bukkit/Material.html
  • Notice that to block lava you need to use the item (LAVA_BUCKET) not the blocks (LAVA and STATIONARY_LAVA). The same would apply for water.
  • Enable the blacklist with the command: /gmi creative_blacklist
  • Added the ability to stop falling blocks from creating drops - requires no_falling_drops: true in the config (you can use the command /gmi no_falling_drops to toggle it on/off). NOTE as there is no way to detect what game mode the falling block was placed in this applies to all game modes!
  • Prevented pistons placed in SURVIVAL from moving blocks placed in CREATIVE - requires track_creative_place.enabled: true in the config
  • Fixed the block location remaining in the block list and database even though it was removed from the world for track_creative_place.enabled: true

If updating from a version prior to 2.0, you must run GMIDatabaseConverter in CraftBukkit 1.6.4 before updating to GameModeInventories 2.1