Satoru7135

Untitled

May 27th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. # Skript AntiViewPlugins pour Douzi_ #
  2.  
  3. #====================[ Configuration ]====================#
  4. options:
  5. antiplmsg: &cTu n'as pas accès a cette commande ! # Message envoyer si le joueur fait /pl /plugin /plugins /bukkit:pl ect...
  6.  
  7. #====================[ Le Skript ]====================#
  8. command /pl:
  9. trigger:
  10. message "権限がありません"
  11.  
  12. command /plugin:
  13. trigger:
  14. message "権限がありません"
  15.  
  16. command /plugins:
  17. trigger:
  18. message "権限がありません"
  19.  
  20. command /bukkit:pl:
  21. trigger:
  22. message "権限がありません"
  23.  
  24. command /bukkit:plugin:
  25. trigger:
  26. message "権限がありません"
  27.  
  28. command /bukkit:plugins:
  29. trigger:
  30. message "権限がありません"
  31.  
  32. command /?:
  33. trigger:
  34. message "権限がありません"
  35.  
  36. command /help:?:
  37. trigger:
  38. message "権限がありません"
  39.  
  40. command /bukkit:?:
  41. trigger:
  42. message "権限がありません"
  43. command /about:
  44. trigger:
  45. message "権限がありません"
Add Comment
Please, Sign In to add comment