Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. # +----------------------------------------------------+
  2. # < >>[Anti-ForceField]<< >
  3. # < ><>> Created by Heirteir <<>< >
  4. # < >> Version 1.3.5 << >
  5. # +----------------------------------------------------+
  6.  
  7. # This updater pings curse.com for the latest releases
  8. # of the plugin if you don''t want to get latest
  9. # releases automatically set this to false
  10. updater: false
  11.  
  12. # tell you if there is an update or not.
  13. inform-update: true
  14.  
  15. # Message sent when someone is cheating.
  16. REPORT_MESSAGE: '&f%player% &cwas kicked for hacking.'
  17.  
  18. # Whether or not to block safety mode
  19. # safety mode is an option in hacked
  20. # clients to make users only hit in FOV
  21. # This is experimental so disable if
  22. # you see any strange behaviour.
  23. BLOCK_SAFETY: false
  24.  
  25. # Timers for npc spawning and player cooldowns.
  26. # All of the following values are in ticks.
  27. # How often an npc will spawn on a player.
  28. playercooldown: 80
  29.  
  30. # How long the npc will be alive.
  31. npclife: 8
  32.  
  33. # How often to spawn the npc.
  34. spawnrate: 20
  35.  
  36. # The name for the NPC make it difficult.
  37. # DON''T MAKE IT THE NAME OF A PLAYER!
  38. npcname: 10lI10IllI
  39.  
  40. # How long to keep a player in the combat list. (in seconds)
  41. combattime: 12
  42.  
  43. # Whether or not to kill the player
  44. killplayer: true
  45.  
  46. # Whether or not to send a player was kicked for
  47. # hacking to the whole server or
  48. # to just staff. Options [STAFF, ALL, NONE]
  49. report: STAFF
  50.  
  51. # Commands to be executed on the player when caught hacking
  52. # Example
  53. # commands:
  54. # - /kick %player% Hacking
  55. # - /ban %player% Hacking
  56. # - /eco take %player% 10000
  57. commands:
  58. - /kick %player% Hacked Client - This is your only chance
  59.  
  60. # Amount of times caught before a new action takes place.
  61. # [-1 for infinite chances]
  62. chances: 2
  63.  
  64. # Commands to execute when out of chances.
  65. outofchances:
  66. - /ban %player% Hacked Client - This is an auto-ban
  67. # Whether or not to generate a list of suspected cheaters.
  68. # Must be set to true if your using chances system!
  69. generatelog: true
  70.  
  71. # The config version your on (Changing will reload config).
  72. version-dontchange: 1.3.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement