1. Welcome to the Brawl website! Feel free to look around our forums. Join our growing community by typing /register in-game!

Comments on Profile Post by jonthe445

  1. MrWaffleman
    MrWaffleman
    Bukkit.broadcastMessage(ChatColor.GREEN + "Jon is feeling " + jonthe445.getMood().toString() + "!");
    Dec 3, 2015
  2. jonthe445
    jonthe445
    String mood = jonthe445.getMood();
    if(!mood.equals("Happy"){
    giveCookie(jonthe445);
    }
    else(
    giveAnotherCookie(jonthe445);
    }
    Dec 3, 2015
  3. MrWaffleman
    MrWaffleman
    elseif(MrWaffleman.feelsGroovy) {
    giveWaffle(MrWaffleman);
    return waffle;
    }
    Dec 3, 2015
  4. jonthe445
    jonthe445
    if(Mr.Waffleman.hasWaffle){
    waffleStatus = "claimed himself a waffle!";
    }
    else{
    giveWaffle(Mr.Waffleman);
    waffleStatus= "been given a waffle!";
    }
    Bukkit.broadcastMessage(ChatColor.PINK + "WaffleMan has successfully " + waffleStatus);
    Dec 3, 2015