Minecraft 1.21.10
SkBee-3.13.2
Skript-2.13.1
skript-yaml-1.7.2
Paper 1.21.10 Build #113
I can't figure out how to give a trident to the player when trident is as a variable.
code that does not work:
command /trident:
trigger:
set {_item} to minecraft:trident
set slot 0 of player to {_item}
give {_item} to player
works fine with any other item
is there something different with tridents?
SkBee-3.13.2
Skript-2.13.1
skript-yaml-1.7.2
Paper 1.21.10 Build #113
I can't figure out how to give a trident to the player when trident is as a variable.
code that does not work:
command /trident:
trigger:
set {_item} to minecraft:trident
set slot 0 of player to {_item}
give {_item} to player
works fine with any other item
is there something different with tridents?