glowman554

Untitled

Mar 15th, 2021 (edited)
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var api = Java.type("com.glowman554.bot.plugin.PluginAPI");
  2.  
  3.  
  4. function load() {
  5. }
  6.  
  7. function enable() {
  8.     api.addCommand("ping", "Ping the bot!", function(event) {
  9.         event.sendMessage("Pong!");
  10.     });
  11. }
  12.  
  13. function disable() {
  14. }
Add Comment
Please, Sign In to add comment