Advertisement
Guest User

SS SANS /BAN

a guest
Dec 17th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. options:
  2.     md : &e&lModération &f&
  3.     sc : &cTriche
  4.     sm : &eMessages
  5.     sa : &6Anti-Jeux
  6.  
  7. command /ss [<offline player>]:
  8.     trigger:
  9.         if player has permission "MODERATOR":
  10.             if arg 1 is not set:
  11.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  12.             if arg 1 is set:
  13.                 open chest with 3 rows named "&cModération &f&l» &7&l%arg 1%" to player  
  14.                 wait 3 ticks
  15.                 format slot 4 of player with skull of arg-1 named "&6&lInformations du Joueur " with lore  "%player's display name%||&7Argent : &e%{coins.%uuid of arg-1%}%||&7Server : &5%player's world%" to be unstealable
  16.                 format slot 10 of player with diamond sword named "{@sc} &f%arg 1%" with lore "&7Sanctionner le Joueur :||&7L'utilisation d'un client||&7Un système de triche||||&f&l» &7Cliquez pour afficher" to run [make player execute command "/00_sc %arg 1%"]
  17.                 format slot 16 of player with book and quill named "{@sm} &f%arg 1%" with lore "&7Sanctionner le Joueur :||&7Infraction autour du chat global||||&f&l» &7Cliquez pour afficher" to run [make player execute command "/sm %arg 1%"]
  18.                 format slot 13 of player with lava bucket named "{@sa} &f%arg 1%" with lore "&7Sanctionner le Joueur:||&7Suite à son comportement IG||&7Spawn Kill, Alliances...||||&f&l» &7Cliquez pour afficher" to run [make player execute command "/00_sa %arg 1%"]
  19.  
  20. command /00_sc [<offline player>]:
  21.     trigger:
  22.         if player has permission "MODERATOR":
  23.             if arg 1 is not set:
  24.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  25.             if arg 1 is set:
  26.                 open chest with 6 rows named "&cModération &f&l» &eTriche &f&l» &7&l%arg 1%" to player
  27.                 wait 3 ticks
  28.                 format slot 13 of player with skull of arg-1 named "&6&l%arg 1%" with lore "&7%player's display name%||&7Triche : %arg 1%" to be unstealable
  29.                 format slot 21 of player with cobweb named "&cTriche: &fAnti-KB" with lore "&7Utilisation d'un Anti-KB||&7Reduction des Knockbacks &o(Reculs)||&7Le Joueur est frappé et ne recule pas||||&f&l» &7Cliquez pour sanctionner" to run [make player execute command "/00_scconfirmationantikb %arg 1%"]
  30.                 format slot 22 of player with arrow named "&cTriche: &fReach" with lore "&7Utilisation d'une reach||&7Permet d'augmenté le nombre de ||&7blocs ou le joueur &7peut frappé||&f&l» &7Cliquez pour sanctionner" to run [make player execute command "/00_scconfirmationreach %arg 1%"]
  31.                 format slot 23 of player with feather named "&cTriche: &fFly/Glide" with lore "&7Cheat permettant de volé ou bien||&7de plané||&f&l» &7Cliquez pour sanctionner" to run [make player execute command "/00_scconfirmationfly %arg 1%"]
  32.                 format slot 30 of player with sandstone named "&cTriche: &fFastPlace" with lore "&7Permet de poser ||&7des blocs automatiquement||||&f&l» &7Cliquez pour sanctionner" to run [make player execute command "/00_scconfirmationfastplace %arg 1%"]
  33.                 format slot 31 of player with stone named "&cTriche: &fAutres" with lore "&7Autres système de triche||||&f&l» &7Cliquez pour sanctionner" to run [make player execute command "/00_scconfirmationautres %arg 1%"]
  34.                 format slot 32 of player with diamond sword named "&cTriche: &fForce Field" with lore "&7Cheat permettant:&7||&7de modifié les coups du joueur||||&f&l» &7Cliquez pour sanctionner" to run [make player execute command "/00_scconfirmationforcefield %Arg 1%"]
  35.                 format slot 40 of player with compass named "&cTriche: &fCPS TROP ÉLEVÉE" with lore "&7Dépasse la limite de CPS||&7qui est de 18 !||||&f&l» &7Cliquez pour sanctionner" to run [make player execute command "/00_scconfirmationcps %arg 1%"]
  36.                 format slot 53 of player with wooden door named "&cRetour &f&l» &7Menu de Selection" to run [make player execute command "/sc %arg 1%"]
  37.  
  38. command /00_scconfirmationautres [<offline player>]:
  39.     trigger:
  40.         if player has permission "MODERATOR":
  41.             if arg 1 is not set:
  42.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  43.             if arg 1 is set:
  44.                 open chest with 6 rows named "&cModération &f&l» &aConfirmation &f&l» &7&l%arg 1%" to player
  45.                 wait 3 ticks
  46.                 format slot 13 of player with cobweb named "&cTriche: &fAutres" to be unstealable
  47.                 format slot 21 of player with cactus green named "&eConfirmation : &fAutres &a✔" to close then run [make player execute command "/00_scbanautres %arg 1%"]
  48.                 format slot 23 of player with rose red named "&eAnnulation : &fRetour &c✖" to run [make player execute command "/00_sc %arg 1%"]
  49.                
  50. command /00_scbanautres [<offline player>]:
  51.     trigger:
  52.         if player has permission "MODERATOR":
  53.         if arg 1 is not set:  
  54.             send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  55.         if arg 1 is set:  
  56.             send "{@md} &7La sanction est en cour d'application..."
  57.             wait 20 ticks
  58.             make player execute command "/tempban %arg 1% Autres 20 days"
  59.             send "{@md} &7La sanction sur &c%arg 1% &7a été appliquer !"
  60.        
  61.                
  62.                
  63. command /00_scconfirmationantikb [<offline player>]:
  64.     trigger:
  65.         if player has permission "MODERATOR":
  66.             if arg 1 is not set:
  67.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  68.             if arg 1 is set:
  69.                 open chest with 6 rows named "&cModération &f&l» &aConfirmation &f&l» &7&l%arg 1%" to player
  70.                 wait 3 ticks
  71.                 format slot 13 of player with cobweb named "&cTriche: &fAnti-KB" to be unstealable
  72.                 format slot 21 of player with cactus green named "&eConfirmation : &fAnti-KB &a✔" to close then run [make player execute command "/00_scbanantikb %arg 1%"]
  73.                 format slot 23 of player with rose red named "&eAnnulation : &fRetour &c✖" to run [make player execute command "/00_sc %arg 1%"]
  74.                
  75. command /00_scbanantikb [<offline player>]:
  76.     trigger:
  77.         if player has permission "MODERATOR":
  78.         if arg 1 is not set:  
  79.             send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  80.         if arg 1 is set:  
  81.             send "{@md} &7La sanction est en cour d'application..."
  82.             wait 20 ticks
  83.             make player execute command "/tempban %arg 1% Anti-Knockbacks 20 days"
  84.             send "{@md} &7La sanction sur &c%arg 1% &7a été appliquer !"
  85.            
  86. command /00_scconfirmationreach [<offline player>]:
  87.     trigger:
  88.         if player has permission "MODERATOR":
  89.             if arg 1 is not set:
  90.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  91.             if arg 1 is set:
  92.                 open chest with 6 rows named "&cModération &f&l» &aConfirmation &f&l» &7&l%arg 1%" to player
  93.                 wait 3 ticks
  94.                 format slot 13 of player with cobweb named "&cTriche: &fReach" to be unstealable
  95.                 format slot 21 of player with cactus green named "&eConfirmation : &fReach &a✔" to close then run [make player execute command "/00_scbanreach %arg 1%"]
  96.                 format slot 23 of player with rose red named "&eAnnulation : &fRetour &c✖" to run [make player execute command "/00_sc %arg 1%"]
  97.            
  98. command /00_scbanreach [<offline player>]:
  99.     trigger:
  100.         if player has permission "MODERATOR":
  101.         if arg 1 is not set:  
  102.             send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  103.         if arg 1 is set:  
  104.             send "{@md} &7La sanction est en cour d'application..."
  105.             wait 20 ticks
  106.             make player execute command "/tempban %arg 1% Reach 20 days"
  107.             send "{@md} &7La sanction sur &c%arg 1% &7a été appliquer !"
  108.            
  109. command /00_scconfirmationfly [<offline player>]:
  110.     trigger:
  111.         if player has permission "MODERATOR":
  112.             if arg 1 is not set:
  113.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  114.             if arg 1 is set:
  115.                 open chest with 6 rows named "&cModération &f&l» &aConfirmation &f&l» &7&l%arg 1%" to player
  116.                 wait 3 ticks
  117.                 format slot 13 of player with cobweb named "&cTriche: &fFly" to be unstealable
  118.                 format slot 21 of player with cactus green named "&eConfirmation : &fFly &a✔" to close then run [make player execute command "/00_scbanfly %arg 1%"]
  119.                 format slot 23 of player with rose red named "&eAnnulation : &fRetour &c✖" to run [make player execute command "/00_sc %arg 1%"]
  120.                
  121. command /00_scbanfly [<offline player>]:
  122.     trigger:
  123.         if player has permission "MODERATOR":
  124.         if arg 1 is not set:  
  125.             send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  126.         if arg 1 is set:  
  127.             send "{@md} &7La sanction est en cour d'application..."
  128.             wait 20 ticks
  129.             make player execute command "/tempban %arg 1% Fly 20 days"
  130.             send "{@md} &7La sanction sur &c%arg 1% &7a été appliquer !"
  131.    
  132. command /00_scconfirmationfastplace [<offline player>]:
  133.     trigger:
  134.         if player has permission "MODERATOR":
  135.             if arg 1 is not set:
  136.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  137.             if arg 1 is set:
  138.                 open chest with 6 rows named "&cModération &f&l» &aConfirmation &f&l» &7&l%arg 1%" to player
  139.                 wait 3 ticks
  140.                 format slot 13 of player with cobweb named "&cTriche: &fFastPlace" to be unstealable
  141.                 format slot 21 of player with cactus green named "&eConfirmation : &fFastPlace &a✔" to close then run [make player execute command "/00_scbanfastplace %arg 1%"]
  142.                 format slot 23 of player with rose red named "&eAnnulation : &fRetour &c✖" to run [make player execute command "/00_sc %arg 1%"]
  143.                
  144. command /00_scbanfastplace [<offline player>]:
  145.     trigger:
  146.         if player has permission "MODERATOR":
  147.         if arg 1 is not set:  
  148.             send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  149.         if arg 1 is set:  
  150.             send "{@md} &7La sanction est en cour d'application..."
  151.             wait 20 ticks
  152.             make player execute command "/tempban %arg 1% FastPlace 20 days"
  153.             send "{@md} &7La sanction sur &c%arg 1% &7a été appliquer !"
  154.            
  155. command /00_scconfirmationforcefield [<offline player>]:
  156.     trigger:
  157.         if player has permission "MODERATOR":
  158.             if arg 1 is not set:
  159.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  160.             if arg 1 is set:
  161.                 open chest with 6 rows named "&cModération &f&l» &aConfirmation &f&l» &7&l%arg 1%" to player
  162.                 wait 3 ticks
  163.                 format slot 13 of player with cobweb named "&cTriche: &fFly" to be unstealable
  164.                 format slot 21 of player with cactus green named "&eConfirmation : &fFly &a✔" to close then run [make player execute command "/00_scbanfastplace %arg 1%"]
  165.                 format slot 23 of player with rose red named "&eAnnulation : &fRetour &c✖" to run [make player execute command "/00_sc %arg 1%"]
  166.                
  167. command /00_scbanforcefield [<offline player>]:
  168.     trigger:
  169.         if player has permission "MODERATOR":
  170.         if arg 1 is not set:  
  171.             send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  172.         if arg 1 is set:  
  173.             send "{@md} &7La sanction est en cour d'application..."
  174.             wait 20 ticks
  175.             make player execute command "/tempban %arg 1% FastPlace 20 days"
  176.             send "{@md} &7La sanction sur &c%arg 1% &7a été appliquer !"
  177.            
  178. command /00_scconfirmationcps [<offline player>]:
  179.     trigger:
  180.         if player has permission "MODERATOR":
  181.             if arg 1 is not set:
  182.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  183.             if arg 1 is set:
  184.                 open chest with 6 rows named "&cModération &f&l» &aConfirmation &f&l» &7&l%arg 1%" to player
  185.                 wait 3 ticks
  186.                 format slot 13 of player with cobweb named "&cTriche: &fCPS" to be unstealable
  187.                 format slot 21 of player with cactus green named "&eConfirmation : &fCPS &a✔" to close then run [make player execute command "/00_scbanfastplace %arg 1%"]
  188.                 format slot 23 of player with rose red named "&eAnnulation : &fRetour &c✖" to run [make player execute command "/00_sc %arg 1%"]
  189.                
  190. command /00_scbancps [<offline player>]:
  191.     trigger:
  192.         if player has permission "MODERATOR":
  193.         if arg 1 is not set:  
  194.             send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  195.         if arg 1 is set:  
  196.             send "{@md} &7La sanction est en cour d'application..."
  197.             wait 20 ticks
  198.             make player execute command "/tempban %arg 1% CPS 20 days"
  199.             send "{@md} &7La sanction sur &c%arg 1% &7a été appliquer !"
  200.            
  201. command /00_sa [<offline player>]:
  202.     trigger:
  203.         if player has permission "MODERATOR":
  204.         if arg 1 is not set:
  205.             send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  206.         if arg 1 is set:
  207.             open chest with 6 rows named "&cModération &f&l» &eAnti-Jeux &f&l» &7&l%arg 1%" to player
  208.             wait 3 ticks
  209.             format slot 13 of player with skull of arg-1 named "&6&l%arg 1%" with lore "&7Grade : %{grade.%uuid of arg-1%}%||&7Anti-Jeux : %arg 1%" to be unstealable
  210.             format slot 21 of player with leather tunic named "&6Anti-Jeux: &fAlliances" with lore "&7Deux ou plusieurs Joueurs s'ally||&7contre les autres||&7ce qui empêche de joué||&7normalement||||&f&l» &7Cliquez pour sanctionner" to run [make player execute command "/00_saconfirmationally %arg 1%"]
  211.             format slot 22 of player with bed item named "&6Anti-Jeux: &fSpawn Trap / Kill" with lore "&7Les Joueurs attende au point de spawn||&7de la map pour tué les autres||||&f&l» &7Cliquez pour sanctionner" to run [make player execute command "/00_saconfirmationspawn %arg 1%"]
  212.             format slot 23 of player with stick named "&6Anti-Jeux: &fGlitch Abusif" with lore "&7Le Joueur effectue un / des glitch(s) abusif||&7qui l'avantage||||&f&l» &7Cliquez pour sanctionner" to run [make player execute command "/00_saconfirmationglitch %arg 1%"]
  213.             format slot 30 of player with iron helmet named "&6Anti-Jeux: &fSkin Incorrect" with lore "&7Le joueur porte un skin||&7non approprié||&7comme : Hitler ect...||||&f&l» &7Cliquez pour sanctionner" to run [make player execute command "/00_saconfirmationskin %arg 1%"]
  214.             format slot 31 of player with flint and steel named "&6Anti-Jeux: &fAnti-Jeux" with lore "&7Le Joueur empêche les autres||&7joueur de joué au jeux||||&f&l» &7Cliquez pour sanctionner" to run [make player execute command "/00_saconfirmationanti %arg 1%"]
  215.             format slot 32 of player with stone named "&6Anti-Jeux: &fAutres" with lore "&7Autres système d'anti-jeux" to run [make player execute command "/00_saconfirmationautres2 %arg 1%"]
  216.             format slot 53 of player with wooden door named "&cRetour &f&l» &7Menu de Selection" to run [make player execute command "/sc %arg 1%"]
  217.  
  218.  
  219. command /00_saconfirmationautres2 [<offline player>]:
  220.     trigger:
  221.         if player has permission "MODERATOR":
  222.             if arg 1 is not set:
  223.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  224.             if arg 1 is set:
  225.                 open chest with 6 rows named "&cModération &f&l» &aConfirmation &f&l» &7&l%arg 1%" to player
  226.                 wait 3 ticks
  227.                 format slot 13 of player with stone named "&6Anti-Jeux: &fAutres" to be unstealable
  228.                 format slot 21 of player with cactus green named "&eConfirmation : &fAutres &a✔" to close then run [make player execute command "/00_scbananti %arg 1%"]
  229.                 format slot 23 of player with rose red named "&eAnnulation : &fRetour &c✖" to run [make player execute command "/00_sa %arg 1%"]
  230.                
  231. command /00_scbanautres2 [<offline player>]:
  232.     trigger:
  233.         if player has permission "MODERATOR":
  234.         if arg 1 is not set:  
  235.             send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  236.         if arg 1 is set:  
  237.             send "{@md} &7La sanction est en cour d'application..."
  238.             wait 20 ticks
  239.             make player execute command "/tempban %arg 1% Autres 1 days"
  240.             send "{@md} &7La sanction sur &c%arg 1% &7a été appliquer !"
  241.                
  242. command /00_saconfirmationanti [<offline player>]:
  243.     trigger:
  244.         if player has permission "MODERATOR":
  245.             if arg 1 is not set:
  246.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  247.             if arg 1 is set:
  248.                 open chest with 6 rows named "&cModération &f&l» &aConfirmation &f&l» &7&l%arg 1%" to player
  249.                 wait 3 ticks
  250.                 format slot 13 of player with flint and steel named "&6Anti-Jeux: &fAnti-Jeux" to be unstealable
  251.                 format slot 21 of player with cactus green named "&eConfirmation : &fAnti-Jeux &a✔" to close then run [make player execute command "/00_scbananti %arg 1%"]
  252.                 format slot 23 of player with rose red named "&eAnnulation : &fRetour &c✖" to run [make player execute command "/00_sa %arg 1%"]
  253.                
  254. command /00_scbananti [<offline player>]:
  255.     trigger:
  256.         if player has permission "MODERATOR":
  257.         if arg 1 is not set:  
  258.             send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  259.         if arg 1 is set:  
  260.             send "{@md} &7La sanction est en cour d'application..."
  261.             wait 20 ticks
  262.             make player execute command "/tempban %arg 1% Anti-Jeux 1 days"
  263.             send "{@md} &7La sanction sur &c%arg 1% &7a été appliquer !"
  264.            
  265. command /00_saconfirmationskin [<offline player>]:
  266.     trigger:
  267.         if player has permission "MODERATOR":
  268.             if arg 1 is not set:
  269.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  270.             if arg 1 is set:
  271.                 open chest with 6 rows named "&cModération &f&l» &aConfirmation &f&l» &7&l%arg 1%" to player
  272.                 wait 3 ticks
  273.                 format slot 13 of player with iron helmet named "&6Anti-Jeux: &fSkin Incorrect" to be unstealable
  274.                 format slot 21 of player with cactus green named "&eConfirmation : &fSkin Incorrect &a✔" to close then run [make player execute command "/00_scbanskin %arg 1%"]
  275.                 format slot 23 of player with rose red named "&eAnnulation : &fRetour &c✖" to run [make player execute command "/00_sa %arg 1%"]
  276.                
  277. command /00_scbanskin [<offline player>]:
  278.     trigger:
  279.         if player has permission "MODERATOR":
  280.         if arg 1 is not set:  
  281.             send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  282.         if arg 1 is set:  
  283.             send "{@md} &7La sanction est en cour d'application..."
  284.             wait 20 ticks
  285.             make player execute command "/tempban %arg 1% Skin Incorrect 2 hours"
  286.             send "{@md} &7La sanction sur &c%arg 1% &7a été appliquer !"
  287.            
  288. command /00_saconfirmationally [<offline player>]:
  289.     trigger:
  290.         if player has permission "MODERATOR":
  291.             if arg 1 is not set:
  292.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  293.             if arg 1 is set:
  294.                 open chest with 6 rows named "&cModération &f&l» &aConfirmation &f&l» &7&l%arg 1%" to player
  295.                 wait 3 ticks
  296.                 format slot 13 of player with leather tunic named "&6Anti-Jeux: &fAlliances" to be unstealable
  297.                 format slot 21 of player with cactus green named "&eConfirmation : &fAlliances &a✔" to close then run [make player execute command "/00_scbanally %arg 1%"]
  298.                 format slot 23 of player with rose red named "&eAnnulation : &fRetour &c✖" to run [make player execute command "/00_sa %arg 1%"]
  299.                
  300. command /00_scbanally [<offline player>]:
  301.     trigger:
  302.         if player has permission "MODERATOR":
  303.         if arg 1 is not set:  
  304.             send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  305.         if arg 1 is set:  
  306.             send "{@md} &7La sanction est en cour d'application..."
  307.             wait 20 ticks
  308.             make player execute command "/tempban %arg 1% Alliances 2 days"
  309.             send "{@md} &7La sanction sur &c%arg 1% &7a été appliquer !"
  310.            
  311. command /00_saconfirmationspawn [<offline player>]:
  312.     trigger:
  313.         if player has permission "MODERATOR":
  314.             if arg 1 is not set:
  315.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  316.             if arg 1 is set:
  317.                 open chest with 6 rows named "&cModération &f&l» &aConfirmation &f&l» &7&l%arg 1%" to player
  318.                 wait 3 ticks
  319.                 format slot 13 of player with bed named "&6Anti-Jeux: &fSpawn Trap / Kill" to be unstealable
  320.                 format slot 21 of player with cactus green named "&eConfirmation : &fSpawn Kill &a✔" to close then run [make player execute command "/00_scbanspawn %arg 1%"]
  321.                 format slot 23 of player with rose red named "&eAnnulation : &fRetour &c✖" to run [make player execute command "/00_sa %arg 1%"]
  322.                
  323. command /00_scbanspawn [<offline player>]:
  324.     trigger:
  325.         if player has permission "MODERATOR":
  326.         if arg 1 is not set:  
  327.             send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  328.         if arg 1 is set:  
  329.             send "{@md} &7La sanction est en cour d'application..."
  330.             wait 20 ticks
  331.             make player execute command "/tempban %arg 1% Spawn Kill 2 days"
  332.             send "{@md} &7La sanction sur &c%arg 1% &7a été appliquer !"
  333.            
  334. command /00_saconfirmationglitch [<offline player>]:
  335.     trigger:
  336.         if player has permission "MODERATOR":
  337.             if arg 1 is not set:
  338.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  339.             if arg 1 is set:
  340.                 open chest with 6 rows named "&cModération &f&l» &aConfirmation &f&l» &7&l%arg 1%" to player
  341.                 wait 3 ticks
  342.                 format slot 13 of player with stick named "&6Anti-Jeux: &fGlitch" to be unstealable
  343.                 format slot 21 of player with cactus green named "&eConfirmation : &fGlitch &a✔" to close then run [make player execute command "/00_scbanglitch %arg 1%"]
  344.                 format slot 23 of player with rose red named "&eAnnulation : &fRetour &c✖" to run [make player execute command "/00_sa %arg 1%"]
  345.                
  346. command /00_scbanglitch [<offline player>]:
  347.     trigger:
  348.         if player has permission "MODERATOR":
  349.         if arg 1 is not set:  
  350.             send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  351.         if arg 1 is set:  
  352.             send "{@md} &7La sanction est en cour d'application..."
  353.             wait 20 ticks
  354.             make player execute command "/tempban %arg 1% Glitch Abusif 1 days"
  355.             send "{@md} &7La sanction sur &c%arg 1% &7a été appliquer !"        
  356.            
  357.  
  358.        
  359.            
  360. command /sm [<offline player>]:
  361.     trigger:
  362.         if player has permission "HELPER":
  363.             if arg 1 is not set:
  364.                 send "&c&lErreur &f&l» &cVous n'avez pas séléctionnée de Joueur !"
  365.             if arg 1 is set:
  366.                 wait 3 ticks
  367.                 open chest with 6 rows named "&cModération &f&l» &eMessages &f&l» &7&l%arg 1%" to player
  368.                 wait 1 ticks
  369.                 format slot 13 of player with skull of arg-1 named "&6&l%arg 1%" with lore "&7Grade : %{g.%uuid of arg-1%}%||&7Mute : %arg 1%" to be unstealable
  370.                 format slot 21 of player with paper named "&eMessages: &fInsultes" with lore "&7Joueur qui insulte un autre Joueur||||&f&l» &7Cliquez pour sanctionner" to run [make player execute command "/00_smconfirmationinsultes %arg 1%"]
  371.                 format slot 22 of player with redstone block named "&eMessages: &fLiens / Pub" with lore "&7Joueur qui envoie un lien non autorisée||&7Ou pub son serveur||||&f&l» &7Cliquez pour sanctionner" to run [make player execute command "/00_smconfirmationliens %arg 1%"]
  372.                 format slot 23 of player with name tag named "&eMessages: &fPseudo Incorrect" with lore "&7Le Joueur possède un nom ||&7d'utilisateur non approprié||||&f&l» &7Cliquez pour sanctionner" to run [make player execute command "/00_smconfirmationpseudo %arg 1%"]
  373.                 format slot 30 of player with dropper named "&eMessages: &fProvocation" with lore "&7Le Joueur provoque d'autres Joueur||&7en se ventent ou autres||||&f&l» &7Cliquez pour sanctionner" to run [make player execute command "/00_smconfirmationprovoc %arg 1%"]
  374.                 format slot 31 of player with fishing rod named "&eMessages: &fMenace DDOS / Hack" with lore "&7Le Joueur menaces de||&7DDOS / Hack...||||&f&l» &7Cliquez pour sanctionner" to run [make player execute command "/00_smconfirmationmenaces %arg 1%"]
  375.                 format slot 32 of player with book named "&eMessages: &fContournement Chat" with lore "&7Le Joueur contourne le chat||&7en utilisant des mots||&7interdit||||&f&l» &7Cliquez pour sanctionner" to run [make player execute command "/00_smconfirmationcontourne %arg 1%"]
  376.                 format slot 40 of player with stone named "&eMessages: &fAutres" with lore "&7Autres sanction des messages" to run [make player execute command "/00_smconfirmationautres3 %arg 1%"]
  377.                 format slot 39 of player with wool named "&eMessages: &fRaçisme" with lore "&7Le Joueur insulte des raçes" to run [make player execute command "/00_smconfirmationracisme %arg 1%"]
  378.                 format slot 14 of player with repeater named "&e&lUnmute &a✔" with lore "&7Ajouter le droit de parler !" to close then run [make player execute command "/unmute %arg 1%"]
  379.                 format slot 41 of player with dispenser named "&eMessages: &fIdentité Personelle" with lore "&7Il dévoile une identité personelle" to run [make player execute command "/00_smconfirmationdevoil %arg 1%"]
  380.                
  381.                
  382. command /00_smconfirmationdevoil [<offline player>]:
  383.     trigger:
  384.         if player has permission "HELPER":
  385.             if arg 1 is not set:
  386.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  387.             if arg 1 is set:
  388.                 open chest with 6 rows named "&cModération &f&l» &aConfirmation &f&l» &7&l%arg 1%" to player
  389.                 wait 3 ticks
  390.                 format slot 13 of player with paper named "&eMessages : &fIndentité Personelle" to be unstealable
  391.                 format slot 21 of player with cactus green named "&eConfirmation : &Identité personelle &a✔" to close then run [make player execute command "/00_scbandevoil %arg 1%"]
  392.                 format slot 23 of player with rose red named "&eAnnulation : &fRetour &c✖" to run [make player execute command "/sm %arg 1%"]
  393.                
  394.                
  395. command /00_scbandevoil [<offline player>]:
  396.     trigger:
  397.         if player has permission "HELPER":
  398.             if arg 1 is not set:  
  399.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  400.             if arg 1 is set:  
  401.                 send "{@md} &7La sanction est en cour d'application..."
  402.                 wait 20 ticks
  403.                 make player execute command "/tempmute %arg 1% Devoilation d'identité 3 Hours"
  404.                 send "{@md} &7La sanction sur &c%arg 1% &7a été appliquer !"
  405.  
  406.  
  407.  
  408.  
  409.  
  410.                
  411. command /00_smconfirmationracisme [<offline player>]:
  412.     trigger:
  413.         if player has permission "HELPER":
  414.             if arg 1 is not set:
  415.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  416.             if arg 1 is set:
  417.                 open chest with 6 rows named "&cModération &f&l» &aConfirmation &f&l» &7&l%arg 1%" to player
  418.                 wait 3 ticks
  419.                 format slot 13 of player with paper named "&eMessages : &fRaçisme" to be unstealable
  420.                 format slot 21 of player with cactus green named "&eConfirmation : &fRaçisme &a✔" to close then run [make player execute command "/00_scbanracisme %arg 1%"]
  421.                 format slot 23 of player with rose red named "&eAnnulation : &fRetour &c✖" to run [make player execute command "/sm %arg 1%"]
  422.                
  423.                
  424. command /00_scbanracisme [<offline player>]:
  425.     trigger:
  426.         if player has permission "HELPER":
  427.             if arg 1 is not set:  
  428.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  429.             if arg 1 is set:  
  430.                 send "{@md} &7La sanction est en cour d'application..."
  431.                 wait 20 ticks
  432.                 make player execute command "/tempmute %arg 1% Raçisme 3 Hours"
  433.                 send "{@md} &7La sanction sur &c%arg 1% &7a été appliquer !"
  434.  
  435.                
  436. command /00_smconfirmationinsultes [<offline player>]:
  437.     trigger:
  438.         if player has permission "HELPER":
  439.             if arg 1 is not set:
  440.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  441.             if arg 1 is set:
  442.                 open chest with 6 rows named "&cModération &f&l» &aConfirmation &f&l» &7&l%arg 1%" to player
  443.                 wait 3 ticks
  444.                 format slot 13 of player with paper named "&eMessages : &fInsultes" to be unstealable
  445.                 format slot 21 of player with cactus green named "&eConfirmation : &fInsultes &a✔" to close then run [make player execute command "/00_scbaninsultes %arg 1%"]
  446.                 format slot 23 of player with rose red named "&eAnnulation : &fRetour &c✖" to run [make player execute command "/sm %arg 1%"]
  447.                
  448. command /00_scbaninsultes [<offline player>]:
  449.     trigger:
  450.         if player has permission "HELPER":
  451.             if arg 1 is not set:  
  452.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  453.             if arg 1 is set:  
  454.                 send "{@md} &7La sanction est en cour d'application..."
  455.                 wait 20 ticks
  456.                 make player execute command "/tempmute %arg 1% Insultes 10 minutes"
  457.                 send "{@md} &7La sanction sur &c%arg 1% &7a été appliquer !"
  458.  
  459. command /00_smconfirmationliens [<offline player>]:
  460.     trigger:
  461.         if player has permission "HELPER":
  462.             if arg 1 is not set:
  463.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  464.             if arg 1 is set:
  465.                 open chest with 6 rows named "&cModération &f&l» &aConfirmation &f&l» &7&l%arg 1%" to player
  466.                 wait 3 ticks
  467.                 format slot 13 of player with redstone block named "&eMessages : &fLiens / Publicité" to be unstealable
  468.                 format slot 21 of player with cactus green named "&eConfirmation : &fLiens / Publicité &a✔" to close then run [make player execute command "/00_scbanliens %arg 1%"]
  469.                 format slot 23 of player with rose red named "&eAnnulation : &fRetour &c✖" to run [make player execute command "/sm %arg 1%"]
  470.                
  471. command /00_scbanliens [<offline player>]:
  472.     trigger:
  473.         if player has permission "HELPER":
  474.             if arg 1 is not set:  
  475.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  476.             if arg 1 is set:  
  477.                 send "{@md} &7La sanction est en cour d'application..."
  478.                 wait 20 ticks
  479.                 make player execute command "/tempmute %arg 1% Liens / Publicité 10 Hours"
  480.                 send "{@md} &7La sanction sur &c%arg 1% &7a été appliquer !"    
  481.  
  482.  
  483. command /00_smconfirmationpseudo [<offline player>]:
  484.     trigger:
  485.         if player has permission "HELPER":
  486.             if arg 1 is not set:
  487.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  488.             if arg 1 is set:
  489.                 open chest with 6 rows named "&cModération &f&l» &aConfirmation &f&l» &7&l%arg 1%" to player
  490.                 wait 3 ticks
  491.                 format slot 13 of player with paper named "&eMessages : &fPseudo Incorrect" to be unstealable
  492.                 format slot 21 of player with cactus green named "&eConfirmation : &fPseudo Incorrect &a✔" to close then run [make player execute command "/00_scbanpseudo %arg 1%"]
  493.                 format slot 23 of player with rose red named "&eAnnulation : &fRetour &c✖" to run [make player execute command "/sm %arg 1%"]
  494.                
  495. command /00_scbanpseudo [<offline player>]:
  496.     trigger:
  497.         if player has permission "HELPER":
  498.             if arg 1 is not set:  
  499.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  500.             if arg 1 is set:  
  501.                 send "{@md} &7La sanction est en cour d'application..."
  502.                 wait 20 ticks
  503.                 make player execute command "/tempmute %arg 1% Pseudo Incorrect 10 hours"
  504.                 send "{@md} &7La sanction sur &c%arg 1% &7a été appliquer !"
  505.  
  506.  
  507. command /00_smconfirmationprovoc [<offline player>]:
  508.     trigger:
  509.         if player has permission "HELPER":
  510.             if arg 1 is not set:
  511.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  512.             if arg 1 is set:
  513.                 open chest with 6 rows named "&cModération &f&l» &aConfirmation &f&l» &7&l%arg 1%" to player
  514.                 wait 3 ticks
  515.                 format slot 13 of player with paper named "&eMessages : &fProvocation" to be unstealable
  516.                 format slot 21 of player with cactus green named "&eConfirmation : &fProvocation &a✔" to close then run [make player execute command "/00_scbanprovoc %arg 1%"]
  517.                 format slot 23 of player with rose red named "&eAnnulation : &fRetour &c✖" to run [make player execute command "/sm %arg 1%"]
  518.                
  519. command /00_scbanprovoc [<offline player>]:
  520.     trigger:
  521.         if player has permission "HELPER":
  522.             if arg 1 is not set:  
  523.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  524.             if arg 1 is set:  
  525.                 send "{@md} &7La sanction est en cour d'application..."
  526.                 wait 20 ticks
  527.                 make player execute command "/tempmute %arg 1% Provocation 15 minutes"
  528.                 send "{@md} &7La sanction sur &c%arg 1% &7a été appliquer !"        
  529.  
  530. command /00_smconfirmationmenaces [<offline player>]:
  531.     trigger:
  532.         if player has permission "HELPER":
  533.             if arg 1 is not set:
  534.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  535.             if arg 1 is set:
  536.                 open chest with 6 rows named "&cModération &f&l» &aConfirmation &f&l» &7&l%arg 1%" to player
  537.                 wait 3 ticks
  538.                 format slot 13 of player with paper named "&eMessages : &fMenaces DDOS / HACK" to be unstealable
  539.                 format slot 21 of player with cactus green named "&eConfirmation : &fMenace &a✔" to close then run [make player execute command "/00_scbanmenaces %arg 1%"]
  540.                 format slot 23 of player with rose red named "&eAnnulation : &fRetour &c✖" to run [make player execute command "/sm %arg 1%"]
  541.                
  542. command /00_scbanmenaces [<offline player>]:
  543.     trigger:
  544.         if player has permission "HELPER":
  545.             if arg 1 is not set:  
  546.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  547.             if arg 1 is set:  
  548.                 send "{@md} &7La sanction est en cour d'application..."
  549.                 wait 20 ticks
  550.                 make player execute command "/tempmute %arg 1% Menaces 2 hours"
  551.                 send "{@md} &7La sanction sur &c%arg 1% &7a été appliquer !"
  552.  
  553.  
  554. command /00_smconfirmationcontourne [<offline player>]:
  555.     trigger:
  556.         if player has permission "HELPER":
  557.             if arg 1 is not set:
  558.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  559.             if arg 1 is set:
  560.                 open chest with 6 rows named "&cModération &f&l» &aConfirmation &f&l» &7&l%arg 1%" to player
  561.                 wait 3 ticks
  562.                 format slot 13 of player with paper named "&eMessages : &fContournement Chat" to be unstealable
  563.                 format slot 21 of player with cactus green named "&eConfirmation : &fContournement Chat &a✔" to close then run [make player execute command "/00_scbancontournement %arg 1%"]
  564.                 format slot 23 of player with rose red named "&eAnnulation : &fRetour &c✖" to run [make player execute command "/sm %arg 1%"]
  565.                
  566. command /00_scbancontournement [<offline player>]:
  567.     trigger:
  568.         if player has permission "HELPER":
  569.             if arg 1 is not set:  
  570.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  571.             if arg 1 is set:  
  572.                 send "{@md} &7La sanction est en cour d'application..."
  573.                 wait 20 ticks
  574.                 make player execute command "/tempmute %arg 1% Contournement Chat 10 minutes"
  575.                 send "{@md} &7La sanction sur &c%arg 1% &7a été appliquer !"
  576.  
  577. command /00_smconfirmationautres3 [<offline player>]:
  578.     trigger:
  579.         if player has permission "HELPER":
  580.             if arg 1 is not set:
  581.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  582.             if arg 1 is set:
  583.                 open chest with 6 rows named "&cModération &f&l» &aConfirmation &f&l» &7&l%arg 1%" to player
  584.                 wait 3 ticks
  585.                 format slot 13 of player with paper named "&eMessages : &fAutres" to be unstealable
  586.                 format slot 21 of player with cactus green named "&eConfirmation : &fAutres &a✔" to close then run [make player execute command "/00_scbanAutres3 %arg 1%"]
  587.                 format slot 23 of player with rose red named "&eAnnulation : &fRetour &c✖" to run [make player execute command "/sm %arg 1%"]
  588.                
  589. command /00_scbanautres3 [<offline player>]:
  590.     trigger:
  591.         if player has permission "HELPER":
  592.             if arg 1 is not set:  
  593.                 send "{@md} &7Vous n'avez pas séléctionnée de Joueur !"
  594.             if arg 1 is set:  
  595.                 send "{@md} &7La sanction est en cour d'application..."
  596.                 wait 20 ticks
  597.                 make player execute command "/tempmute %arg 1% Autres 15 minutes"
  598.                 send "{@md} &7La sanction sur &c%arg 1% &7a été appliquer !"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement