Découvrez les effets grâce à nos tutoriels pour débuter avec Skript. Pour toutes vos questions, rendez vous sur le forum ou sur Discord !
Voir les tutos J'ai besoin d'aideAnimate Citizen (animer le NPC)
Description
Faire exécuter une action au NPC
Actions disponibles: arm swing, arm swing offhand, crit, eat food, hurt, magic crit, sit, sleep, sneak, start elytra, start use mainhand item, start use offhand item, stop sitting, stop sleeping, stop sneaking et stop use item
make the last citizen start use offhand item
make %citizen% [do] [anim[ation]] %npcanimation%
Citizen attack/follow (faire attaquer ou suivre le NPC)
Description
Faire attaquer ou suivre le NPC vers une entité
make the last citizen follow player
make the last citizen attack player
make %citizen% (0¦attack|1¦follow) %livingentity%
Create Citizen (créer un NPC)
Description
Créer un NPC avec un nom, un type et une optionnelle position.
create npc named "Nano" with type player at player's location
create [a] (citizen|npc) [(named|with name)] %string% [and] [with] [entity] type %entitytype% [at %-location%]
Despawn Citizen (faire disparaître un NPC)
Description
Faire disparaître un NPC
despawn the last created citizen
despawn %citizen%
Destroy Citizen (détruire un NPC)
Description
Détruire un NPC
destroy the last created citizen
destroy %citizen%
Move Citizen (déplacer un NPC)
Description
Déplace le NPC à un certain point avec une vitesse définie (optionel).
make the last citizen move to player's location at speed 2
make %citizen% (go|move|travel) to [the] %location% [(at|with) speed %-number%]
Spawn Citizen (faire apparaître un NPC)
Description
Faire apparaître un NPC à une position définite.
spawn the last created citizen at player's location
spawn %citizen% at %location%