Advertisement
blty

Untitled

Jan 18th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. command /punir [<player>]:
  2. permission: punir.mod
  3. permission message: &6&lPUDIMCRAFT&7 - Voce nao pode fazer isso.
  4. trigger:
  5. if arg 1 is not set:
  6. send "&6&lPUDIMCRAFT &7- Use /punir <jogador>"
  7. stop
  8. if arg 1 is set:
  9. open chest with 1 rows named "&4Punir %arg 1%" to player
  10. wait 5 tick
  11. format slot 0 of player with a water_bucket named "&b&lFLOOD" with lore "&7Kickar por flood." to close then run "kick %arg 1% @FLOOD"
  12. format slot 1 of player with a paper named "&e&lCAPS" with lore "&7Kickar por excesso de caps." to close then run "kick %arg 1% @CAPS"
  13. format slot 3 of player with a book_and_quill named "&f&lOUTRO" with lore "&7Outro motivo que nao foi especificado aqui ||&7porem voce deve usar esse kick com etica||&7e realment ter um motivo muito bom para||&7kickar essa pessoa." to close then run "kick %arg 1% Voce foi kickado por %player%"
  14. format slot 2 of player with a redstone named "&c&lOFENSA" with lore "&7Kickar por excesso de ofensas." to close then run "kick %arg 1% @OFENSA"
  15. format slot 4 of player with a purple_stained_glass_pane with name "&5[Mod&b+&5]" with lore "&7Aqui voce tem as funcoes de punicao||&7exclusivas para mod+ lembre-se||&7grandes poderes exigem grandes||&7responsabilidades o uso abusivo||&7e sem motivo dessas funcoes causar de voce||&7perder seu cargo, ou ate ser banido." to be unstealable
  16. format slot 5 of player with a barrier named "&4&lHACK" with lore "&7Banir por hack" to close then run "ban %arg 1% @HACK"
  17. format slot 7 of player with a diamond_ore named "&4&LXRAY" with lore "&7Banir por usar xray" to close then run "ban %arg 1% @XRAY"
  18. format slot 6 of player with a item_frame named "&8&lDESLOGOU EM PVP" with lore "&7Banir por deslogar em PVP" to close then run "ban %arg 1% @PVP"
  19. if player has permission "pudim.verificar2":
  20. format slot 8 of player with a eye_of_ender named "&5&lVERIFICAR XRAY" with lore "&7Uso indevido dessa funcao pode||&7causar punicoes a voce." to close then run "sudo %player% verificar %arg 1%"
  21. if inventory name of player's current inventory is "&4Punir %arg 1%":
  22. cancel event
  23.  
  24.  
  25.  
  26. command /verificar <player>:
  27. permission: verificar.mod
  28. permission message: &6&lPUDIMCRAFT&7 - Voce nao pode fazer isso.
  29. trigger:
  30. set {homes.%player%.location} to location of player
  31. execute console command "tp %player% %arg 1%"
  32. execute console command "vanish %player%"
  33. execute console command "gamemode 3 %player%"
  34. execute console command "tb msg %player% &c&lVerificando &f&l%arg 1%"
  35. execute console command "stb msg %player% &7Voltando em &e10&7 segundos."
  36. wait 200 ticks
  37. teleport player to {homes.%player%.location}
  38. execute console command "gamemode 0 %player%"
  39. execute console command "vanish %player%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement