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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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

    README

    1