Initial server configuration

This commit is contained in:
2026-06-01 21:02:52 +03:00
commit 6c51390cab
398 changed files with 86675 additions and 0 deletions
@@ -0,0 +1,95 @@
# vim: set tabstop=2 softtabstop=0 expandtab shiftwidth=2:
# This config file will automatically be updated, as long
# as there are no incompatible changes between versions.
# This means that additional comments will not be preserved!
# The language for this module. The corresponding language file must be named
# lang-{lang}.yml. Specifying 'inherit' will load the value set for vane-core.
# Default: "inherit"
lang: "inherit"
# The module will only add functionality if this is set to true.
# Default: true
enabled: true
# Enable plugin metrics via bStats. You can opt-out here or via the global bStats
# configuration. All collected information is completely anonymous and publicly
# available.
# Default: true
metrics_enabled: true
command_permission:
# Enable command permission
# Default: true
enabled: true
command_vouch:
# Enable command vouch
# Default: true
enabled: true
# The group to assign to players when someone vouches for them.
# Default: "user"
vouch_group: "user"
# The permission group that will be given to players that have no other permission
# group.
# Default: "default"
default_group: "default"
# The permission groups. A player can have multiple permission groups assigned.
# Permission groups can inherit other permission groups by specifying
# vane.permissions.groups.<groupname> as a permission.
# Default:
# default:
# - bukkit.command.help
# - bukkit.broadcast
# - bukkit.broadcast.user
# verified:
# - vane.permissions.groups.user
# - vane.permissions.commands.vouch
# admin:
# - vane.permissions.groups.verified
# - vane.admin.bypass_spawn_protection
# - vane.portals.admin
# - vane.regions.admin
# - vane.*.commands.*
# user:
# - vane.permissions.groups.default
# - vane.admin.modify_world
# - vane.regions.commands.region
# - vane.trifles.commands.heads
groups:
default:
- bukkit.command.help
- bukkit.broadcast
- bukkit.broadcast.user
verified:
- vane.permissions.groups.user
- vane.permissions.commands.vouch
admin:
- vane.permissions.groups.verified
- vane.admin.bypass_spawn_protection
- vane.portals.admin
- vane.regions.admin
- vane.*.commands.*
user:
- vane.permissions.groups.default
- vane.admin.modify_world
- vane.regions.commands.region
- vane.trifles.commands.heads
# Remove all default permissions from ANY SOURCE (including other plugins and
# minecraft permissions) to start with a clean preset. This will allow you to
# exactly set which player have which permissions instead of having to resort to
# volatile stateful changes like negative permissions. This will result in OPed
# players to lose access to commands, if not explicitly added back via
# permissions. The wildcard permissions can be viewed using `perms list
# permissions`. The wildcard permissions `minecraft` and `craftbukkit` may be
# especially useful.
# Default: false
remove_defaults: false
# DO NOT CHANGE! The version of this config file. Used to determine if the config
# needs to be updated.
version: 1
@@ -0,0 +1,46 @@
# vim: set tabstop=2 softtabstop=0 expandtab shiftwidth=2:
#
# >> See lang-en.yml for variable descriptions <<
#
# +-----------------------------------+
# | CAUTION: Do NOT change this file! |
# +-----------------------------------+
#
# It will be silently overwritten with updates! If you want
# to customize strings yourself, copy this file to lang-custom.yml
# and set the language in the config.yml to "lang: 'custom'"
# DO NOT CHANGE! The version of this language file. Used to determine
# if the file needs to be updated.
version: 1
# The corresponding language code used in resource packs. Used for
# resource pack generation. Typically, this is a combination of the
# language code (ISO 639) and the country code (ISO 3166).
resource_pack_lang_code: 'de_de'
command_permission:
list_empty: "§b∅"
list_header_groups: "Registrierte Gruppen:"
list_header_permissions: "Registrierte Berechtigungen:\nFormat: <permission> (<default>): <description>"
list_header_player_groups: "Berechtigungsgruppen für %1$s:"
list_header_player_permissions: "Berechtigungen für %1$s:\nFormat: <permission> (<default>): <description>"
list_header_group_permissions: "Berechtigungen für %1$s:\nFormat: <permission> (<default>): <description>"
list_player_offline: "§6Der angeforderte Spieler ist offline. Es werden nur direkt konfigurierte Berechtigungen gezeigt. Berechtigungen die durch andere Plugins gesetzt werden fehlen möglicherweise."
list_group: "§7 - %1$s"
list_permission: "§7 - %1$s§7 (%2$s§7): %3$s"
group_assigned: "%1$s wurde %2$s zugewiesen"
group_removed: "%1$s wurde von %2$s entfernt"
group_already_assigned: "§6Gruppe bereits zugewiesen"
group_not_assigned: "§6Gruppe nicht zugewiesen"
usage: "%1$s §7<§alist§7|§aadd§7|§aremove§7>"
description: "Verwaltet Spielerberechtigungen."
help: "§alist §7<§agroups§7|§apermissions§7>:§r Listet alle verfügbaren Berechtigungen oder Berechtigungsgruppen.\n\
§aadd §bplayer §bgroup§7:§r Fügt einen Spieler zu einer Berechtigungsgruppe hinzu.\n\
§aremove §bplayer §bgroup§7:§r Entfernt einen Spieler aus einer Berechtigungsgruppe."
command_vouch:
vouched: "§aDu hast dich für %1$s§a verbürgt!"
already_vouched: "§6Du hast dich bereits für %1$s§6 verbürgt!"
usage: "%1$s §bspieler"
description: "Verbürge dich für einen Spieler."
help: "Verbürge dich für einen Spieler, wodurch dieser Spielrechte zugeteilt bekommt."
@@ -0,0 +1,78 @@
# vim: set tabstop=2 softtabstop=0 expandtab shiftwidth=2:
#
# >> See lang-en.yml for variable descriptions <<
#
# +-----------------------------------+
# | CAUTION: Do NOT change this file! |
# +-----------------------------------+
#
# It will be silently overwritten with updates! If you want
# to customize strings yourself, copy this file to lang-custom.yml
# and set the language in the config.yml to "lang: 'custom'"
# DO NOT CHANGE! The version of this language file. Used to determine
# if the file needs to be updated.
version: 1
# The corresponding language code used in resource packs. Used for
# resource pack generation. Typically, this is a combination of the
# language code (ISO 639) and the country code (ISO 3166).
resource_pack_lang_code: 'en_us'
command_permission:
# This message is used to represent the empty list
list_empty: "§b∅"
# This message is sent as a first header line for group list output
list_header_groups: "Listing all registered groups:"
# This message is sent as a first header line for permission list output
list_header_permissions: "Listing all registered permissions:\nFormat: <permission> (<default>): <description>"
# This message is sent as a first header line for player group list output
# %1$s: Player name
list_header_player_groups: "Listing all groups for %1$s:"
# This message is sent as a first header line for player permission list output
# %1$s: Player name
list_header_player_permissions: "Listing all permissions for %1$s:\nFormat: <permission> (<default>): <description>"
# This message is sent as a first header line for group permission list output
# %1$s: Group name
list_header_group_permissions: "Listing all permissions for %1$s:\nFormat: <permission> (<default>): <description>"
# This message is sent when permissions are queried on an offline player
list_player_offline: "§6The requested player is offline. Only configured permissions will be shown. Permissions from other permission management plugins might be missing."
# This message is sent for each group when a list of all groups is requested.
# %1$s: Group name
list_group: "§7 - %1$s"
# This message is sent for each permission when a list of all permissions is requested.
# %1$s: Permission name
# %2$s: Permission value
# %3$s: Permission description
list_permission: "§7 - %1$s§7 (%2$s§7): %3$s"
# This message is sent when a group is added to a player.
# %1$s: Player name
# %2$s: Group name
group_assigned: "%1$s was assigned to %2$s"
# This message is sent when a group is removed from a player.
# %1$s: Player name
# %2$s: Group name
group_removed: "%1$s was removed from %2$s"
# This message is sent when a group is added to a player, but it is already assigned.
# %1$s: Player name
# %2$s: Group name
group_already_assigned: "§6Group already assigned"
# This message is sent when a group is removed from a player, but it wasn't assigned.
# %1$s: Player name
# %2$s: Group name
group_not_assigned: "§6Group not assigned"
usage: "%1$s §7<§alist§7|§aadd§7|§aremove§7>"
description: "Manages player permissions."
help: "§alist §7<§agroups§7|§apermissions§7>:§r Lists all available permissions or permission groups.\n\
§aadd §bplayer §bgroup§7:§r Adds the player to the given permission group.\n\
§aremove §bplayer §bgroup§7:§r Remove the player from the given permission group."
command_vouch:
# This message is sent when a player successfully vouches for a player
# %1$s: Player name
vouched: "§aYou have vouched for %1$s§a!"
# This message is sent when a player tries to vouch for a player for whom he already has vouched
# %1$s: Player name
already_vouched: "§6You have already vouched for %1$s§6!"
usage: "%1$s §bplayer"
description: "Vouches for a player."
help: "Vouches for a player so they get permission to play on the server."
@@ -0,0 +1,79 @@
# vim: set tabstop=2 softtabstop=0 expandtab shiftwidth=2:
#
# >> Ver lang-en.yml para descripciones de variables <<
#
# +---------------------------------------+
# | PRECAUCIÓN: ¡NO cambies este archivo! |
# +---------------------------------------+
#
# ¡Se sobrescribirá silenciosamente con actualizaciones! Si quieres
# personalizar las cadenas tú mismo, copia este archivo a lang-custom.yml
# y establece el idioma en config.yml como "lang: 'custom'"
# ¡NO CAMBIAR! La versión de este archivo de idioma. Se utiliza para determinar
# si el archivo debe actualizarse.
version: 1
# El código de idioma correspondiente utilizado en paquetes de recursos. Utilizado para
# generación de paquetes de recursos. Normalmente, esto es una combinación del
# código de idioma (ISO 639) y el código de país (ISO 3166).
resource_pack_lang_code: 'es_es'
command_permission:
# Este mensaje se utiliza para representar la lista vacía
list_empty: "§b∅"
# Este mensaje se envía como primera línea de encabezado para la salida de la lista de grupos
list_header_groups: "Listando todos los grupos registrados:"
# Este mensaje se envía como primera línea de encabezado para la salida de la lista de permisos
list_header_permissions: "Listando todos los permisos registrados:\nFormato: <permiso> (<predeterminado>): <descripción>"
# Este mensaje se envía como primera línea de encabezado para la salida de la lista de grupos de jugadores
# %1$s: Nombre del jugador
list_header_player_groups: "Listando todos los grupos para %1$s:"
# Este mensaje se envía como primera línea de encabezado para la salida de la lista de permisos de jugadores
# %1$s: Nombre del jugador
list_header_player_permissions: "Listando todos los permisos para %1$s:\nFormato: <permiso> (<predeterminado>): <descripción>"
# Este mensaje se envía como primera línea de encabezado para la salida de la lista de permisos de grupo
# %1$s: Nombre del grupo
list_header_group_permissions: "Listando todos los permisos para %1$s:\nFormato: <permiso> (<predeterminado>): <descripción>"
# Este mensaje se envía cuando se consultan permisos en un jugador sin conexión
list_player_offline: "§6El jugador solicitado está desconectado. Solo se mostrarán los permisos configurados. Es posible que falten permisos de otros complementos de administración de permisos."
# Este mensaje se envía para cada grupo cuando se solicita una lista de todos los grupos.
# %1$s: Nombre del grupo
list_group: "§7 - %1$s"
# Este mensaje se envía para cada permiso cuando se solicita una lista de todos los permisos.
# %1$s: Nombre del permiso
# %2$s: Valor del permiso
# %3$s: Descripción del permiso
list_permission: "§7 - %1$s§7 (%2$s§7): %3$s"
# Este mensaje se envía cuando se agrega un grupo a un jugador.
# %1$s: Nombre del jugador
# %2$s: Nombre del grupo
group_assigned: "%1$s fue asignado a %2$s"
# Este mensaje se envía cuando se elimina un grupo de un jugador.
# %1$s: Nombre del jugador
# %2$s: Nombre del grupo
group_removed: "%1$s fue eliminado de %2$s"
# Este mensaje se envía cuando se agrega un grupo a un jugador, pero ya está asignado.
# %1$s: Nombre del jugador
# %2$s: Nombre del grupo
group_already_assigned: "§6Grupo ya asignado"
# Este mensaje se envía cuando se elimina un grupo de un jugador, pero no estaba asignado.
# %1$s: Nombre del jugador
# %2$s: Nombre del grupo
group_not_assigned: "§6Grupo no asignado"
usage: "%1$s §7<§alist§7|§aadd§7|§aremove§7>"
description: "Administra los permisos de los jugadores."
help: "§alist §7<§agroups§7|§apermisos§7>:§r Lista todos los permisos disponibles o grupos de permisos.\n\
§aadd §bplayer §bgroup§7:§r Añade al jugador al grupo de permisos indicado.\n\
§aremove §bplayer §bgroup§7:§r Elimina al jugador del grupo de permisos indicado."
command_vouch:
# Este mensaje se envía cuando un jugador avala con éxito a otro jugador.
# %1$s: Nombre del jugador
vouched: "§a¡Has avalado a %1$s§a!"
# Este mensaje se envía cuando un jugador intenta avalar a otro jugador por el que ya ha avalado
# %1$s: Nombre del jugador
already_vouched: "§6¡Ya has avalado a %1$s§6!"
usage: "%1$s §bjugador"
description: "Avala a un jugador."
help: "Avala a un jugador para que tenga permiso para jugar en el servidor."
@@ -0,0 +1,46 @@
# vim: set tabstop=2 softtabstop=0 expandtab shiftwidth=2:
#
# >> See lang-en.yml for variable descriptions <<
#
# +-----------------------------------+
# | CAUTION: Do NOT change this file! |
# +-----------------------------------+
#
# It will be silently overwritten with updates! If you want
# to customize strings yourself, copy this file to lang-custom.yml
# and set the language in the config.yml to "lang: 'custom'"
# DO NOT CHANGE! The version of this language file. Used to determine
# if the file needs to be updated.
version: 1
# The corresponding language code used in resource packs. Used for
# resource pack generation. Typically, this is a combination of the
# language code (ISO 639) and the country code (ISO 3166).
resource_pack_lang_code: 'fr_fr'
command_permission:
list_empty: "§b∅"
list_header_groups: "Liste de tous les groupes connus:"
list_header_permissions: "Liste de toutes les permissions connues:\nFormat: <permission> (<valeur par défaut>): <description>"
list_header_player_groups: "Liste de tous les groupes de %1$s:"
list_header_player_permissions: "Liste de toutes les permissions de %1$s:\nFormat: <permission> (<valeur par défaut>): <description>"
list_header_group_permissions: "Liste de toutes les permissions du groupe %1$s:\nFormat: <permission> (<valeur par défaut>): <description>"
list_player_offline: "§6Le·a joueur·se est actuellement hors-ligne. Seules les permissions configurées seront montrées. Des permissions issues d'autres plugins de gestion de permissions peuvent être manquantes."
list_group: "§7 - %1$s"
list_permission: "§7 - %1$s§7 (%2$s§7): %3$s"
group_assigned: "%1$s a été assigné·e au groupe %2$s"
group_removed: "%1$s a été retiré·e du groupe %2$s"
group_already_assigned: "§6Déjà dans ce groupe"
group_not_assigned: "§6N'est pas dans ce groupe"
usage: "%1$s §7<§alist§7|§aadd§7|§aremove§7>"
description: "Gère les permissions des joueur·se·s."
help: "§alist §7<§agroups§7|§apermissions§7>:§r Liste toutes les permissions existantes, ou tous les groupes existants.\n\
§aadd §bjoueur §bgroupe§7:§r Ajoute le·a joueur·se au groupe spécifié.\n\
§aremove §bjoueur §bgroupe§7:§r Retire le·a joueur·se du groupe spécifié."
command_vouch:
vouched: "§aVous vous êtes porté·e garant·e pour %1$s§a !"
already_vouched: "§6Vous vous êtes déjà porté·e garant·e pour %1$s§6 !"
usage: "%1$s §bjoueur"
description: "Se porter garant·e pour un·e joueur·se."
help: "Se porter garant·e pour un·e joueur·se afin que celui·elle-ci ait la permission de jouer sur ce serveur."
@@ -0,0 +1,81 @@
# vim: set tabstop=2 softtabstop=0 expandtab shiftwidth=2:
#
# >> See lang-en.yml for variable descriptions <<
#
# +-----------------------------------+
# | CAUTION: Do NOT change this file! |
# +-----------------------------------+
#
# It will be silently overwritten with updates! If you want
# to customize strings yourself, copy this file to lang-custom.yml
# and set the language in the config.yml to "lang: 'custom'"
# DO NOT CHANGE! The version of this language file. Used to determine
# if the file needs to be updated.
version: 1
# The corresponding language code used in resource packs. Used for
# resource pack generation. Typically, this is a combination of the
# language code (ISO 639) and the country code (ISO 3166).
resource_pack_lang_code: 'ru_ru'
command_permission:
# This message is used to represent the empty list
list_empty: "§b∅"
# This message is sent as a first header line for group list output
list_header_groups: "Список всех зарегестрированных групп:"
# This message is sent as a first header line for permission list output
list_header_permissions: "Список всех зарегестрированных разрешений:\nФормат: <permission> (<default>): <description>"
# This message is sent as a first header line for player group list output
# %1$s: Player name
list_header_player_groups: "Список всех групп для %1$s:"
# This message is sent as a first header line for player permission list output
# %1$s: Player name
list_header_player_permissions: "Список всех разрешений для %1$s:\nФормат: <permission> (<default>): <description>"
# This message is sent as a first header line for group permission list output
# %1$s: Group name
list_header_group_permissions: "Список всех разрешений для %1$s:\nФормат: <permission> (<default>): <description>"
# This message is sent when permissions are queried on an offline player
list_player_offline: "§6Запрашеваемый игрок не в сети. Только настроенные разрешения будут показаны. Разрешения от других плагинов модерирующих рзрешения могут отсутствовать."
# This message is sent for each group when a list of all groups is requested.
# %1$s: Group name
list_group: "§7 - %1$s"
# This message is sent for each permission when a list of all permissions is requested.
# %1$s: Permission name
# %2$s: Permission value
# %3$s: Permission description
list_permission: "§7 - %1$s§7 (%2$s§7): %3$s"
# This message is sent when a group is added to a player.
# %1$s: Player name
# %2$s: Group name
group_assigned: "%1$s был присвоен к %2$s"
# This message is sent when a group is removed from a player.
# %1$s: Player name
# %2$s: Group name
group_removed: "%1$s был удалён из %2$s"
# This message is sent when a group is added to a player, but it is already assigned.
# %1$s: Player name
# %2$s: Group name
group_already_assigned: "§6Группа уже присвоена"
# This message is sent when a group is removed from a player, but it wasn't assigned.
# %1$s: Player name
# %2$s: Group name
group_not_assigned: "§6Группа не присвоена"
usage: "%1$s §7<§alist§7|§aadd§7|§aremove§7>"
description: "Управляет разрешениями игроков."
help: "§alist §7<§agroups§7|§apermissions§7>:§r Показывает список всех разрешений и групп.\n\
§aadd §bplayer §bgroup§7:§r Добавляет игрока в выбранную группу.\n\
§aremove §bplayer §bgroup§7:§r Удаляет игрока из выбранной группы."
# Too hard to translate.
command_vouch:
# This message is sent when a player successfully vouches for a player
# %1$s: Player name
vouched: "§aВы ручаетесь за %1$s§a!"
# This message is sent when a player tries to vouch for a player for whom he already has vouched
# %1$s: Player name
already_vouched: "§6Вы уже поручились за %1$s§6!"
usage: "%1$s §bplayer"
description: "Взятие ответственности за игрока."
help: "Вы берёте ответсвенность за игрока чтобы он мог играть на этом сервере."
@@ -0,0 +1,78 @@
# vim: set tabstop=2 softtabstop=0 expandtab shiftwidth=2:
#
# >> See lang-en.yml for variable descriptions <<
#
# +-----------------------------------+
# | CAUTION: Do NOT change this file! |
# +-----------------------------------+
#
# It will be silently overwritten with updates! If you want
# to customize strings yourself, copy this file to lang-custom.yml
# and set the language in the config.yml to "lang: 'custom'"
# DO NOT CHANGE! The version of this language file. Used to determine
# if the file needs to be updated.
version: 1
# The corresponding language code used in resource packs. Used for
# resource pack generation. Typically, this is a combination of the
# language code (ISO 639) and the country code (ISO 3166).
resource_pack_lang_code: 'tr_tr'
command_permission:
# This message is used to represent the empty list
list_empty: "§b∅"
# This message is sent as a first header line for group list output
list_header_groups: "Tüm kayıtlı grupların listesi:"
# This message is sent as a first header line for permission list output
list_header_permissions: "Kayıtlı tüm izinleri listeleme:\nFormat: <yetki> (<varsayılan>): <açıklama>"
# This message is sent as a first header line for player group list output
# %1$s: Player name
list_header_player_groups: "%1$s için tüm gruplar listeleniyor:"
# This message is sent as a first header line for player permission list output
# %1$s: Player name
list_header_player_permissions: "%1$s için tüm gruplar listeleniyor:\nFormat: <yetki> (<varsayılan>): <açıklama>"
# This message is sent as a first header line for group permission list output
# %1$s: Group name
list_header_group_permissions: "%1$s için tüm gruplar listeleniyor:\nFormat: <yetki> (<varsayılan>): <açıklama>"
# This message is sent when permissions are queried on an offline player
list_player_offline: "§6İstenen oyuncu çevrimdışı. Yalnızca yapılandırılmış izinler gösterilecektir. Diğer izin yönetimi eklentilerinden alınan izinler eksik olabilir."
# This message is sent for each group when a list of all groups is requested.
# %1$s: Group name
list_group: "§7 - %1$s"
# This message is sent for each permission when a list of all permissions is requested.
# %1$s: Permission name
# %2$s: Permission value
# %3$s: Permission description
list_permission: "§7 - %1$s§7 (%2$s§7): %3$s"
# This message is sent when a group is added to a player.
# %1$s: Player name
# %2$s: Group name
group_assigned: "%1$s adlı oyuncu %2$s grubuna katıldı"
# This message is sent when a group is removed from a player.
# %1$s: Player name
# %2$s: Group name
group_removed: "%1$s adlı oyuncu %2$s grubundan ayrıldı"
# This message is sent when a group is added to a player, but it is already assigned.
# %1$s: Player name
# %2$s: Group name
group_already_assigned: "§6Zaten bu grupta var"
# This message is sent when a group is removed from a player, but it wasn't assigned.
# %1$s: Player name
# %2$s: Group name
group_not_assigned: "§6Grupta yok"
usage: "%1$s §7<§alist§7|§aadd§7|§aremove§7>"
description: "Oyuncu izinlerini yönetir."
help: "§alist §7<§agruplar§7|§ayetkiler§7>:§r Mevcut tüm izinleri veya izin gruplarını listeler.\n\
§aadd §boyuncu §bgrup§7:§r Oyuncuyu verilen izin grubuna ekler.\n\
§aremove §boyuncu §bgrup§7:§r Oyuncuyu verilen izin grubundan çıkarın."
command_vouch:
# This message is sent when a player successfully vouches for a player
# %1$s: Player name
vouched: "§a%1$s §aiçin kefil oldunuz!"
# This message is sent when a player tries to vouch for a player for whom he already has vouched
# %1$s: Player name
already_vouched: "§6Zaten %1$s§6 için kefil oldunuz!"
usage: "%1$s §boyuncu"
description: "Bir oyuncunun sunucuda oynama izni alması için kefil olur."
help: "Bir oyuncunun sunucuda oynama izni alması için kefil olur."
@@ -0,0 +1,46 @@
# vim: set tabstop=2 softtabstop=0 expandtab shiftwidth=2:
#
# >> See lang-en.yml for variable descriptions <<
#
# +-----------------------------------+
# | CAUTION: Do NOT change this file! |
# +-----------------------------------+
#
# It will be silently overwritten with updates! If you want
# to customize strings yourself, copy this file to lang-custom.yml
# and set the language in the config.yml to "lang: 'custom'"
# DO NOT CHANGE! The version of this language file. Used to determine
# if the file needs to be updated.
version: 1
# The corresponding language code used in resource packs. Used for
# resource pack generation. Typically, this is a combination of the
# language code (ISO 639) and the country code (ISO 3166).
resource_pack_lang_code: 'zh_cn'
command_permission:
list_empty: "§b∅"
list_header_groups: "列出所有注册的群组:"
list_header_permissions: "列出所有注册的权限:\n格式:<权限><预设值>):<描述>"
list_header_player_groups: "列出 %1$s 所有的群组:"
list_header_player_permissions: "列出 %1$s 所有的权限:\n格式:<权限><预设值>):<描述>"
list_header_group_permissions: "列出 %1$s 所有的权限:\n格式:<权限><预设值>):<描述>"
list_player_offline: "§6所请求的玩家不在线上。仅显示已设定的权限。其他权限管理插件的权限可能会遗失。"
list_group: "§7 - %1$s"
list_permission: "§7 - %1$s§7%2$s§7):%3$s"
group_assigned: "%1$s已被指定至%2$s"
group_removed: "%1$s已从%2$s中移除"
group_already_assigned: "§6该玩家已经被指定至此组别"
group_not_assigned: "§6该玩家尚未被指定至此组别"
usage: "%1$s §7<§a列表§7|§a新增§7|§a移除§7>"
description: "管理玩家权限."
help: "§a列表 §7<§a组别§7|§a权限§7>:§r 列出所有可用的权限或权限组别。\n\
§a新增 §b玩家 §b组别§7:§r 将玩家新增至指定的权限组别。 \n\
§a移除 §b玩家 §b组别§7:§r 将玩家从指定的权限组别中移除。 "
command_vouch:
vouched: "§a你已为%1$s作担保§a"
already_vouched: "§6你已经为%1$s作过担保§6"
usage: "%1$s §b玩家名称"
description: "为一个玩家作担保."
help: "为一个玩家作担保,以便让其有权限进入服务器."
@@ -0,0 +1,46 @@
# vim: set tabstop=2 softtabstop=0 expandtab shiftwidth=2:
#
# >> See lang-en.yml for variable descriptions <<
#
# +-----------------------------------+
# | CAUTION: Do NOT change this file! |
# +-----------------------------------+
#
# It will be silently overwritten with updates! If you want
# to customize strings yourself, copy this file to lang-custom.yml
# and set the language in the config.yml to "lang: 'custom'"
# DO NOT CHANGE! The version of this language file. Used to determine
# if the file needs to be updated.
version: 1
# The corresponding language code used in resource packs. Used for
# resource pack generation. Typically, this is a combination of the
# language code (ISO 639) and the country code (ISO 3166).
resource_pack_lang_code: 'zh_tw'
command_permission:
list_empty: "§b∅"
list_header_groups: "列出所有註冊的群組:"
list_header_permissions: "列出所有註冊的權限:\n格式:<權限><預設值>):<描述>"
list_header_player_groups: "列出 %1$s 所有的群組:"
list_header_player_permissions: "列出 %1$s 所有的權限:\n格式:<權限><預設值>):<描述>"
list_header_group_permissions: "列出 %1$s 所有的權限:\n格式:<權限><預設值>):<描述>"
list_player_offline: "§6所請求的玩家不在線上。僅顯示已設定的權限。其他權限管理插件的權限可能會遺失。"
list_group: "§7 - %1$s"
list_permission: "§7 - %1$s§7%2$s§7):%3$s"
group_assigned: "%1$s已被指定至%2$s"
group_removed: "%1$s已從%2$s中移除"
group_already_assigned: "§6該玩家已經被指定至此組別"
group_not_assigned: "§6該玩家尚未被指定至此組別"
usage: "%1$s §7<§a列表§7|§a新增§7|§a移除§7>"
description: "管理玩家權限."
help: "§a列表 §7<§a組別§7|§a權限§7>:§r 列出所有可用的權限或權限組別。\n\
§a新增 §b玩家 §b組別§7:§r 將玩家新增至指定的權限組別。\n\
§a移除 §b玩家 §b組別§7:§r 將玩家從指定的權限組別中移除。"
command_vouch:
vouched: "§a你已為%1$s作擔保§a"
already_vouched: "§6你已經為%1$s作過擔保§6"
usage: "%1$s §b玩家名稱"
description: "為一個玩家作擔保."
help: "為一個玩家作擔保,以便讓其有權限進入伺服器."
@@ -0,0 +1 @@
{"command_vouch.vouched_by":{},"player_groups":{},"version":"1"}