UNPKG

generator-sma-plugin

Version:

Scaffold a package for the Scriptcraft Modular Architecture - Minecraft Plugins in Javascript!

8 lines (6 loc) 134 B
/** * If your plugin provides code for other plugins, this is the export point. */ export function something() { return 'Hello' }