奇ger
  1. Totem:
  2.   # When this set to true, on players death totem will be used even if he is not holding it in hand
  3.   RemoveFromInventory: true
  4.   Cooldown:
  5.     # When this set to true player can use totem only every X second's
  6.     Use: false
  7.     Time: 0
  8.   Warmup:
  9.     # When this set to true player can use totem to have X amount of second's, during which he can die and be resurected
  10.     # Totem will be consumed durring activation and wont be returned even if resurection is not used during warmup time
  11.     Use: true
  12.     Time: 15
  13.   # If player falls into void while having totem, he will be teleported to respawn location and totem gets consumed
  14.   ProtectFromVoid: true
  15.   Effects:
  16.     # Time in seconds effect needs to be applied to the player. Set it to 0 if you want to disable it
  17.     Regeneration: 45
  18.     FireResistance: 40
  19.     Absorbtion: 5
复制代码
我RemoveFromInventory设置为true了,放在背包或者物品栏里,死亡不会触发。但是掉入虚空会触发。
papr1.19.2/CMI9.5.0.8



MoonCakeMC
虽然没用过CMI,但是看注释怀疑Warmup的问题
试着把Use改成false,把Time改成0试试?

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