minecraft-server/live-server/plugins/HelpCommand/config.yml
s8n-ru b1db453a85 chat: deep rebrand to racked.ru palette + prefix
22 plugins audited, 14 rebranded, 21 files changed. Locks player-facing
chat to monochrome + &e yellow accent with universal prefix
&8[&fracked.ru&8]&r — strips every plugin-name leak (AuthMeReloaded,
[Lands], [Homestead], [SkinsRestorer], [TAB], Grim », [ProAntiTab],
upstream Discord pitches).

Tier-1 surfaces:
- AuthMe welcome.txt: 1-line branded login (was "AuthMeReloaded
  protection!"); ~108 messages recoloured
- MiniMOTD: dead 1.16.2 config.yml deleted (salvos.ddns.net + joke
  MOTDs); main.conf already on-brand
- HelpCommand: full /help recolour, &a/&c labels purged
- ComfyWhitelist: kick screen redesigned to "apply at racked.ru"
- LPC chat-format: banned &l removed (every chat line)

Tier-2 prefix sweep across TAB, GrimAC, ProAntiTab, CoreProtect,
SkinsRestorer, MarriageMaster, Homestead, UltimateTimber.

Plugin folder rename: RackedLimbo → AuthLimbo (matches 2026-04-30
plugin rename + docker-compose update in 6487ada).

Lands lang (~6,975 lines), Homestead lang (~645 lines), and
jar-locale plugins (Multiverse, WorldEdit, FAWE, LuckPerms,
SkinsRestorer prefix) deferred — see docs/REBRAND_2026-04-30.md.

Adds canonical reference: docs/RACKED_BRAND.md (palette, wordmark,
templates, validation checklist).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-01 10:40:28 +01:00

72 lines
2.2 KiB
YAML
Executable file

# Welcome to the HelpCommand config.yml
# You can edit values here for the plugin
######################################
# Support
######################################
# Documentation: https://hcdocs.voidem.com/
# Discord server: https://support.voidem.com/
# Discord user: voidem
# Spigot user: VoidemLIVE
# GitHub repository: https://github.com/VoidemLIVE/Help-Command-Plugin
######################################
# Plugin config
######################################
######################################
# Main Help Command
######################################
version: "2.9.2" # DO NOT CHANGE THIS VALUE
updateCheck: true # recommended to keep this value as true
help:
1:
- "&8[&fracked.ru&8]&r"
- "&8------------------------------------"
- "&r&nCommands&r &8(&7basic&8)&r"
- " "
- "&e/tp &8> &7teleport to another player"
- "&e/pm &8> &7private message other players"
- " "
- "&e/sethome &8> &7set a home point in the world"
- "&e/home &8> &7teleport to your saved home"
- " "
- "&e/rules &8> &7display server rules"
- " "
- "&8------------------------------------"
2:
- "&8[&fracked.ru&8]&r"
- "&8------------------------------------"
- "&r&nCommands&r &8(&7advanced&8)&r"
- " "
- "&e/bal &8> &7show your current balance"
- "&e/pay &8> &7pay another player"
- " "
- "&e/region &8> &7manage your land claim"
- "&e/claim &8> &7claim the chunk you're standing in"
- " "
- "&e/shop &8> &7open the shop gui"
- " "
- "&8------------------------------------"
pagesEnabled: [1,2]
######################################
# Enabled Commands
######################################
helpcmd: true
######################################
# Language
######################################
reload: '&8[&fracked.ru&8]&r &7helpcommand reloading'
disabled: '&8[&fracked.ru&8]&r &cerror: &7this command is disabled'
noargument: '&8[&fracked.ru&8]&r &cerror: &7please use an argument'
playersOnly: '&8[&fracked.ru&8]&r &cerror: &7only players can use this command'
pageNA: '&8[&fracked.ru&8]&r &cerror: &7this page does not exist'
pagePrompt:
enabled: true
page: '&7page &f$[pageNum]'
arrowBack: '&8[&e<< &e$[prevNum]&8]'
arrowForward: '&8[&e$[nextNum] &e>>&8]'