- Added an ability to import or export a saved selection! Use
/d schem import <name> to import a
.dexterity file from the plugin's schematics folder (plugins/dexterity/schematics), or
/d schem export to export a saved display. Note that to export, you must have first used /d save <name> on the selection. A discord channel will be created soon to provide a means to distribute your schematics!
- Fixed a small bug where some command descriptions were missing from the default language file
This update adds the following to the default language file:
Code (Text):
console-exception: "&4Error: &cCould not perform this operation! Check the console."
file-already-exists: "&4Error: &cFile '%input%' already exists!"
schem-export-success: "&^Exported %label%&^ to schematics folder!"
schem-import-success: "&^Successfully imported %label%&^ by &*%author%&^!"
reload-description: "Reload config and language file"
schem-description: "Import or export a pre-built display"
tile-description: "Arrange clones of selection in a line"
schem-usage: "/d schem <import | export> [name]"