GameMode Inventories 2.7.2

Details

  • Filename
    GameModeInventories.jar
  • Uploaded by
  • Uploaded
    Jan 26, 2015
  • Size
    129.15 KB
  • Downloads
    2,143
  • MD5
    332526022b6a41a7712d31eb376e9d57

Supported Bukkit Versions

  • 1.8

Changelog

v2.7.2

  • Fixed config being broken when installing for the first time

BREAKING changes below

v2.7.1

  • Added config option to not track common blocks such as DIRT and STONE
  • DIRT and STONE are disabled by default
     track_creative_place:
          dont_track:
        - STONE
        - DIRT
  • Set to dont_track: [] to track all blocks
  • Made the BlockBreak, BlockPhysics and PistonExtend events marginally better

v2.7

  • track_creative_place now only takes effect in the worlds listed in the config - You must add the worlds you want to track here otherwise blocks can be placed and broken without consequences - existing worlds will remain unprotected until the change is made!
track_creative_place:
    enabled: [true|false]
    worlds:
        - world
  • for new installs, track_creative_place is set to false by default

Requires CraftBukkit / Spigot 1.8 or higher