Advertisement
Guest User

Untitled

a guest
Feb 27th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. command /menu:
  2.     trigger:
  3.         open chest with 3 rows named "&3Menu interractif" to player
  4.         wait 2 tick
  5.         format slot 11 of player with bow named "⚔ &cRush &8(clique gauche)" with lore " ||&c(&c&lEN BETA&c) &f• &8Développeur -> ZeyKau|| ||&f• Vous êtes sur une base avec d'autres &fjoueurs,||&fstuffé vous et &fattaqué d'autres bases !||&fLa dernière équipe encore en vie gagne||&fla partie !|| ||📌 &7VERSION 1.0 📌|| ||&8Si vous rencontrer des bugs veuillez venir sur||▪ &8le discord -> https://discord.gg/ta4Z9dj ▪" to be unstealable
  6.         format slot 13 of player with iron sword named "🏹 &3Practice &8(clique gauche)" with lore " ||&c(&c&lEN BETA&c) &f• &8Développeur -> ZeyKau|| ||&f• Vous êtes dans une arène face à un joueur||&fle but est de tué le joueur d'en face et||&fgagné la partie !|| ||📌 &7VERSION 1.0 📌|| ||&8Si vous rencontrer des bugs veuillez venir sur||▪ &8le discord -> https://discord.gg/ta4Z9dj ▪" to be unstealable
  7.         format slot 15 of player with ender pearl named "💎 &bFortnite &8(clique gauche)" with lore " ||&c(&c&lEN ALPHA&c) &f• &8Développeur -> ZeyKau|| ||&f• Vous êtes parachuté avec d'autres joueurs||&fstuffé vous et &fattaqué d'autres joueurs !||&fLa dernière équipe encore en vie gagne et fait un TOP 1||&fla partie !|| ||📌 &7VERSION 1.0 📌|| ||&8Si vous rencontrer des bugs veuillez venir sur||▪ &8le discord -> https://discord.gg/ta4Z9dj ▪" to be unstealable
  8.         format slot 0 of player with blue stained glass pane named " " to be unstealable
  9.         format slot 1 of player with blue stained glass pane named " " to be unstealable
  10.         format slot 2 of player with blue stained glass pane named " " to be unstealable
  11.         format slot 3 of player with blue stained glass pane named " " to be unstealable
  12.         format slot 4 of player with blue stained glass pane named " " to be unstealable
  13.         format slot 5 of player with blue stained glass pane named " " to be unstealable
  14.         format slot 6 of player with blue stained glass pane named " " to be unstealable
  15.         format slot 7 of player with blue stained glass pane named " " to be unstealable
  16.         format slot 8 of player with blue stained glass pane named " " to be unstealable
  17.         format slot 9 of player with blue stained glass pane named " " to be unstealable
  18.         format slot 10 of player with cyan stained glass pane named " " to be unstealable
  19.         format slot 12 of player with cyan stained glass pane named " " to be unstealable
  20.         format slot 14 of player with cyan stained glass pane named " " to be unstealable
  21.         format slot 16 of player with cyan stained glass pane named " " to be unstealable
  22.         format slot 17 of player with blue stained glass pane named " " to be unstealable
  23.         format slot 18 of player with blue stained glass pane named " " to be unstealable
  24.         format slot 19 of player with blue stained glass pane named " " to be unstealable
  25.         format slot 20 of player with blue stained glass pane named " " to be unstealable
  26.         format slot 21 of player with blue stained glass pane named " " to be unstealable
  27.         format slot 22 of player with blue stained glass pane named " " to be unstealable
  28.         format slot 23 of player with blue stained glass pane named " " to be unstealable
  29.         format slot 24 of player with blue stained glass pane named " " to be unstealable
  30.         format slot 25 of player with blue stained glass pane named " " to be unstealable
  31.         format slot 26 of player with blue stained glass pane named " " to be unstealable
  32.  
  33.  
  34. on break:
  35.     cancel event
  36.  
  37. on build:
  38.     cancel event
  39.  
  40. on rightclick with nether star:
  41.     name of tool is "⚔ &bMenu Principal &7(clique droit pour ouvrir) ⚔"
  42.     make player execute command "/menu"
  43.  
  44. on rightclick with golden ingot:
  45.     name of tool is "💰 &bBoutique &7(clique droit pour ouvrir) 💰"
  46.     make player execute command "/boutique"
  47.  
  48. command /boutique:
  49.     aliases: /shop
  50.     trigger:
  51.         open chest with 3 rows named "&eBOUTIQUE" to player
  52.         wait 1 ticks
  53.         format slot 0 of player with blue stained glass pane named " " to be unstealable
  54.         format slot 4 of player with blue stained glass pane named " " to be unstealable
  55.         format slot 13 of player with emerald named "&bGrade" with lore "&fClique ici pour voir||&fles grades de la boutique|| ||&a> &fClique gauche pour ouvrir !|| " to run [make player execute command "/boutiquegrade"]
  56.         format slot 1 of player with blue stained glass pane named " " to be unstealable
  57.         format slot 2 of player with blue stained glass pane named " " to be unstealable
  58.         format slot 3 of player with blue stained glass pane named " " to be unstealable
  59.         format slot 5 of player with blue stained glass pane named " " to be unstealable
  60.         format slot 6 of player with blue stained glass pane named " " to be unstealable
  61.         format slot 7 of player with blue stained glass pane named " " to be unstealable
  62.         format slot 8 of player with blue stained glass pane named " " to be unstealable
  63.         format slot 9 of player with blue stained glass pane named " " to be unstealable
  64.         format slot 17 of player with blue stained glass pane named " " to be unstealable
  65.         format slot 18 of player with blue stained glass pane named " " to be unstealable
  66.         format slot 19 of player with blue stained glass pane named " " to be unstealable
  67.         format slot 20 of player with blue stained glass pane named " " to be unstealable
  68.         format slot 21 of player with blue stained glass pane named " " to be unstealable
  69.         format slot 23 of player with blue stained glass pane named " " to be unstealable
  70.         format slot 24 of player with blue stained glass pane named " " to be unstealable
  71.         format slot 25 of player with blue stained glass pane named " " to be unstealable
  72.         format slot 26 of player with blue stained glass pane named " " to be unstealable
  73.         format slot 22 of player with redstone named "&cQuitter" to close
  74.  
  75. command /boutiquegrade:
  76.     trigger:
  77.         open chest with 3 rows named "&eBOUTIQUE &8-> &eGrade" to player
  78.         wait 1 tick
  79.         format slot 0 of player with blue stained glass pane named " " to be unstealable
  80.         format slot 4 of player with blue stained glass pane named " " to be unstealable
  81.         format slot 1 of player with blue stained glass pane named " " to be unstealable
  82.         format slot 2 of player with blue stained glass pane named " " to be unstealable
  83.         format slot 3 of player with blue stained glass pane named " " to be unstealable
  84.         format slot 5 of player with blue stained glass pane named " " to be unstealable
  85.         format slot 6 of player with blue stained glass pane named " " to be unstealable
  86.         format slot 7 of player with blue stained glass pane named " " to be unstealable
  87.         format slot 8 of player with blue stained glass pane named " " to be unstealable
  88.         format slot 9 of player with blue stained glass pane named " " to be unstealable
  89.         format slot 17 of player with blue stained glass pane named " " to be unstealable
  90.         format slot 18 of player with blue stained glass pane named " " to be unstealable
  91.         format slot 19 of player with blue stained glass pane named " " to be unstealable
  92.         format slot 20 of player with blue stained glass pane named " " to be unstealable
  93.         format slot 21 of player with blue stained glass pane named " " to be unstealable
  94.         format slot 23 of player with blue stained glass pane named " " to be unstealable
  95.         format slot 24 of player with blue stained glass pane named " " to be unstealable
  96.         format slot 25 of player with blue stained glass pane named " " to be unstealable
  97.         format slot 26 of player with blue stained glass pane named " " to be unstealable
  98.         format slot 11 of player with iron ingot named "&9Mini-VIP &f(à &avie&f)" with lore " ||&9• &fPseudo en bleu foncé||    &9Mini-VIP &9%player%||&9• &fAnnonce de connexion||&9• &f1 booster à l'achat !||&9• &fBooster de coins &71x|| ||&a> &7Prix &8-> &7500 coins / 2.50 €" to run [make player execute command "/shopconfirmmini-vip"]
  99.         format slot 13 of player with gold ingot named "&eVIP &f(à &avie&f)" with lore " ||&e• &fPseudo en jaune||    &eVIP %player%||&e• &fAnnonce de connexion||&e• &f1 booster à l'achat !||&e• &fFile d'attente prioritaire||&e• &fAccès au jeux en avance||&e• &fBooster de coins &72x|| ||&a> &7Prix &8-> &71500 coins / 7.50 €" to run [make player execute command "/shopconfirmvip"]
  100.         format slot 15 of player with emerald named "&aSentinel &f(à &avie&f)" with lore " ||&a• &fPseudo en bleu vert||    &aSentinel %player%||&a• &fAnnonce de connexion||&a• &f3 booster à l'achat !||&a• &fFile d'attente prioritaire||&a• &fAccès au jeux en avance||&a• &fAccès à la whitelist||&a• &fAccès à la command &7/nick||&a• &fBooster de coins &73x|| ||&a> &7Prix &8-> &715 €" to run [make player execute command "/shopconfirmsentinel"]
  101.         format slot 22 of player with redstone named "&cRetour" to run [make player execute command "/boutique"]
  102.  
  103. command /shopconfirmmini-vip:
  104.     trigger:
  105.         open chest with 3 rows named "&9Confirmation Mini-VIP" to player
  106.         wait 1 tick
  107.         format slot 4 of player with player's skull named "&9Mini-VIP" with lore " ||&9• &fPseudo en bleu foncé||    &9Mini-VIP &9%player%||&9• &fAnnonce de connexion||&9• &f1 booster à l'achat !||&9&fBooster de coins &71x|| ||&a> &7Prix &8-> &7500 coins / 2.50" to be unstealable
  108.         format slot 12 of player with slimeball named "&aJ'achète le grade !" with lore " ||&a> &fClique ici pour acheter le grade !|| " to close
  109.         format slot 14 of player with redstone named "&cRetour" to run [make player execute command "/boutiquegrade"]
  110.  
  111. command /shopconfirmvip:
  112.     trigger:
  113.         open chest with 3 rows named "&eConfirmation VIP" to player
  114.         wait 1 tick
  115.         format slot 4 of player with player's skull named "&eVIP" with lore " ||&e• &fPseudo en jaune||    &eVIP %player%||&e• &fAnnonce de connexion||&e• &f1 booster à l'achat !||&e• &fFile d'attente prioritaire||&e• &fAccès au jeux en avance||&e• &fBooster de coins &72x|| ||&a> &7Prix &8-> &71500 coins / 7.50 €" to be unstealable
  116.         format slot 12 of player with slimeball named "&aJ'achète le grade !" with lore " ||&a> &fClique ici pour acheter le grade !|| " to close
  117.         format slot 14 of player with redstone named "&cRetour" to run [make player execute command "/boutiquegrade"]
  118.  
  119. command /shopconfirmsentinel:
  120.     trigger:
  121.         open chest with 3 rows named "&aConfirmation Sentinel" to player
  122.         wait 1 tick
  123.         format slot 4 of player with player's skull named "&aSentinel" with lore " ||&a• &fPseudo en bleu vert||    &aSentinel %player%||&a• &fAnnonce de connexion||&a• &f3 booster à l'achat !||&a• &fFile d'attente prioritaire||&a• &fAccès au jeux en avance||&a• &fAccès à la whitelist||&a• &fAccès à la command &7/nick||&a• &fBooster de coins &73x|| ||&a> &7Prix &8-> &715 €" to be unstealable
  124.         format slot 12 of player with slimeball named "&aJ'achète le grade !" with lore " ||&a> &fClique ici pour acheter le grade !|| " to close
  125.         format slot 14 of player with redstone named "&cRetour" to run [make player execute command "/boutiquegrade"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement