Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # Data settings
- #
- Database:
- mysql: false
- hostname: "localhost"
- port: 3306
- database: "database"
- username: "root"
- password: "password"
- table: "stbans"
- # AVISO!!! LEIA!!!!
- # O plugin foi traduzido por mim (Seiy_), traduzi a meu gosto, recomendo a vocês a mudarem o nome
- # ST-BANS, é o nome que utilizo em bans, etc. Recomendo muito que vocês mudem para algo que vocês queiram!!!!!
- # Eu deixei uns emojis animados para vocês, se não funcionar vocês terão que por os emojis do seu servidor (discord)
- #
- # Utilities
- #
- # How to use the temp?
- # To use the temp punishments type this:
- #
- # Example in ban command
- # /tempban (Nick) (Time) (Time type) (Reason)
- #
- # The (Nick) is the nickname of the player
- # The (Time) is the duration of the punishment
- # The (Time type) is the type of the time:
- #
- # Use "s" if the time is seconds
- # Use "m" if the time is minutes
- # Use "h" if the time is hours
- # Use "d" if the time is days
- #
- # The (Reason) is the reason of the punishment
- #
- # Example (If i make a punish for 10 minutes):
- #
- # /tempban Stanic 10 m Reason
- #
- #
- # Placeholders:
- #
- # {nick} to player nick
- # {staff} to staff nick
- # {type} to punishment type
- # {reason} to punishment reason
- # {date} to punishment date
- # {hour} to punishment hour
- # {time} to punishment duration
- # {id} to punishment id
- # {active} to verify if the punishment is active
- #
- #
- # Permissões:
- #
- # stbans.bancmd - Allow to use the bans commands (Ban and tempban)
- # stbans.mutecmd - Allow to use the mute commands (Mute and tempmute)
- # stbans.revokecmd - Allow to use the revoke commands (unmute and unban)
- # stbans.warncmd - Allow to use the warn command
- # stbans.reportcmd - Allow to use the report command
- # stbans.kickcmd - Allow to use the kick command
- # stbans.reportadm - Allow to view new reports and use the reports command
- # stbans.verifycmd - Allow to use the verify command
- #
- #
- # Discord integration settings
- #
- Discord:
- #Enable integration?
- enable: true
- #
- # The things below will only work if integration is enabled
- #
- #Token do seu bot
- token: ""
- #Aqui ficará no status do bot Jogando ST-Bans (Aparece a msg que você colocar em game:)
- game: "ST-BANs melhor plugin hm kk bjs"
- #Em tudo que tiver blaChannel: você precisa pegar o ID do canal lá no discord, para pegar basta
- #clicar com o botão direito no canal e depois em Copiar ID (se não aparecer ative o modo desenvolvedor
- #nas configurações do seu discord!)
- channels:
- #Channel to send the punish alert
- punishChannel: ""
- punishMessage:
- title: "<:seiymc:655131852742459392> **ST-BANS | Nova Punição** <a:siren:657578648794038272>"
- 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..."
- #Channel to send the reports alert
- enableReport: true
- #Channel to send the report alert | If report alert is enabled
- reportsChannel: ""
- reportMessage:
- title: "<:seiymc:655131852742459392> **ST-BANS | Novo Reporte** <a:siren:657578648794038272>"
- body: "<a:angeryping:654110973229006858> **Um novo reporte foi registrado!!** @n@nNick: **{nick}** @nMotivo: **{reason}** @nQuem reportou: {report}"
- #Enable warn alert?
- enableWarn: true
- #Channel to send the warn alert | If warn alert is enabled
- warnChannel: ""
- warnMessage:
- title: "<:seiymc:655131852742459392> **ST-BANS | Aviso** <a:siren:657578648794038272>"
- body: "<a:angeryping:654110973229006858> **Um novo aviso foi registrado!!** @n@nJogador: **{nick}** @nMotivo: **{reason}** @nStaff: {staff}"
- #Enable kick alert?
- enableKick: true
- #Channel to send the kick alert | If kick alert is enabled
- kickChannel: ""
- kickMessage:
- title: "<:seiymc:655131852742459392> **ST-BANS | Kick** <a:siren:657578648794038272>"
- body: "<a:angeryping:654110973229006858> **Uma nova expulsão foi registrada!!** @n@nJogador: **{nick}** @nMotivo: **{reason}**"
- #
- # Principal settings of the plugin
- #
- Config:
- #Enable the application integration?
- enableApp: true
- #Time format messages
- timeFormat:
- #Type of times
- seconds: "s"
- minutes: "m"
- hours: "h"
- days: "d"
- #The permanent message
- permanent: "Permanente"
- #Type of the days
- sunday: "Domingo"
- monday: "Segunda-feira"
- tuesday: "Terça-feira"
- wednesday: "Quarta-feira"
- thursday: "Quinta-feira"
- friday: "Sexta-feira"
- saturday: "Sábado"
- #Active message
- isActive: "Sim"
- isNotActive: "Não"
- finalized: "Finalizada"
- #Enable a limit of warns per player?
- warnLimit: true
- #Amount of warns to limit
- warnLimiteNumber: 3
- #Eu adicionei um ban temporario de 1 hora quando o jogador atinge 3 avisos!
- warnActions:
- - "tempban {nick} 1 h Recebeu 3 avisos!!"
- #
- # Alerts settings
- #
- #Punish
- alertPunishBroadcast: true
- alertPunishDiscord: true
- #Warn
- alertWarnBroadcast: true
- alertWarnDiscord: true
- #Kick
- alertKickBroadcast: true
- alertKickDiscord: true
- #Comandos que serão bloqueados quando o player estiver mutado
- #Você pode adicionar quantos comandos quiser, de padrão tem apenas o /g (Chat global) e o /l (Chat local)
- #Caso você queira bloquear o player de falar no chat do clan (SimpleClans), coloque - "."
- blockedCommands:
- - "g"
- - "l"
- #
- # Painel
- # Mude a seu gosto, deixei assim pois eu achei melhor
- # Para modificar a skin do painel de reports e do historico vá ao site https://minecraft-heads.com/custom-heads
- # e coloque a URL da cabeça
- #
- Menus:
- #Reports menu
- reports:
- #Name of the menu
- name: "&fPainel - Reportes"
- #Itens in menu
- itens:
- #The report show item | Don't remove this
- reportItem:
- #Item name
- name: "&fNovo Reporte!!"
- #Item lore
- lore:
- - ""
- - "&e· &fInformações Report:"
- - ""
- - "&e· &fNick: &c{nick}"
- - "&e· &fMotivo: &b{reason}"
- - "&e· &fQuem reportou: &b{report}"
- - ""
- #Item id
- id: 397
- #Item data
- data: 3
- #The skull owner | Don't remove this | If item is not a head set to null
- #Você pode usar 2 variaveis, pode usar um nome de skin (Ex: Seiy), ou pode usar uma url
- #que é oque está atualmente
- skullOwner: "http://textures.minecraft.net/texture/1b67edb6ab2129a3b439dde98869e05af81c86d94815e37d31359bcd3ddf458d"
- #Historic menu
- historic:
- #Name of the menu
- name: "&fPainel - Historico Criminal"
- #Itens in menu
- itens:
- #The historic show item | Don't remove this
- historicItem:
- #Item name
- name: "&b{date} &8| &b{hour}"
- #Item lore
- lore:
- - ""
- - "&e· &b{date} &8| &b{hour}"
- - ""
- - "&e· &fPunição: &c{type}"
- - "&e· &fID: &a{id}"
- - "&e· &fAtivo: &b{active}"
- - ""
- - "&e· &fStaff: &b{staff}"
- - "&e· &fDuração: &c{time}"
- - ""
- - "&e· &fMotivo: &b{reason}"
- - ""
- #Item id
- id: 397
- #Item data
- data: 3
- #The skull owner | Don't remove this | If item is not a head set to null
- #Você pode usar 2 variaveis, pode usar um nome de skin (Ex: Seiy), ou pode usar uma url
- #que é oque está atualmente
- skullOwner: "http://textures.minecraft.net/texture/3ed1aba73f639f4bc42bd48196c715197be2712c3b962c97ebf9e9ed8efa025"
- #
- # Messages
- #
- Messages:
- #
- # Errors messages
- #
- noPerm: "&cVocê não possúi permissão para utilizar este comando!!"
- usageBan: "&cComando incorreto, use @n@n&bExemplo: &c/ban (Nick) (Motivo)"
- usageTempban: "&cComando incorreto, use @n@n&bExemplo: &c/tempban (Nick) (Time) (Time type) (Reason)"
- usageUnban: "&cComando incorreto, use @n@n&bExemplo: &c/unban (id)"
- usageMute: "&cComando incorreto, use @n@n&bExemplo: &c/mute (Nick) (Reason)"
- usageTempmute: "&cComando incorreto, use @n@n&bExemplo: &c/tempmute (Nick) (Time) (Time type) (Reason)"
- usageUnmute: "&cComando incorreto, use @n@n&bExemplo: &c/unmute (id)"
- usageWarn: "&cComando incorreto, use @n@n&bExemplo: &c/warn (Nick) (Reason)"
- usageKick: "&cComando incorreto, use @n@n&bExemplo: &c/kick (Nick) (Reason)"
- usageReport: "&cComando incorreto, use @n@n&bExemplo: &c/report (Nick) (Reason)"
- usageVerify: "&cComando incorreto, use @n@n&bExemplo: &c/verify (Nick) &8- &7Optional: &c(Filter) @nUse: 1 to filter only actives"
- playerOffline: "&cJogador não encontrado ou offline!"
- noHistoric: "&cEsse jogador não tem histórico criminoso!"
- noReports: "&cNão possúi nenhum report no menu!"
- numbersOnly: "&cVocê precisa utilizar o &bID&c para isso."
- #
- # Success messages
- #
- warnPlayer: "@n&cST-BANS@n@n &cVocê recebeu um aviso! @n@n&fMotivo: &c{reason}@n@n"
- warnStaff: "&cO jogador &4{nick} &crecebeu um aviso."
- playerReported: "&aO jogador &c{nick} &afoi reportado com sucesso!"
- playerKicked: "&aO jogador &c{nick}&a foi expulso com sucesso!"
- #
- # In-game messages
- #
- playerPunishBroadcast: "@n &c&lNova Punição!!@n&cJogador: &f{nick}@n&cStaff: &f{staff}@n&cMotivo: &f{reason} @n"
- playerKickedBroadcast: "@n&cST-BANS@n&f{staff}&c expulsou &f{nick}@n&cMotivo &f{reason}@n"
- playerWarnedBroadcast: "@n&cST-BANS@n&f{staff}&c enviou um aviso para &f{nick}@n&cMotivo &f{reason}@n"
- playerReportedStaff: "@n &f&lNovo Reporte!!!@n&fNick: &c{nick} @n&fMotivo: &c{reason} @n&fQuem Reportou: &a{report} @n"
- punishRepealed: "&cA punição do id &4{id} &cfoi retirada!"
- 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}"
- 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}"
- punishRepealedChat: "&cST-BANS @n &4Punição @n&fSua punição do id: &c{id} &ffoi revogada!"
- #
- #Connect listener
- #
- punishRepealedKick: "&cST-BANS @n &4Punição @n&fSua punição do id: &c{id} &ffoi revogada!"
- kickMessage: "&cST-BANS @n@n &fVocê foi expulso @n@n&fMotivo: &f{reason}"
- 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