VirtualChestEnchantments - An addon for VirtualChest that adds a way for enchanting items while an action is submitted

This is a discussion topic for the Ore project, VirtualChestEnchantments. View the full project on Ore for downloads and more information.


VirtualChestEnchantments

license ore discord

An addon for VirtualChest that adds a way for enchanting items while an action is submitted

The version of VirtualChest that the plugin depend on should be no lower than 1.0.0-rc-4

Here is an example configuration file that utilizes VirtualChestEnchantments:

virtualchest {
  Rows = 1
  TextTitle = "&fEfficiency V"
  UpdateIntervalTick = 20
  Slot4 {
    Item {
      ItemType = "minecraft:diamond_pickaxe", UnsafeDamage = 0, Count = 1
      DisplayName = "&aLeft of right click for enchanting the diamond pickaxe with Efficiency V"
    }
    Action {
      CommandBefore = "tell: &aEnchant Efficiency V for %player_name%"
      Command = "enchant: minecraft:efficiency:5"
      KeepInventoryOpen = true
      HandheldItem {
        ItemType = "minecraft:diamond_pickaxe"
        SearchInventory = true
      }
    }
  }
}

A new version has been released for VirtualChestEnchantments, it is available for download here.


VirtualChestEnchantments

A new version has been released for VirtualChestEnchantments, it is available for download here.


VirtualChestEnchantments