Package com.massivecraft.factions.entity

Examples of com.massivecraft.factions.entity.Faction.sendMessage()


    // Apply
    faction.setHome(newHome);
   
    // Inform
    faction.msg("%s<i> set the home for your faction. You can now use:", usender.describeTo(usenderFaction, true));
    faction.sendMessage(Factions.get().getOuterCmdFactions().cmdFactionsHome.getUseageTemplate());
    if (faction != usenderFaction)
    {
      usender.msg("<b>You have set the home for the "+faction.getName(usender)+"<i> faction.");
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.