Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. command /item enviar [<player>]:
  2. trigger:
  3. open chest with 3 rows named "&7✤ &e&lConfirmação &7✤" to player
  4. format slot 12 of player with green glass pane named "&7✣ &aCONFIRMAR &7✣" with lore "||&7➥ &aDeseja Confirmar o Envio?||&7➥ &c⚠ &4Cuidado! Uma vez enviado||&4Não poderá pegar o item||&4Novamente." to run [execute player command "foxloretorafa enviar %{ultimoenviou.%player%}%"]
  5. format slot 14 of player with red glass pane named "&7✣ &cRECUSAR &7✣" with lore "||&7➥ &cDeseja Recusar o Envio?||&7➥ &cClique para Recusar o envio!" to run [execute player command "correio"]
  6. format slot 13 of player with player's skull named "&7✣ &bATENÇÃO &7✣" with lore "||&7➥ &cUma vez enviado você não poderá||&7➥ &cPegar o item novamente." to run [execute player command "correio"]
  7. if player's tool is not AIR:
  8. else:
  9. send "&cVocê precisa segurar um item"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement