GameMode Inventories

Separate inventories for Creative and Survival game modes

File Details

GameMode Inventories 2.7.2

  • R
  • Jan 26, 2015
  • 129.15 KB
  • 2.3K
  • 1.8

File Name

GameModeInventories.jar

Supported Versions

  • 1.8

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