Advertisement
Guest User

Untitled

a guest
Jan 15th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. Code (Text):
  2. ########################################################
  3. # iShield | Anti-Cheat #
  4. # Plugin by Faiden #
  5. ########################################################
  6.  
  7. General:
  8. Prefix: '&7[&ciShield&7]'
  9. PrefixStaff: '&2[iShieldLog]'
  10. ReportPrefix: '&7[&cReport&7]'
  11. SpamPrefix: '&7[&eSpam&7]'
  12. FloodPrefix: '&7[&eFlood&7]'
  13.  
  14. OpPlayerCanBeBan: false
  15.  
  16. #You can enable or disable the AutoBan.
  17. AutoBan: false
  18. MaxAlertsForBan: 3
  19.  
  20. #Change permission for reload the plugin with command.
  21. CommandPermission: ishield.reload
  22.  
  23. #You can now disable or enable the Report command.
  24. CommandForRepport: true
  25.  
  26. #YouCan Use: %player% -> Get Player AND %reason% -> Get Reason (Example: 'ban %player% %reason%')
  27. BanCommand: 'ban %player% %reason%'
  28.  
  29. #Alert Permission is: ishield.alert
  30. AlertStaff: true
  31.  
  32. #[Anti-Flood] Time between two messages in the chat. TIME IN SECONDS.
  33. TimeFlood: 3
  34.  
  35. BanMessage: '%prefix% &e%player% &7was banned for: &c%cheatreason%'
  36. AlertMessage: '%prefixstaff% &e%player% &7seems to use: &3%cheatreason%'
  37. ReportMessage: '%prefixreport% &c%player% &7was report for: &3%cheatreason%'
  38.  
  39. ChatProtection:
  40. KickForSpam: true
  41. KickForFlood: true
  42. SpamByPassPermission: ishield.canspam
  43. FloodByPassPermission: ishield.canflood
  44. NoSpamMessage: '%spamprefix% &cPlease do not send the same message twice.'
  45. NoFloodMessage: '%floodprefix% &cWait to send another message..'
  46.  
  47. Report:
  48. CommandHelp: '&a/report <player> &8- &eReport a Player for cheating'
  49. CantReport: '%prefixreport% &cYou can not report this player!'
  50. StartReport: '%prefixreport% &bStart to report: %playerreport%'
  51. MenuName: 'Report'
  52. ItemCancelReport: '&cCancel report'
  53. MessageCancelReport: '%prefixreport% &cYou have cancelled the report!'
  54. ReportPlayer: '%prefixreport% &7You have report: &3%playerreport%'
  55.  
  56. #Configuring cheats one by one.
  57. CheatsConfiguring:
  58. Flying:
  59. AllowAlerts: true
  60. AllowBan: true
  61. NoFall:
  62. AllowAlerts: true
  63. AllowBan: true
  64. AntiKnockBack:
  65. AllowAlerts: true
  66. AllowBan: true
  67. SpeedHack:
  68. AllowAlerts: true
  69. AllowBan: true
  70. FastBow:
  71. AllowAlerts: true
  72. AllowBan: true
  73. WaterWalk:
  74. AllowAlerts: true
  75. AllowBan: true
  76. Glide:
  77. AllowAlerts: true
  78. AllowBan: true
  79. ForceField:
  80. AllowAlerts: true
  81. AllowBan: true
  82. KillAura:
  83. AllowAlerts: true
  84. AllowBan: true
  85. Blink:
  86. AllowAlerts: true
  87. AllowBan: true
  88.  
  89. ########################################################
  90. # iShield | Anti-Cheat #
  91. ########################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement