Captures live config state of nullstone Purpur 1.21.11 server: - docker-compose.yml (itzg/minecraft-server image, MODRINTH_PROJECTS + PLUGINS lists) - All plugin configs under live-server/plugins/ (no DBs, no jars, no world data) - Server core: bukkit.yml, spigot.yml, purpur.yml, paper-global.yml, paper-world-defaults.yml, server.properties Excluded via .gitignore: - World data (world/, world_nether/, world_the_end/, auth_limbo/) - Sensitive: AuthMe DB (password hashes), Lands DB, CoreProtect DB, Essentials userdata - Jars (auto-fetched), logs, caches, .paper-remapped
22 lines
1.6 KiB
Properties
Executable file
22 lines
1.6 KiB
Properties
Executable file
# Simple Voice Chat translations
|
|
# This file contains all server-side translations for the Simple Voice Chat plugin
|
|
|
|
# The message a player gets when kicked for not having voice chat installed and the server has force_voicechat enabled
|
|
# The first parameter is the mod/plugin name and the second parameter is the mod/plugin version
|
|
force_voicechat_kick_message=You need %s %s to play on this server
|
|
# The message a player gets when kicked for sending too many voice chat packets
|
|
rate_limit_kick_message=Kicked for exceeding packet rate limit
|
|
# The message a player gets when joining a server with an incompatible voice chat version
|
|
# The first parameter is the mod/plugin version and the second parameter is the mod/plugin name
|
|
voicechat_not_compatible_message=Your voice chat client version is not compatible with the server-side version.\\nPlease install version %s of %s.
|
|
# The message a player gets when trying to execute a command that requires the voice chat mod installed on the client side.
|
|
# The first parameter is the mod/plugin name
|
|
voicechat_needed_for_command_message=You need to have %s installed on your client to use this command
|
|
# The message a player gets when trying to execute a command that can only be executed as a player
|
|
player_command_message=This command can only be executed as a player
|
|
# The Placeholder API string for '%voicechat_installed%'
|
|
placeholder_api_voicechat_installed=
|
|
# The Placeholder API string for '%voicechat_not_installed%'
|
|
placeholder_api_voicechat_not_installed=
|
|
# The Placeholder API string for '%voicechat_disabled%'
|
|
placeholder_api_voicechat_disabled=
|