promotional bannermobile promotional banner

Programming 8x9Craft

You can control Hakkun a custom character in Minecraft with JavaScript

File Details

mc8x9-1.1.12.2561.jar

  • R
  • Dec 8, 2017
  • 9.65 MB
  • 252
  • 1.12.2

File Name

mc8x9-1.1.12.2561.jar

Supported Versions

  • 1.12.2

Change logs
New
* Add a method of getPlayer(name: string) in the World class
* Add a method of wisper(msg: string) in the Hakkun class
* Add a method of message(msg: string) in the Hakkun class
* Add Item browser view(UI) in the code editor
* Add blockdata(itemId:number, meta:number) in the Worldclass
* Add Hook method for LivingDamge in the World class
* Add Hook method for LivingFrop in the World class
* Add Hook method for ExplosionDetonate in the World class
* Add Hook method for HarvesDrops in the World class
* Add Hook method for PlayerDeath in the World class
* Add addVelocity(x:number,y:number,z:number) in the Player class
* Add propertie of isDead/isOnGround/isInWater int the Entity class
* You can cancel of event by place/break/harvest etc.
* Add a method of write in the HttpRequest class
* Add a method of setContentTyp(type: string)  in the HttpRequest class
* Add a method of getParameter(name: string) in the HttpRequest class
* Add a method of setHeader(name: string, value: string) in the HttpRequest class
* You can create a Scoreboard object  from world class
* Add a method of spredPlayers in the World class
* You can change properties by specifics attribute name. 
* You can get the Player object from Hakkun
* You can change the mode of hakkun in the Hakkun class
 
Changed
* Changed time of WorldCommand to Zero.
* Removed method of waitForHttp/onHttp from Hakkun class
* Remove cmd/data object from HttpRequest.
* You can use item by specifics id.
* Remove a player object from global scope.

Bug
* Fixed flower pot
* Fixed Permission area.

---------- japanese
新規
* getPlayer(name: string) をWorldに追加
* whisperをHakkunに追加
* messageをHakkunに追加
* アイテム検索画面をブロックとコードの画面に追加
* blockdataをWorldに追加
* LivingDamageのフックを追加
* LivingDropのフックを追加
* ExplosionDetonateのフックを追加
* HarvestDropsのフックを追加
* PlayerDeathのフックを追加
* addVelocity(x:number,y:number,z:number)をEntityに追加
* isDead/isOnGround/isInWaterをEntityに追加
* WorldのOnPlace,onUseなどのメソッドでキャンセルができるようにしました
* HttpRequestにwrite(s: string)を追加
* HttpRequestにsetContentTyp(type: string) を追加
* HttpRequestにgetParameter(name: string)を追加
* HttpRequestにsetHeader(name: string, value: string) を追加
* ScoreboardをWorldに追加
* spreadPlayersをWorldに追加
* flickで指定した属性を変更できるようにした
* getOwner()ではっくんの持ち主のインスタンスを取得できるようにした
* setCreative(b: boolean) ではっくんのモードを変更できるようにした
 
変更
* Worldのコマンドの遅延処理を0に設定
* waitoForHttp,onHttpをWorldから削除
* HttpRequestからcmdとdataを削除
* useでアイテムを指定してつかえるようにしました
* playerオブジェクトをJavaScriptから削除しました

バグ修正
* 鉢植えの上に花をおけない不具合を修正
* 禁止領域の設定範囲の不具合を修正