Skip to content
ujihisa edited this page Sep 15, 2013 · 27 revisions

Digest of mckokoro bukkit plugin

  • (独自の)実績解除機構
    • 初期状態では行動が大きく制限される。詳しくは実績解除を参照のこと。
    • 例えば初期は「他のプレイヤを目視することができない」
  • ブロックのアイテム化の挙動
    • 芝生を破壊すると土になり、土を破壊してようやくアイテム化する
    • Dirt blocks fall down!
      • Leaves as well
    • 石を破壊すると丸石または岩塩になり、それを破壊しようやくアイテム化する
  • New concept: SALT
    • アイテム「塩」 (見た目は砂糖)
      • サトウキビ壊しても何も発生しない (というかサトウキビは一切アイテム化できない)
    • 岩塩ブロック (見た目は板ガラス)
    • 塩+生豚肉 = 生ハム (おいしい)
    • 体内の塩分を消費してスキル(後述)が利用可能
    • Put salt on a zombie. A zombie may turn into a villager
      • just use q (drop an item)
  • [JOBSYSTEM]
  • ウィザー倒すととりあえず目標クリア。そのプレイヤは自動的にopになる
  • ゾンビを倒してもゾンビ肉は得られないが、かわりにtorchを得られる
    • Baby zombies drop much better ones
  • PigZombie drops usuall items and glowstone dust and golden apple
    • but doesn't drop zombie flesh
  • 雑草の種を土に使うと芝生になる
  • Don't just mix wheats to make bread; bake it.
  • 原木破壊には斧必須 (ただし斧があれば上方向連鎖的破壊可能)
    • Sit down if you don't want to chain the break
  • 木の葉破壊でときどき枝ゲット
  • falling down to grass doesn't give you damage
  • falling down to leaves gives you almost no damage, and you go down into leave if it was fast enough
  • 羊殺しても羊毛ゲットできない、かわりに糸ゲット。
    • 羊毛ゲットにはハサミ必須
  • 鶏は自然に卵を産まない
    • (TODO: 卵を生み出させる条件どうしよ)
  • server side texture is available
  • Earthwork machine
    • put Squid eggs in dispenser, and dispense it
    • it spawns a special squid-look machine. Right click it to activate excavation!
    • as long as it digs, it recovers its own energy
    • uni
  • Teleport with using Map
    • Look at map you have in your hand. Sit down. Now you are at the centre of the map!
    • You have to look very down and trigger teleport by sitting down.
    • Animals (including players) nearby you also teleport at the same time! (Creeper or Zombies aren't animals)
  • Use clock to change daytime/nighttime. The clock may get broken sometimes.
  • If a trapdoor is closed and you are on it, you'll jump a lot when the door opens.
  • You can create a diamond from with high-pressure and high-temperature
    • fall down to a coal block from very high (over 20 blocks)
    • the coal block has to be surrounded by 6 or more lava horizontally
    • it doesn't always succeeds
  • recipe
    • 2 torches -> 1 coal

nether

  • Ghast, Magma Cube, and Zombie Pigman usually spawned no matter what the light level was, but in mckokoro, they spawn only if the light level is less than or equal to 7.
  • sword guard (blocking) blocks all damages from Zombie Pigman, but it doesn't return to them.
  • Zombie Pigman guards arrow damages completely.

minor, but handy features

  • fast ladder
    • look up when you climb up ladder; it'll accelerate a lot
    • ditto in going down

lingrと密結合

Refer lingr room mcujm http://lingr.com/room/mcujm

For developpers

This bukkit plugin is written in Ruby. You are expected to use JRuby 1.7.3 or newer.

Clone this wiki locally