#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)

past mist
#

i need everyone to be able to click it

hushed moat
#

Why not just use teleport

#

And the location function

#
remote vault
#

U can use citizens plugin

#

.

keen tundra
#

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

fleet kayak
#

but

#

can't understand this event: 'on npc right click'

pure dock
#

using skript-npc you can detect if the clicked entity is an npc on the on right click event

#
if target is a npk;
teleport player to location(54,4,3,"earth",90,0)``` this would totally work
#

or just fix the errors ig

#

and indentation