친구들이랑 서버열려는데
keepinventory 켜고 죽으면 돈만 잃게하고싶은데
플러그인이나 모드 따로 있는거같진 않아서
openinv로 수작업으로 돈빼려고 하는데
방법있음?
scoreboard objectives add <스코어이름> deathCount execute as @a[scores={<스코어이름> = 1}] if entity @s run scoreboard players set @a[scores={<스코어이름> = 1}] <스코어이름> 0
이런 느낌으로 커맨드블록 짜면 될듯
scoreboard objectives add <스코어이름> deathCount execute as @a[scores={<스코어이름> = 1}] if entity @s run scoreboard players set @a[scores={<스코어이름> = 1}] <스코어이름> 0
이런 느낌으로 커맨드블록 짜면 될듯