McPhillygin
Last Activity:
Nov 3, 2014
Joined:
May 18, 2014
Messages:
5
Likes Received:
0
Trophy Points:
0
Gender:
Male
Occupation:
Developer for any server who is needing of one.

Share This Page

McPhillygin

Member, Male

McPhillygin was last seen:
Nov 3, 2014
    1. There are no messages on McPhillygin's profile yet.
  • Loading...
  • Loading...
  • About

    Gender:
    Male
    Occupation:
    Developer for any server who is needing of one.
    I am a newbie at this man, although, I am now currently creating very enormous sized plugins ;)

    Signature

    Code:java
    1.  
    2. @EventHandler
    3. public void onWhatEver(PlayerBeingTiredFromCodingAllNightEvent e) {
    4. if (e.getPlayer().getItemInHand().getType() == Material.Coffee) {
    5. e.getPlayer().setSleeping(false); e.getPlayer().sendMessage( "You cant sleep, you had coffee");
    6. } }
    7.