You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
347 B

(function(){"use strict";function l(o){o.hello="Hello, world!",o.command=demon.commands.add({name:"plugin",callback:n=>"Hello, world!"})}function e(o){console.log(o.hello.replace("Hello","Goodbye")),o.command()}var a={onStart:l,onStop:e,metadata:{name:"Example plugin",desc:"Example description",author:"Example author",cumcord:!1}};return a})();