Advertisement
Guest User

Untitled

a guest
Oct 31st, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.77 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: WoM
  33. gui:
  34. size: 3
  35. name: '&4SIgnaler joueur %playertarget%'
  36. name-without-player: '&4Signaler un bug'
  37. cooldowntime: 60
  38. cooldown-message: '&cVous devez attendre &6<timeleft> &csecondes pour signaler un autre joueur'
  39. send-message-staff-success: true
  40. message-staff-success: '%playertarget% a été signalé par %fromplayer% pour %motivation%'
  41. message-staff-success-genericreason: '%fromplayer% signale un problème: %motivation%'
  42. message-staff-success-offline: '%playertarget% est déconnecté et a été signalé par %fromplayer% pour %motivation%'
  43. send-command-success: false
  44. command-success: helpop %playertarget% a été signalé par %fromplayer% pour %motivation
  45. item:
  46. use-killaura:
  47. slot: 0
  48. motivation: Usage killaura
  49. action: report
  50. name: '&c&o&lKillaura'
  51. lore:
  52. - ''
  53. - '&9>&f>&c> &2&oSignaler ce joueur pour une utilisation killaura'
  54. - ''
  55. - '&9&oKillaura: &r&9Attaque automatique des joueurs/mobs'
  56. - '&9autour du joueur.'
  57. id: 347
  58. amout: 0
  59. player-spam:
  60. slot: 2
  61. motivation: Spam in chat
  62. action: report
  63. name: '&b&o&lSpamming'
  64. permission: Reportergui.use
  65. lore:
  66. - ''
  67. - '&9>&f>&c> &2&oSignaler ce joueur pour une spam'
  68. id: 19
  69. amout: 0
  70. grief-general:
  71. slot: 4
  72. motivation: grief dans le monde (%world_from%)
  73. action: report
  74. report-general: true
  75. save-coords: true
  76. name: '&e&o&lSignaler un grief'
  77. lore:
  78. - ''
  79. - '&9>&f>&c> &2&oSignaler une grief dans ce monde'
  80. itemtype: TNT
  81. amout: 0
  82. close:
  83. slot: 26
  84. action: close
  85. name: '&c&lClose'
  86. lore:
  87. - '&cBack to the game'
  88. id: '35:14'
  89. amout: 0
  90. chat-filter:
  91. enable: true
  92. word:
  93. - hack
  94. - ban
  95. - spam
  96. - insulte
  97. message-replace: Utilisez le système de rapport, utilisez /report <joueur>
  98. mysql:
  99. enable: true
  100. username: 620130909189541
  101. password: mydyjj2111764649
  102. hostname: adm.minecraft-mania.fr
  103. port: 3306
  104. namedatabase: a62013090921491348189541
  105. symbol:
  106. - (X),\u2581
  107. timestamp: yyyy/MM/dd HH:mm:ss
  108. bungeecord:
  109. enable: false
  110. send-message-server: ALL
  111. message: '&b[&3%servername%&b] Report: %playertarget% it was reported by %fromplayer%
  112. for %motivation%'
  113. message-general: '&b[&3%servername%&b] %fromplayer% reported a problem %motivation%'
  114. redisbungee:
  115. enable: false
  116. send-message-server: ALL
  117. message: '&b[&3%servername%&b] Report: %playertarget% it was reported by %fromplayer%
  118. for %motivation%'
  119. message-general: '&b[&3%servername%&b] %fromplayer% reported a problem %motivation%'
  120. command-custom:
  121. report: report
  122. reportergui: reportergui
  123. reportcli: reportcli
  124. telegram:
  125. enable: false
  126. message:
  127. - Player reported [to]
  128. - by [from]
  129. - for [reason]
  130. message-general:
  131. - Problem reported by [from]
  132. - 'reason: [reason]'
  133. slack:
  134. enable: true
  135. uri: https://hooks.slack.com/services/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
  136. name-bot: Reporter
  137. channel: '#rapports'
  138. icon_emoji: ''
  139. message:
  140. - Joueurs signalé [to]
  141. - par [from]
  142. - pour [reason]
  143. message-general:
  144. - Problème signalé par [from]
  145. - 'raison: [reason]'
  146. thanksgiving:
  147. enable: true
  148. message: merci d'avoir signalé [nickname], votre rapport a été pris en compte
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement