Skript Version: Skript 2.4.1
Minecraft Version: 1.12.2
Hello.. I'm trying to get name of block in "on pick up" event.. I currently wasted 4hours to get this thing to work but without any progress.. I tried something about 20 different types of code but none work..
Few Examples I tried:
Addons using:
skRayFall+v1.9.19
SkQuery-4.1.2
Sk-NBeeT
Skellett
Ersatz
skript-yaml
skript-mirror
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
Minecraft Version: 1.12.2
Hello.. I'm trying to get name of block in "on pick up" event.. I currently wasted 4hours to get this thing to work but without any progress.. I tried something about 20 different types of code but none work..
Few Examples I tried:
Code:
on pick up:
if event-item is cobblestone named "Cobblestone":
send "1" to player
Code:
on pick up:
if event-item is cobblestone:
if name of event-item contains "Cobblestone":
send "1" to player
Code:
on pick up:
if event-item is cobblestone:
if name of event-item is "Cobblestone":
send "1" to player
Addons using:
skRayFall+v1.9.19
SkQuery-4.1.2
Sk-NBeeT
Skellett
Ersatz
skript-yaml
skript-mirror
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes