test4.txt 1.7 KB

1234567891011121314151617181920212223242526272829303132333435
  1. p = read.player("kajetanjohannes");
  2. e = player.getTargetEntity(p, 6);
  3. if(e == null) {
  4. sb.clear(p);
  5. text = "";
  6. for(i = 1; i < 13; i++) {
  7. text = string.concat(text, string.fromCode(63488 + i));
  8. }
  9. sb.add("online", 1, text);
  10. fh = string.fromCode(63488 + 10);
  11. hh = string.fromCode(63488 + 11);
  12. eh = string.fromCode(63488 + 12);
  13. m1 = string.fromCode(63488 + 13);
  14. sb.add("online", 2, string.concat(fh, m1, fh, m1, fh, m1, hh, m1, eh));
  15. fb = string.fromCode(63488 + 22);
  16. hb = string.fromCode(63488 + 23);
  17. eb = string.fromCode(63488 + 24);
  18. sb.add("online", 3, string.concat("§0", string.fromCode(63488 + 13), "X", fb, m1, hb, m1, eb, "§1", "X", fb, m1, hb, m1, eb));
  19. sb.add("online", 4, string.concat("§2", string.fromCode(63488 + 14), "X", fb, m1, hb, m1, eb, "§3", "X", fb, m1, hb, m1, eb));
  20. sb.add("online", 5, string.concat("§4", string.fromCode(63488 + 15), "X", fb, m1, hb, m1, eb, "§5", "X", fb, m1, hb, m1, eb));
  21. sb.add("online", 6, string.concat("§6", string.fromCode(63488 + 16), "X", fb, m1, hb, m1, eb, "§7", "X", fb, m1, hb, m1, eb));
  22. sb.add("online", 7, string.concat("§8", string.fromCode(63488 + 17), "X", fb, m1, hb, m1, eb, "§9", "X", fb, m1, hb, m1, eb));
  23. sb.add("online", 8, string.concat("§a", string.fromCode(63488 + 18), "X", fb, m1, hb, m1, eb, "§b", "X", fb, m1, hb, m1, eb));
  24. sb.add("online", 9, string.concat("§c", string.fromCode(63488 + 19), "X", fb, m1, hb, m1, eb, "§d", "X", fb, m1, hb, m1, eb));
  25. sb.add("online", 10, string.concat("§e", string.fromCode(63488 + 20), "X", fb, m1, hb, m1, eb, "§f", "X", fb, m1, hb, m1, eb));
  26. term();
  27. }
  28. w = string.fromCode(63497);
  29. entity.setName(e, text.new(string.concat("Wusi", w, "Gusi2")));