75 lines
2.1 KiB
YAML
75 lines
2.1 KiB
YAML
|
|
# 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 >>]'
|