Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. # BungeeAdminTools - comment configuration file
  2.  
  3. enabled: true
  4. commands:
  5. warn: true
  6. clearcomment: true
  7. comment: true
  8. # Triggers list
  9. # Trigger name:
  10. # pattern: reason which must be provided to trigger this
  11. # commands: list of commands that should be executed when it triggers, you can use {player} variable
  12. # triggerNumber: the number at which this triggers
  13. triggers:
  14. example:
  15. triggerNumber: 3
  16. pattern:
  17. - ''
  18. commands:
  19. - 'alert {player} sparks a trigger. Reason: {reason}'
  20. - gtempmute {player} 30m
  21. # Interval in seconds between two comments on the same player
  22. cooldown: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement