PluginConfigs/PlotSquared/scripts/mycommand.js

2 lines
120 B
JavaScript
Raw Normal View History

// This command is registered from the start.js file which is run during startup
PlotPlayer.sendMessage("Hello World!");