Advertisement
Guest User

Lobby Config

a guest
Dec 1st, 2017
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.82 KB | None | 0 0
  1. ###################################################################
  2. # #
  3. # Negativity #
  4. # AntiCheat by Elikill58 #
  5. # #
  6. # If you have a problem or a suggestion, #
  7. # You can contact me on: #
  8. # - Discord: @Elikill58#0743 #
  9. # - my Discord server: https://discord.gg/KHRVTX2 #
  10. # - Mail: arpetzouille@gmail.com #
  11. # - SpigotMC: Elikill58 #
  12. # - Minecraft.fr: Elikill #
  13. # #
  14. ###################################################################
  15.  
  16. log_alerts: true
  17.  
  18. #
  19. # Configuration about the permissions (basic and custom)
  20. #
  21. Permissions:
  22. defaultActive: true
  23. customActive: false
  24. #
  25. # Only if it's an integer.
  26. # It's if your rank system work with power.
  27. # For example: If a player have 50, and you write 40, he would can use it
  28. #
  29. canBeHigher: false
  30. localDatabase:
  31. # To get the information. We use the player uuid to get the information.
  32. # We get only what you write. We never add or remove something.
  33. # We don't save your private information about your database
  34. url: "127.0.0.1/myDb"
  35. user: root
  36. password: "myPassword"
  37. table_perm: "myTable"
  38. table_lang: "myTable"
  39. column_perm: "rank"
  40. column_lang: "lang"
  41. saveInCache: false # To do less request to your database
  42.  
  43. # Use "," to split all possibilites of custom permission
  44. showAlert:
  45. default: "negativity.alert"
  46. custom: "MOD,ADMIN"
  47. verif:
  48. default: "negativity.verif"
  49. custom: "MOD,ADMIN"
  50. mod:
  51. default: "negativity.mod"
  52. custom: "MOD,ADMIN"
  53. manageCheat:
  54. default: "negativity.managecheat"
  55. custom: "MOD,ADMIN"
  56. report_wait:
  57. default: "negativity.reportwait"
  58. custom: ""
  59. bypass:
  60. all:
  61. default: "negativity.bypass.all"
  62. custom: ""
  63. forcefield:
  64. default: "negativity.bypass.forcefield"
  65. custom: "ADMIN"
  66. fastplace:
  67. default: "negativity.bypass.fastplace"
  68. custom: "ADMIN"
  69. speedhack:
  70. default: "negativity.bypass.speedhack"
  71. custom: "ADMIN"
  72. autoclick:
  73. default: "negativity.bypass.autoclick"
  74. custom: "ADMIN"
  75. fly:
  76. default: "negativity.bypass.fly"
  77. custom: "ADMIN"
  78. antipotion:
  79. default: "negativity.bypass.antipotion"
  80. custom: "ADMIN"
  81. autoeat:
  82. default: "negativity.bypass.autoeat"
  83. custom: "ADMIN"
  84. autoregen:
  85. default: "negativity.bypass.autoregen"
  86. custom: "ADMIN"
  87. antiknockback:
  88. default: "negativity.bypass.antiknockback"
  89. custom: "ADMIN"
  90. jesus:
  91. default: "negativity.bypass.jesus"
  92. custom: "ADMIN"
  93. nofall:
  94. default: "negativity.bypass.nofall"
  95. custom: "ADMIN"
  96. blink:
  97. default: "negativity.bypass.blink"
  98. custom: "ADMIN"
  99. spider:
  100. default: "negativity.bypass.spider"
  101. custom: "ADMIN"
  102. fastbow:
  103. default: "negativity.bypass.fastbow"
  104. custom: "ADMIN"
  105. scaffold:
  106. default: "negativity.bypass.scaffold"
  107. custom: "ADMIN"
  108.  
  109. Translation:
  110. no_active_file_name: "messages.yml" # where are the messages if the translation are not active
  111. active: false # enable or disable the translation
  112. lang_available:
  113. - en_US
  114. - fr_FR
  115. use_db: true # to get the lang
  116. default: en_US
  117.  
  118. #
  119. # You can put this plugin on your Bungeecord/Waterfall !
  120. #
  121. # Why ? You can know when a player hack even if you're not on the same spigot's server !
  122. #
  123. hasBungeecord: true
  124.  
  125. # The time between 2 /report
  126. # in millisecondes
  127. time_between_report: 1000
  128.  
  129. cheats:
  130. #
  131. # WARNING: An auto verification of all cheat can be create some lag on your server.
  132. #
  133. forcefield:
  134. exact_name: "ForceField"
  135. isActive: true
  136. reliability_alert: 60
  137. autoVerif: true
  138. setBack: false
  139. kick: false
  140. alert_to_kick: 5
  141. jesus:
  142. exact_name: "Jesus"
  143. isActive: true
  144. reliability_alert: 60
  145. autoVerif: true
  146. setBack: false
  147. kick: false
  148. alert_to_kick: 5
  149. antipotion:
  150. exact_name: "AntiPotion"
  151. isActive: true
  152. reliability_alert: 60
  153. autoVerif: true
  154. setBack: false
  155. kick: false
  156. alert_to_kick: 5
  157. nofall:
  158. exact_name: "NoFall"
  159. isActive: true
  160. reliability_alert: 60
  161. autoVerif: true
  162. setBack: false
  163. kick: false
  164. alert_to_kick: 5
  165. autoeat:
  166. exact_name: "AutoEat"
  167. isActive: true
  168. reliability_alert: 60
  169. autoVerif: false
  170. setBack: false
  171. kick: false
  172. alert_to_kick: 5
  173. fastplace:
  174. exact_name: "FastPlace"
  175. isActive: true
  176. reliability_alert: 60
  177. autoVerif: true
  178. setBack: false
  179. kick: false
  180. alert_to_kick: 5
  181. speedhack:
  182. exact_name: "SpeedHack"
  183. isActive: true
  184. reliability_alert: 60
  185. autoVerif: true
  186. setBack: false
  187. kick: false
  188. alert_to_kick: 5
  189. autoclick:
  190. exact_name: "AutoClick"
  191. isActive: true
  192. reliability_alert: 60
  193. click_alert: 20
  194. autoVerif: true
  195. setBack: false
  196. kick: false
  197. alert_to_kick: 5
  198. fly:
  199. exact_name: "Fly"
  200. isActive: true
  201. reliability_alert: 60
  202. autoVerif: true
  203. setBack: false
  204. kick: false
  205. alert_to_kick: 5
  206. autoregen:
  207. exact_name: "AutoRegen"
  208. isActive: true
  209. reliability_alert: 60
  210. autoVerif: true
  211. setBack: false
  212. kick: false
  213. alert_to_kick: 5
  214. antiknockback:
  215. exact_name: "AntiKnockback"
  216. isActive: true
  217. reliability_alert: 60
  218. autoVerif: true
  219. setBack: false
  220. kick: false
  221. alert_to_kick: 5
  222. blink:
  223. exact_name: "Blink"
  224. isActive: true
  225. reliability_alert: 60
  226. autoVerif: true
  227. setBack: false
  228. kick: false
  229. alert_to_kick: 5
  230. fastbow:
  231. exact_name: "FastBow"
  232. isActive: true
  233. reliability_alert: 60
  234. autoVerif: false
  235. setBack: false
  236. kick: false
  237. alert_to_kick: 5
  238. spider:
  239. exact_name: "Spider"
  240. isActive: true
  241. reliability_alert: 60
  242. autoVerif: true
  243. setBack: false
  244. kick: false
  245. alert_to_kick: 5
  246. sneak:
  247. exact_name: "Sneak"
  248. isActive: true
  249. reliability_alert: 60
  250. autoVerif: true
  251. setBack: false
  252. kick: false
  253. alert_to_kick: 5
  254. scaffold:
  255. exact_name: "Scaffold"
  256. isActive: true
  257. reliability_alert: 60
  258. autoVerif: true
  259. setBack: false
  260. kick: false
  261. alert_to_kick: 5
  262. all:
  263. exact_name: "All"
  264. isActive: true
  265. reliability_alert: 60
  266. autoVerif: true
  267. setBack: false
  268. kick: false
  269. alert_to_kick: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement