Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class MyCmdExecutor implements CommandExecutor{
- @Override
- public boolean onCommand(CommandSender sender, Command cmd, String label, String[] args)
- {
- sender.sendMessage("Siemango !");
- return true;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment