Skip to content
View moto6333's full-sized avatar

Organizations

@The-Axolotls @PDX-Coin

Block or report moto6333

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
moto6333/README.md

moto6333

You can reach me at:

My Personal Website

package motosgithub;

import org.bukkit.ChatColor;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.AsyncPlayerChatEvent;
import org.bukkit.plugin.java.JavaPlugin;

public class Main extends JavaPlugin implements Listener {
  @EventHandler
  public void onPlayerChat(AsyncPlayerChatEvent e) {
  	Player p = e.getPlayer();
  	if (e.getMessage().contains("info")) {
  		e.setCancelled(true);
  		p.sendMessage(ChatColor.DARK_RED + "Hello! My name is Moto I write some code mostly java I know some other stuff tho");
  	    p.sendMessage(ChatColor.DARK_RED + " Java , JS, PHP");
  	}

  }
}

Github stats ๐Ÿ“Š

Visitor's count ๐Ÿ‘€

AnhellO :: Visitor's Count

Top langs ๐Ÿ‘…

AnhellO :: Top Langs

Profile stats ๐ŸŽน

AnhellO :: Profile Stats

Popular repositories Loading

  1. moto6333 moto6333 Public

  2. nodejs-bot nodejs-bot Public archive

    JavaScript

  3. HazimAr HazimAr Public

    Forked from HazimAr/HazimAr

    README