Guest User

settings.yml traduzido

a guest
Dec 21st, 2019
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.64 KB | None | 0 0
  1. #
  2. # Data settings
  3. #
  4.  
  5. Database:
  6. mysql: false
  7. hostname: "localhost"
  8. port: 3306
  9. database: "database"
  10. username: "root"
  11. password: "password"
  12. table: "stbans"
  13.  
  14.  
  15. # AVISO!!! LEIA!!!!
  16. # O plugin foi traduzido por mim (Seiy_), traduzi a meu gosto, recomendo a vocês a mudarem o nome
  17. # ST-BANS, é o nome que utilizo em bans, etc. Recomendo muito que vocês mudem para algo que vocês queiram!!!!!
  18. # Eu deixei uns emojis animados para vocês, se não funcionar vocês terão que por os emojis do seu servidor (discord)
  19. #
  20. # Utilities
  21. #
  22. # How to use the temp?
  23. # To use the temp punishments type this:
  24. #
  25. # Example in ban command
  26. # /tempban (Nick) (Time) (Time type) (Reason)
  27. #
  28. # The (Nick) is the nickname of the player
  29. # The (Time) is the duration of the punishment
  30. # The (Time type) is the type of the time:
  31. #
  32. # Use "s" if the time is seconds
  33. # Use "m" if the time is minutes
  34. # Use "h" if the time is hours
  35. # Use "d" if the time is days
  36. #
  37. # The (Reason) is the reason of the punishment
  38. #
  39. # Example (If i make a punish for 10 minutes):
  40. #
  41. # /tempban Stanic 10 m Reason
  42. #
  43. #
  44. # Placeholders:
  45. #
  46. # {nick} to player nick
  47. # {staff} to staff nick
  48. # {type} to punishment type
  49. # {reason} to punishment reason
  50. # {date} to punishment date
  51. # {hour} to punishment hour
  52. # {time} to punishment duration
  53. # {id} to punishment id
  54. # {active} to verify if the punishment is active
  55. #
  56. #
  57. # Permissões:
  58. #
  59. # stbans.bancmd - Allow to use the bans commands (Ban and tempban)
  60. # stbans.mutecmd - Allow to use the mute commands (Mute and tempmute)
  61. # stbans.revokecmd - Allow to use the revoke commands (unmute and unban)
  62. # stbans.warncmd - Allow to use the warn command
  63. # stbans.reportcmd - Allow to use the report command
  64. # stbans.kickcmd - Allow to use the kick command
  65. # stbans.reportadm - Allow to view new reports and use the reports command
  66. # stbans.verifycmd - Allow to use the verify command
  67. #
  68.  
  69. #
  70. # Discord integration settings
  71. #
  72. Discord:
  73. #Enable integration?
  74. enable: true
  75. #
  76. # The things below will only work if integration is enabled
  77. #
  78. #Token do seu bot
  79. token: ""
  80. #Aqui ficará no status do bot Jogando ST-Bans (Aparece a msg que você colocar em game:)
  81. game: "ST-BANs melhor plugin hm kk bjs"
  82. #Em tudo que tiver blaChannel: você precisa pegar o ID do canal lá no discord, para pegar basta
  83. #clicar com o botão direito no canal e depois em Copiar ID (se não aparecer ative o modo desenvolvedor
  84. #nas configurações do seu discord!)
  85. channels:
  86. #Channel to send the punish alert
  87. punishChannel: ""
  88. punishMessage:
  89. title: "<:seiymc:655131852742459392> **ST-BANS | Nova Punição** <a:siren:657578648794038272>"
  90. body: "<a:angeryping:654110973229006858> **Uma nova Punição foi registrada!!** @n@nNick: **{nick}** @nMotivo: **{reason}** @n@nStaff: **{staff}** @nData: {date} | {hour} @nDuração: {time} @n@nID: **{id}** @nPunição: **{type}** @n@n <a:chori:653629106445090835> Odeio ser o segurança daqui..."
  91. #Channel to send the reports alert
  92. enableReport: true
  93. #Channel to send the report alert | If report alert is enabled
  94. reportsChannel: ""
  95. reportMessage:
  96. title: "<:seiymc:655131852742459392> **ST-BANS | Novo Reporte** <a:siren:657578648794038272>"
  97. body: "<a:angeryping:654110973229006858> **Um novo reporte foi registrado!!** @n@nNick: **{nick}** @nMotivo: **{reason}** @nQuem reportou: {report}"
  98. #Enable warn alert?
  99. enableWarn: true
  100. #Channel to send the warn alert | If warn alert is enabled
  101. warnChannel: ""
  102. warnMessage:
  103. title: "<:seiymc:655131852742459392> **ST-BANS | Aviso** <a:siren:657578648794038272>"
  104. body: "<a:angeryping:654110973229006858> **Um novo aviso foi registrado!!** @n@nJogador: **{nick}** @nMotivo: **{reason}** @nStaff: {staff}"
  105. #Enable kick alert?
  106. enableKick: true
  107. #Channel to send the kick alert | If kick alert is enabled
  108. kickChannel: ""
  109. kickMessage:
  110. title: "<:seiymc:655131852742459392> **ST-BANS | Kick** <a:siren:657578648794038272>"
  111. body: "<a:angeryping:654110973229006858> **Uma nova expulsão foi registrada!!** @n@nJogador: **{nick}** @nMotivo: **{reason}**"
  112.  
  113. #
  114. # Principal settings of the plugin
  115. #
  116. Config:
  117. #Enable the application integration?
  118. enableApp: true
  119. #Time format messages
  120. timeFormat:
  121. #Type of times
  122. seconds: "s"
  123. minutes: "m"
  124. hours: "h"
  125. days: "d"
  126. #The permanent message
  127. permanent: "Permanente"
  128. #Type of the days
  129. sunday: "Domingo"
  130. monday: "Segunda-feira"
  131. tuesday: "Terça-feira"
  132. wednesday: "Quarta-feira"
  133. thursday: "Quinta-feira"
  134. friday: "Sexta-feira"
  135. saturday: "Sábado"
  136. #Active message
  137. isActive: "Sim"
  138. isNotActive: "Não"
  139. finalized: "Finalizada"
  140. #Enable a limit of warns per player?
  141. warnLimit: true
  142. #Amount of warns to limit
  143. warnLimiteNumber: 3
  144. #Eu adicionei um ban temporario de 1 hora quando o jogador atinge 3 avisos!
  145. warnActions:
  146. - "tempban {nick} 1 h Recebeu 3 avisos!!"
  147. #
  148. # Alerts settings
  149. #
  150. #Punish
  151. alertPunishBroadcast: true
  152. alertPunishDiscord: true
  153. #Warn
  154. alertWarnBroadcast: true
  155. alertWarnDiscord: true
  156. #Kick
  157. alertKickBroadcast: true
  158. alertKickDiscord: true
  159. #Comandos que serão bloqueados quando o player estiver mutado
  160. #Você pode adicionar quantos comandos quiser, de padrão tem apenas o /g (Chat global) e o /l (Chat local)
  161. #Caso você queira bloquear o player de falar no chat do clan (SimpleClans), coloque - "."
  162. blockedCommands:
  163. - "g"
  164. - "l"
  165.  
  166. #
  167. # Painel
  168. # Mude a seu gosto, deixei assim pois eu achei melhor
  169. # Para modificar a skin do painel de reports e do historico vá ao site https://minecraft-heads.com/custom-heads
  170. # e coloque a URL da cabeça
  171. #
  172. Menus:
  173. #Reports menu
  174. reports:
  175. #Name of the menu
  176. name: "&fPainel - Reportes"
  177. #Itens in menu
  178. itens:
  179. #The report show item | Don't remove this
  180. reportItem:
  181. #Item name
  182. name: "&fNovo Reporte!!"
  183. #Item lore
  184. lore:
  185. - ""
  186. - "&e· &fInformações Report:"
  187. - ""
  188. - "&e· &fNick: &c{nick}"
  189. - "&e· &fMotivo: &b{reason}"
  190. - "&e· &fQuem reportou: &b{report}"
  191. - ""
  192. #Item id
  193. id: 397
  194. #Item data
  195. data: 3
  196. #The skull owner | Don't remove this | If item is not a head set to null
  197. #Você pode usar 2 variaveis, pode usar um nome de skin (Ex: Seiy), ou pode usar uma url
  198. #que é oque está atualmente
  199. skullOwner: "http://textures.minecraft.net/texture/1b67edb6ab2129a3b439dde98869e05af81c86d94815e37d31359bcd3ddf458d"
  200. #Historic menu
  201. historic:
  202. #Name of the menu
  203. name: "&fPainel - Historico Criminal"
  204. #Itens in menu
  205. itens:
  206. #The historic show item | Don't remove this
  207. historicItem:
  208. #Item name
  209. name: "&b{date} &8| &b{hour}"
  210. #Item lore
  211. lore:
  212. - ""
  213. - "&e· &b{date} &8| &b{hour}"
  214. - ""
  215. - "&e· &fPunição: &c{type}"
  216. - "&e· &fID: &a{id}"
  217. - "&e· &fAtivo: &b{active}"
  218. - ""
  219. - "&e· &fStaff: &b{staff}"
  220. - "&e· &fDuração: &c{time}"
  221. - ""
  222. - "&e· &fMotivo: &b{reason}"
  223. - ""
  224. #Item id
  225. id: 397
  226. #Item data
  227. data: 3
  228. #The skull owner | Don't remove this | If item is not a head set to null
  229. #Você pode usar 2 variaveis, pode usar um nome de skin (Ex: Seiy), ou pode usar uma url
  230. #que é oque está atualmente
  231. skullOwner: "http://textures.minecraft.net/texture/3ed1aba73f639f4bc42bd48196c715197be2712c3b962c97ebf9e9ed8efa025"
  232. #
  233. # Messages
  234. #
  235. Messages:
  236. #
  237. # Errors messages
  238. #
  239. noPerm: "&cVocê não possúi permissão para utilizar este comando!!"
  240. usageBan: "&cComando incorreto, use @n@n&bExemplo: &c/ban (Nick) (Motivo)"
  241. usageTempban: "&cComando incorreto, use @n@n&bExemplo: &c/tempban (Nick) (Time) (Time type) (Reason)"
  242. usageUnban: "&cComando incorreto, use @n@n&bExemplo: &c/unban (id)"
  243. usageMute: "&cComando incorreto, use @n@n&bExemplo: &c/mute (Nick) (Reason)"
  244. usageTempmute: "&cComando incorreto, use @n@n&bExemplo: &c/tempmute (Nick) (Time) (Time type) (Reason)"
  245. usageUnmute: "&cComando incorreto, use @n@n&bExemplo: &c/unmute (id)"
  246. usageWarn: "&cComando incorreto, use @n@n&bExemplo: &c/warn (Nick) (Reason)"
  247. usageKick: "&cComando incorreto, use @n@n&bExemplo: &c/kick (Nick) (Reason)"
  248. usageReport: "&cComando incorreto, use @n@n&bExemplo: &c/report (Nick) (Reason)"
  249. usageVerify: "&cComando incorreto, use @n@n&bExemplo: &c/verify (Nick) &8- &7Optional: &c(Filter) @nUse: 1 to filter only actives"
  250. playerOffline: "&cJogador não encontrado ou offline!"
  251. noHistoric: "&cEsse jogador não tem histórico criminoso!"
  252. noReports: "&cNão possúi nenhum report no menu!"
  253. numbersOnly: "&cVocê precisa utilizar o &bID&c para isso."
  254.  
  255. #
  256. # Success messages
  257. #
  258. warnPlayer: "@n&cST-BANS@n@n &cVocê recebeu um aviso! @n@n&fMotivo: &c{reason}@n@n"
  259. warnStaff: "&cO jogador &4{nick} &crecebeu um aviso."
  260. playerReported: "&aO jogador &c{nick} &afoi reportado com sucesso!"
  261. playerKicked: "&aO jogador &c{nick}&a foi expulso com sucesso!"
  262.  
  263. #
  264. # In-game messages
  265. #
  266. playerPunishBroadcast: "@n &c&lNova Punição!!@n&cJogador: &f{nick}@n&cStaff: &f{staff}@n&cMotivo: &f{reason} @n"
  267. playerKickedBroadcast: "@n&cST-BANS@n&f{staff}&c expulsou &f{nick}@n&cMotivo &f{reason}@n"
  268. playerWarnedBroadcast: "@n&cST-BANS@n&f{staff}&c enviou um aviso para &f{nick}@n&cMotivo &f{reason}@n"
  269. playerReportedStaff: "@n &f&lNovo Reporte!!!@n&fNick: &c{nick} @n&fMotivo: &c{reason} @n&fQuem Reportou: &a{report} @n"
  270. punishRepealed: "&cA punição do id &4{id} &cfoi retirada!"
  271. punishmentAppliedStaff: "&4Você aplicou uma punição no &4{nick} @n@n&cMotivo: &f{reason} @n&cStaff: &f{staff} @n&cData: &f{date} &8| &f{hour} @n&cDuração: &f{time} @n@n&eID: &b{id} @n&ePunição: &b{type}"
  272. muteMessage: "@n&cST-BANS@n&cVocê está mutado! @n@n&cMotivo: &f{reason} @n&cStaff: &f{staff} @n&cData: &f{date} &8| &f{hour} @n&cDuração: &f{time} @n@n&eID: &b{id}"
  273. punishRepealedChat: "&cST-BANS @n &4Punição @n&fSua punição do id: &c{id} &ffoi revogada!"
  274.  
  275. #
  276. #Connect listener
  277. #
  278. punishRepealedKick: "&cST-BANS @n &4Punição @n&fSua punição do id: &c{id} &ffoi revogada!"
  279. kickMessage: "&cST-BANS @n@n &fVocê foi expulso @n@n&fMotivo: &f{reason}"
  280. kickBanned: "&cST-BANS @n@n &fVocê foi &c&nBANIDO!&f @n@n&cMotivo: &f{reason} @n&cStaff: &f{staff} @n&cData: &f{date} &8| &f{hour} @n&cDuração: &f{time} @n@n&fAcha que foi injusto?, vá ao discord e crie uma revisão com o id: &b{id}"
Add Comment
Please, Sign In to add comment