Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /setfaction:
- aliases: setspawn
- permission: survival.pvp.setfaction
- trigger:
- set {faction} to location of player
- send "&6Tu viens de créer le point d'aparition du &espawn du serveur." to player
- command /faction:
- aliases: spawn
- trigger:
- set {faction.%player%} to "1"
- send "&eSurvival &6P&ev&6P &8> &7Teleportation dans 5 secondes"
- wait 1 seconds
- if {faction.%player%} is "0":
- send "&eSurvival &6P&ev&6P &8> &cTeleportation raté tu as bougé"
- stop
- else:
- send "&eSurvival &6P&ev&6P &8> &74"
- wait 1 seconds
- if {faction.%player%} is "0":
- send "&eSurvival &6P&ev&6P &8> &cTeleportation raté tu as bougé"
- stop
- else:
- send "&eSurvival &6P&ev&6P &8> &73"
- wait 1 seconds
- if {faction.%player%} is "0":
- send "&eSurvival &6P&ev&6P &8> &cTeleportation raté tu as bougé"
- stop
- else:
- send "&eSurvival &6P&ev&6P &8> &72"
- wait 1 seconds
- if {faction.%player%} is "0":
- send "&eSurvival &6P&ev&6P &8> &cTeleportation raté tu as bougé"
- stop
- else:
- send "&eSurvival &6P&ev&6P &8> &71"
- wait 1 seconds
- if {faction.%player%} is "0":
- send "&eSurvival &6P&ev&6P &8> &cTeleportation raté tu as bougé"
- stop
- else:
- teleport the player to {faction}
- send "&eSurvival &6P&ev&6P &8> &7Vous etes au metrosse" to player
- on any move:
- if {faction.%player%} is "1":
- set {faction.%player%} to "0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement