Minecraft version: 1.8
Hey guys, I have event
How do I drop victim's inventory except few things? (pickaxe and sword)
Tried to loop player's inventory, but it's not working
Hey guys, I have event
code_language.skript:
on damage of player:
damage cause is not fall:
if (victim's health - damage) is less than 0.1:
set victim's gamemode to spectator
How do I drop victim's inventory except few things? (pickaxe and sword)
Tried to loop player's inventory, but it's not working