Guest User

config

a guest
Jan 29th, 2016
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.12 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. debug: false
  28. exempt-op: false
  29. multi-sever-enable: true
  30. server-name: Survival
  31. gui:
  32. size: 2
  33. name: '&4Report player %playertarget%'
  34. cooldowntime: 60
  35. cooldown-message: '&cYou must wait another &6<timeleft> &cseconds to report another
  36. player'
  37. send-message-staff-success: true
  38. message-staff-success: 'Report: %playertarget% was reported by %fromplayer% for
  39. %motivation%'
  40. message-staff-success-offline: 'Report: %playertarget% was reported by %fromplayer%
  41. for %motivation%'
  42. send-command-success: false
  43. command-success: helpop %playertarget% was reported by %fromplayer% for %motivation
  44. title-gui-list: Reports &7(&b10&c/&b20&7)
  45. item:
  46. use-killaura:
  47. slot: 1
  48. motivation: Usage killaura
  49. name: '&c&o&lUsing killaura'
  50. lore:
  51. - ''
  52. - '&c>&9>&c> &2&oReport this player for use killaura'
  53. - '&r&c(X)(X)(X)(X)(X)(X)(X)(X)(X)(X)(X)(X)(X)(X)(X)(X)(X)(X)(X)(X)(X)(X)(X)(X)(X)(X)(X)(X)(X)'
  54. - ''
  55. - '&9&oKillaura: &r&9Automatically hit/attack any players'
  56. - '&9or mobs within the range of the player.'
  57. enchant: KNOCKBACK, 2
  58. id: 166
  59. amout: 2
  60. player-spam:
  61. slot: 0
  62. motivation: Spam in chat
  63. name: '&c&o&lSpamming in chat'
  64. lore:
  65. - ''
  66. - '&c>&9>&c> &2&oReport this player for spam'
  67. enchant: KNOCKBACK, 2
  68. id: 166
  69. amout: 1
  70. use-Fly:
  71. slot: 2
  72. motivation: usage fly hack
  73. name: '&c&o&lUsing fly hack'
  74. lore:
  75. - ''
  76. - '&c>&9>&c> &2&oReport this player for fly hacking'
  77. enchant: KNOCKBACK, 2
  78. id: 166
  79. amout: 3
  80. use-speed:
  81. slot: 3
  82. motivation: usage speed hack
  83. name: '&c&o&lUsing speed hack'
  84. lore:
  85. - ''
  86. - '&c>&9>&c> &2&oReport this player for speed hacking'
  87. enchant: KNOCKBACK, 2
  88. id: 166
  89. amout: 4
  90. using-bugs:
  91. slot: 4
  92. motivation: Using bugs
  93. name: '&c&o&lUsing bugs'
  94. lore:
  95. - ''
  96. - '&c>&9>&c> &2&oReport this player for using bugs'
  97. enchant: KNOCKBACK, 2
  98. id: 166
  99. amout: 5
  100. Grief:
  101. slot: 5
  102. motivation: Griefing
  103. name: '&c&o&lGriefing'
  104. lore:
  105. - ''
  106. - '&c>&9>&c> &2&oReport this player for griefing'
  107. enchant: KNOCKBACK, 2
  108. id: 166
  109. amout: 6
  110. Steal:
  111. slot: 6
  112. motivation: Stealing
  113. name: '&c&o&lStealing'
  114. lore:
  115. - ''
  116. - '&c>&9>&c> &2&oReport this player for Stealing'
  117. enchant: KNOCKBACK, 2
  118. id: 166
  119. amout: 7
  120. Tpa-Killing:
  121. slot: 7
  122. motivation: Tpa-Killing
  123. name: '&c&o&lTpa-Killing'
  124. lore:
  125. - ''
  126. - '&c>&9>&c> &2&oReport this player for Tpa-Killing'
  127. enchant: KNOCKBACK, 2
  128. id: 166
  129. amout: 8
  130. Trapping:
  131. slot: 8
  132. motivation: Trappig
  133. name: '&c&o&lTrapping'
  134. lore:
  135. - ''
  136. - '&c>&9>&c> &2&oReport this player for Trapping'
  137. enchant: KNOCKBACK, 2
  138. id: 166
  139. amout: 9
  140. Other:
  141. slot: 9
  142. motivation: Other
  143. name: '&c&o&lOther things'
  144. lore:
  145. - ''
  146. - '&c>&9>&c> &2&oReport this player for other tings'
  147. enchant: KNOCKBACK, 2
  148. id: 166
  149. amout: 10
  150. message:
  151. prefix: '&b[&9ReporterGUI&b]'
  152. reloadcomplete: '&aReload complete'
  153. playernotonline: The player was not found
  154. use-command-invalid-arg: '&bUse &3/report <name player> &bfor report a player'
  155. use-command-invalid-arg-cli: '&bUse &3/reportcli <name player> <reason> &bfor report
  156. a player without gui.'
  157. report-success: '&aYou have successfully sent the report. Thanks for the support
  158. :)'
  159. playerexempt: '&cYou can not report this player!'
  160. database-not-enable: This function is disabled!
  161. usage: '&bReporterGUI v1.0'
  162. nopermission: '&cNo permission'
  163. playerequal: You can not report yourself!
  164. message-onjoin: true
  165. message-onjoin-string: '&bReport stats'
  166. message-onjoin-divider: '&3&m----------------'
  167. note-addsuccess: 'Note inserted successfully (ID [id], Report #[id_report])'
  168. note-delsuccess: Note deleted successfully
  169. note-delerror: This note does not exist!
  170. chat-filter:
  171. enable: true
  172. word:
  173. - hack
  174. - ban
  175. - hacking
  176. - juks
  177. message-replace: Use the reporting system! Try /report <name player>
  178. mysql:
  179. enable: true
  180. username: mc98632
  181. password: 41c33044e2
  182. hostname: mc98632
  183. ip: 198.20.124.90
  184. namedatabase: mc98632
  185. Symbol:
  186. - (X),\u2581
  187. timestamp: yyyy/MM/dd HH:mm:ss
  188. bungeecord:
  189. enable: true
  190. send-message-server: ALL
  191. message: '&b[&3%servername%&b] Report: %playertarget% was reported by %fromplayer%
  192. for %motivation%'
  193. command-custom:
  194. report: report
  195. reportergui: reportergui
  196. reportcli: reportcli
  197. telegram:
  198. enable: false
  199. message:
  200. - Player reported [to]
  201. - by [to]
  202. - for [reason]
Add Comment
Please, Sign In to add comment