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

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

          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自律組
          游戲狗微信關注游戲狗訂閱號
          主站蜘蛛池模板: 久久人人爽天天玩人人妻精品| 午夜小视频免费| 99国产精品久久久久久久成人热| 日本视频一区在线观看免费| 亚洲精品视频在线观看视频| 草的爽免费视频| 国产精品成人久久久久| 一二三四国语在线观看视频| 日韩不卡中文字幕| 亚洲无成人网77777| 精品久久久久久亚洲精品| 国产又黄又爽又猛的免费视频播放| 91精品国产综合久久青草| 男女性色大片免费网站| 国产成人久久91网站下载| 99re6在线精品视频免费播放| 欧洲一级毛片免费| 人妻无码一区二区三区四区| 边摸边吃奶边做爽免费视频99| 国产精品线在线精品国语| www成人免费观看网站| 日本三级韩国三级香港三的极不| 亚洲午夜久久久影院| 狠狠色先锋资源网| 双手扶在浴缸边迎合着h| 黑人太粗太深了太硬受不了了| 国模无码一区二区三区| 一级成人a免费视频| 日本高清色本免费现在观看| 亚洲国产成人无码av在线播放| 特黄特色大片免费播放器999| 可播放的欧美男男videos| 高潮毛片无遮挡高清免费| 国产精品亚洲专区一区| 99久久综合狠狠综合久久| 性xxxxfreexxxxx喷水欧美| 久久亚洲国产成人精品性色| 欧洲无码一区二区三区在线观看| 亚洲欧美日韩国产一区二区精品| 男人黄女人色视频在线观看| 午夜视频在线在免费|