Basics - OfficialDonut/VisualBukkit GitHub Wiki
Blocks
Plugin components (purple blocks) are the foundation of your plugin. They represent core components like commands and events. Drag the plugin component block from the left panel to the right panel to open a new plugin component tab.
Statements (green blocks) cause an action to occur and are placed in a plugin component. Expressions (orange blocks) return a value and are placed in parameter slots of statements or other expressions.
Shortcuts
Shortcut | Action |
---|---|
ctrl + s | save |
ctrl + z | undo |
ctrl + shift + z | redo |
ctrl + c | copy selected block |
ctrl + x | cut selected block |
delete | delete selected block |