Advertisement
Guest User

Untitled

a guest
Apr 17th, 2017
578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.50 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: false
  32. server-name: defaukt
  33. gui:
  34. size: 3
  35. name: '&b&lReport &c%playertarget%'
  36. name-without-player: '&4Report general problem'
  37. cooldowntime: 60
  38. cooldown-message: '&cVous devez attendre &6<timeleft> &csec avant de report un autre joueur'
  39. send-message-staff-success: true
  40. message-staff-success: '%playertarget% at ete report par %fromplayer% pour %motivation%'
  41. message-staff-success-genericreason: '%fromplayer% a report un probleme: %motivation%'
  42. message-staff-success-offline: '%playertarget% player offline it was reported by
  43. %fromplayer% for %motivation%'
  44. send-command-success: false
  45. command-success: helpop %playertarget% it was reported by %fromplayer% for %motivation
  46. item:
  47. use-cheat:
  48. slot: 0
  49. motivation: Cheat
  50. action: report
  51. name: '&c&lCheat'
  52. permission: Reportergui.use
  53. lore:
  54. - ''
  55. - '&7Report ce joueur pour utilisation de cheat'
  56. - '&7Le joueur sera verifie et/ou sancitonne des que possible'
  57. - '&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)'
  58. - ''
  59. - '&9Cheat : Forcefield, kill aura, x ray, speedhack, ...'
  60. id: 276
  61. amout: 0
  62. player-chat:
  63. slot: 2
  64. motivation: Spam
  65. action: report
  66. name: '&c&lSpam dans le chat'
  67. permission: Reportergui.use
  68. lore:
  69. - ''
  70. - '&7Report ce joueur pour spam'
  71. - '&7Le joueur sera verifie et/ou sancitonne des que possible'
  72. - '&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)'
  73. - ''
  74. - '&9Spam : Repetitions de mots.'
  75. id: 339
  76. amout: 0
  77. player-langage:
  78. slot: 4
  79. motivation: Langage
  80. action: report
  81. name: '&c&lInsultes dans le chat'
  82. permission: Reportergui.use
  83. lore:
  84. - ''
  85. - '&7Report ce joueur pour insultes'
  86. - '&7Le joueur sera verifie et/ou sancitonne des que possible'
  87. - '&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)'
  88. - ''
  89. - '&9Les insultes par messages prives sont autorises'
  90. id: 339
  91. amout: 0
  92. player-pub:
  93. slot: 6
  94. motivation: Pub
  95. action: report
  96. name: '&c&lPub dans le chat'
  97. permission: Reportergui.use
  98. lore:
  99. - ''
  100. - '&7Report ce joueur pour pub'
  101. - '&7Le joueur sera verifie et/ou sancitonne des que possible'
  102. - '&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)'
  103. - ''
  104. - '&9PUB : Donner une ip / lien publiquement'
  105. id: 339
  106. amout: 0
  107. player-usebug:
  108. slot: 8
  109. motivation: Usebug
  110. action: report
  111. name: '&c&lUsebug'
  112. permission: Reportergui.use
  113. lore:
  114. - ''
  115. - '&7Report ce joueur pour usebug'
  116. - '&7Le joueur sera verifie et/ou sancitonne des que possible'
  117. - '&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)'
  118. - ''
  119. - '&9Usebug : Se tp à travers murs, duplication, ...'
  120. id: 137
  121. amout: 0
  122. close:
  123. slot: 26
  124. action: close
  125. name: '&c&lAnnuler'
  126. lore:
  127. - '&cRetour en jeu'
  128. id: '160:14'
  129. amout: 0
  130. general-option:
  131. reportcli-save-coords: false
  132. chat-filter:
  133. enable: true
  134. word:
  135. - hack
  136. - cheat
  137. message-replace: Pour report fais /report <pseudo>
  138. block-message: true
  139. mysql:
  140. enable: false
  141. username: root
  142. password: xxxxxxxx
  143. hostname: localhost
  144. port: 3306
  145. namedatabase: ReporterGUI
  146. symbol:
  147. - (X),\u2581
  148. timestamp: yyyy/MM/dd HH:mm:ss
  149. bungeecord:
  150. enable: false
  151. send-message-server: ALL
  152. message: '&b[&3%servername%&b] Report: %playertarget% it was reported by %fromplayer%
  153. for %motivation%'
  154. message-general: '&b[&3%servername%&b] %fromplayer% reported a problem %motivation%'
  155. redisbungee:
  156. enable: false
  157. send-message-server: ALL
  158. message: '&b[&3%servername%&b] Report: %playertarget% it was reported by %fromplayer%
  159. for %motivation%'
  160. message-general: '&b[&3%servername%&b] %fromplayer% reported a problem %motivation%'
  161. command-custom:
  162. report: report
  163. reportergui: reportergui
  164. reportcli: reportcli
  165. telegram:
  166. enable: false
  167. message:
  168. - Player reported [to]
  169. - by [from]
  170. - for [reason]
  171. message-general:
  172. - Problem reported by [from]
  173. - 'reason: [reason]'
  174. slack:
  175. enable: false
  176. uri: https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX
  177. name-bot: ReporterGUI
  178. channel: '#general'
  179. icon_emoji: ''
  180. message:
  181. - Player reported [to]
  182. - by [from]
  183. - for [reason]
  184. message-general:
  185. - Problem reported by [from]
  186. - 'reason: [reason]'
  187. discord:
  188. enable: false
  189. token_bot: ''
  190. channel: ''
  191. message:
  192. - Player reported [to]
  193. - by [from]
  194. - for [reason]
  195. message-general:
  196. - Problem reported by [from]
  197. - 'reason: [reason]'
  198. status-update-messages:
  199. enable: false
  200. send-notify-staff: false
  201. send-notify-reporter: false
  202. notes-update-messages:
  203. enable: false
  204. send-newnote-staff: false
  205. send-newnote-reporter: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement