Advertisement
Guest User

Config

a guest
Sep 12th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.98 KB | None | 0 0
  1. # ReporterGUI
  2. # Report player with using GUI
  3. # by itpao25 - Contact: tropaolo@gmail.com
  4. # SHORT INSTRUCTION:
  5. # Use the following variables in the various commands:
  6. # %playertarget% -> View the nickname of the player reported
  7. # %fromplayer% -> Player who sent the report
  8. # %motivation% -> Reasons for the report
  9. # Use the plugin PlaceHolderAPI for many variables (placeholder)!
  10. # https://www.spigotmc.org/resources/placeholderapi.6245/
  11. # Use the id of item or name type: http://minecraft-ids.grahamedgecombe.com/
  12. # Possibility to insert meta data: http://minecraft.gamepedia.com/Data_values
  13. # Use the enchantament following this page: http://minecraft.gamepedia.com/Enchanting
  14. # (format es. KNOCKBACK, 2 : when "2" is the level of enchant)
  15. # Symbol - Use the hax code (Unicode Character) - Your server must support UTF-8 for proper operation
  16. # list: http://www.fileformat.info/info/unicode/index.htm :
  17. # es: http://www.fileformat.info/info/unicode/char/2581/index.htm
  18. # GUI size option:
  19. # 1 -> 9 Slot
  20. # 2 -> 18 Slot
  21. # 3 -> 27 Slot
  22. # 4 -> 36 Slot
  23. # 5 -> 45 Slot
  24. # 6 (Max) -> 54 Slot
  25. # Use the "multi-sever-enable: true" to have support to different servers using the same database and tables
  26. # The name of the server you will need to use the web interface
  27. # // Do not touch this //
  28. version: 2
  29. debug: false
  30. exempt-op: false
  31. multi-sever-enable: true
  32. server-name: Kitpvp
  33. gui:
  34. size: 4
  35. name: '&cReport &b%playertarget%'
  36. cooldowntime: 60
  37. cooldown-message: '&cYou must wait another &a<timeleft> &cseconds to report another
  38. player'
  39. send-message-staff-success: true
  40. message-staff-success: '&6%playertarget% &awas reported by &6%fromplayer% &afor &6%motivation%'
  41. message-staff-success-offline: '&6%playertarget% &8(&coffline&8) &awas reported by
  42. &6%fromplayer% &afor &6%motivation%'
  43. send-command-success: false
  44. command-success: helpop %playertarget% it was reported by %fromplayer% for %motivation
  45. item:
  46. close1:
  47. slot: 0
  48. action: close
  49. name: '&c'
  50. id: '160:14'
  51. amout: 0
  52. close2:
  53. slot: 1
  54. action: close
  55. name: '&c'
  56. id: '160:14'
  57. amout: 0
  58. close3:
  59. slot: 2
  60. action: close
  61. name: '&c'
  62. id: '160:14'
  63. amout: 0
  64. close4:
  65. slot: 3
  66. action: close
  67. name: '&c'
  68. id: '160:14'
  69. amout: 0
  70. close5:
  71. slot: 4
  72. action: close
  73. name: '&c'
  74. id: '160:14'
  75. amout: 0
  76. close6:
  77. slot: 5
  78. action: close
  79. name: '&c'
  80. id: '160:14'
  81. amout: 0
  82. close7:
  83. slot: 6
  84. action: close
  85. name: '&c'
  86. id: '160:14'
  87. amout: 0
  88. close8:
  89. slot: 7
  90. action: close
  91. name: '&c'
  92. id: '160:14'
  93. amout: 0
  94. close9:
  95. slot: 8
  96. action: close
  97. name: '&c'
  98. id: '160:14'
  99. amout: 0
  100. use-otherhacks1:
  101. slot: 9
  102. motivation: Hacking
  103. action: report
  104. name: '&c&lHacking'
  105. lore:
  106. - '&b&o======================&9&o====================='
  107. - ' &dReport this player for using Hacking'
  108. - ''
  109. - ' &9Hacking: &r&9A mod or downloaded client to give'
  110. - ' &9yourself an advantage over any other players.'
  111. - '&b&o======================&9&o====================='
  112. id: 276
  113. amout: 0
  114. use-killaura-forcefield:
  115. slot: 10
  116. motivation: Forcefield / KillAura
  117. action: report
  118. name: '&c&lUsing Forcefield / KillAura'
  119. lore:
  120. - '&b&o========================&9&o======================='
  121. - ' &dReport this player for using Forcefield / KillAura'
  122. - ''
  123. - '&9Killaura / Forcefield: &r&9Automatically hit/attack any players'
  124. - ' &9or mobs within the range of the player.'
  125. - '&b&o========================&9&o======================='
  126. id: 276
  127. amout: 0
  128. use-antiknockback:
  129. slot: 11
  130. motivation: AntiKnockback
  131. action: report
  132. name: '&c&lUsing AntiKnockback'
  133. lore:
  134. - '&b&o======================&9&o====================='
  135. - ' &dReport this player for using AntiKnockback '
  136. - ''
  137. - ' &9AntiKnockback: &r&9Taking no knockback from'
  138. - ' &9players mobs or other entites.'
  139. - '&b&o======================&9&o====================='
  140. id: 276
  141. amout: 0
  142. use-reach:
  143. slot: 12
  144. motivation: Reach
  145. action: report
  146. name: '&c&lUsing Reach'
  147. lore:
  148. - '&b&o======================&9&o====================='
  149. - ' &dReport this player for using Reach '
  150. - ''
  151. - ' &9Reach: &r&9Hitting a player or animal from'
  152. - ' &9a thurther distance than the defult distance.'
  153. - '&b&o======================&9&o====================='
  154. id: 276
  155. amout: 0
  156. use-speed:
  157. slot: 13
  158. motivation: Speed
  159. action: report
  160. name: '&c&lUsing Speed'
  161. lore:
  162. - '&b&o======================&9&o====================='
  163. - ' &dReport this player for using Speed '
  164. - ''
  165. - ' &9Speed: &r&9Running faster than a speed II'
  166. - ' &9potion with no potion effects on.'
  167. - '&b&o======================&9&o====================='
  168. id: 276
  169. amout: 0
  170. use-bowaimbot:
  171. slot: 14
  172. motivation: BowAimBot
  173. action: report
  174. name: '&c&lUsing BowAimBot'
  175. lore:
  176. - '&b&o======================&9&o====================='
  177. - ' &dReport this player for using BowAimBot '
  178. - ''
  179. - ' &9BowAimBot: &r&9Automatically locking onto'
  180. - ' &9the nearest player with your bow.'
  181. - '&b&o======================&9&o====================='
  182. id: 276
  183. amout: 0
  184. use-fly:
  185. slot: 15
  186. motivation: Fly
  187. action: report
  188. name: '&c&lUsing Fly'
  189. lore:
  190. - '&b&o======================&9&o====================='
  191. - ' &dReport this player for using Fly'
  192. - ''
  193. - ' &9Fly: &r&9Pretty simple, the player'
  194. - ' &9can fly in the air.'
  195. - '&b&o======================&9&o====================='
  196. id: 276
  197. amout: 0
  198. use-xray:
  199. slot: 16
  200. motivation: X-Ray
  201. action: report
  202. name: '&c&lUsing X-Ray'
  203. lore:
  204. - '&b&o======================&9&o====================='
  205. - ' &dReport this player for using X-Ray'
  206. - ''
  207. - ' &9X-Ray: &r&9Allows you to see through blocks'
  208. - ' &9to mine ores or find other objects.'
  209. - '&b&o======================&9&o====================='
  210. id: 276
  211. amout: 0
  212. use-otherhacks2:
  213. slot: 17
  214. motivation: Hacking
  215. action: report
  216. name: '&c&lHacking'
  217. lore:
  218. - '&b&o======================&9&o====================='
  219. - ' &dReport this player for using Hacking'
  220. - ''
  221. - ' &9Hacking: &r&9A mod or downloaded client to give'
  222. - ' &9yourself an advantage over any other players.'
  223. - '&b&o======================&9&o====================='
  224. id: 276
  225. amout: 0
  226. chat-spamming:
  227. slot: 18
  228. motivation: Spamming
  229. action: report
  230. name: '&d&lSpamming'
  231. lore:
  232. - '&b&o======================&9&o====================='
  233. - ' &dReport this player for Spamming'
  234. - ''
  235. - ' &9Spamming: &r&9Repeting the same character'
  236. - ' &95 or more times in a row E.G. Hiiiiiiiiiii.'
  237. - '&b&o======================&9&o====================='
  238. id: 386
  239. amout: 0
  240. chat-caps:
  241. slot: 19
  242. motivation: Caps
  243. action: report
  244. name: '&d&lCaps'
  245. lore:
  246. - '&b&o======================&9&o====================='
  247. - ' &dReport this player for using Caps'
  248. - ''
  249. - ' &9Caps: &r&9Capitalising more than 1 word'
  250. - ' &9in your sentence E.G. HELLO ALIACRAFT.'
  251. - '&b&o======================&9&o====================='
  252. id: 386
  253. amout: 0
  254. chat-swearing:
  255. slot: 20
  256. motivation: Swearing
  257. action: report
  258. name: '&d&lSwearing'
  259. lore:
  260. - '&b&o======================&9&o====================='
  261. - ' &dReport this player for Swearing'
  262. - ''
  263. - ' &9Swearing: &r&9Using rude / swear words'
  264. - ' &9in chat.'
  265. - '&b&o======================&9&o====================='
  266. id: 386
  267. amout: 0
  268. chat-disrespect:
  269. slot: 21
  270. motivation: Disrespect
  271. action: report
  272. name: '&d&lDisrespect'
  273. lore:
  274. - '&b&o======================&9&o====================='
  275. - ' &dReport this player for Disrespect'
  276. - ''
  277. - ' &9Disrespect: &r&9Swearing or being rude directly'
  278. - ' &9to a player.'
  279. - '&b&o======================&9&o====================='
  280. id: 386
  281. amout: 0
  282. chat-threats:
  283. slot: 22
  284. motivation: Threats
  285. action: report
  286. name: '&d&lThreats'
  287. lore:
  288. - '&b&o======================&9&o====================='
  289. - ' &dReport this player for Threats'
  290. - ''
  291. - ' &9Threats: &r&9Threatening to do something to a'
  292. - ' &9player (includes death and DDos).'
  293. - '&b&o======================&9&o====================='
  294. id: 386
  295. amout: 0
  296. chat-addmitingtohack:
  297. slot: 23
  298. motivation: Addmiting To Hack
  299. action: report
  300. name: '&d&lAddmiting To Hack'
  301. lore:
  302. - '&b&o======================&9&o====================='
  303. - ' &dReport this player for Addmiting To Hack'
  304. - ''
  305. - ' &9Addmiting To Hack: &r&9Saying that they are using'
  306. - ' &9some form of hacks to advantage them.'
  307. - '&b&o======================&9&o====================='
  308. id: 386
  309. amout: 0
  310. chat-racism:
  311. slot: 24
  312. motivation: Racism
  313. action: report
  314. name: '&d&lRacism'
  315. lore:
  316. - '&b&o======================&9&o====================='
  317. - ' &dReport this player for Racism'
  318. - ''
  319. - ' &9Racism: &r&9Being disrespectful / rude to'
  320. - ' &9someones race or beliefs.'
  321. - '&b&o======================&9&o====================='
  322. id: 386
  323. amout: 0
  324. chat-sharinginfomation:
  325. slot: 25
  326. motivation: Sharing Infomation
  327. action: report
  328. name: '&d&lSharing Infomation'
  329. lore:
  330. - '&b&o======================&9&o====================='
  331. - ' &dReport this player for Sharing Infomation'
  332. - ''
  333. - ' &9Sharing Infomation: &r&9Announcing someones infomation'
  334. - ' &9E.G. Name, adress, socialmedia or any other'
  335. - ' &9infomation considered personal.'
  336. - '&b&o======================&9&o====================='
  337. id: 386
  338. amout: 0
  339. chat-advertising:
  340. slot: 26
  341. motivation: Advertising
  342. action: report
  343. name: '&d&lAdvertising'
  344. lore:
  345. - '&b&o======================&9&o====================='
  346. - ' &dReport this player for Advertising'
  347. - ''
  348. - ' &9Advertising: &r&9Announcing a server ip in'
  349. - ' &9public chat.'
  350. - '&b&o======================&9&o====================='
  351. id: 386
  352. amout: 0
  353. close10:
  354. slot: 27
  355. action: close
  356. name: '&c'
  357. id: '160:14'
  358. amout: 0
  359. close11:
  360. slot: 28
  361. action: close
  362. name: '&c'
  363. id: '160:14'
  364. amout: 0
  365. close12:
  366. slot: 29
  367. action: close
  368. name: '&c'
  369. id: '160:14'
  370. amout: 0
  371. close13:
  372. slot: 30
  373. action: close
  374. name: '&c'
  375. id: '160:14'
  376. amout: 0
  377. abusing-glitch:
  378. slot: 31
  379. motivation: Abusing Glitch
  380. action: report
  381. name: '&e&lAbusing Glitch'
  382. lore:
  383. - '&b&o======================&9&o====================='
  384. - ' &dReport this player for Abusing Glitch'
  385. - ''
  386. - ' &9Abusing Glitch: &r&9Using a glitch to give yourself an'
  387. - ' &9advantage with items or other things.'
  388. - '&b&o======================&9&o====================='
  389. id: 57
  390. amout: 0
  391. close14:
  392. slot: 32
  393. action: close
  394. name: '&c'
  395. id: '160:14'
  396. amout: 0
  397. close15:
  398. slot: 33
  399. action: close
  400. name: '&c'
  401. id: '160:14'
  402. amout: 0
  403. close16:
  404. slot: 34
  405. action: close
  406. name: '&c'
  407. id: '160:14'
  408. amout: 0
  409. close17:
  410. slot: 35
  411. action: close
  412. name: '&c'
  413. id: '160:14'
  414. amout: 0
  415. chat-filter:
  416. enable: true
  417. word:
  418. - hack
  419. - ban please
  420. - hacker
  421. message-replace: &aUse the reporting system player, try &6/report <name player>
  422. mysql:
  423. enable: true
  424. username: reportergui
  425. password: 99ORvDsbsgV0sYOc
  426. hostname: data.aliacraft.net
  427. port: 3306
  428. namedatabase: reportergui
  429. symbol:
  430. - (X),\u2581
  431. timestamp: yyyy/MM/dd HH:mm:ss
  432. bungeecord:
  433. enable: false
  434. send-message-server: ALL
  435. message: '&b[&3%servername%&b] Report: %playertarget% it was reported by %fromplayer%
  436. for %motivation%'
  437. redisbungee:
  438. enable: false
  439. send-message-server: ALL
  440. message: '&b[&3%servername%&b] Report: %playertarget% it was reported by %fromplayer%
  441. for %motivation%'
  442. command-custom:
  443. report: report
  444. reportergui: reportergui
  445. reportcli: reportcli
  446. telegram:
  447. enable: false
  448. message:
  449. - Player reported [to]
  450. - by [from]
  451. - for [reason]
  452. slack:
  453. enable: false
  454. uri: https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX
  455. name-bot: ReporterGUI
  456. channel: '#general'
  457. icon_emoji: ''
  458. thanksgiving:
  459. enable: true
  460. message: Thanks for reporting the player [nickname], your report has been taken into account
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement