πŸ“œscoreboard.yml

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#~                    DeltaHub Scoreboard Module            ~
#~ NOTE: This feature is currently in BETA mode. Your feedback   ~
#~       is valuable in refining our services. If you encounter ~
#~       any issues, please disable it and inform us!           ~
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FILE-VERSION: 1

# General information about the module
GENERAL:
  SCOREBOARD: # Info on the main /scoreboard command
    DESCRIPTION: 'Toggle the scoreboard'  # What should the command description be? This command sets the spawn point.
    PERMISSION: 'deltahub.members.scoreboard.toggle'  # What should the permission to use the command be?
    ALIASES:  # What should the base command aliases be?
      - 'sb'
      - 'sbtoggle'
      - 'scoreboard'

SCOREBOARD:
  TITLE: '&dDeltaHub'
  LINES:
    - ''
    - '&7Welcome, %player_name%!'
    - '&7Rank: %vault_rank%'
    - '&7Balance: %vault_eco_balance%'
    - ''
    - '&ddeltamc.dev'
MESSAGES:
  ENABLED: "&aScoreboard enabled!"
  DISABLED: "&cScoreboard disabled!"

Last updated