Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var api = Java.type("com.glowman554.bot.plugin.PluginAPI");
- function load() {
- }
- function enable() {
- api.addCommand("ping", "Ping the bot!", function(event) {
- event.sendMessage("Pong!");
- });
- }
- function disable() {
- }
Add Comment
Please, Sign In to add comment