Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # +----------------------------------------------------+
- # < >>[Anti-ForceField]<< >
- # < ><>> Created by Heirteir <<>< >
- # < >> Version 1.3.5 << >
- # +----------------------------------------------------+
- # This updater pings curse.com for the latest releases
- # of the plugin if you don''t want to get latest
- # releases automatically set this to false
- updater: false
- # tell you if there is an update or not.
- inform-update: true
- # Message sent when someone is cheating.
- REPORT_MESSAGE: '&f%player% &cwas kicked for hacking.'
- # Whether or not to block safety mode
- # safety mode is an option in hacked
- # clients to make users only hit in FOV
- # This is experimental so disable if
- # you see any strange behaviour.
- BLOCK_SAFETY: false
- # Timers for npc spawning and player cooldowns.
- # All of the following values are in ticks.
- # How often an npc will spawn on a player.
- playercooldown: 80
- # How long the npc will be alive.
- npclife: 8
- # How often to spawn the npc.
- spawnrate: 20
- # The name for the NPC make it difficult.
- # DON''T MAKE IT THE NAME OF A PLAYER!
- npcname: 10lI10IllI
- # How long to keep a player in the combat list. (in seconds)
- combattime: 12
- # Whether or not to kill the player
- killplayer: true
- # Whether or not to send a player was kicked for
- # hacking to the whole server or
- # to just staff. Options [STAFF, ALL, NONE]
- report: STAFF
- # Commands to be executed on the player when caught hacking
- # Example
- # commands:
- # - /kick %player% Hacking
- # - /ban %player% Hacking
- # - /eco take %player% 10000
- commands:
- - /kick %player% Hacked Client - This is your only chance
- # Amount of times caught before a new action takes place.
- # [-1 for infinite chances]
- chances: 2
- # Commands to execute when out of chances.
- outofchances:
- - /ban %player% Hacked Client - This is an auto-ban
- # Whether or not to generate a list of suspected cheaters.
- # Must be set to true if your using chances system!
- generatelog: true
- # The config version your on (Changing will reload config).
- version-dontchange: 1.3.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement