您的當前位置:游戲狗 > 我的世界 > 正文

          我的世界關于自定義屬性和附魔的相關知識

          2017-10-04 09:22:24來源:游戲狗編輯:亦真亦假

          首先簡單來說我的世界自定義屬性是改變物品本身的傷害(其他屬性)。附魔則是增加某些屬性,或者讓某些物品擁有某些功能,這兩種都需要用到nbt。什么是nbt?自己百度。好,開始教程。/give@Pminecraft:diamond_sword 1 0 這是一條獲得普通的鉆石劍的指令。然后進階:/give @p minecraft:diamond_sword 1 0 {ench:[{id:16,lvl:0}]}注意到{ench:[{id:16,lvl:0}]}了嗎?

          ench:自定義附魔

          id:魔咒id id是什么?自己百度

          lvl:魔咒等級

          魔咒id自己搜,這里不詳列。

          多條附魔

          /give @p minecraft:diamond_sword 1 0 {ench:[{id:16,lvl:1},{id:17,lvl:1}]}看懂了嗎?看不懂也得懂,不詳細講,注意逗號。

          自定義屬性

          /give @p minecraft:diamond_sword 1 0 {AttributeModifiers:[{Operation:0,UUIDLeast:2065457359,UUIDMost:2065457359,Amount:1,AttributeName:generic.attackDamage,Name:Attack}]}

          決定屬性的是: {AttributeModifiers:[{Operation:0,UUIDLeast:2065457359,UUIDMost:2065457359,Amount:1,AttributeName:generic.attackDamage,Name:Attack}]}

          可以復制,唯獨有一個地方不能復制:AttributeName:generic.attackDamage 這段是類型。比如我這個,是增加物品的傷害。類型和id差不多。至于有哪些自定義屬性,老話:百度去。

          特殊屬性:/give @p minecraft:diamond_sword 1 0 {Unbreakable:1}{Unbreakable:1}代表無法消耗耐久。

          彩蛋1:/give @p minecraft:diamond_sword 1 0 {display:{Name:"這就是彩蛋",Lore:["真的是彩蛋哦。"]},HideFlags:63}

          {display:{Name:"這就是彩蛋",Lore:["真的是彩蛋哦。"]},HideFlags:63}名稱加介紹。

          彩蛋2在這里:管理員書籍:/give @p written_book 1 0 {pages:["[\"\",{\"text\":\"Essen\",\"color\":\"black\",\"bold\":true},{\"text\":\"tial\",\"color\":\"gold\",\"bold\":true},{\"text\":\" Hand\",\"bold\":true,\"color\":\"none\"},{\"text\":\"book\",\"color\":\"gold\",\"bold\":true},{\"text\":\" OP\",\"color\":\"gold\",\"italic\":true,\"bold\":false},{\"text\":\" Edition Alpha1.0\",\"italic\":true,\"color\":\"none\"},{\"text\":\"--基礎\",\"bold\":true,\"italic\":false,\"color\":\"none\"},{\"text\":\"手冊--\",\"color\":\"gold\",\"bold\":true},{\"text\":\" 管理員\",\"color\":\"gold\",\"italic\":true,\"bold\":false},{\"text\":\"測試版1.0\",\"italic\":true,\"color\":\"none\"},{\"text\":\" 點擊即可使用指令 (1.8以上) by:Infiniter\",\"italic\":true,\"color\":\"none\"}]","[\"\",{\"text\":\"GAME\",\"bold\":true,\"underlined\":true},{\"text\":\" SETTING\",\"color\":\"gold\",\"bold\":true,\"underlined\":true},{\"text\":\" 游戲\",\"color\":\"none\",\"bold\":false,\"underlined\":false},{\"text\":\"設置\",\"color\":\"gold\"},{\"text\":\"Time Setting \",\"color\":\"dark_aqua\",\"bold\":true,\"italic\":true},{\"text\":\"·Set to day\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/time set 2000\"},\"color\":\"none\",\"bold\":false,\"italic\":false},{\"text\":\" 設置為白天 \",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/time set 2000\"}},{\"text\":\"·Set to night\",\"color\":\"black\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/time set 36000\"}},{\"text\":\" 設置為夜晚\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/time set 36000\"}},{\"text\":\"Gamemode setting \",\"color\":\"dark_green\",\"bold\":true,\"italic\":true,\"underlined\":false},{\"text\":\"·Survival \",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/gamemode survival @p\"},\"color\":\"none\",\"bold\":false,\"italic\":false},{\"text\":\"生存模式\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/gamemode survival @p\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Creative\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/gamemode creative @p \"},\"color\":\"none\"},{\"text\":\" 創造模式\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/gamemode creative @p\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Adventure\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/gamemode 2 @p\"},\"color\":\"none\"},{\"text\":\" 冒險模式\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/gamemode 2 @p\"}},{\"text\":\"\",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Spectator\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/gamemode 3 @p\"},\"color\":\"none\"},{\"text\":\" 旁觀者模式\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/gamemode 3 @p\"}},{\"text\":\"\",\"color\":\"none\",\"underlined\":false},{\"text\":\"Weather Setting\",\"color\":\"dark_red\",\"bold\":true,\"italic\":true},{\"text\":\"\",\"color\":\"none\",\"bold\":false,\"italic\":false},{\"text\":\"·Clearly\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/weather clear 600\"},\"color\":\"none\"},{\"text\":\" 晴朗的\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/weather clear 600\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Rain or snow\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/weather rain 600\"},\"color\":\"none\"},{\"text\":\" 雨雪\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/weather rain 600\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Thunder\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/weather thunder 100\"},\"color\":\"none\"},{\"text\":\" 雷陣雨\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/weather thunder 100\"}}]","[\"\",{\"text\":\"Difficulty Setting\",\"color\":\"aqua\",\"bold\":true,\"italic\":true},{\"text\":\" ·Peaceful\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/difficulty 0\"},\"color\":\"none\",\"bold\":false,\"italic\":false},{\"text\":\" 和平的\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/difficulty 0\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Simple\",\"color\":\"black\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/difficulty 1\"}},{\"text\":\"簡單的\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/difficulty 1\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Normal\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/difficulty 2\"},\"color\":\"none\"},{\"text\":\"普通的\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/difficulty 2\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Difficult\",\"color\":\"black\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/difficult 3\"}},{\"text\":\"困難的\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/difficulty 3\"}},{\"text\":\" TP Setting \",\"color\":\"dark_purple\",\"bold\":true,\"italic\":true,\"underlined\":false},{\"text\":\"·Tpall\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/tpall\"},\"color\":\"none\",\"bold\":false,\"italic\":false},{\"text\":\" 全體到此處\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/tpall\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"Spawn Setting\",\"color\":\"dark_blue\",\"bold\":true,\"italic\":true},{\"text\":\" \",\"color\":\"none\",\"bold\":false,\"italic\":false},{\"text\":\"·Setworldspawn\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/setworldspawn\"},\"color\":\"none\"},{\"text\":\" \",\"underlined\":false,\"color\":\"none\"},{\"text\":\"設置世界重生點\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/setworldspawn\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Spawnpoint\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/spawnpoint @p\"},\"color\":\"none\"},{\"text\":\" \",\"underlined\":false,\"color\":\"none\"},{\"text\":\"設置自己重生點\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/spawnpoint @p\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"Drops Setting\",\"color\":\"green\",\"bold\":true,\"italic\":true},{\"text\":\" \",\"color\":\"none\",\"bold\":false,\"italic\":false},{\"text\":\"·Removedrop\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/remove drops 999999\"},\"color\":\"none\"},{\"text\":\" 清除掉落物\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/remove drops 99999\"}}]","[\"\",{\"text\":\"Summon Setting\",\"color\":\"blue\",\"bold\":true,\"italic\":true},{\"text\":\" \",\"color\":\"none\",\"bold\":false,\"italic\":false},{\"text\":\"·Zombie\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Zombie ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 召喚僵尸\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Zombie ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Skeleton\",\"color\":\"black\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Skeleton ~ ~1 ~\"}},{\"text\":\" 召喚骷髏\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Skeleton ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Creeper\",\"color\":\"black\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Creeper ~ ~1 ~\"}},{\"text\":\" 召喚爬行者\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Creeper ~ ~1 ~\"}},{\"text\":\"\",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Spider\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Spider ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 召喚蜘蛛\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Spider ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Cavespider\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon CaveSpider ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\"洞穴蜘蛛\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon CaveSpider ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Slime\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Slime ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 召喚史萊姆\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Slime ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Ghast\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Ghast ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 召喚惡魂\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Ghast ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Pigzombie\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon PigZombie ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 召喚豬人\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon PigZombie ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Enderman\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Enderman ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 召喚末影人\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Enderman ~ ~1 ~\"}},{\"text\":\"\",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Blaze\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Blaze ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 召喚烈焰人\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Blaze ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Lavaslime\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon LavaSlime ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\"召喚巖漿怪\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon LavaSlime ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Witch\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Witch ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 召喚女巫\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Witch ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false}]","[\"\",{\"text\":\"·Enderdragon\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon EnderDragon ~ ~1 ~\"}},{\"text\":\" 末影龍\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon EnderDragon ~ ~1 ~\"}},{\"text\":\"\",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Wither\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon WitherBoss ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 召喚凋零\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon WitherBoss ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Shulker\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon WitherBoss ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 召喚潛影貝\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon WitherBoss ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Guardian\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Guardian ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 召喚守護者\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Guardian ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Silverfish\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Silverfish ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 召喚囊蟲\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Silverfish ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Endermite\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Endermite ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 召喚末影螨\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Endermite ~ ~1 ~\"}},{\"text\":\"\",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Pig\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Pig ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 召喚豬\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Pig ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Sheep\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Sheep ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 召喚羊\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Sheep ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Cow\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Cow ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 召喚牛\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Cow ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Chicken\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Chicken ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\"召喚雞\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Chicken ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Wolf\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Wolf ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 召喚狼\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Wolf ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Ozelot\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Ozelot ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 召喚豹貓\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Ozelot ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Mushroomcow\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon MushroomCow ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 蘑菇牛\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon MushroomCow ~ ~1 ~\"}}]","[\"\",{\"text\":\"·Snowman\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon SnowMan ~ ~1 ~\"}},{\"text\":\"召喚雪傀儡\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon SnowMan ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·villagerGolem\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon VillagerGolem ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 鐵傀儡\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon VillagerGolem ~ ~1 ~\"}},{\"text\":\"\",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Squid\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Squid ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 召喚魷魚\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Squid ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Bat\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Bat ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 召喚蝙蝠\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Bat ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Rabbit\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Rabbit ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 召喚兔子\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Rabbit ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Horse\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon EntityHorse ~ ~1 ~ {Attributes:[]}\"},\"color\":\"none\"},{\"text\":\" 召喚馬\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon EntityHorse ~ ~1 ~ {Attributes:[]}\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Villager\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Villager ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\" 召喚村民\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon Villager ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Primed TNT\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon PrimedTnt ~ ~1 ~\"},\"color\":\"none\"},{\"text\":\"點燃的TNT\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon PrimedTnt ~ ~1 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Falling sand\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon FallingSand ~ ~7 ~\"},\"color\":\"none\"},{\"text\":\" 掉落沙\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon FallingSand ~ ~7 ~\"}},{\"text\":\" \",\"color\":\"none\",\"underlined\":false},{\"text\":\"·Endercrystal\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon EnderCrystal ~ ~ ~\"},\"color\":\"none\"},{\"text\":\" 末影水晶\",\"color\":\"gold\",\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/summon EnderCrystal ~ ~ ~\"}}]"],title:Book,author:TellrawGenerator}

          相關新聞

          ?游戲狗 Gamedog.cn 北京手游天下數字娛樂科技股份有限公司 版權所有
          安全百店 ANVA自律組
          游戲狗微信關注游戲狗訂閱號
          主站蜘蛛池模板: 亚洲av永久无码精品水牛影视| 国产亚洲人成a在线v网站| 两个人看的视频播放www| 村上凉子丰满禁断五十路| 在线观看亚洲av每日更新| 久久福利视频导航| 肉伦迎合下种怀孕| 国产精品无码一区二区三级| 三级在线看中文字幕完整版| 暖暖日本免费在线视频| 和主人玩露出调教暴露羞耻| jizz大全欧美| 日本高清不卡码| 免费看男阳茎进女阳道动态图| 777成影片免费观看| 残虐极限扩宫俱乐部小说| 国产成年无码久久久免费| 两个人看的WWW在线观看| 最近免费中文字幕大全 | 里番库全彩本子彩色h琉璃| 日韩欧美三级在线| 亚洲毛片基地日韩毛片基地| 国产黑丝袜在线| 情人伊人久久综合亚洲| 亚洲欧美日韩国产精品一区二区| 香蕉伊思人在线精品| 国产美女一级做受在线观看| 久久久国产成人精品| 欧美性猛交xxxx乱大交高清| 国产一区二区电影在线观看| 手机在线看片国产日韩生活片| 日本免费网站观看| 午夜精品一区二区三区在线观看| 98精品全国免费观看视频| 无翼乌全彩本子lovelive摄影| 亚洲午夜精品久久久久久浪潮| 精品一区二区AV天堂| 在线看片免费人成视频福利| 中文字幕不卡在线观看| 日韩欧美aⅴ综合网站发布| 亚洲国产成人av网站|