xiaoyuan233
求格式,红石渣求救

⊙v⊙
时间理论上...是不会无限的

走不动
/effect @p minecraft:slowness 1000000 5 true

跳不动
/effect @p minecraft:jump_boost 1000000 250 true

⊙v⊙
要药水啊...https://minecraftcommand.science/potion-generator
  1. /give @p potion 1 8205 {
  2.     CustomPotionEffects: [
  3.         {
  4.             Id: 2,
  5.             Amplifier: 5,
  6.             Duration: 20000000
  7.         }
  8.     ],
  9.     display: {
  10.         Name: "Super Potion"
  11.     }
  12. }
复制代码
  1. /give @p potion 1 8205 {
  2.     CustomPotionEffects: [
  3.         {
  4.             Id: 2,
  5.             Amplifier: 5,
  6.             Duration: 20000000
  7.         },
  8.         {
  9.             Id: 8,
  10.             Amplifier: 250,
  11.             Duration: 20000000
  12.         }
  13.     ],
  14.     display: {
  15.         Name: "Super Potion"
  16.     }
  17. }
复制代码
  1. /give @p potion 1 16389 {
  2.     CustomPotionEffects: [
  3.         {
  4.             Id: 2,
  5.             Amplifier: 5,
  6.             Duration: 20000000
  7.         },
  8.         {
  9.             Id: 8,
  10.             Amplifier: 250,
  11.             Duration: 20000000
  12.         }
  13.     ],
  14.     display: {
  15.         Name: "Super Potion"
  16.     }
  17. }
复制代码
  1. /give @p potion 1 16389 {
  2.     CustomPotionEffects: [
  3.         {
  4.             Id: 2,
  5.             Amplifier: 5,
  6.             Duration: 20000000
  7.         }
  8.     ],
  9.     display: {
  10.         Name: "Super Potion"
  11.     }
  12. }
复制代码

第一页 上一页 下一页 最后一页