Guest User

GodsEye Build 27 BETA default configuration

a guest
Mar 2nd, 2020
1,307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. #=+= GodsEye Configuration =+=
  2. # Placeholders: / note PlaceHolderAPI is also supported /
  3. # %player% - player's name
  4. # %guiplayer% - the name of the player related to gui actions
  5. # %hack% - hack name
  6. # %world% - the world that player is at
  7.  
  8. prefix: '&6GodsEye >> &7'
  9.  
  10. Punishment settings:
  11. # Amount of kicks before ban
  12. Kicks: 2
  13. # Kicking command
  14. Kick command: 'kick %player% &7You have been kicked for hacking : &4GODSEYE CHEAT DETECTION'
  15. # Banning command
  16. Ban command: 'ban %player% &7You have been banned for hacking : &4GODSEYE CHEAT DETECTION'
  17. # Ban waves
  18. BanWave:
  19. # Enable/Disable ban waves
  20. Banwaves: Disabled
  21. # How much time between ban waves, in hours
  22. Banwave timer: 24
  23. # Ban effects
  24. BanEffects:
  25. # Enable/Disable ban effects
  26. Ban effects: Enabled
  27. # Choose ban effect
  28. # 1 - Guardians can see everything
  29. # 2 - The lightning of the gods
  30. # 3 - Sword fall
  31. Ban effect index: 2
  32.  
  33. NPC Check:
  34. seconds: 20
  35. # Results of hitting above max hits:
  36. # 1 - kick player
  37. # 2 - ban player
  38. # 3 - report to staff
  39. Result: 3
  40. # The number of hits that will result in punishment
  41. Max hits: 35
  42.  
  43. # here you can change the commands and settings of the gui
  44. # Console_executor will execute the command from the console
  45. # Player_executor will execute the command as if the player have executed the command
  46. Gui settings:
  47. Profile:
  48. Teleport:
  49. Console_executor:
  50. - tp %player% %guiplayer%
  51. Player_executor:
  52.  
  53.  
  54. Messages:
  55. Ban Broadcast: '&9&l%player% &7has been &c&lbanned&7 for hacking, I can see everything!'
  56. Kick Broadcast: '&9&l%player% &7has been &c&lkicked&7 for hacking, I can see everything!'
  57. # This message will not be affected by prefix and the hack name color is changing according
  58. # to the violations count
  59. Alert Message: '&b&ke&r &c&lGodsEye > &6%player% &eis suspected for&r %hack%'
  60. No permissions message: '&7You dont have permission to use this command.'
  61.  
  62.  
  63. AC settings:
  64. # will improve InventoryActions check if enabled
  65. Use InventoryOpenAchievement: true
  66. # will spoof the health of players to prevent damage indicators (only for 1.8.X servers)
  67. HealthSpoofer: true
  68. # Aggressive TPS Protection, makes GodsEye stop checking players at all when TPS is very low
  69. # This setting will not affect normal TPS protection, its just another layer of protection
  70. Aggressive TPS Protection: Enabled
Advertisement
Add Comment
Please, Sign In to add comment