minecraft-server/live-server/plugins/HelpCommand/config.yml
s8n-ru 0dad38e02e Initial commit: racked.ru Minecraft server config snapshot
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
2026-04-30 18:33:38 +01:00

74 lines
2.1 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(&aBasic&8)&r"
- " "
- "&f/tp &b&e> &7Teleport to another player. "
- "&f/pm &b&e> &7Private message other players. "
- " "
- "&f/sethome &e> &7Set a home point in the world."
- "&f/home &e> &r&7Teleport to your saved home."
- " "
- "&f/rules &e> &r&7Display server rules. "
- " "
-
- " "
- "&8------------------------------------ "
2:
- "&8[&fracked.ru&8]&r "
- "&8------------------------------------ "
- "&r&nCommands&r &8(&cAdvanced&8)&r "
- " "
- "&f/bal &b&e> &7Show your current balance. "
- "&f/pay &b&e> &7Pay another player. "
- " "
- "&f/region &b&e> &7Manage your land claim. "
- "&f/claim &e> &r&7Claim the chunk your standing in"
- " "
- "&f/shop &b&e> &7Open the shop GUI. "
- " "
- "&8------------------------------------ "
pagesEnabled: [1,2]
######################################
# Enabled Commands
######################################
helpcmd: true
######################################
# Language
######################################
reload: '&aHelpCommand reloading'
disabled: '&cThis command is disabled'
noargument: '&cPlease use an argument'
playersOnly: 'Only players can use this command'
pageNA: '&cThis page does not exist!'
pagePrompt:
enabled: true
page: '&7Page &7$[pageNum]'
arrowBack: '&e[<< &e$[prevNum]&e]'
arrowForward: '&e[&e$[nextNum]&e >>]'