Skip to content
Andrey Vakhterov edited this page Jan 31, 2016 · 2 revisions

Commands

Script

/script ...
/> ...
Permission: varscript.run

This command allows you to run groovy code or script file.

Example:
VarScript in console
CONSOLE - current workspace name
Green prefix - script result. If the result is null, it is not displayed
Yellow prefix - printing (with commands print and println)
Red prefix - An error has occurred. Displays error information

Workspace

/workspace ...
/ws ...
Permission: varscript.workspace

This command allows you to manage workspaces

  • /ws
    show your current workspace
  • /ws list
    show all workspaces and autorun files
  • /ws set (name)
    change your workspace
  • /ws create [name]
    create new workspace
  • /ws remove [name]
    remove workspace
  • /ws stop [name]
    stop workspace
  • /ws reload [name]
    reload workspace

Clone this wiki locally