Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. package me.nhut.helloworld;
  2.  
  3. import org.bukkit.command.CommandExecutor;
  4.  
  5. public class Command implements CommandExecutor {
  6.  
  7. private Main plugin;
  8.  
  9. public HelloCommand(Main plugin) {
  10. this.plugin = plugin;
  11. }
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement