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,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."