Chest Commands v3.3.1

Details

  • Filename
    ChestCommands.jar
  • Uploaded by
  • Uploaded
    Jun 10, 2020
  • Size
    172.72 KB
  • Downloads
    24,587
  • MD5
    d9e0f2460bad913c8fd97eecec761c82

Supported Bukkit Versions

  • 1.16
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8
  • 1.7.4
  • 1.7.2

Changelog

Version 3.3.1

Tested Spigot compatibility: from Spigot 1.7 to 1.16.2

Upgrading from Minecraft 1.12 (or earlier) to 1.13+? Read here

Changes in 3.3.1

  • * Fixed menu signs not working on Minecraft 1.13+

Changes in 3.3.0

  • + PlaceholderAPI support in attributes (NAME, LORE, ACTIONS)
  • + Added BANNER-PATTERNS and BANNER-COLOR (read more on the Wiki)
  • + Added support for placeholders (notably {player}) in SKULL-OWNER
  • + Added support for multiple items in REQUIRED-ITEMS
  • * Some options were renamed. Some options with multiple values now use lists instead of semicolon-separated values on a single line. You should update your files, but previous names and formats will still work (for now). Check out the Wiki to see the updated options.
  • * The following actions were renamed:
    • ID was renamed to MATERIAL
    • COMMAND was renamed to ACTIONS
    • DATA-VALUE was renamed to DURABILITY
    • ENCHANTMENT was renamed to ENCHANTMENTS
    • REQUIRED-ITEM was renamed to REQUIRED-ITEMS
    • In "menu-settings", "command" was renamed to "commands"
    • In "menu-settings", "open-action" was renamed to "open-actions"
    • In "menu-settings.open-with-item", "id" was renamed to "material"
  • * The following options are now lists:
    • "commands" in "menu-settings"
    • "open-actions" in "menu-settings"
    • ACTIONS
    • ENCHANTMENTS
    • REQUIRED-ITEMS

Changes in 3.2.0

  • + Added native support for Spigot 1.13+
  • + Added "NBT-DATA" node on icons for setting custom NBT tags (e.g. banner patterns)
  • + Added bStats for metrics (https://bstats.org/plugin/bukkit/ChestCommands)
  • + Added "DURABILITY" node as alias of "DATA-VALUE"
  • * Updated example menu for 1.13+ and added an example with NBT-DATA
  • - Removed PlayerPoints support
  • - Removed MCStats for metrics

Changes in 3.1.4

  • * Fixed getOnlinePlayers error