Advertisement
Guest User

Untitled

a guest
Apr 18th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 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: lobby16
  33. gui:
  34. size: 3
  35. name: '&4Reportar a %playertarget%'
  36. cooldowntime: 60
  37. cooldown-message: '&cYou must wait another &6<timeleft> &cseconds to report another
  38. player'
  39. send-message-staff-success: true
  40. message-staff-success: '%playertarget% it was reported by %fromplayer% for %motivation%'
  41. message-staff-success-offline: '%playertarget% player offline it was reported by
  42. %fromplayer% for %motivation%'
  43. send-command-success: false
  44. command-success: helpop %playertarget% it was reported by %fromplayer% for %motivation
  45. item:
  46. use-killaura:
  47. slot: 0
  48. motivation: Usage killaura
  49. action: report
  50. name: '&c&o&lUsing killaura'
  51. lore:
  52. - ''
  53. - '&c>&9>&c> &2&oReport this player for use killaura'
  54. - '&2>&f>&c> &2&oSegnala questo player per utilizzo di killaura'
  55. - '&9>&f>&c> &2&oSignaler ce joueur pour une utilisation killaura'
  56. - '&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)'
  57. - ''
  58. - '&9&oKillaura: &r&9Automatically hit/attack any players'
  59. - '&9or mobs within the range of the player.'
  60. enchant: KNOCKBACK, 2
  61. id: 347
  62. amout: 0
  63. player-spam:
  64. slot: 2
  65. motivation: Spam in chat
  66. action: report
  67. name: '&b&o&lSpamming in chat'
  68. permission: Reportergui.use
  69. lore:
  70. - ''
  71. - '&c>&9>&c> &2&oReport this player for spam'
  72. - '&2>&f>&c> &2&oSegnala questo plauer per spam'
  73. - '&9>&f>&c> &2&oSignaler ce joueur pour une spam'
  74. id: 19
  75. amout: 0
  76. close:
  77. slot: 26
  78. action: close
  79. name: '&c&lClose'
  80. lore:
  81. - '&cBack to the game'
  82. id: '35:14'
  83. amout: 0
  84. chat-filter:
  85. enable: true
  86. word:
  87. - hack
  88. - ban
  89. message-replace: Use the reporting system player, try /report <name player>
  90. mysql:
  91. enable: true
  92. username: reporter
  93. password: *
  94. hostname: 164.132.200.133
  95. port: 3306
  96. namedatabase: ReporterGUI
  97. symbol:
  98. - (X),\u2581
  99. timestamp: yyyy/MM/dd HH:mm:ss
  100. bungeecord:
  101. enable: true
  102. send-message-server: ALL
  103. message: '&b[&3%servername%&b] Report: %playertarget% it was reported by %fromplayer%
  104. for %motivation%'
  105. redisbungee:
  106. enable: false
  107. send-message-server: ALL
  108. message: '&b[&3%servername%&b] Report: %playertarget% it was reported by %fromplayer%
  109. for %motivation%'
  110. command-custom:
  111. report: report
  112. reportergui: reportergui
  113. reportcli: reportcli
  114. telegram:
  115. enable: false
  116. message:
  117. - Player reported [to]
  118. - by [from]
  119. - for [reason]
  120. slack:
  121. enable: false
  122. uri: https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX
  123. name-bot: ReporterGUI
  124. channel: '#general'
  125. icon_emoji: ''
  126. thanksgiving:
  127. enable: true
  128. message: Thanks for reporting the player [nickname], your report has been taken into account
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement