okkunsyouta

Untitled

Feb 8th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. Options:
  2. Kickmessage: &cあなたが実行したコマンドはこのサーバーで規制されています
  3.  
  4.  
  5. on command "/pl":
  6. if player doesn't have permission "Plugin.Guard":
  7. cancel event
  8. wait 1 tick
  9. execute console command "/kick %player% {@Kickmessage}"
  10.  
  11. on command "/plugins":
  12. if player doesn't have permission "Plugin.Guard":
  13. cancel event
  14. wait 1 tick
  15. execute console command "/kick %player% {@Kickmessage}"
  16.  
  17. on command "/?":
  18. if player doesn't have permission "Plugin.Guard":
  19. cancel event
  20. wait 1 tick
  21. execute console command "/kick %player% {@Kickmessage}"
  22.  
  23. on command "/help":
  24. if player doesn't have permission "Plugin.Guard":
  25. cancel event
  26. wait 1 tick
  27. execute console command "/kick %player% {@Kickmessage}"
  28.  
  29. on command "/bukkit:?":
  30. if player doesn't have permission "Plugin.Guard":
  31. cancel event
  32. wait 1 tick
  33. execute console command "/kick %player% {@Kickmessage}"
  34.  
  35. on command "/bukkit:pl":
  36. if player doesn't have permission "Plugin.Guard":
  37. cancel event
  38. wait 1 tick
  39. execute console command "/kick %player% {@Kickmessage}"
Advertisement
Add Comment
Please, Sign In to add comment