Advertisement
Guest User

Untitled

a guest
Jun 14th, 2011
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. <configuration plugin="metabans">
  2. <settings name="metabans_account">
  3. <!-- To use this plugin you need to register at http://metabans.com
  4. and report below your Metabans username and API key -->
  5. <set name="username">lostom</set>
  6. <set name="api_key">3a857f79e9359ffc4censored</set>
  7. <!-- When you report player sightings to Metabans.com, you can
  8. associate them to a group. This is usually used to identify the
  9. game server the player was seen on if you have many -->
  10. <set name="group_name"></set>
  11. </settings>
  12. <settings name="commands">
  13. <!-- !metabanssync - send all bans found in B3 database to metabans.com -->
  14. <set name="metabanssync">100</set>
  15. <!-- !metabanscheck <player> - display Metabans info for player -->
  16. <set name="metabanscheck-mbc">20</set>
  17. <!-- !metabanswatch <player> [<reason>] - mark a player as watched -->
  18. <set name="metabanswatch-mbw">20</set>
  19. <!-- !metabansprotect <player> [<reason>] - mark a player as protected -->
  20. <set name="metabansprotect-mbp">20</set>
  21. <!-- !metabansclear <player> [<reason>] - clear any Metabans mark on the player -->
  22. <set name="metabansclear-mbclr">20</set>
  23. </settings>
  24. <settings name="preferences">
  25. <!-- message_type defines how you want the ban message to be
  26. displayed on your game server :
  27. none : won't be displayed
  28. normal : normal chat message
  29. big : more noticeable message
  30. -->
  31. <set name="message_type">big</set>
  32. </settings>
  33. <settings name="messages">
  34. <!-- You can use the following keywords in your messages :
  35. $clientname
  36. $clientguid
  37. $reason
  38. -->
  39. <!-- ban_message will be displayed to all players when a player is found on
  40. Metabans.com banlist -->
  41. <set name="ban_message">METABANS $clientname ($clientguid) $reason</set>
  42. </settings>
  43. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement