Initial server configuration
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
# +- - - - - - - - - - - - - - - - - -+
|
||||
# | HiddenArmor - Configuration File |
|
||||
# +- - - - - - - - - - - - - - - - - -+
|
||||
|
||||
# Invisibility potion effect related section
|
||||
invisibility-potion:
|
||||
# If players with the invisibility potion effect should always have their gear invisible as well.
|
||||
always-hide-gear: false
|
||||
|
||||
# Equipments to be ignored and not hidden section
|
||||
ignore:
|
||||
# If leather armor should not be hidden and be shown even if the player is hiding his armor.
|
||||
# It is recommended to set this to true due to powder snow issues caused when the leather armor is hidden.
|
||||
leather-armor: true
|
||||
# Set this to true if you want to let your players show off their turtle helmet even when their armor is hidden.
|
||||
turtle-helmet: false
|
||||
# Set this to true if you want elytras to never be hidden.
|
||||
# If this is set to false, the elytra will only be hidden to other players due to minecraft limitations.
|
||||
elytra: false
|
||||
|
||||
|
||||
# Set to true if you want the command to be allowed to all players by default or to false if you want
|
||||
# the command to be allowed only to OPs and players with its permission.
|
||||
default-permissions:
|
||||
# Command: /togglearmor
|
||||
# Description: Toggle the player's own armor visibility
|
||||
# Permission: hiddenarmor.toggle
|
||||
toggle: true
|
||||
# Command: /togglearmor <player>
|
||||
# Description: Toggle other player's armor visibility
|
||||
# Permission: hiddenarmor.toggle.other
|
||||
toggle-other: false
|
||||
|
||||
# Language related settings. Language files are located in the 'locale' folder inside de plugin folder.
|
||||
locale:
|
||||
# By default, the plugin will use the client's language when sending them messages, but if there is no locale file
|
||||
# for its language, the plugin will use the default locale set in this option.
|
||||
default-locale: 'en-us'
|
||||
|
||||
# Used to inform when a new config update is available, don't change this
|
||||
config-version: 2
|
||||
@@ -0,0 +1,2 @@
|
||||
enabled-players:
|
||||
- 89e50837-3fd9-4ecc-9c81-5503c4a97796
|
||||
@@ -0,0 +1,20 @@
|
||||
armor-visibility: "Armor visibility: %visibility%"
|
||||
armor-visibility-other: "%player%'s armor visibility: %visibility%"
|
||||
visibility-hidden: "&7Hidden"
|
||||
visibility-shown: "&bShown"
|
||||
player-not-found: "&cPlayer not found."
|
||||
console-togglearmor-warning: "To use this command in console, you must specify the player name."
|
||||
reload-success: "&fConfiguration reloaded!"
|
||||
reload-default-permission-note: "&fNOTE: Default permissions config changes need a server restart to be applied."
|
||||
help-help: "&fShows this help message"
|
||||
help-togglearmor: "&fToggle your own armor visibility"
|
||||
help-togglearmor-other: "&fToggle other player's armor visibility"
|
||||
help-reload: "&fReloads the configuration"
|
||||
correct-usage: "&2Correct usage: %usage%"
|
||||
player: "player"
|
||||
command-no-permission: "&cYou don't have permission to execute this command."
|
||||
command-delay: "&cPlease, wait before using this command again."
|
||||
command-player-only: "&cOnly players can use this command."
|
||||
command-invalid: "&cInvalid command, use '/hiddenarmor help' to list all commands available."
|
||||
command-error: "&4An error occurred while executing the command."
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
armor-visibility: "Visibilidade da armadura: %visibility%"
|
||||
armor-visibility-other: "Visibilidade da armadura de %player%: %visibility%"
|
||||
visibility-hidden: "&7Oculta"
|
||||
visibility-shown: "&bVisível"
|
||||
player-not-found: "&cJogador não encontrado."
|
||||
console-togglearmor-warning: "Para usar este comando no console, é preciso especificar o nome do jogador."
|
||||
reload-success: "&fConfiguração recarregada!"
|
||||
reload-default-permission-note: "&fOBS.: Configurações de permissões padrão só serão aplicadas após o reinício do servidor."
|
||||
help-help: "&fExibe esta mensagem de ajuda"
|
||||
help-togglearmor: "&fAlterna a visibilidade da sua armadura"
|
||||
help-togglearmor-other: "&fAlterna a visibilidade da armadura de outro jogador"
|
||||
help-reload: "&fRecarrega a configuração"
|
||||
correct-usage: "&2Uso correto: %usage%"
|
||||
player: "jogador"
|
||||
command-no-permission: "&cVocê não tem permissão para executar este comando."
|
||||
command-delay: "&cPor favor, espere antes de usar este comando novamente."
|
||||
command-player-only: "&cApenas jogadores podem usar este comando."
|
||||
command-invalid: "&cComando inválido, use '/hiddenarmor help' para exibir todos os comandos disponíveis."
|
||||
command-error: "&4Ocorreu um erro ao executar o comando."
|
||||
Reference in New Issue
Block a user