Aller au contenu

Messages recommandés

Posté(e)

Salut , j'aimerais avoir 1 skript de ban.

Quand je veux ban quelqu'un je veux qu'il y a 1 éclaire et des feux d’artifice la ou il était et je veux qu'on entend les bruits sur touts le serveur et je veux que dans le chat y'a marquer &c<Pseudo du banneur> &7a banni &c<Celui qui c'est fait ban> pour : &c<raison>.

 

Et pareil pour le tempban : /tempban <pseudo> <temps> <raison>.

Et je veux que ça apparaisse comme dans le chat avec la commande /ban.

 

merci

Posté(e)

command /myban [<text>] [<text>]:
   permission: myban.use
   trigger:
       if arg 1 is not set:
           send "&aLa commande est &6/myban <joueur> <raison>"
       else if arg 2 is not set:
           send "&aLa commande est &6/mytempban <joueur> <temps en minutes> <raison>"
       else if arg 3 is not set:
           send "&aLa commande est &6/mytempban <joueur> <temps en minutes> <raison>"      
       else:  
           strike lightning at the arg-1
           wait 2 ticks
           pop ball large firework colored red at arg-1 to loop-player
           kick player
           play level up at loop-player with pitch 1  
           broadcast "&6%player% &4a bannit &6%arg-1% pour %arg-3%"  
           set {myban.%arg-1%} to true
command /mytempban [<text>] [<text>] [<text>]:
   permission: myban.use
   trigger:
       if arg 1 is not set:
           send "&aLa commande est &6/mytempban <joueur> <temps en minutes> <raison>"
       else if arg 2 is not set:
           send "&aLa commande est &6/mytempban <joueur> <temps en minutes> <raison>"
       else if arg 3 is not set:
           send "&aLa commande est &6/mytempban <joueur> <temps en minutes> <raison>"      
       else:
           loop all players:
               strike lightning at the arg-1
               wait 2 ticks
               pop ball large firework colored red at arg-1 to loop-player
               kick player
               play level up at loop-player with pitch 1
               broadcast "&6%player% &4a bannit temporairement &6%arg-1% pour %arg-3%"
               set {mytempban.%arg-1%} to true
               wait arg-2 minutes
               set {mytempban.%arg-1%} to false              

on join:
   if {mytempban.%player%} is true:
       kick the player due to "&4Tu es bannis &6%{temps.mytempban.%player%} &4pour &6{reasontempban.%player%}&4."
on join:
   if {myban.%player%} is true:
       kick the player due to "&4Tu es bannis définitivement pour &6{reasonban.%player%}&4."

 

ça devrait être bon

Posté(e)
command /myban [<text>] [<text>]:
   permission: myban.use
   trigger:
       if arg 1 is not set:
           send "&aLa commande est &6/myban <joueur> <raison>"
       else if arg 2 is not set:
           send "&aLa commande est &6/mytempban <joueur> <temps en minutes> <raison>"
       else if arg 3 is not set:
           send "&aLa commande est &6/mytempban <joueur> <temps en minutes> <raison>"       
       else:   
           strik lightning at the arg-1
           wait 2 ticks
           pop ball large firework colored red at arg-1 to loop-player
           kick player
           play level up at loop-player with pitch 1   
           broadcast "&6%player% &4a bannit &6%arg-1% pour %arg-3%"   
           set {myban.%arg-1%} to true
command /mytempban [<text>] [<text>] [<text>]:
   permission: myban.use
   trigger:
       if arg 1 is not set:
           send "&aLa commande est &6/mytempban <joueur> <temps en minutes> <raison>"
       else if arg 2 is not set:
           send "&aLa commande est &6/mytempban <joueur> <temps en minutes> <raison>"
       else if arg 3 is not set:
           send "&aLa commande est &6/mytempban <joueur> <temps en minutes> <raison>"       
       else:
           loop all players:
               strik lightning at the arg-1
               wait 2 ticks
               pop ball large firework colored red at arg-1 to loop-player
               kick player
               play level up at loop-player with pitch 1
               broadcast "&6%player% &4a bannit temporairement &6%arg-1% pour %arg-3%"
               set {mytempban.%arg-1%} to true
               wait arg-2 minutes
               set {mytempban.%arg-1%} to false               

on join:
   if {mytempban.%player%} is true:
       kick the player due to "&4Tu es bannis &6%{temps.mytempban.%player%} &4pour &6{reasontempban.%player%}&4."
on join:
   if {myban.%player%} is true:
       kick the player due to "&4Tu es bannis définitivement pour &6{reasonban.%player%}&4."

 

ça devrait être bon

Tu à mis strik > strike

Posté(e)
Utilise mon skript "Eclypsia" Il a pas le tempban il fait des eclair ainsi qu'un feux d'artifice ;) /cban <Pseudo> <Raison>

Ton skript a 9 érreurs , quand je veux ban et temban avec la commande : /myban <pseudo <raison> sa me kick et sa me mais connection lost

×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.