Advertisement
_Sebastian_

MBAC x_server config

Jan 6th, 2018
3,143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. #MBAC begin
  2. # reusing class limit commands to set parameters
  3.  
  4. limit_grenadier <value> #advanced logging
  5. limit_skirmisher <value> #player join message
  6. # 102 = disable, 103 = enable
  7.  
  8. # determines what type of message should be issued when the specific condition occours
  9. limit_rifle <value> #hack warnings
  10. limit_cavalry <value> #hack consequence
  11. # 101 = server log only
  12. # 102 = broadcast to all players
  13. # 103 = broadcast admins only
  14.  
  15. # determines what hacks should be detected
  16. limit_lancer <value> #unblockable
  17. limit_hussar <value> #autoblock
  18. limit_dragoon <value> #aimbot
  19. # 102 = disable, 103 = enable
  20.  
  21. # determines the consequence per hack
  22. limit_cuirassier <value> #unblockable
  23. limit_heavycav <value> #autoblock
  24. limit_artillery <value> #aimbot
  25. # 101 = message only
  26. # 102 = perma ban
  27. # 103 = temp ban
  28. # 104 = kick
  29. #MBAC end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement