#i need a skript that will execute this command "/mv tp "player" Lifesteal but i need it to be a vill
1 messages · Page 1 of 1 (latest)
Why not just use teleport
And the location function
Skript Hub - Documentation
Teleport an entity to a specific location.
This effect is delayed by default on Paper, meaning certain syntax such as the return effect for functions cannot be used after this effect.
The keyword 'force' indicates this effect will not be delayed,
which may cause lag spikes or server crashes when using this effect to teleport entities to unload...
U can use citizens plugin
.
This is required:
https://www.spigotmc.org/resources/addon-skream.97081/
(NOT SURE IF THIS WORKS ON LATER THAN 1.17+
u actually dont need citizens
u just need skbee and skript itself
use nbt tags aswell display name syntax
nbt can be aswell used to check which npc is which
on right click:
if nbt "npc:tp" of (NBT Compound of event-entity):
teleport player to location(x,y,z, world "world")
gl figuring out the nbt