GameMode Inventories

Separate inventories for Creative and Survival game modes

File Details

GameModeInventories 2.8

  • R
  • Apr 17, 2016
  • 907.84 KB
  • 4.0K
  • 1.9

File Name

GameModeInventories.jar

Supported Versions

  • 1.9

v2.8

  • Implemented a MySQL connection pool
  • All queries now use PreparedStatements to take advantage of caching
  • All SQL statements are now properly closed when no longer used
  • Implemented an async block recording queue
  • Commands are now converted to lowercase for blacklist check
  • Implemented track_creative_place.dont_track_is_whitelist: [true|false] config option
  • Added a storage.mysql.test_connection: [true|false] option to config
  • Added an option to switch to a creative world when changing gamemode to CREATIVE

creative_world:
    switch_to: [true|false]
    world: [name of creative world]
    location: [last_known|spawn]
  • Fixed loading blocks when there are millions of records
  • Fixed inventories not switching in certain cases
  • Added new 1.9.x generic amor, armorToughness, attackSpeed, and luck attributes

Requires CraftBukkit / Spigot 1.9 or higher