- Gender:
- Male
- Occupation:
- Developer for any server who is needing of one.
McPhillygin
Member, Male
- McPhillygin was last seen:
- Nov 3, 2014
- 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 pluginsInteract
Signature
Code:java- @EventHandler
- public void onWhatEver(PlayerBeingTiredFromCodingAllNightEvent e) {
- if (e.getPlayer().getItemInHand().getType() == Material.Coffee) {
- e.getPlayer().setSleeping(false); e.getPlayer().sendMessage( "You cant sleep, you had coffee");
- } }