\t showing up not as tab?

Discussion in 'Plugin Development' started by ZeusAllMighty11, Nov 20, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    ZeusAllMighty11

  2. minecraft isn't supporting tabs
     
  3. Offline

    Uniclaw

    Hm, try a thing like that ^^:
    Code:
    private String replaceTabs(String s){return s.replaceAll("tabchar", "4space");}
     
    ZeusAllMighty11 likes this.
  4. Offline

    ZeusAllMighty11

Thread Status:
Not open for further replies.

Share This Page