Jawa / Говнокод #8064 Ссылка на оригинал

0

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
defaultHomeName = read("defaultHomeName") == null ? "1" : read("defaultHomeName");
		homesPerPage = Integer.getInteger(read("homesPerPage")) == null ? 9 : Integer.getInteger(read("homesPerPage"));
		correctRegex = read("correctRegex") == null ? "[A-Za-z0-9-]+" : read("correctRegex");
		respawnAtHome = load().getProperty("respawnAtHome") == null ? true : readBoolean("respawnAtHome");
		teleportToNearest = load().getProperty("teleportToNearest") == null ? false : readBoolean("teleportToNearest");
		warmup = (load().getProperty("warmup") == null ? 0 : (int)(readLong("warmup")));
		cooldown = load().getProperty("cooldown") == null ? 60 : (int)(readLong("cooldown"));
		freezeOnWarmup = load().getProperty("freezeOnWarmup") == null ? true : readBoolean("freezeOnWarmup");

Bukkit. Немного из моего плагина. :)

Запостил: Uhehesh Uhehesh, (Updated )

Комментарии (15) RSS

Добавить комментарий

Где здесь C++, guest?!

    А не использовать ли нам bbcode?


    8