SMP Suggestion - Phones

  • else if (s.toLowerCase().startsWith("tell "))
    {
    String as5[] = s.split(" ");


    if (as5.length >= 3)
    {
    s = s.substring(s.indexOf(" ")).trim();
    s = s.substring(s.indexOf(" ")).trim();
    minecraftLogger.info((new StringBuilder()).append("[").append(s1).append("->").append(as5[1]).append("] ").append(s).toString());
    s = (new StringBuilder()).append("\2477").append(s1).append(" whispers ").append(s).toString();
    minecraftLogger.info(s);


    if (!serverconfigurationmanager.sendPacketToPlayer(as5[1], new Packet3Chat(s)))
    {
    icommandlistener.log("There's no player by that name online.");
    }
    }
    }

  • Sorry is this code a basic backbone or just a start. I dont understand code sorry :(

  • Why are you correcting a missing Comma with bad Grammar? He meaned that it's already there but (i never tested it since Beta_1.6) i thought it works only for OP's.

    i was asking what he means not correcting, so its already in