This version brings support for Custom Items ( https://www.spigotmc.org/resources/63848/), and allows you to edit the items in VFE inventories! Check out the new default config file:
Code (Text):
# Whether or not Visual File Editor (VFE) should automatically back up any file you edit it and put it in the
# VisualFileEditor/backups folder of your server.
#
# It is recommended that you DO NOT CHANGE THIS, as it could lead to you losing important server files.
#
# Default: true
# YOU SHOULD NOT CHANGE THIS. IF YOU DO, BAD THINGS MIGHT HAPPEN.
# IF YOU CHANGE THIS AND LOSE OR DAMAGE SERVER FILES FOR ANY REASON (including plugin bugs), VFE IS NOT RESPONSIBLE.
doBackups: true
# The items that should appear in the different inventories of Visual File Editor.
# To use a Minecraft item, type "minecraft:" followed by the item's material name,
# like "minecraft:CYAN_STAINED_GLASS_PANE"
#
# Visual File Editor supports Custom Items --> https://www.spigotmc.org/resources/63848/
# To use a custom item, just use "cui:myCustomItemID" or "customitem:myCustomItemID"
#
items:
# For a map of things (key1 => value1, key2 => value2, ...)
map: "minecraft:ORANGE_STAINED_GLASS_PANE"
# For a specific map entry (key2 => value2)
mapEntry: "minecraft:PURPLE_STAINED_GLASS_PANE"
# For a list of things
list: "minecraft:BLUE_STAINED_GLASS_PANE"
# For text
string: "minecraft:WHITE_STAINED_GLASS_PANE"
# For number values
number: "minecraft:LIME_STAINED_GLASS_PANE"
# For true/false values
boolean: "minecraft:CYAN_STAINED_GLASS_PANE"
# For entries that are of some unknown type
unknown: "minecraft:BLACK_STAINED_GLASS_PANE"