So I just want to mention first that I'm quite new to skript and I'm trying to learn it by going through threads and the online doc and I've tried many things for what I'm trying to do and nothing I have tried worked. I'm trying to make a skript for an RPG server so that shulkers cannot teleport.
I tried something very basic (see below) but I kinda hoped it would work.
what I have found in the document for skript doesn't help me with this unless if I have just been searching for the wrong things there.
I tried something very basic (see below) but I kinda hoped it would work.
Code:
on teleport:
entity is a shulker
cancel event
what I have found in the document for skript doesn't help me with this unless if I have just been searching for the wrong things there.